this post was submitted on 07 Oct 2023
397 points (89.9% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I get that it's open source provided you use codium not code but I still find that interesting

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 37 points 11 months ago (4 children)

VSCode is an open source IDE. Its biggest rival is the JetBrains suite. When the alternatives are proprietary, VSCode is a win.

[–] [email protected] 22 points 11 months ago (1 children)

VScode isn't foss. It just contains some open source code.

[–] [email protected] 22 points 11 months ago (2 children)

It contains mostly open source code. The proprietary binary MS distributes adds very little proprietary stuff to it. You can use the open source version Code - OSS just fine or use VSCodium which is based on that

[–] [email protected] 3 points 11 months ago (1 children)

Interesting, how do you get this Code-OSS?

[–] [email protected] 2 points 11 months ago

If you're on Linux, you can download it as a flatpak or if you're on arch through the package manager. Maybe it's also in the repositories of other distros but I can't check that. I also have no idea how to download it on Windows. I would recommend getting VSCodium anyway though. It's also available as a flatpak, in the AUR and on their website for Windows.

[–] [email protected] 1 points 11 months ago (1 children)

If I was going to use it I would use VScodium.

How do you know what's in VScode? Its still proprietary.

[–] [email protected] 1 points 11 months ago

I mean, that's what I'm doing

[–] [email protected] 7 points 11 months ago (2 children)

Most of Jetbrain's tools have community editions as well.

[–] [email protected] 5 points 11 months ago (2 children)

The community editions are still proprietary, and they put the most useful tools behind the paywall.

[–] [email protected] 5 points 11 months ago

VScode is proprietary as well.

[–] [email protected] 4 points 11 months ago

PyCharm community is amazing.

[–] [email protected] 3 points 11 months ago (3 children)

Have you tried any of the JetBrains products, they are great.

[–] [email protected] 3 points 11 months ago (3 children)

I did for a few years. Eventually I had to switch to VSCode because any given Jetbrains product is only good at a single language, and constantly switching Jetbrains products is a nightmare. Now that I've been using VSCode for a while, there are some extension that are so critical to my workflow Jetbrains is virtually useless to me without them.

[–] [email protected] 2 points 11 months ago (1 children)

Yeah, I mean, if it works better for you, then good on you 😎 I mostly just stick to Python and Terraform. I used their GoLand IDE for a while, it was nice. What extensions are ya using? I've seen a lot of embedded folks really like VSCode.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Most extensions have good equivalents. Other languages like Julia are VSCode only. Fortran was the language that really made me jump ship, PyCharm's Fortran extension is barely syntax highlighting. Remote - SSH is the killer though, it is a beautifully made and essential tool for working with remote systems.

Most importantly, PyCharm doesn't really have any killer features or extensions that makes it essential.

[–] [email protected] 1 points 11 months ago

Yeah, their extensions are okay, but it's mostly what you get in the box. The remote SSH is sooo nice, I use it everyday for PowerShell from my Mac to Windows boxes. Yeah, I definitely get that for something like Fortran. I used to do LUA a ton back in the day, and it was the only good IDE for it.

[–] [email protected] 2 points 11 months ago

You're the second person to say this and it's just wrong. With the Ultimate Edition, you can install the plugins for whichever languages you want and stick to a single editor without switching.

[–] [email protected] -3 points 11 months ago

Have you tried JetBrains Fleet yet?

[–] [email protected] 2 points 11 months ago (1 children)

The jetbrains default hotkeys is in direct conflict to the "typical defaults" for hotkeys you see in the world

[–] [email protected] 3 points 11 months ago (1 children)

I know, they have keymaps for everything, including a VIM map and vim mode!

[–] [email protected] 1 points 11 months ago

Defaults are very important.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

I had a job that required me to use JetBrains. I would've preferred to use VSCode.