this post was submitted on 07 Oct 2023
398 points (90.0% liked)
Linux
48334 readers
650 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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
Y’all use VSCode??? Whatever happened to good ol’ Sublime Text?
Both are text editors, but VSCode's plugin system and various config options can turn it a fully fledged IDE for the languages of your choice.
Besides, Sublime is exactly that: good, old.
But this is a Linux community. What about doing one thing well?
There are simpler and better solutions than Sublime for that use case, IMO.
So you don't like GNU Emacs. Got it.
"Do one thing well" doesn't mean the sum of the parts only does one thing. The larger system can be complex, it's the individual parts that need to be simple, specialized and interchangeable.
Does one thing well refers to apps in the unix philosophy
Still checks out I'd say, each plugin does one thing well.
Besides, I think we're past that dogmatic way of thinking, it often doesn't work as well for user facing applications where we want things to just work and that is easier to get right when an app is all-in-one
It’s easier for me when each function is represented by a different icon in my alt-tab app switching. If I want to edit code I switch to my editor. If I want to run commands I switch to my terminal.
Having multiple functions within each app means I need to learn and memorize the navigation between functions within the app. It might be ctrl- or shift-alt-x or whatever.
When each app does one thing, navigating between them is standardized.
Sublime Text is proprietary, which makes it a non-starter for many including myself. VS Code, on the other hand, might be developed by Microsoft but there is a liberated version called VSCodium that has none of the telemetry and such.
That being said, on GNU/Linux I prefer Kate.