glibg10b
- 0 Posts
- 34 Comments
glibg10bto Asklemmy@lemmy.ml•Do you often hear the ringing of switching power supplies and devices when you are in a quiet space?12•1YI can hear coil whine from my PC’s graphics card, but that’s it.
Edit: Also our home stereo system (not the speakers) when it’s turned on.
I used the have a PC that ran Windows XP, and when I moved the mouse, sound was heard from the speakers. It probably had a cheap sound controller on the motherboard.
glibg10bto Linux@lemmy.ml•What's (are) the funniest/stupidest way(s) you've broken your linux setup?24•1YBefore installing Arch on a USB flash drive, I disabled ext4 journaling in order to reduce disk reads and writes, being fully aware of the implications (file corruption after unexpected power loss). I was confident that I would never have to pull the plug or the drive without issuing a normal shutdown first. Unfortunately, there was one possibility I hadn’t considered: sometimes, there’s that one service preventing your PC from turning off, and at that stage there’s no way to kill it (besides waiting for systemd to time out, but I was impatient).
So I pulled the plug. The system booted fine, but was missing some binaries. Unfortunately, I couldn’t use pacman to restore them because some of the files it relied on were also destroyed.
This was not the last time I went through this. Luckily I’ve learned my lesson by now
glibg10bto Linux@lemmy.ml•if you could standardise a file format for a specific task what would you pick and why15•2YJPEG XL for images because it compresses better than JPEG, PNG and WEBP most of the time.
XZ because it theoretically offers the highest compression ratio in most circumstances, and long decompression time isn’t really an issue when the alternative is downloading a larger file over a slow connection.
Config files stored as serialized data structures instead of in plain text. This speeds up read times and removes the possibility of syntax or type errors. Also, fuck JSON.
I wish there were a good format for typesetting. Docx is closed and inflexible. LaTeX is unreadable, inefficient to type and hard to learn due to the inconsistencies that arise from its reliance on third-party packages and its lack of guidelines for their design.
Reddit tier comment