I’m unbiased towards the subject. I’m genuinely curious about how long-term FOSS ideology would work.

I’m using FOSS but I’d still consider myself a casual user. It seems like most FOSS I’ve seen is a free, buggy, alternative to mainstream software, which resolves a problem the user had.

From my perspective, (and do correct me if I’m wrong) FOSS doesnt seem sustainable. Everyone can contribute, but how do they make a living? My guess is they do other things for income. And what about the few contributors who do 90% of the work?

What if every software became FOSS? Who would put in the free labor to write the software to print a page, or show an image on screen, or create something more complex like a machine learning advanced AI software?

Would it simply be that everyone provides for each other? Everyone pitches in? What about people who have bills to pay? Would their bills be covered?

This concludes my right-before-bed psychology inquiry.

  • @raubarno
    link
    108 months ago

    The goal of FOSS has been evolving since.

    Let’s start from Richard Stallman, the first promoter of Free Software (that’s the original naming of FOSS, free means not at no-cost but as of freedom to share and modify the software).

    In 1970s, there has been little-to-no protection of sharing the software (examples of then-important software was: code compilers (C, FORTRAN), interpreters (LISP, also FORTRAN), mathematical tools, hardware drivers, shell utilities and the operating system itself). The main consumers of software were the U.S. Department of Defense (DoD), DARPA (a military experiments lab, creator of the ARPANET that then evolved into the modern internet), university researchers (like MIT Artificial Intelligence lab) and the computer manufacturers (like IBM). There used to be no difference between computer users and programmers, in contrast to the present time. Instead, all of them were hackers (until it became a buzzword by mass media to denote bad actors). They were the people who were striving to push the limits of computation. The software was viewed as common good everyone can reuse, modify and share. It all was so until the 1976 U.S. Copyright Act when software became copyrightable and lots of software manufacturers began developing proprietary software. Stallman was one of the first Free Software fighters. He founded the GNU Project and the legal basis for the copyleft software (that forbids embedding it to the proprietary software). It also coincided with absurd pricing of the influential UNIX operating system, that skyrocketed to thousands of dollars per unit. So the GNU Project managed to write its own C compiler and many shell utilities.

    Stallman, and most of the first wave of Free Software supporters, wanted to ensure that computers are used for freedom and that proprietary software was banned. Although he pointed out there must be a method programmers have to be paid, he couldn’t provide a scheme about how programmers could be rewarded, leaving the development of Free Software to very few fanatic developers that see the development of Free Software as lifelong satisfaction.

    The second wave started in the late 90s, after Linus Torvalds had already created his own kernel, Linux, that allowed computers to run the complete operating system without dependence on any other proprietary software. The newer generation started acknowledging the fact that 1) private companies are not necessarily evil; 2) free software developers should focus on inclusion, rather than rejection of anyone who don’t conform to their standards (private companies, again). This lead towards a schism among developers, and a new wave of Open Source software began to appear. Open Source software aims to broaden the userbase of people using FOSS, attract new developers, improve code quality of FOSS, etc., instead of de-proprietarizing the whole world.

    TL;DR: There are two directions of FOSS:

    1. Free Software strives we don’t live in a proprietary dystopia;
    2. Open Source software aims to maximize the userbase of FOSS.

    Now, about your concerns about software quality are legit. But there is a paradox. The more devs and users are working with the software, the better quality it is. But users don’t want to work with the software that is of poor quality => less users => less feedback from the users (bugs, feature requests and the general idea on how the software is used and should it should be used) => lower quality. And there are factors on devs, depending on who makes the software. Volunteer devs, in general, are more pleasant with making new stuff instead of maintaining the old software. Even worse, they don’t want to maintain software that is poorly maintained and/or unpopular (doesn’t have a catching perspective). This is how FOSS programs die.

    Further watching: Revolution OS (2001 documentary about FOSS)