:3

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

help-circle
  • People: hey you should think about this a bit and consider changing it to have a small positive impact

    You: 🤬

    Nobody’s forcing you to, nobody’s yelling at you, if you don’t do it it’s not a massive deal, you’re just yelling at clouds. Actually that’s not entirely true; I’m yelling at you because of your absurd overreaction to the mere idea of being a little thoughtful.

    I don’t know if you got it from media, or you heard about this movement and for some reason immediately jumped to “they’re forcing us!”, but you really need to do some self reflection on why you got it so wrong and why you were so quick to do this outburst.



  • The Bill and Melinda Gates Foundation lobbied against waiving intellectual property laws that would’ve let countries produce the vaccines themselves. Instead, only the pharma companies that owned the IP could produce it, and those vaccines were immediately gobbled up by wealthy countries leaving millions in poorer countries without a vaccine. So no, he’s not one of the good ones, his philanthropy is still evil with a hint of good purely to launder his reputation.


  • My keys were fine, I’d used them on a previous system. My best guess is boot failed because GPU firmware wasn’t signed with my keys, only Microsoft’s keys. And of course, I can’t just CMOS clear, and I don’t have an iGPU. It’s crazy that an OS can brick my motherboard; I’d be a lot more forgiving if a BIOS option bricked it, but exposing a “brick me” option in efivars for any ring 0 software to press??









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