PoolloverNathan

joined 2 years ago
[–] [email protected] 7 points 3 months ago

Do you have any addons that enable contenteditable/designMode?

[–] [email protected] 27 points 3 months ago
[–] [email protected] 3 points 3 months ago

Maybe store project-related stuff in a subdirectory of the project repo, and make everyone on the team get that so I can finally read the other guy's code.

[–] [email protected] 2 points 3 months ago

rg $face memories/ | jq .name

[–] [email protected] 11 points 3 months ago

(?=) for positive lookahead and (?!) for negative lookahead. Stick a < in the middle for lookbehind.

[–] [email protected] 2 points 3 months ago

(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.

[–] [email protected] 6 points 3 months ago

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.

[–] [email protected] 1 points 3 months ago

Use a different client — Voyager has a cap on image height.

[–] [email protected] 2 points 3 months ago

Have Alt+F bound to wrap the current command-line in a function definition

[–] [email protected] 2 points 4 months ago (1 children)

It's equivalent to cp -r, but:

  • the copy is read-only
  • reuses unchanged files
  • easier to share (btrfs sub send)
[–] [email protected] 4 points 4 months ago (4 children)

btrfs sub snap -r

view more: ‹ prev next ›