• 1 Post
  • 93 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • On the other side of the same coin: When I mass edited my comments before quitting Reddit, I got site-banned. Basically, my first account’s automated edit got me auto-banned from several subs with pro-spez mods. Some subs had set their automod to detect when people were using the more popular methods of auto-editing, and set the automod to ban for using them. Then when I did the same with my second (and third, and fourth, and fifth, etc…) account, it almost immediately got site-banned for ban evasion.

    Basically, account 1 was banned from a sub, so when account 2 started doing the same thing on the same IP address, it was flagged as ban evasion. And ban evasion is one of the few things that will get you banned site-wide instead of just from a specific sub.

    I went back and checked a few months ago, and all of those site bans were lifted and the edits were undone. Likely because a site ban prevents the comments from showing up (which hurts Reddit’s bottom line, because they show up as a bunch of [removed] comments instead,) but also prevented any of the edits from actually being published. So when they lifted the site ban (to get those old comments to show back up again) it was as if I had never edited them at all. I had probably a million karma spread across my various accounts. I was extremely active at one point, so Reddit had a direct incentive to unban those accounts with literal thousands of comments.



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












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



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