I just use regular ol’ ed for jotting my thoughts on the AI-related news I see each day. After all, it is the standard text editor.
…was that not the question?
/s
I just use regular ol’ ed for jotting my thoughts on the AI-related news I see each day. After all, it is the standard text editor.
…was that not the question?
/s
I mean, aliases do exist. For example, with my typical alias schema I might shorten it to sudo syc lsu-s. But yeah, on foreign systems (e.g. random VPS’s) I can see your point.


And like yeah, both the wonderful (and foss!) .json5 and Microsoft’s semi-proprietary(?) .jsonc exist, but most projects just use their language’s default JSON parser that doesn’t recognize them. What I would personally love to see is .json5 support baked into the default JSON parsing libraries of Python, Go, etc. (Enabled by a flag, likely.) It’s a superset of regular JSON and fully ES2019 compatible, so there shouldn’t be any issues.


I would add PairDrop to your list to have bookmarked. It’s completely web-based so no download required and thus fully cross-platform. It also works across different networks (i.e. over the internet) by pairing devices or creating a room. Basically Apple AirDrop, but universal and on steroids.


I wouldn’t think this would cause any data loss either, it just wouldn’t find your media or it would throw an error. Very alarmist indeed.
Seems more accurate anyway, it’s not like the concept of recycling even exists digitally. I understand why Windows did it way back when to raise awareness of recycling, but nowadays it’s just a bit silly.
Like @pathos said, that’s the list from the previous step. Because you’re autoremoving, it will only remove packages that aren’t dependencies of any other packages still installed.
For anyone reading this on a Debian-based system, you can get a good start without risking removing anything important like this:
apt-mark showmanual, and copy any package names you don’t think you need into a list.apt-mark auto <pkg1> <pkg2> ...apt autoremoveJust install the Auto Tab Discard extension. After a certain amount of time it will replace your loaded tab with a (RAM-free) placeholder that reloads when you click it again. Me, my ADHD brain, and my 500 tabs can be at peace now.


I use FlorisBoard, and I don’t remember having any issues. I’ve only used KDE remote a couple times though, so ymmv.
KDE Neon on desktop. I want to be on the latest Wayland I can for feature support (and Waydroid), without being on the bleeding edge for stability, and it checks all those boxes. Based on Ubuntu LTS, with latest Wayland and KDE software.
For my home servers I like to try out different distros. I have a thin client on openSUSE Tumbleweed running Portainer, a couple Armbian SBCs for reverse proxies, my main Unraid storage server, and a thin client running NixOS at my parents’ house for backup storage and remote troubleshooting access.
Eh, I’m not sure if the world can be picked backup, it’s been knocked down pretty hard. I’m always down for trying though.
/apr1
For desktop, I’ve liked Lato, Source Sans Pro, and Inter to name three.
For terminal, I used Iosevka’s customizer to create a gorgeous Fira Mono-like variant that I call Iosevka Firesque:
[buildPlans.IosevkaFiresque]
family = "Iosevka Firesque"
spacing = "term"
serifs = "sans"
noCvSs = true
exportGlyphNames = false
[buildPlans.IosevkaFiresque.variants]
inherits = "ss05"
[buildPlans.IosevkaFiresque.variants.design]
capital-g = "toothless-corner-serifless-hooked"
capital-q = "crossing-baseline"
g = "single-storey-serifed"
long-s = "bent-hook-tailed"
cyrl-a = "single-storey-earless-corner-serifed"
cyrl-ve = "standard-interrupted-serifless"
cyrl-capital-ze = "unilateral-serifed"
cyrl-ze = "unilateral-serifed"
cyrl-capital-en = "top-left-bottom-right-serifed"
cyrl-en = "top-left-bottom-right-serifed"
cyrl-capital-er = "open-serifless"
cyrl-er = "earless-corner-serifless"
cyrl-capital-u = "cursive-flat-hook-serifless"
cyrl-u = "curly-motion-serifed"
cyrl-capital-e = "unilateral-bottom-serifed"
cyrl-e = "unilateral-bottom-serifed"
brace = "straight"
ampersand = "upper-open"
at = "threefold"
cent = "open"


Fwiw, you can change the shortcuts for nano in your ~/.nanorc. Most of mine are the same as standard desktop editors, except undo is Ctrl+U because Ctrl+Z is commonly bound to suspend, and quit is Alt+Q instead of Ctrl+Q because in browser window terminals (e.g. Unraid) Ctrl+Q usually closes the whole browser (oof).


Except in very rare configurations (i.e. not 99.9% of residential), you do not want to have multiple paths to ground within a system. All grounds should go to the tied ground/neutral bus in the main breaker panel, which then goes to earth via a ground rod or a clamp to a copper gas/water line, etc. Otherwise you can have current flowing in ways that the system isn’t designed for, which at the least can trip breakers and GFCIs, and at worst exceed the rating of the wires in a short condition and cause a fire.


Except in very rare configurations (i.e. not 99.9% of residential), you do not want to have multiple paths to ground within a system. All grounds should go to the tied ground/neutral bus in the main breaker panel, which then goes to earth via a ground rod or a clamp to a copper gas/water line, etc. Otherwise you can have current flowing in ways that the system isn’t designed for, which at the least can trip breakers and GFCIs, and at worst exceed the rating of the wires in a short condition and cause a fire.
Similar situation: I legit taught myself how to use aircrack-ng when I was like 12 because I wanted to play Mario Kart on my grandma’s Wii, but it needed internet to download an update, which she didn’t have. However, the neighbor had a WEP-encrypted network, and I was staying the night. The rest is history.