• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle





  • Obviously this is antithetical to this community, but when Stadia was a thing, it was actually really amazing. Playing Cyberpunk 2077 on release day with a shit PC blew me away. I’m not sure how it worked in Australia, but the lag was only noticeable sometimes, and never was a distraction or took away from the game play. GeForce Now is ok, but they need to support your game, and then you need to purchase the game + have a subscription. I know Stadia got a lot of shit, and also had a limited catalog, but it actually got me to buy cutting edge games, sometimes on release day, with no subscription.

    For me, piracy is not about cost, but more for combating anti-consumer behavior by corporations. Say what you will about Google, but Stadia was actually a good product. I guess it’s just good they killed it before they could enshitify it.





  • As others have said, using dd will be a bit for bit copy of the drive, regardless of the filesystem. If you were only using 10GB, and the rest of the drive was “empty”, the output of dd will still be a 256GB file. You could compress this file with gzip if storage is a concern.

    With regard to your plan with Windows, there is a hardware check that OS will perform and if the hardware drifts too much, the OS will not be activated anymore and will need a new license. I’m not familiar with recent versions of Windows, but if you have a Pro version of the OS, it might not work on new hardware.




  • This is always my concern with creating git aliases, and find it’s just as easy to use the reverse search in shell to find git commit -a --amend --no-edit rather than make up an alias which just works on one machine. Also, a lot of the time I’m sharing my screen or sending the output to someone, and don’t want to have to explain what gcane means.

    I do like the syntax highlighting plugin, that was new to me.