this post was submitted on 05 Oct 2023
130 points (97.1% liked)

Linux

47356 readers
1246 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
you are viewing a single comment's thread
view the rest of the comments
[–] Daeraxa@lemmy.ml 6 points 11 months ago* (last edited 11 months ago) (2 children)
  • Helix for terminal editing because I never got on well with the order you had to do things in Vim, Helix (and Kakoune) make more sense to me.
  • Lite-XL for a lightweight GUI editor. I just think its neat.
  • Pulsar for everything else (mainly because I'm involved with it, come visit us on Lemmy at !pulsaredit@lemmy.ml /shill). Literally over 10k packages for install and an awful lot of active development.

Edit: Using this to give a shout out to other projects I've come across on my travels:

  • Brackets/Phoenix - A community effort to keep the abandoned Adobe Brackets editor going, has a web version now, linux version still in the works after Adobe removed support for it.
  • CudaText - Pretty fast and supports a huge number of languages
  • eCode - Not used it in a while but is part of the eeep GUI project, lightweight and pretty interesting with lots of active development on both eCode and eeep.
  • Bitters - Very much an oddball here, inspired by the Canon CAT word processor/computer from the 80s with a really interesting "leaping" way of navigating text.
  • Aura Text - Interesting little editor written in Python

And some terminal ones:

  • Zee - an emacs-like editor written in Rust. Main repo seems to be dead but one of the Lapce devs is working on a fork of it - https://git.panekj.dev/pj/zee
  • Amp - another Rust based editor with some interesting ways to navigate text
  • dte - Just a nice terminal editor
  • moe - Vim-like editor written in Nim (not to be confused with GNU Moe)
  • Feather - Specifically for opening huge files
  • Tilde - Curses type interface, can be used with a mouse in some terminals
[–] InternetCitizen2@lemmy.world 3 points 11 months ago (1 children)

As someone who studied radio astronomy, thanks for telling me about Pulsar.

[–] Daeraxa@lemmy.ml 3 points 11 months ago

I've been wanting to get more and more thematic with naming things but my efforts haven't come to fruit just yet. Like we have "regular" and "rolling" releases but those are boring (although descriptive), I was proprosing something like Nebula and Quasar, you know, something that ties in with the space name.

[–] i_kick_puppies@lemmy.ca 2 points 11 months ago* (last edited 11 months ago) (2 children)

Pulsar looked really nice until I realised it's just another electron app. But will probably give lite-xl a try

[–] Daeraxa@lemmy.ml 3 points 11 months ago (1 children)

It absolutely isn't "another electron app" in that sense. Atom (and now Pulsar) literally invented Electron, it is the original Electron app to the point where even thinking about de-coupling it isn't really possible. Electron literally used to be called "Atom-shell".

[–] greedytacothief@lemmy.world 2 points 11 months ago

Woah! Atom-shell = electron. I'm dumb and the connection was just made.

[–] neo@lemmy.comfysnug.space 1 points 11 months ago (1 children)

pretty sure pulsar is a fork of atom, one of the og electron packages

[–] Daeraxa@lemmy.ml 2 points 11 months ago

It is indeed, we picked up where Atom left off. And yeah, not just "one of" but the og electron app.