• 1 Post
  • 99 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • I’m sure there are companies that are at least more good than bad. Teachers pay teachers. Meetup. Bandcamp before they sold. That’s all I have off the top of my head. But even so capitalism invites cruelty, and the best intentions can easily wither under the pressure to make more money.

    I work for a very large company involved in medicine. They make machines to do like blood work. That’s fine. People need that. But they treat many of their workers like trash. I don’t get paid for holidays and get the legal minimum sick leave per year. Their mission isn’t especially evil , but their behavior sucks.



  • There was a website where users could request something or other, like a PDF report. Users had a limited number of tokens per month.

    The client would make a call to the backend and say how many tokens it was spending. The backend would then update their total, make the PDF, and send it.

    Except this is stupid. First of all, if you told it you were spending -1 tokens, it would happily accept this and give you a free token along with your report.

    Second of all, why is the client sending that at all? The client should just ask and the backend should figure out if they have enough credit or not.


  • This is very heteronormative and gender binaried. Queer people exist and date.

    That said, anecdotally, from the handful of women I’ve talked about this with: many don’t like making first moves on these apps.

    Using dating apps is a skill, and if you haven’t been practicing sending messages you’re going to be bad at it. The vast majority of first messages I got from women were “hey”. Trash tier. Probably because they just haven’t done it very often.

















  • One of my jobs went to microservices. Not really sure why. They had daily active users in the thousands, maybe. But it meant we spent a lot of time on inter-service communication, plus local development and testing got a lot more complicated.

    But before that, it was a single API written in Go by an intern, so maybe it was an improvement.