• 82 Posts
  • 414 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle


  • It won’t save you from doing a bit of work but you could use podman. There’s systemd integration so you can still start/stop/enable your services with systemctl while using docker/container images. You won’t be able to use docker-compose directly, but it’s usually not that hard to replicate the logic with systemd (Immich was a PITA at first (because they had so many microservices split into multiple images, but it improved considerably over the first two years).

    I do this with NixOS quite a bit, and I’ve yet to use docker compose (although the syntax is different, it’s still the same process).









  • If you can solder I’d say most mice are easily fixable. The most common defect for mice are the switches, which are usually quite simple to desolder, as there aren’t any components near them.

    E.g. I don’t have much experience soldering and it took me under an hour replacing both switches on the G Pro Wireless as well as the battery. I’ve bought this mouse used about 5 years ago and I wouldn’t be surprised if it lasted another 5 years.

    Edit: The annoying part is the screws being below the feet, so you have to replace them after opening the mouse. But it’s all screwed in.











  • Arch requires reading the manual to install it, so installing it successfully is an accomplishment.

    It’s rolling release with a large repo which fits perfectly for regularly used systems which require up-to-date drivers. In that sense it’s quite unique as e.g. OpenSUSE Tumbleweed has less packages.

    It has basically any desktop available without any preference or customisations by default.

    They have a great short name and solid logo.

    Arch is community-based and is quite pragmatic when it comes to packaging. E.g. they don’t remove proprietary codecs like e.g. Fedora.


    Ubuntu is made by a company and Canonical wants to shape their OS and user experience as they think is best. This makes them develop things like snap to work for them (as it’s their project) instead of using e.g. flatpak (which is only an alternative for a subset of snaps features). This corporate mindset clashes with the terminally online Linux desktop community.

    Also, they seem to focus more on their enterprise server experience, as that is where their income stream comes from.

    But like always, people with strong opinions are those voicing them loudly. Most Linux users don’t care and use what works best for them. For that crowd Ubuntu is a good default without any major downsides.

    Edit: A major advantage of Ubuntu are their extended security updates not found on any other distro (others simply do not patch them). Those are locked behind a subscription for companies and a free account for a few devices for personal use.