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

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