WQMann
Average Linux enjoyer. I do system administration mostly, but can do developer related work.
Old Profile at lemm.ee: https://lemm.ee/u/WQMan
- Codeberg: https://codeberg.org/wqyeo
- GitHub: https://github.com/wqyeo
- 5 Posts
- 6 Comments
Well, not wrong that it solves the problem, but with data breaches happening frequently, I wouldn’t want to repeat 1 single password for all services lol.
Even if companies hash passwords, it’s still a gamble whether they are using an up-to-date hash algorithm (or if they do even hash it, lol). Plus, generally best to avoid exposing passwords, hashed or not, in the first place.
For me personally, I split up my data into different cloud storage solutions depending on the sensitivity of the data, and frequency of access on the data.
For stuff I need quick access to, I use cryptomator with MEGA. MEGA has a pretty decent Linux App, but recommend using with cryptomancer or any sync-friendly encryption tool so that they can’t read the data.
For stuff I infrequently access, I personally just use Proton Drive. Plan to fully switch to using them once they have a functional Linux desktop application that supports syncing.
For more sensitive stuff like SSH Keys or documents that might contain my sensitive personal information, I personally just use VeraCrypt and store the encrypted file on a thumb drive, backing it up to another thumb drive every week.
Agree, comes down to risk acceptance honestly.
I accepted the risk that comes with it. Same with some other aliases on equally hazardous commands.
I replaced rm with trash-put, just in case I realize I need some files that I removed down the line.
alias rm='trash-put'Official author don’t recommend it due to different semantics. But honestly for my own personal use case its fine for me.
Also I like to alias xclip:
alias clippy='xclip -selection clipboard' # cat things.txt | clippy
https://www.explainxkcd.com/wiki/index.php/2501:_Average_Familiarity
Relevant XKCD;
I feel that it is closer to the fact that the communities forgot most beginners are completely new to this in general. They might not even know what exactly a ‘browser’ is, much less cookies and stuff.
Hence when we try to spoonfeed them information, it comes off as overwhelming and forced.
Agree that there are some extremist, but they mostly act in good faith tbh.
Another thing I noticed is there are more preachers of ‘how’ than ‘why’. Having a beginner go down the route of privacy without giving them a purpose to do so is quite off-putting.






For me, I personally just run my workplace stuff in a VM (Debian 12) using KVM.
For excel desktop, OnlyOffice has a Desktop application that you can use to edit local files, which has pretty good compatibility with Microsoft products.