• 0 Posts
  • 45 Comments
Joined 2 years ago
Cake day: December 29th, 2023


  • Nah. They are detecting the collision in order to push the player, so the engine is doing the work already. They could easily add an on_collision_player event in the NPC controller that fires at that point to handle NPC reaction.

    The age of the engine impacts things like loading screens, poor use of modern hardware, etc. The 2004-era NPC handling is simply a reluctance to do any more than the bare minimum.






  • How do you block firearm parts at the printer level without analyzing and judging the files a user provides?

    Even if this was possible (it’s not), most printers don’t have the kind of processing power needed to reverse slicing back into the solid object so that it can be compared with banned parts. They’d either have to put in much larger computers and spike the cost per unit or do it server-side and be always-online.


  • As far as I can tell, the frog incident was not real-world. It was a police department vetting a system by doing fake test stops. They did one with Princess And The Frog playing in the back seat and the transcription system interleaved the traffic stop and film dialogue, then took that at face value for the summary.

    System still sucks, but at least they were testing before blindly relying on it.



  • It bothers me. There are too many things that are either not standards-complient or support different parts of the USB feature set that compatibility is a wildcard.

    I carry a large backup battery when I travel for work. It can keep my laptop going under load all day, allowing me to not care at all about proximity to outlets when working. It also allows me to painlessly recharge phones by just handing it to someone.

    Last week, I was running something from someone else’s laptop (enterprise HP, like mine, but different model). It got low, so I pulled out my battery. Plug it in… No power. I could see the voltage fluctuations of it negotiating, but nothing after that.


  • The only real impacts it has had are making me pay more attention to how I feel and more intentional about how I eat. I’m not going back for seconds just because they are there since I consciously decided that my initial portion was a good amount. I’m also not going a day without eating since it didn’t cross my mind because I can see that little line slowly go down and it reminds me that food is good.

    Modern tech is amazing. The management of T1D has been reduced to a glance at my phone every once in a while and a couple keystrokes when I eat something.

    I was talking to someone recently who was diagnosed as a little kid and the stuff that they went through sounded awful. Their adult management of it is no better than mine is for having gone through that.



  • It was actually the system Cloudflare uses to catch and block bots that went haywire.

    They had a fake database you could query that would pull content from a bunch of different shard databases. They updated the config so that systems querying it could see the shards in addition to the main dummy DB. The tool that pulled data out of it assumed that it could only see the dummy, however, so it just asked for everything when it pulled a report to pass to the filtering system.

    The filtering system assumed the report it received would be properly formed and crashed if it got one that was malformed.