this post was submitted on 07 Feb 2024
162 points (98.8% liked)
Open Source
31175 readers
101 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
I suggest you have a read at https://ghuntley.com/fracture/
What you're doing is a solution but it doesn't mean it is legal nor should anyone go through that pain. Microsoft completely subverted the spirit of open-source with VSCode.
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. This is one of my big criticisms over Flatpak you can't simply have a working and fully offline archive of the thing that will survive forever without Internet. Same goes for modern Docker powered solutions and JavaScript frameworks.
I'm "really opposed" to having to rely o Internet connections to setup and do anything, things should be done in a way that you can have it all offline from setup to daily tasks.
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.
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.
Some JavaScript frameworks and libraries seem to be packaged in Debian. But most people use NPM, of course.