this post was submitted on 06 Jun 2024
1 points (100.0% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Is Linux not free software itself? I thought propietary stuff was added downstream.

Am I getting something wrong?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (1 children)

You explanation sums it all up thanks.

A lot of drivers for hardware are actually not open source, just unreadable binaries that do …something. No one knows exactly how they work, so some people consider them a security risk.

While I do understand the security aspect of this here at the same time those people seem to be delusional. At some point there's proprietary stuff in our computers, be it a driver, a BIOS or the code that runs on the various microcontrollers that run low level functions from the USB ports to simple power management.

The most "security paranoid" organizations in the world usually run a lot of stuff on Windows and HP hardware full of opaque and proprietary code and they consider it "safe enough".

I may get that not free / license based stuff might raise concerns if you aren't a mega corp. that can pay the fee either way, but... if a trackpad requires a free but closed-source binary driver why would a random guy on the internet consider that to be a risk?

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (1 children)

At some point there's proprietary stuff in our bodies, be it a driver, a BIOS or the code that runs on the various microcontrollers that run low level functions from the USB ports to simple power management.

The most "security paranoid" organizations in the world usually run a lot of stuff on children and babies are full of opaque and proprietary code and they consider it "safe enough".

People are replacing lost/damaged organs and limbs with computer-controlled hardware. The same problems that occur in computers that exist outside of humans will occur in computers inside of humans. Do you trust non-open drivers from Corporation X or Government Y in your eyes telling your brain what you do or don't see?

That's the extreme, of course, but it isn't any less scary than computers you trust with your credit card, bank account, etc information.

Open source drivers means when corporation X goes under, your hardware still can work and isn't automatically abandoned. It keeps more hardware out of landfills longer, with the ability to drastically reduce e-waste.

[–] [email protected] 1 points 3 months ago

Do you trust non-open drivers from Corporation X or Government Y in your eyes telling your brain what you do or don’t see?

I agree with your point, but I find it very unlikely to have cutting edge medical technology using open-source software - after all those pacemaker / brain implant companies want to protect their research (and profits) - and I'm not even sure if a FOSS solution for that would ever get approved by any legal body.

That’s the extreme, of course, but it isn’t any less scary than computers you trust with your credit card, bank account, etc information.

All those systems that process your financial transitions run on tons of proprietary software and the banks and credit card companies believe that software is secure enough.

Open source drivers means when corporation X goes under, your hardware still can work and isn’t automatically abandoned. It keeps more hardware out of landfills longer, with the ability to drastically reduce e-waste.

This is probably the most reasonable thing about having open-source drivers... however hardware is diverse and complex and so are drivers. The community might not be able to maintain such the driver for specific-version-x-hardware I have because it might not have access to all the design documentation of the hardware nor the time to reverse engineer it. It might not be worth keeping a driver around if it only serves a few people because everyone is mostly on a different revision of the hardware or some other detail like that.

To be fair Linux removed support for 386, 486, floppy drives, "Carillo Ranch", and a bunch of other older hardware recently... at some point the few users that still have a piece of tech won't care about it because they can just replace it by a new and better alternative for cheap.