furikuri

joined 2 years ago
[–] furikuri@programming.dev 2 points 2 months ago

Amazon's AI crawler is making my git server unstable

End of the day someone still has to pay for those requests

[–] furikuri@programming.dev 2 points 3 months ago

Honestly, for the first year or two after learning about it (which is the only time where it's really relevant) that's exactly what I did. Spend 30 seconds, derive something that's definitely correct, and never worry again about your memory randomly failing you

[–] furikuri@programming.dev 2 points 4 months ago

See the current dislike for fully digital display on cars. As they are now they just seem like a imprecise replacement for the function keys that either forces you to constantly look down at them (since the main selling point is that programs can change it at will) or force map them to F1-F12 (meaning you've spent extra on the touch-bar for no reason)

[–] furikuri@programming.dev 3 points 5 months ago

The classic rm -rf $ENV/home where $ENV can be empty or contain spaces is definitely going to hit someone one day

[–] furikuri@programming.dev 7 points 6 months ago

Run info info

Texinfo pages were originally meant to be a longer alternative to manpages that had support for featureful navigation (links, indexes, etc). They're nice and I can see a world where they did catch on, but the standard viewer is always a little bit of a shock to jump in to (being based off Emacs and all)

[–] furikuri@programming.dev 9 points 6 months ago

Guess the Hyper key is due to make a comeback!

[–] furikuri@programming.dev 3 points 6 months ago

For cases where you really just want to jump between different prompts without piping out to another program/file, many terminals also support jumping through prompts as long as your shell marks them with an OSC-133;A escape code (looks like fish does this automatically now). Some terminals that support this are foot, tmux, kitty, and Emac's vterm, but it's undoubtably available in many others.

For example let's say you're using the foot terminal and the zsh shell. Just add the following code to your zshrc and then you can jump through each prompt using CTRL-z and CTRL-x

precmd() {
    print -Pn "\e]133;A\e\\"
}
[–] furikuri@programming.dev 8 points 11 months ago

Lmao. They couldn't even copy code from a random MIT licensed project? Sometimes I think these scammers aren't even trying

[–] furikuri@programming.dev 5 points 11 months ago* (last edited 11 months ago) (1 children)

You could try making enabling git's rerere functionality, which stands for "reuse recorded resolution"

https://git-scm.com/book/en/v2/Git-Tools-Rerere

https://stackoverflow.com/a/49501436

[–] furikuri@programming.dev 6 points 11 months ago (1 children)

Arch does tend to keep packages as close to upstream as possible, which can be both a good and bad thing. Sway not binding to graphical-session.target by default is a little strange for example. Other distros also save a first-time user a great deal of configuration for things they probably don't care about as well. Going through Fedora's install and finding out that disk encryption and SELinux were configured OOTB was very nice to see personally. On the other hand Arch's installation (w/o archinstall) has you choosing a bootloader, audio server, display manager, etc. Nothing arduous and I like it, but definitely not for everyone

This is all eliminated by spinoffs of course, but even there users have the option to run random scripts/AUR packages without vetting them. Also doesn't help that the most popular Arch-based distro for a while (Manjaro) was pretty flaky and generally incompatible with the AUR (despite saying otherwise), leading to many people saying "that's just Arch" and swearing off the parent project as well

[–] furikuri@programming.dev 2 points 11 months ago

I switched to (Doom)-Emacs from a ~7yr old homegrown Vim config last week and honestly the configuration is less bad than it seems. If you're mainly writing markdown you'll probably get 99% of the way there by just enabling the dedicated module

[–] furikuri@programming.dev 3 points 1 year ago

Depends

Clannad? Valid

After-Story?

Fake CCTV image of a Labrador on its hind legs wearing boxing gloves and shorts

view more: next ›