• 3 Posts
  • 64 Comments
Joined 8 months ago
cake
Cake day: March 26th, 2024

help-circle

  • Relevant :)

    relevant

    I think the real question is what do you want to learn?

    If you want to learn Linux for a job I would recommend Fedora. The packages are up there with Arch in terms of being close to latest. SELinux, a security architecture, is standard in the RHEL ecosystem (Fedora is the testing distro for Red Hat Enterprise Linux). DNF gets a lot of flak for being slow but with the recent update to DNF5 in Fedora 41 there are noticeable improvements.

    If you want to learn what’s going on under the hood in traditional Linux, use Arch.

    If you want guard rails so you don’t break things, use an immutable distro like Bluefin.

    Heck, distro hop for a bit so you learn how to answer this question for yourself :) – you can check out separate home partitions so you can change distros, or install multiple, without getting rid of all of your settings / data. Use nix package manager and home-manager so you can reproduce your configs when you distro hop.

    Don’t think too hard about the DE. You can always switch to a new one. I generally keep 2-3 DEs on my system at a time so I can change it up at the login screen if the mood strikes. It takes all of 15 min to get set up for an absolute newbie.


  • That’s a great point. I suppose Framework wasn’t necessarily the one to push for this.

    The fact that they are fine with holding approval authority implicates them in my mind. Though, I guess this is tougher when form factors are open source and all parts are very easy to find. DeepComputing can kind of make whatever they want (with whatever restrictions they want) and naturally be associated with Framework’s brand.











  • Thanks for the note on Ditaa. I didn’t know it existed but I love the idea of rendering bitmaps from ASCII, especially on the web. It’s like Mermaid but the original syntax is a diagram in and of itself!

    Like the author writes:

    There is a number of formats that are text-based (html, docbook, LaTeX, programming language comments), but when rendered by other software (browsers, interpreters, the javadoc tool etc), they can contain images as part of their content. If ditaa was intergrated with those tools (and I’m planning to do the javadoc bit myself soon), then you would have readable/editable diagrams within the text format itself, something that would make things much easier. ditaa syntax can currently be embedded to HTML.