Earlier quoted context omitted.
OSI isn't the software industry. It's sponsored by Google, amazon then ms via github in order of sponsor donations. It's financed by the hyperscalars. https://opensource.org/sponsors
This is such a crazy retelling of history that it's hard to take seriously. Open Source was not some brainchild of megacorps but very much so a mission of the wider software industry to band together to have an alternative to hugely expensive proprietary software vendors -- namely Microsoft and Oracle, and to prevent people from imposing their will on users via software in a manner that users had no possible redress…
Single vendor is the new proprietary
11–20 of 98 posts
Re: Single vendor is the new proprietary
#12If it is, then Open Source has won, right? And we can disband the OSI, right? I suspect that's not the message they intended to send. (I read the article, btw.) As the author of source available software, this article merely seems to be screeching from big players that they can't exploit some software anymore.
I'm not following; how does an onslaught of fake FOSS mean FOSS has won? If anything it sounds like it needs more defending than ever.
Re: Single vendor is the new proprietary
#13Earlier quoted context omitted.
This is such a crazy retelling of history that it's hard to take seriously. Open Source was not some brainchild of megacorps but very much so a mission of the wider software industry to band together to have an alternative to hugely expensive proprietary software vendors -- namely Microsoft and Oracle, and to prevent people from imposing their will on users via software in a manner that users had no possible redress…
OSI is from 1998 so it’s much younger than the open source movement. BSD was approaching 20 and Linux was what 7 years old at that point?
Re: Single vendor is the new proprietary
#14Re: Single vendor is the new proprietary
#15Is it code that is open source but the license says “no forking.” And maybe the license says they are allowed to fork it and chance the license to proprietary?
Or is it code that is open source, but nobody has ever bothered to fork it. With the potential spin that sometimes code is just so specific that nobody would bother forking it because it is super tied to some platform or hardware.
The former, that just seems like looming proprietary code. The latter, I dunno, can’t blame people for implementing niche projects I guess.
Re: Single vendor is the new proprietary
#16Re: Single vendor is the new proprietary
#17If it is, then Open Source has won, right? And we can disband the OSI, right? I suspect that's not the message they intended to send. (I read the article, btw.) As the author of source available software, this article merely seems to be screeching from big players that they can't exploit some software anymore.
I thought the article was arguing that say Redis was while “open” the codebase is owned by one company and hence that’s no different to proprietary. To which I say, yeah we know. I mean I can fork Linux kernel tonight and announce my big new plans, and there will be zero installs. Big FOSS software is there because they built a reputation of constant quality over years (as successful proprietary companies should and…
The actual problems are with things like systemd, which are enormous and lack standardization but get integrated into numerous parts of the system. Then you can't replace a piece of it or your piece has to integrate with all of the things the original did, but since none of the integrations follow any standards they can change at any time and people can add new ones that only work with the original and -- surprise -- your replacement is suddenly broken.
Re: Single vendor is the new proprietary
#18If it is, then Open Source has won, right? And we can disband the OSI, right? I suspect that's not the message they intended to send. (I read the article, btw.) As the author of source available software, this article merely seems to be screeching from big players that they can't exploit some software anymore.
I'm not following; how does an onslaught of fake FOSS mean FOSS has won? If anything it sounds like it needs more defending than ever.
Personally, I don't see source available as a bad thing. [1]
[1]: https://gavinhoward.com/2023/12/is-source-available-really-t...
Re: Single vendor is the new proprietary
#19If it is, then Open Source has won, right? And we can disband the OSI, right? I suspect that's not the message they intended to send. (I read the article, btw.) As the author of source available software, this article merely seems to be screeching from big players that they can't exploit some software anymore.
I'm not following; how does an onslaught of fake FOSS mean FOSS has won? If anything it sounds like it needs more defending than ever.
Advocates of OSS want to live in a world where bigcorps and little guys can coexist, this has always been a pipe dream, since day one. FOSS locks the bigcorps out of the discussion, or rather, forces them to compete on the same playing field as the little guy, which amounts to the same thing.
So you see these articles come out every now and again bemoaning capitalistic greed. Communist utopia is right there bro. Just open your eyes and stop letting bigcorps eat your lunch every couple of years or so.
Re: Single vendor is the new proprietary
#20I somehow still don’t get what single vendor open source code is, even after reading the article. Is it code that is open source but the license says “no forking.” And maybe the license says they are allowed to fork it and chance the license to proprietary? Or is it code that is open source, but nobody has ever bothered to fork it. With the potential spin that sometimes code is just so specific that nobody would both…