• 0 Posts
  • 20 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.


  • Mic_Check_One_Two@reddthat.comtoScience Memes@mander.xyz))<>((
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    3 months ago

    For real though, I have written some truly monstrous operations in Excel.

    What do you mean you want to use Excel to manage everyone’s calendars? And now you want to export that horribly built calendar management spreadsheet to Google Calendar? What do you mean you want the Google Calendar entries automatically formatted based on who is working on a particular day? I mean yes it’s possible but-…




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










  • Was going to say the same. Windows and Linux both use “lazy” ways of deleting things, because there’s not usually a need to actually wipe the data. Overwriting the data takes a lot more time, and on an SSD it costs valuable write cycles. Instead, it simply marks the space as usable again, and removes any associations to the file that the OS had. But the data still exists on the drive, because it’s simply been marked as writeable again.

    There are plenty of programs that will be able to read that “deleted” content, because (again) it still exists on the drive. If you just deleted it and haven’t used the drive a lot since then, it’s entirely possible that the data hasn’t been overwritten yet.

    You need a form of secure delete, which doesn’t just mark the space is usable. A secure delete will overwrite the data with junk data. Essentially white noise 1’s and 0’s, so the data is completely gone instead of simply being marked as writeable.







  • This is doubly true for games, which tend to be re-released over and over again on different platforms. This is true to a lesser extent for things like movies, but it’s much worse with gaming where each console is a closed ecosystem that’s incompatible with other systems. At least with Blu-Ray, you can expect any Blu-Ray player to play the movie you’ve purchased. It’s not like a Toshiba player will only play Toshiba brand Blu-Ray discs.

    Companies love to use the “you don’t own the game, you own a personal license to use the game” line when revoking rights to play games you’ve legally purchased… But that goes both ways; If you own a personal license to use the game, it shouldn’t matter what platform it’s on, because it’s the same game regardless of whether you’re playing on PlayStation or PC.