

https://beepbox.co/ for example
https://beepbox.co/ for example
Yeah, I’m used to NixOS — however, having to edit the config (instead of e.g. a package manager) is a common pain point I see when others use NixOS, and it often leads to them switching distros.
¢-aur — I’m not sure why I pronounce it that way; it’s just how I’ve always pronounced it.
A pain point I’ve seen with NixOS for new users is the focus on editing files — how easy is it for her to install applications that way?
Debian is a stable distro and therefore tends to have less up-to-date packages.
Ubuntu added telemetry and forced snaps
What network topology do you have? My method only assumes server→laptop connectivity (laptop→server and laptop→repo are implied). If server→laptop is unavailable, but you can install Git in general on the server, you could forward the repo through SSH. If Git cannot be installed server-side at all, this is more difficult, and rsync would be the best method I know of.
Detach the laptop’s head, then git clone
from it over SSH on your build server. When you’re done, git push
will update your laptop’s branches, then you can git push origin
the relevant branches on your laptop.
Do you have any addons that enable contenteditable
/designMode
?
(?=)
for positive lookahead and (?!)
for negative lookahead. Stick a <
in the middle for lookbehind.
(to make the joke more obvious)
The two most common sources of security vulnerabilities are buffer overflows, use-after-free, and off-by-one errors.
The point is that many programs completely ignore .cache
’s existence — when programs do actually use it, adding a backup exception is trivial, but having to manually find what’s actually cache in .config
(or, even worse, finding one SQLite database with the config and cache) complicates it.
Use a different client — Voyager has a cap on image height.
Have Alt+F bound to wrap the current command-line in a function definition
It’s equivalent to cp -r
, but:
btrfs sub send
)btrfs sub snap -r
And neighboring state National Guard cannot (legally) cross states lines without permission.
“Legally” doesn’t matter anymore for anyone rich and red.
The complicated instructions are probably because certain SMS clients don’t allow clicking URLs from contacts you’ve never sent messages to.
To my knowledge, symlinking a Nix file is perfectly fine (though may have interesting behavior with flakes).