:3

  • 6 Posts
  • 423 Comments
Joined 1 year ago
cake
Cake day: December 31st, 2023

help-circle

  • I’ve got what seems like CPTSD which causes me to go from a wonderful day to reliving the past and feeling like life is horrible, just as I did pretransition.

    I’m also autistic, which could (but hasn’t for me) be combined with the “so called trans people are confused narrative” for people to think I’m just so gullible I feel for being transed. Luckily I’ve not experienced that, but seeing how the US is going, I think that risk is increasing. I just want autonomy and for my decisions to not be delegitimized.

    Politics in general is just rough for mental health because I don’t know when next they’re gonna make it harder for me to get my life-saving treatment. I already experienced about a week off my meds earlier this year because laws changed and I had to scramble to reschedule stuff, and that was still the worst I’ve felt this year.



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