this post was submitted on 07 Oct 2023
374 points (89.6% liked)

Linux

45601 readers
773 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] 51 points 9 months ago (28 children)

VSCode isn't even that good, idk why people are obsessed with it.

For anything compiled, Jetbrains beats it 100:1, and for anything interpreted it's a couple tiers better than Kate.

Personally, I won't be losing sleep if I have to stop using VSCode.

[–] Zeth0s 16 points 9 months ago* (last edited 9 months ago) (6 children)

VSCode is a modern emacs. Similar concept, a single editor to do everything via extensions. That's the selling point. "young people" never had the chance to work with a similar concept, this is why they found it so revolutionary (despite being a concept from the 70s).

I use it because I am forced to use a windows laptop at work, and emacs on windows is a painful experience

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

Young people don't want to spend precious time learning lisp just to configure their editor. I don't blame them.

[–] Zeth0s 1 points 9 months ago (1 children)

Me neither, tbf. Although for vscode they use typescript and json. It is not so different, just more modern

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

The plugins are also more modern/user friendly and integrate better out of the box.

All these things make a difference.

[–] Zeth0s 1 points 9 months ago* (last edited 9 months ago)

Absolutely. It is a modern emacs. Emacs is from the 70s, vscode is 4 years old maybe.

VSCode integrates easily all new web technologies, although emacs still remains cleaner in some areas. For instance everything is a buffer completely customizable, while in vscode terminals, debuggers, left panels are "something else". In emacs everything is easily navigable in a coherent way with only keyboard. Vscode is not there yet. And creating plugins in lisp is surprisingly powerful.

The big advantage of vscode is chromium that is well integrated with all operating systems, and nowadays it is very easy to find people who know typescript (while almost impossible to find someone who knows lisp).

At the end, vscode is the successor of emacs, as any successor it tries to replicate the best features adding new and more modern

load more comments (4 replies)
load more comments (25 replies)