@Equinox1289@sh.itjust.works
member since 14 May 2026 19:33
comments
- on Blew My Mind Into Orbit in c/linuxmemes@lemmy.world · 14 Sep 2026
-
on LG responds to TV spying allegations in c/privacy@lemmy.ml · 14 Sep 2026
Which is dumb because you could agree to the intial terms, and then they can change the agreement at any time and brick your tv if you leave it connected to the internet and they change the agreement to something ridiculous without an option to revert to the original agreement.
-
on OC: How I Removed the Mic Component from 2 Remotes in c/privacy@lemmy.ml · 14 Sep 2026
I just never let my tv connect to the internet and intercept the HDMI CEC using a usb CEC interceptor on my Linux box and run everything off of that. I’m more afraid of screen capture or transcription than any sort of audio TV manufacturers may pick up, so I make the tv dumb and my own hardware smart and open source.
-
on Not my Best Work [Rule] in c/onehundredninetysix@lemmy.blahaj.zone · 6 Sep 2026
I feel it even when I’m not in person.
-
on And thats why we call it Baud Rate in c/programmer_humor@programming.dev · 3 Sep 2026
Sounds like a backronym
-
on Terminology in c/programmer_humor@programming.dev · 30 Aug 2026
Or the process terminology: “How to kill parent?” “How to spawn child?” “How to terminate zombie child?” Kinda forked if you ask me.
-
on intimidating in c/linuxmemes@lemmy.world · 9 Aug 2026
I’d look into Fresh if you want to really have the whole gui-style text editor experience inside a TUI application.
-
on intimidating in c/linuxmemes@lemmy.world · 9 Aug 2026
If you haven’t, I highly recommend checking out Fresh, it’s like micro with even more standard text editor features.
-
on intimidating in c/linuxmemes@lemmy.world · 9 Aug 2026
Micro or even better is Fresh. Make use of the modern terminal features for mouse interaction, text highlighting, and standard shortcuts.
Okay, but what are blocks then? A file is really just a bunch of blocked stacked together with the inode metadata also sitting on another block, so is everything just blocks or because you can emulate a block device on a filesystem, are blocks themselves files? If that last part is true then files are infinitely recursive and my head is starting to spin.