• 1 Post
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle




  • I’ve read it, but I don’t really understand the legal issue. I’m also not sure what could be illegal about VSCodium. It uses the Open VSX store for downloading extensions (but not every extension is on there).

    It would certainly be better if VSCode was under a Copyleft license, so that it couldn’t be turned into proprietary software and maybe that way addons would also have to be Free Software, like in Blender. But Microsoft clearly doesn’t want that.

    I’m not much against having repositories with plugins, extensions or whatever BUT they should be like Debian, you can just pack everything into images / a folder and use offline for ever when required.

    Yeah, that’s a good idea. They could also just be added to Debian, which would solve this problem, but there also would be another benefit for me. Most people don’t care about that, but I want to only use Free Software. When I install something from Debian’s free repository, I don’t have to worry that it might be proprietary, because they only allow Free Software there. I don’t have this certainty when installing software from most other places.

    Same goes for modern Docker powered solutions and JavaScript frameworks.

    Some JavaScript frameworks and libraries seem to be packaged in Debian. But most people use NPM, of course.


  • Speaking about VSCode it is also open-source until you realize that 1) the language plugins that you require can only compiled and run in official builds of VSCode and 2) Microsoft took over a lot of the popular 3rd party language plugins, repackage them with a different license… making it so if you try to create a fork of VSCode you can’t have any support for any programming language because it won’t be an official VSCode build. MS be like :).

    I’m opposed to having repositories for plugins. I don’t want my code editor to connect to the internet at all. If I need some popular plugin, it should already be available in the repository of the distro that I’m using. Some distributions of VIM and Emacs download a bunch of plugins on launch from who knows where. I don’t get why people are fine with that.

    It’s similar with Flatpak and Snap. Oh and each programming language has its own package manager too, of course (NPM belongs to Microsoft too, btw). Everyone and everything wants its own package manager or a separate distribution system.

    For now I use VSCodium in firejail to prevent it from accessing the network and I don’t install new plugins. I haven’t heard of any better editor, unfortunately.



  • That is true and the reason for that is not capitalism, of course. Most projects don’t have UI experts and when someone wants to help, devs usually don’t listen. Sometimes there are technical obstacles too (old framework, hardcoded UI), but probably not in web or Electron apps.

    compared to their paid alternative

    Keep in mind that Libre Software can be commercial too, so you really mean proprietary alternatives.







  • So, yeah, sell me on Linux, please.

    Windows has spyware, so that should be enough reason to not use it for someone like you. You will have to spend some time to learn GNU/Linux, but for most office tasks it shouldn't be difficult, especially if you are good with computers. Most popular distros already come with a PDF viewer and Libre Office, so it should be able to do almost everything you want out of the box. VLC player can play all common video types and is easy to install. Libre Office might have issues with some Word documents though, so you might need to look into that. A web browser (usually Firefox) and probably some email client will be preinstalled as well.

    You might need to check if your printer and scanner will be supported out of the box or if extra drivers from the manufacturer are needed (then check if they are available on their website). I think printers will probably work fine out of the box, but scanners might require extra drivers (this depends on the model - there are models that don't).

    If you need more motivation, look into the Free Software movement: https://youtu.be/Ag1AKIl_2GM





  • Perhaps you are right, but it’s way more difficult, takes a lot of time and requires a different set of skills. If there is spyware in it, it would be illegal to remove it and distribute a patch for other users. So even if you find something, there is not much you can do about it.

    It’s not very practical to add spyware into Libre Software though, because it wouldn’t be hard to find and it would be very easy for users to remove it.


  • I’m not touching it with a long stick until someone does some proper security analysis on it

    How would that happen? It’s proprietary software, we don’t have access to the source code. And that’s the whole point. We can’t verify what it does and we can’t modify it.

    The alternative is Free/Libre Software. That’s what Lemmy is, Jerboa and many others. Their authors publish the source code and let their users study it, modify it and distribute it. Because they are not trying to hide anything from us. That’s the ethical way to make software.