• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle



  • Steam vs GoG is a turf war, Epic vs anything will make people side with anything. The problem is that Epic has a shitty store with shitty features, and the only way it can compete with the others out there is to pay piles of money to game devs so they make their game exclusive to their store for some time. So usually people just ignore the game until it comes up in another store, and most of us have completely forgotten about it by then so when we find out just add it to the wishlist and wait for a 90% discount in a while. The game has been out for years at that point so a massive discount is expected soon and you already waited years to play, you can wait a bit more and save money, plus that teaches companies that signing exclusivity contracts is a shit deal.


  • One important thing, ensure the drive is CMR, the reason is that you likely want a RAID, and non-CMR disks take so long to read the entire disk that the chances of a second failure while recovering from a disk failure is significant.

    That being said, how are you keeping track of the disks state? I built my RAID recently, and your post made me realize that I have nothing to notify me if one of the disks shows early signs of problems.


  • At the end of the day data is just binary, i.e. it’s composed of 0 and 1. What those 0 and 1 represent is mostly irrelevant to this discussion. The short version is that 01000001 can mean A or it can mean that a given pixel is 65/256 red, or that the speaker should vibrate in a specific frequency, etc, etc.

    So what happens when you open a file that’s not text in a text editor? Well, some of the 0 and 1 make up gibberish, or characters that are not meant to be printed. Fun fact, you should be able do this the other way around too, i.e. open a text as an image, but again it will be gibberish, and most likely would not load since images have lots of information that relate to size, compression, etc, that if incorrect the program won’t know what to do, but because text can always be valid it will always work, although sometimes your editor might show weird thing in the places where there’s a non-printable character.