If markdown fulfills your formatting needs, then there’s no beating it in terms of focus and simplicity. Use whatever text editor you like. My recommendation would be Kate. It supports previewing the rendered document in side by side view.
If markdown fulfills your formatting needs, then there’s no beating it in terms of focus and simplicity. Use whatever text editor you like. My recommendation would be Kate. It supports previewing the rendered document in side by side view.
I’m a shell user too, but as a programming language I would rate Bash utter garbage. Fine for little piping but for longer scripts I will be reaching for Haskell.
What’s so wrong with fstab?
Ay this is a funny meme and all but insulting the best linux documentation available was unnecessary
At first I read it HyperbloatedBSD, which made very little sense…
In tools like lsblk
? Nope. They appear as directories, usually in the top-level subvolume, which typically isn’t mounted anywhere in the system.
Then you just create mount entries in /etc/fstab
just like you would with partitions, this time just using the subvol=
option as mentioned above. I don’t know if there are any installers that do this for you. Archwiki – as usual – has good documentation on this.
lib.reviews is a FOSS site for reviewing just about anything.
A bunch of projects in Liberapay, including Liberapay itself.
Valetudo’s list of supported robots is basically an exhaustive list of the robot vacuums worth buying.
What are the actual differences between native encryption and dmcrypt? Like: Can it be booted? Does it leak more information about the fs? Is it faster?
No idea about devices but OpenTracks is a nice FOSS sport tracker app. It should support some external monitoring thingys too.
A shame that this search turned out null, but at least I learned about https://www.opensourcealternative.to/
8.2.0? Don’t upgrade if you aren’t there yet!
Valid criticism. I would be down for e.g a QT based alternative, but I’m not aware of any :/
I prefer a desktop app
Hadn’t heard of Bruno, looks nice too!
The vote for the project logo is still open! https://github.com/ArchGPT/insomnium/discussions/11
IMO yes. It hasn’t got all the features but if it has enough for you, the user experience feels more polished.
Organic Maps is the open source fork. (And a good one at that!)
This reminds me of QT’s signal/slot system. I.e. instead of calling functions directly, you just emit a signal and then any number of functions may have the receiving slot enabled.
Lot’s of similar systems in other frameworks too I’m sure.