• 1 Post
  • 55 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I’m not the biggest distrohopper but I have tried a few, both on my laptop and desktop. I still keep windows around on a dual-boot but I’m basically only using it for the odd game or two and also onenote (obsidian + excalidraw comes close but nothing really has a seamless transition between pen and typing text like OneNote)

    Early 2018 and before:

    Windows only

    2018-19:

    • Ubuntu 18.04 (desktop),
    • Ubuntu 18.04/18.10/19.04 (laptop)

    2019-2022:

    • Manjaro w/ KDE (desktop),
    • Arch Linux w/ GNOME (laptop)

    2022-2023:

    • NixOS (laptop, for literally a day because it didn’t have a package I needed to make my laptop work correctly)
    • EndeavourOS (kde on laptop, qtile on desktop)

    2024:

    • No changes to the desktop setup,
    • NixOS w/ KDE and also a half-functioning hyprland setup on the laptop now that the package got added.

    Future?

    Maybe if I can get my NixOS config to a point where I’m happy with it I’ll switch my desktop setup to that as well, in theory it should be pretty painless since i’m already using a flake setup split across multiple modules. I do really like that I can experiment with my setup without the risk of actually breaking anything since NixOS is semi-immutable.

    If I don’t stick with NixOS I’ve also been thinking about trying fedora, opensuse, or an immutable distro, or otherwise just moving my laptop back to either Arch or EndeavourOS since that’s what I’m familiar with.


  • I don’t think anyone’s against the idea of it getting delayed, rather they’re making fun of the fact that Boeing has a pretty bad history with safety (and the whole “multiple whistleblowers dying” part) and every time they are about to launch some other critical problem shows up.

    Personally I’d love to see Boeing have a safe, successful launch but as things are right now it looks increasingly like NASA’s contract with them won’t show expected results. I’m not going to pretend to be a safety expert so I obviously trust the people doing launch inspections over my own judgement, but I’m not exaggerating when I trust Boeing’s rocket to be safe about as much as I would trust the next OceanGate submarine.


  • If you’re worried about using the terminal you could always install one of the frontends for pacman like the one Manjaro uses. Manjaro might be a pain if you’re using AUR packages (really depends on what packages you use, some niche ones like specific game modloaders or the professional JetBrains IDEs are only on the AUR) because Manjaro’s repos are delayed by around 2 weeks, but the AUR isn’t delayed at all. Depending on the packages you’re using that could break updates sometimes.

    Depending on how familiar with programming you are you could also try NixOS which has an absurd number of packages in their official repo but NixOS’s config files can be kind of a pain sometimes.

    Edit:

    It’s also worth noting that you could start off with Manjaro and then jump over to something like EndeavourOS/Arch once you get more familiarized with using the terminal down the line. That way you wouldn’t have to relearn commands/setups when you switch, since they’re ultimately all arch-based and have the same underlying structure.





  • Not really sure how archinstall factors in since it wasn’t around yet when I first installed, but I love EndeavourOS. I’ve installed arch before, but I really can’t be bothered if I’m just going to end up installing all of the same packages the GUI could give me in less time anyway. Yeah, EndeavourOS is just arch with some small extra packages and a GUI installer, but that’s exactly why I like it.






  • Your sample size is 1. Sure, you can get a phone that won’t have battery swelling after 5-10 years. My old Samsung S9+ doesn’t have any swelling yet, and I’ve had it since around when it came out in 2018. Whether or not swelling happens to any given phone is more or less down to luck. You might want to avoid Samsung phones to be safe though because there was that whole battery swelling issue with almost every phone from the S20 downwards a few years ago. Other than that I don’t think there’s much of a difference*

    *Probably something to look for reports/statistics on though









  • Depending on something isn’t necessarily tied to how many alternatives there are.

    For example: I use a heavily configured qtile setup on my desktop. I’m depending on that setup working every time I turn my computer on. Sure, I could switch to i3 or sway or Hyprland, but that would take a considerable amount of time and effort. In this case, I’m depending on qtile working for me, so I can get work done instead of messing with a bunch of config files. The only time this wouldn’t happen is when one solution can be a completely (or almost completely) drop-in replacement for the other, e.g. how sway claims to be with i3.

    This is especially true with tiling window managers, where people spend many hours configuring setups to behave how they want. Moving to a different alternative isn’t exactly simple.

    To your point about FOSS: chrome and android may not be FOSS, but as much as I dislike it AOSP and Chromium definitely are, even if Google controls the repos for both. Your definition is a slippery slope because by that definition software like Ubuntu, Manjaro, etc. also aren’t FOSS because the repos are controlled by a single company.

    To your last point: telling someone else they shouldn’t use a piece of code for the same reason you don’t is also perfectly valid. It’s not like it’s an order, they don’t have to follow it. People can choose to agree or disagree with you if they want. Ultimately, the decision to install software in Linux lies with the user, and the most any online opinion can do is give a persuading or dissuading argument. Just like I could say, “don’t use this software, it’s built on some old deprecated library that will probably break in a month”, I could also say “don’t use this software, the main dev is a bad person because xyz…” and it would still be up to the user to make a decision. If you don’t mind disagreeing with the author of software you use, that’s fine, but not everyone is like that, and that’s also fine.