• 2 Posts
  • 167 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • Yup. Rand() chooses a random float value for each entry. By default I believe it’s anywhere between 0 and 1. So it may divide the first bill by .76, then the second by .23, then the third by 0.63, etc… So you’d end up with a completely garbage database because you can’t even undo it by multiplying all of the numbers by a set value.



  • I actually enjoyed the story. Some of the themes and motifs were heavy handed, but that’s par for the course. Honestly, the biggest issue with the story is that players have come to expect a big plot twist. Bioshock 1’s twist hit first-time players hard, so later games have tried to replicate that. But the issue is that it only hit players hard because they never knew it was coming. They only remember it because it was truly shocking the first time you played through it.

    So now players have come to expect that from the series, which means the series can’t replicate it; When players are looking for a big plot twist, you can’t really hide it anymore. Because as soon as you start foreshadowing it, players catch on. And if you’re too subtle with your signals, then players who have been looking for it will say that doesn’t make any sense.












  • He explains why it’s unlisted in the first few minutes. Basically, he knows it’s too long for the regular viewer, and plans to release a condensed version later. But for the people who may be interested in a deep dive, he made the much longer unlisted version where he has the freedom to ramble and fully explain things.

    As for why it’s unlisted, it’s probably so he doesn’t get dinged by the YouTube algorithm for incomplete views. If the algorithm sees that his regular viewers are only watching the first 5 minutes of his hour long video, it’ll stop recommending his videos to them. Unlisting the video is an easy way to get around that, because only the people who are interested in it will seek it out.


  • They use Documents because it’s an easy way to ensure saves don’t persist between users. If you and a sibling both play on the same computer, you don’t necessarily want to be sharing game saves. Since the Documents folder is on a per-user basis, the saves are per-user as well. If they simply saved the games in the Program Files folder, saves would potentially persist across users. And anyone who has had a younger sibling accidentally erase all of their saves knows what a bad idea that is.


  • I always have issues with The Sims. Apparently EA uses the Documents folder for a lot of temp files. So every time I play The Sims, I get warnings from OneDrive that thousands of files were recently deleted. Because it’s creating and deleting temp files the entire time you’re playing, which are all automatically trying to sync to OneDrive.

    Given, that’s mostly an issue on EA’s side; Whatever programmer thought the Documents folder was a good spot for temp files should be dragged out back and flogged.



  • It’s because Yuzu was profiting off of their development with a Patreon. Keep emulators FOSS and there’s no profits to claim.

    Also, because it’s a settlement and not a ruling, it’s not setting a precedent for future lawsuits. Courts historically put a lot of weight on legal precedent, to help make rulings consistent. If one court interprets a new case in a certain way, similar cases in the future will likely look to that first case’s ruling for guidance.

    So if one ruling had decided that emulation is illegal, then subsequent lawsuits would have been much much easier for Nintendo. Because Nintendo could basically argue “we already proved emulation is illegal in that previous case, so now we don’t need to do that part again.”


  • Tesla routes pretty much everything through the center console. I’m surprised they haven’t tried to route the blinkers through it.

    It’s because their wiring system basically just daisy chains everything together with network cable. So it’s a lot less cabling, because they aren’t running six wires for six different systems. But it also means that when one system fails, they all fail in a cascade because everything behind that system in the chain is also affected.

    That’s why automakers have traditionally used individual wires for each system, because they have prioritized safety over easier wiring; You don’t want your airbags to fail just because your wipers are having an issue, for instance. So each system is essentially isolated to its own wiring.

    Tesla is a good example of people not understanding why things are done a certain way. Elon just saw modern wiring harnesses and went “lol that’s dumb just use network cables.” And on the surface it sounds fine, because it’s less wiring. But it fails to understand why each system is wired independently. And now Teslas have frequent issues with cascading system failures.