Heh. Maybe “the trump line” should become slang, like the mendoza line
- 0 Posts
- 26 Comments
Half of US adults can’t read at a 6th grade level. This is haunting.
Some strikingly high percentage can’t complete complicated tasks on a computer (eg: find 3 user email addresses and add them to a spreadsheet).
Reading the manual is good advice but I think some people are just left behind
jjjalljs@ttrpg.networkto Linux@programming.dev•Understanding GNOME Shell’s focus stealing prevention2·28 days agoYeah, that would help. There’s also the smaller risk of “I was going to click on something else, and this new window popped in under the mouse”
I think some applications also don’t accept input for the first couple seconds to prevent this. I vaguely remember something that had the dialogue boxes count down from 5 before you could click or keyboard-interact them.
Feels like the kind of problem with a lot of edge cases, but even catching 70% of the problems would be a big improvement
jjjalljs@ttrpg.networkto Linux@programming.dev•Understanding GNOME Shell’s focus stealing prevention3·29 days agoI hate focus stealing so I might set mine to strict, now that I know that’s an option.
It’s an absolute nightmare to be typing, some dialogue box pops up, and I accidentally accept it by hitting spacebar without even seeing what it was.
I think most computer users now don’t know that file systems exist
jjjalljs@ttrpg.networkto Programmer Humor@programming.dev•vibe coders discover "coding"26·2 months agoI did see a job post for a role that was just reviewing AI code. This is all terrible
Code reviews are important. Unfortunately, no-test-text guy convinced his whole team that he was right, and I wasn’t able to block it. I’d scheduled a meeting to try to get the wider org to adopt a more sensible standard, but then there was a mass layoff 🤷
The other guy with the bad messages is at a tiny startup where they’ve laid off almost everyone, and the other 2 guys don’t want to make waves. The CEO is big on “just ship it” (and also “why are there bugs in production? this is unacceptable!!”)
Oh, double post but I also remembered there was a band in the mid 2010s called Jawbreaker Reunion. I imagine a lot of fans of Jawbreaker did a double take when they saw signs for like “Jawbreaker Reunion tonight!”
I’m told the band No Men were originally going to call themselves Aerosmith 2, but decided against it
I’ve worked with a few people who are just incomprehensible. One refuses to write commit messages of any detail. Just “work in progress”. Cast him into the pit.
There was another guy that refused to name his tests. His code was like
describe(''. () => { it('', () => { expect(someFunc()).toEqual(0); } it('', () => { expect(someFunc(1)).toEqual(0); } it('', () => { expect(someFunc("").toEqual(1); } }
He was like, “Test names are like comments and they turn into lies! So I’m not going to do it.”
I was like, a. what the fuck. b. do you also not name your files? projects? children?
He was working at a very big company last I heard.
edit: If you’re unfamiliar, the convention is to put a human readable description where those empty strings are. This is used in the test output. If one fails, it’ll typically tell include the name in the output.
That’s something to work on. You’re not immutable.
If you accept rejection with dignity, it’s not that big a deal. Don’t be a creeper. It’s not that embarrassing. And if your friend group is cruel about it, that’s good to know. They’d be assholes in that case, and you probably want to find out they’re assholes in a low stakes situation.
She could ask you out. But if you just wait you’re giving up your initiative. Use your agency.
…yes? That’s what you have to do. Maybe she says no. Maybe she says yes. Doing nothing definitely won’t get you anywhere.
jjjalljs@ttrpg.networkto Programmer Humor@programming.dev•Fox news trying to explain github.91·3 months agoYou know how scam emails intentionally include mistakes because they want to filter out smart people? Same idea.
Reasonably smart people will see this and go “this is garbage”. The idiots will go deeper, and become loyal gop voters.
I don’t think “every single problem … must be reduced down to an individual failing” is super common, but sure, some people refuse to recognize systemic problems. There are loads of people who say racism isn’t a problem, for example, and that’s bad. Kind of off topic from childhood development and people who refuse to admit fault when it is plausibly their fault. (And saying you’re late because there was traffic because the city refuses to build effective mass transit may be technically true in a sense, but it’s also kind of useless, maybe even counter productive, in the moment where everyone else is waiting for you. Leave earlier. Use the agency you have.)
A lot of people here seem stuck on the details of the metaphor instead of focusing on how some adults refuse to ever consider they are wrong or at fault, and that’s a real problem in the world. You probably know someone who never admits fault for anything. If they’re late, it’s because of traffic. If they lose in mario kart, it’s because the controller is bad. If they get lost, it’s because the GPS is hard to understand. Never their fault.
“Use a different language” is a common defense of javascript, but kind of a weird one.
jjjalljs@ttrpg.networkto Programmer Humor@programming.dev•They can see the policy working...10·3 months agoYeah. My last job, a PR with commented out code typically wouldn’t get approved. Either leave it in version history, or stick it on a branch
Oh that’s a neat library. Type annotations in python are really nice, and you don’t have to add tooling like when you switch from JS to TS.