214
submitted 5 months ago by pmk@lemmy.sdf.org to c/linux@lemmy.ml

For example, I'm using Debian, and I think we could learn a thing or two from Mint about how to make it "friendlier" for new users. I often see Mint recommended to new users, but rarely Debian, which has a goal to be "the universal operating system".
I also think we could learn website design from.. looks at notes ..everyone else.

you are viewing a single comment's thread
view the rest of the comments
[-] sentient_loom@sh.itjust.works 25 points 5 months ago

Give me immutable, declarative Arch.

[-] jaykay@lemmy.zip 27 points 5 months ago
[-] Fubarberry@sopuli.xyz 6 points 5 months ago

I think that's what BlendOS is working towards. You might keep an eye on them.

[-] sentient_loom@sh.itjust.works 4 points 5 months ago

Oh nice. This looks promising. I'm guessing it's not totally ready yet?

[-] Fubarberry@sopuli.xyz 3 points 5 months ago

It may be ready, I haven't tried their latest version. Most of the functionality was there, but it had some rough spots. I've been meaning to go back and try daily driving it again.

[-] stuner@lemmy.world 3 points 5 months ago

What do you miss in NixOS (Unstable)?

I think a declarative, atomic LTS distro (e.g. Alma) would be quite nice for business use.

[-] Confetti_Camouflage@pawb.social 4 points 5 months ago

I've been messing about with NixOS for the past 2 weeks or so. While I think I know enough to plug in the right text in the right spots to get a system configured I feel like I understand nothing about the nix language and the syntax is extremely unintuitive to me. If another distro offered declarative configuration as well as something like Nix's options I would easily swap away from NixOS at this point.

[-] barsoap@lemm.ee 2 points 5 months ago

I feel like I understand nothing about the nix language

Pure lazy unityped lambda calculus, basically a lazy lisp with records instead of lists. Or a pure, lazy, lua.

Pure is important because reproducibility, lazy is important to not have to evaluate all of nixpkgs before you can build anything, lambda calculus well it needs to be turing complete, support things like functions in in some way though TC is only used very, very very deep down in the system. They literally use the y-combinator to do recursion, like when bootstrapping stdenv.

The syntax is unintuitive, yes, but aside from the semicolon cancer actually not that bad. My biggest gripe with the language is it not having a proper type system, like you put a list where a string is expected or the other way around and you get five screenfuls of backtrace through the whole evaluation stack and due to laziness the actual location of the error might not even be in there.

A replacement is actually already in the pipeline.

[-] sentient_loom@sh.itjust.works 3 points 5 months ago

I gather that not everything is compatible with nixOS, and it's better as a server than for development or as a general OS.

I didn't know Alma was declarative.

[-] stuner@lemmy.world 2 points 5 months ago

Makes sense.

No, I wish for something like Alma, but declarative and atomic :)

[-] biribiri11@lemmy.ml 2 points 5 months ago

It’s something we might see with the next EL release cycle. rpm-ostree has treefiles complete with the option for (experimental) lockfiles. There’s already config files for CentOS Stream to build CentOS Stream CoreOS, and those can be adapted for Alma. I think, atm, it’s more of an issue of general interest than technical limitations.

[-] stuner@lemmy.world 1 points 5 months ago

Ah nice, thanks for pointing me to it!

this post was submitted on 09 Apr 2024
214 points (95.0% liked)

Linux

47538 readers
635 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