this post was submitted on 26 Jul 2024
146 points (96.8% liked)

Linux

47287 readers
802 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
 

For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

you are viewing a single comment's thread
view the rest of the comments
[–] konidia@sh.itjust.works 16 points 1 month ago* (last edited 1 month ago) (1 children)

Common Lisp. It would take a long while before I'm comfortable working on a project using that language. There's also Lem editor but setting it up is a pain on NixOS.

[–] gramgan@lemmy.ml 1 points 1 month ago (1 children)

That’s my first time hearing of Lem—it looks fantastic. What’s the issue with it on NixOS?

[–] konidia@sh.itjust.works 0 points 1 month ago
  • There is no lem package on NixOS.
  • Common lisp related packages tend to be outdated
  • NixOS violates FHS to allow each packages to build against specific versions of dependencies, so CL tools might not work as expected.