[object Object]

Autocorrect hates me, I am sorry.

  • 9 Posts
  • 5.71K Comments
Joined 1 year ago
cake
Cake day: July 20th, 2025

help-circle








  • Okay, fair, from Wikipedia

    • 195 civilians and security forces killed
    • 828+ civilians
    • 367+ security forces
    • 3,400 civilians and security forces wounded
    • 251 security forces and civilians captured

    But materially that doesn’t change things. Hamas specifically provoked a war this way. Then they did use civilian infrastructure for operations. They’re not innocent.

    But does that excuse the use of white phosphorous cluster bombs and levelling entire cities? No. Denying food aid? No.

    This war is incredibly asymmetric, the Hezbollah pager bombings show how deeply Israel has infiltrated these organizations operations. If they wanted they could have done this differently, even if it were more difficult.




  • I dumped my phone company over their AI answering system.

    It was totally broken:

    • you can’t know when the AI is lying or will do something it says it will for you
    • it’s not designed to be helpful, it’s designed to keep you away from humans
    • this particular system required you to say a correct and available time you want a callback, and if you were incorrect it would hang up on you.

    I’ll bet the cost metrics looked great, 100% of calls being handled without a callback! Oh, the customers leaving is unrelated, talk to the retention department.

    Just utter fucking stupidity. No, not stupidity, complete disregard for the customer to serve some department heads self interests. There needs to be a word stronger than greed…




  • I cannot for the life of me understand AI mandates.

    Who doesn’t want to be able to get their work done easier? Nobody.

    Then it follows you shouldn’t have to tell your employees to use a tool if it makes them however much as productive as CEOs think that tech demo should make them.

    I think it’s pretty obvious that at the exec level AI is the ultimate hoodwinking machine. It’s made 90% of them look like the out of touch morons they are. The 10% or whatever that aren’t trying to force this down their staff’s throats in the hopes they can replace said staff are coming out smelling like roses.

    Don’t fit a square peg in a round hole.




  • My idempotent claim was too broad and wrong, up to aliasing that is reversible.

    I think I’ve been talking about this differently than you, when you get 8bit into, 255 in/out is correct.

    When generating data I do it in the natural [0,1] space, then map to whatever domain I’m quantizing for.

    In that case, for N bins you divide by N+1 (and round however you want via correction) so 256. I was probably wrong earlier around this, 256 is correct for quantizing that way.