sucoiri

u/sucoiri@lemmy.world
2 posts · 34 comments

Recent posts

Recent comments

I'm sad I hate to scroll this far to see a sane take. Bad code is bad, AI accelerating the destruction of the planet is bad, but experienced maintainers using the tools that exist is not bad, and trying to fork a project like Vim because of that is insane. Power to them if they actively maintain it, but I don't see that in the cards.

on Well well well. · c/programmer_humor · 3 pts · 329d

Fun fact! If you added a file but never committed it you can still recover it with git fsck --lost-and-found. The changes were still added to the git object store, and by grepping through the dangling blobs you can find the object containing the changes you care about.

Hot take, the battles in the book aren't great because Tolkien doesn't want to glorify violence. Half of the fights are like two pages in the books before the point of view character passes out. After realizing that I was kind of disappointed in how "campy early 2000s action movie" the battles in the films are.

iirc it came out that the gambling site was intentionally cycling through cloudflare's IP range to avoid IP blocking, causing legitimate websites to be flagged as unsafe. They said they'd still host them, they just need their own IP and not one of cloudflare's. Horribly communicated to the customer though

This is also assuming the app provides granular notification permissions. So many have just one toggle, so you're stuck with all or nothing.

on Vim > VSCode · c/linuxmemes · 5 pts · 1y

Like, a GUI plus command line, objectively provides you with more UX tools and ways of presenting data and interactions to the user

My long list of vim plugins and adhoc macros would like a word. I don't doubt VSCode can do something similar, but I love that I can script vim to do basically whatever. Also, it feels much faster to not need to touch a mouse at all.