• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle


  • 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


  • Yeah, 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





  • 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!!”)




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



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





  • 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.)


  • jjjalljs@ttrpg.networktoFunny@sh.itjust.worksThe two-frame test
    link
    fedilink
    arrow-up
    41
    arrow-down
    1
    ·
    3 months ago

    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.