If no one can make sense of the change, then you reject it. Makes no difference if it was generated with an LLM or copy-pasted from Stackoverflow.
If no one can make sense of the change, then you reject it. Makes no difference if it was generated with an LLM or copy-pasted from Stackoverflow.
Reminds me of this story of the wifi that only worked when it rained
You might benefit from installing earlyoom. It’ll kill some of your processes before the system freezes from running out of memory.
Instructions unclear. Stash is 35 tall and I’m scared to look at what’s been fermenting at the bottom.
Very relatable. Especially when it’s less effort to make the change than it is to try and ignore it. But it’s understandably harder for those who are reviewing your work.
Isn’t the US the one place that actually pays devs properly?
I’ve probably spent more time looking up how to access specific functions in a GUI than for CLI.
It wouldn’t make sense to add clutter to a GUI that benefits a tiny fraction of users a tiny fraction of the time while making the experience worse for everyone else.
It’s very possibly a serious comment. I know some people remap ESC to something on/near the home row because of how much use it gets in vim.
Same for me. I’ve known about Docker for many years now but never understood why I would want to use it when I can just as easily install things directly and just never touch them. Then I ran into dependency problems where two pieces of software required different versions of the same library. Docker just made this problem completely trivial.
Same. I keep thinking back to my time TAing for an intro programming course and getting students who just add random braces until their code compiles. That’s me right now with Rust pointers.