:3

  • 0 Posts
  • 147 Comments
Joined 2 years ago
cake
Cake day: December 31st, 2023










  • We still have jokes and common knowledge about being sent to the psych ward if you reveal anything weird about your mind. I’ve heard stories only a few years old of doctors refusing to refer trans patients to gender clinics, which quite often means either needing to circumvent the system or death. Only last year I had the revelation that doctors are supposed to help me, not just tell me what I must do.


  • Capitalists found a way to exploit artists even harder, so that now they don’t even need to pay them.

    I don’t think people would care quite as much if gen AI merely existed (I’m sure many would still dislike it, but just for being soulless). But it doesn’t just do that, it also destroys artists’ livelihoods and prevalence of their art using their own work. I don’t really care if it’s technically theft or not, it’s doing bad for society regardless.





  • Could definitely be worse for latency in particular cases, but if we imagine a write heavy workload it still might win. Writing a byte/word basically has to do the same thing: read, modify write of cache lines, it just doesn’t confuse the dependency tracking quite as much. So rather than stalling on a read, I think that would end up stalling on store buffers. Writing to bits usually means less memory, and thus less memory to read in that read-modify-write part, so it might still be faster.