AggressivelyPassive

  • 7 Posts
  • 488 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • That’s decades of legacy for you…

    I bet each step/arrow/decision had a good reason at some point, but most of them probably back when computers lived in caves and hunted their tapes using spears and rocks.

    I feel like we’re slowly reaching a point where the complexity is collapsing in on itself - just look at the absolute chaos a modern web app is.




  • I get the sentiment, but I could use the same arguments against HRT, which isn’t exactly what you want.

    Bodily autonomy is fine, as long as it’s not harming anyone (including oneself). If this tool is accurate (again, big if), it could actually increase bodily autonomy, since you could distinguish between real cases and those who really have other problems. That takes the burden of proof away from trans people.

    Think about how long it takes today from the first visit at a doctor’s office until actual treatment or legal processes can start. Using diagnostics like this, this could be shrunken down to one MRI.



  • I already do vote and try to convince people around me, but here in Germany, the reality is that most people are old and stubborn (average German is 44, average voter even older) and the propaganda of the last decades worked.

    Some still believe in trickle down and neoliberalism, some started believing Russian propaganda and are convinced that only right extremists can rescue us.

    But that’s exactly the situation I’ve described above. You see the ship steaming onto the rocks, but ⅓ of the crew thinks, that’s fine since it worked so far, ⅓ denies the rocks even exist and the last ⅓ is convinced that rocks are actually an opportunity for growth.


  • It’s the lack of perspective. There’s nothing to work or live towards.

    I’m in my early thirties and grew up in the last years of the “it’s getting better” time, but nowadays it’s all gone.

    The political system in all of the West is ossified and unable to solve any of the real problems. Society is dominated by a gerontocracy. The economy is fucked for almost all participants, except the very few at the very top.

    My generation will not have better lives than our parents. And there’s absolutely no hope for it to become better . In fact, it’s likely getting way way worse for most of us.



  • Again, did you actually read the comments?

    Is SQL an API contract using JSON? I hardly think so.

    Java does not distinguish between null and non-existence within an API contract. Neither does Python. JS is the weird one here for having two different identifiers.

    Why are you so hellbent on proving something universal that doesn’t apply for the case specified above? Seriously, you’re the “well, ackshually” meme in person. You are unable or unwilling to distinguish between abstract and concrete. And that makes you pretty bad engineers.








  • That’s exactly not the thing, because nobody broke the contract, they simply interpret it differently in details.

    Having a null reference is perfectly valid json, as long as it’s not explicitly prohibited. Null just says “nothing in here” and that’s exactly what an omission also communicates.

    The difference is just whether you treat implicit and explicit non-existence differently. And neither interpretation is wrong per contract.