It’s cheaper, so if you’re not keen on crime, that’s a reason.
AnyOldName3
- 0 Posts
- 6 Comments
AnyOldName3@lemmy.worldto Open Source@lemmy.ml•"I support it only if it's open source" should be a more common viewpoint4·11 days agoIt’s not clear that the AGPL is enforceable in lots of countries, so the GPL is safer if you don’t need the extra restrictions.
AnyOldName3@lemmy.worldto Open Source@lemmy.ml•"I support it only if it's open source" should be a more common viewpoint5·11 days agoThe open source movement was corporations trying to have their cake and eat it too with the things the free software movement had done. That means organisations calling attention to open source without mentioning free software will always push against copyleft as their goal is to get free labour and testing for things megacorporations use while reserving the right to take future development private.
AnyOldName3@lemmy.worldto Open Source@lemmy.ml•"I support it only if it's open source" should be a more common viewpoint3·11 days agoYou can’t. Blocking commercial use stops a licence being open source. If you don’t want commercial competition, then you need copyleft, so anyone using your code has to share their modifications with whoever they give binaries to. If they end up using your code to make a better product, then it’ll have to be open source, too, and you can incorporate the improvements back into your version.
Variations of this meme get posted every week, but I’ve never experienced it, despite having had tens of grub updates murder-suicide the Windows boot loader and grub itself across five or six different machines. Thankfully, it’s pretty easy to rebuild a Windows boot partition, but the frequency that I’m hit with this problem is one of the major reasons I avoid using Linux. Eventually I’m going to have to switch, but that’s driven mainly by Windows getting worse rather than any of the pain points I’ve had when trying to switch full time in the past having been fixed.
Unironically, if you bing Windows API related queries rather than googling them, you’re much more likely to find a relevant manual page that answers your question clearly. I wouldn’t be surprised if Google is actively worsening Windows-related queries to make Windows look bad and sell Android devices and Chromebooks. Another example is that googling msvcp140.dll not found or similar queries gives you loads of dodgy download this individual DLL here and put it in System32 and we promise we’ve not tampered with it websites instead of the page for the universal MSVC redistributable installer that’s the only supported way to get the DLL (and a bunch of other related ones) as an end user.
As for silly nomenclature, generally on Windows, API functions are much more likely to describe what they do and much less likely to be a town in Wales. If you don’t already know what
fstat
does, it’s much easier to guess thatGetFileTime
would be the right function to get a file’s last modification time thanfstat
, for example.