• 0 Posts
  • 53 Comments
Joined 1 year ago
cake
Cake day: January 15th, 2025

help-circle
  • Lenovo ThinkPads work very nicely with Linux, and there’s a large second-hand market. The T and X series are especially great I find.

    The usual advice about avoiding soldered RAM holds in general, but right now used laptops are being bought just for stripping RAM. So I think putting up with soldered RAM in second hand devices (I’d go for at least 32G) can be a smart move because it may be a better deal (and often a smaller form factor).















  • a14o@feddit.orgtoLinux@lemmy.mlOkay why is your distro the best?
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    9 months ago

    Same for me. I distro-hopped for about 20 years with OpenSuse, Ubuntu, Debian, Arch and Fedora being the most memorable desktop setups for me. While all that was a valuable experience, NixOS feels like graduation.

    For the Nix-curious: I wish someone would have told me not to bother with the classic config and build a flake-based system immediately. They’re “experimental” in name only, very stable and super useful in practice.


  • I totally understand where you’re coming from, and I’m pessimistic that any flavor of Linux will be an acceptable experience for the person you’re describing. Something like Silverblue may be least obstrusive, but compatibility will still be a prominent problem.

    Alternatively, you could show them surface level cool stuff that’s easier to do with Linux. Like blocking all ads, running your own Minecraft server, downloading YouTube videos, building your own PC with cheap parts (and maybe even pirating movies and TV shows, depending on your own practices and relationship to that person). There’s a lot to love about Linux even if you don’t care about privacy and open software as abstract values.


  • The way I usually start teaching using the console to my (very much non-tech) students is set up a safe container and then let them type whatever, invariably generating a lot of error messages. Then I challenge them to generate different error messages, “gotta catch em all” style. Then we talk about the error messages and what they might mean. After this exercise they usually get the basic idea of command – response, what to look out for and how to compose valid commands.


  • I don’t know of such an alternative. A quick solution would be to use something like GeoNotes to take geolocated notes.

    As far as a self-hosted solution goes, I’d just like to point out that you wouldn’t need a self-hosted database of places. You could query Ouverture (or Google, OSM, etc.) for places near you, and you’d just need to store the check-in on your server with a basic API. This is an interesting problem, and not super hard to implement.