Linus Torvalds $50M net worth says otherwise. There are however very few "winners" and a lot of losers.
You can argue that Linux can't reach that kind of successful if it is nonfree, but there were a lot of poorly written OS that sold millions.
281–290 of 413 posts
Linus Torvalds $50M net worth says otherwise. There are however very few "winners" and a lot of losers.
You can argue that Linux can't reach that kind of successful if it is nonfree, but there were a lot of poorly written OS that sold millions.
Earlier quoted context omitted.
I’d be pretty surprised if that increase averaged more than 15 seconds per person per day and shocked if the increase was more than 3 minutes on average.
Python 3.11.6 (main, Oct 3 2023, 00:00:00) [GCC 13.2.1 20230728 (Red Hat 13.2.1-1)] on linux Type "help", "copyright", "credits" or "license()" for more information. >>> population_base = [100_000_000, 1_000_000_000, 8_000_000_000] >>> for population in population_base: ... print('15s/day for',population, 'people equals:', round((15*population)/3600), 'man-hours/day') ... ... 15s/day for 100000000 people equals: 4166…
(Though this has evolved a bit for me, in order of tidiness/laziness : repl -> jupyter -> GPT+ data analysis)
Earlier quoted context omitted.
> B: Be clearly labelled, in its public-facing information, as being offered as-is, without any implied updates or future development. So if I had a text file in the root of my repo that said: THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHE…
That text does not disclaim support, security bugfixes, and future development. On the contrary, all three of those things are probably either heavlily implied or outright stated to be available on the project web site.
I genuinely don't understand what's so difficult to grasp here.
Earlier quoted context omitted.
You know that's not how central planning worked, right? You were told to live in a specific place, with a few (narrow) options on where to work at (unless you were (un)specialised, then there was sometimes zero choice), for meagre but sufficient compensation. You could have a place to live, food to eat. The place to live might be a room in an apartment shared with other families, the food to eat might be bread with b…
Are you serious? No one is being FORCED to suffer in the United States. Such is the beauty of our freedom. No thanks, I’ll take the system that allows me to move up or down generally in correlation with my effort and work ethics.
People have multiple jobs and can't afford healthcare and are living paycheck to paycheck or don't have parental leave or paid sick leave or paid time off do that because they want to, right?
Earlier quoted context omitted.
You know that's not how central planning worked, right? You were told to live in a specific place, with a few (narrow) options on where to work at (unless you were (un)specialised, then there was sometimes zero choice), for meagre but sufficient compensation. You could have a place to live, food to eat. The place to live might be a room in an apartment shared with other families, the food to eat might be bread with b…
> Do you prefer everyone (of course with some minor exceptions for higher ups) to be equally "not great, but not terrible" or do you prefer some to have amazing lives, but others to suffer? This isn't the choice. Socialism (actual socialism) repeatedly starves its populations. Capitalism repeatedly creates situations where new things are created that make everyone's lives better, and existing things get cheaper and b…
In theory. In practice, can you really say that existing things are getting cheaper and better, generally? Most of the Western world is seeing unprecedented price increases combined with record profits in multiple industries (so it's not just general inflation) combined with drastic quality and quantity decreases, combined with "enshitification" across multiple industries.
The annoying part in this debate is people spending their lives on a project and demanding to be paid for it. Don’t do it! Who’s asking you to work on it? I say this as a minor OSS developer who receives some donations. I love the money, but it would be pretty dumb for me to say they oughta pay me, because the only reason I work on it is addiction/compulsion/procrastination of real work. If it bothered me that people…
> The annoying part in this debate is people spending their lives on a project and demanding to be paid for it. > Don’t do it! Who’s asking you to work on it? I think the issue here is that we don't have a system where being an OSS contributor is a sustainable career path. The value we get from OSS compared to the monetary compensation for that work is disproportionately small. OSS generally doesn't depend on an army…
As is true for many (most?) crafts.
If I am an artist (e.g. painting, digital art, etc). and give my work away for free, my fellow artists are not going to sympathize with my inability to make a living.
Ditto photography ("look at all these companies taking my free stock photos and not giving me any money!") Ditto music. Ditto writing. Ditto anything that involves a significant amount of creativity.
It's silly to expect SW to be any different.
Earlier quoted context omitted.
It goes both ways. Crowd blame the maintainer if they change the license for the future updates. So it makes sense to blame the crowd if they want the updates for free. But I agree with you. Open source projects shouldn't have any obligation to listen to the people if they change the license. Even if they intentionally bait and switch, the users should only expect the current version to be open source and shouldn't e…
Yes, if it's open source then users don't have any right to expect that it'll be maintained by someone, but if a project deliberately uses the bait and switch trick to get people to start using the project when it's open source in the hope of trapping them, then that's clearly manipulative and ruins trust in other open source projects.
The annoying part in this debate is people spending their lives on a project and demanding to be paid for it. Don’t do it! Who’s asking you to work on it? I say this as a minor OSS developer who receives some donations. I love the money, but it would be pretty dumb for me to say they oughta pay me, because the only reason I work on it is addiction/compulsion/procrastination of real work. If it bothered me that people…
> The annoying part in this debate is people spending their lives on a project and demanding to be paid for it. > Don’t do it! Who’s asking you to work on it? I think the issue here is that we don't have a system where being an OSS contributor is a sustainable career path. The value we get from OSS compared to the monetary compensation for that work is disproportionately small. OSS generally doesn't depend on an army…
The feeling of entitlement of some developers is sometimes baffling. They have a position of authority in a project, and got that authority based on their demonstrated trustworthiness and ability to deliver useful software. Now they don’t feel like doing that anymore, but instead of resigning their position in the project like a responsible person, they want to use their earned trust to be paid for software developme…
Earlier quoted context omitted.
What do you think a warranty is?
A warranty is about the code which already exists, and whether the code is fit for a particular purpose, etc. (all legal terms). The warranty disclaimer in free software licences all say basically “Although this specific version of the software is meant to be helpful to you for a certain purpose, you can’t sue the developer if there’s a bug or an omitted feature, since we don’t make any guarantee that it will work.”…
I will not help you with drinking the free lemonade; if the lemonade is too sour for you I will not be providing extra sugar; and I will not make free lemonade tomorrow.
Can you give me one or two examples of official OSS websites where these are heavily implied or outright stated? Do you mean anything beyond a roadmap?