

aerc+mbsync+notmuch
If you want a GUI, I was using Evolution before aerc and I was happy with it. I just prefer keyboard navigation which naturally is well supported by any TUI application.


aerc+mbsync+notmuch
If you want a GUI, I was using Evolution before aerc and I was happy with it. I just prefer keyboard navigation which naturally is well supported by any TUI application.


I learnt to code before I was 10, why not? Also why not mention the word “syntax”? Kids are just less experienced, but they’re not stupid. They can understand a concept if you explain it to them.


Automatic updated for system packages. Automatic container updates with docker. I normally have things pinned to a reasonable major or minor release, so I do manual upgrades for new OS release branches and usually pin to a major version for Docker containers but depends on the container.
The main disadvantage is that it’s less automated, and also you don’t get automatic updates without any other package management system in place. If you’re using something like e.g. source packages from the AUR then that solves both those problems and there’s no downsides (beyond extra computational power/time you spend waiting) so long as the package maintainer does their job correctly.
Can it mess with my system in any way?
Not… really? I guess if you’re downloading random tarballs off the internet and running make install without checking the integrity or trustworthiness of what you’re downloading then you could get a virus. But if you’re certain the source you’re getting is legitimate, then I suppose the only way building from source could “mess up your system” is if you mess up your system libraries or something whilst trying to install dependencies.


Do you have a Ryzen CPU by any chance? I had an issue like this for ages and it turns out it was a faulty Ryzen power state that was disabled by default on Windows, but not on Linux. If this happens to be your issue, there are ways you can disable the power state in software: https://wiki.archlinux.org/title/Ryzen#Soft_lock_freezing


There was one question where it wouldn’t let me do this. I think the media streaming question I had to click “Other”.


Never used a dashboard… I just manage my services on the cli with plain docker commands.
What really? I thought the screenshot looked like electron/web app slop but I was like, maybe they’ve just gone for a “modern” gtk/qt theme. It’s actually just a Firefox PWA?
Watchtower for automated updates. For containers that don’t have a latest tag to track, editing the version number manually and then docker compose pull && docker compose up -d is simple enough.


Yes, if you use the “task list” block. You can also have checkbox bullet points but I don’t use them, not really sure what the use-case for those are when you can just use the task list.


I self-host Notesnook and found it easy to set up. Been using it as my main note-taking app for years now and I’m really happy with it.


Someone who’s in the business of stealing computers would just stick it in a faraday bag. I guess for an entire server you’d need a sizeable cage though.
If you want a gui editor maybe Kate?


Idk about Immich but Vaultwarden is just a Cargo project no? Cargo statically links crates by default but I think can be configured to do dynamic linking too. The Rust ecosystem seems to favour static linking in general just by convention.


Thanks, didn’t realise I could do that!


I don’t think there is really any learning curve to “learning HTML” if you are not trying to do anything funky and you just want a simple static website that functions, like OP said, “like a business card”. You may as well just type it out yourself. If you’ve never written HTML before just look at w3schools.


??? Arch Wiki is just plain html and css? You might be experiencing the ddos arch services have experienced lately. In any case I’ve not had any problems on Librewolf, although out of the websites you listed I only regularly visit the Arch Wiki and occasionally the PostmarketOS site.


“Stealing labour” is not the issue with capitalism, but in any case, using materials freely provided to the commons is not extraction of surplus labour.
i3 doesn’t work with Wayland because it’s an X11 WM… You wouldn’t complain about X11 because Sway doesn’t work on it.
Btw, Sway is a drop-in Wayland replacement for i3 if you want to move to Wayland. i3 configs work with Sway; it’s an i3 clone.