• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle










  • If you go that route, and assuming you’re in the US, I’d recommend looking for a government civilian job rather than a contractor position. The pay will be slightly lower, but you’ll have pretty steady pay increases year-to-year, the benefits will almost certainly be better, and you’ll have better job security.

    The major downside will be that you’ll likely wind up working for/with a bunch of people who are just trying to keep their heads down and coast until retirement. A major upside will be that you’ll almost certainly be able to retire comfortably.


  • Personally, I don’t like the idea of any recommendation or advertising algorithm using personal information of any kind. Though I can understand why location would be needed for advertising: in order to ensure ads for regional services are not shown outside of that region.

    The kinds of data that I think should be used:
    -Recommendations:
    -Like history
    -Watch (or view) history - specifically (and only) if I click on a post or watch more than some reasonable percentage of a video that would indicate I watched the entirety of the video.

    -Advertisements:
    -Location (based solely on IP)
    -The content currently being viewed, based on a general categorization of the content. If I’m watching a video about technology I don’t need to be seeing ads for financial services.



  • That 30% cut is also done on the Xbox and Playstation stores. I would assume Nintendo does the same thing.

    It also sounds like Valve’s price parity agreement only applies to Steam keys. So, if a developer or publisher wanted to provide the game through their own storefront or on another third-party platform then they could charge whatever they wanted.

    As for the 30% cut being excessive, I don’t know if it is or not, but storing data at the scale that Valve does costs a lot of money, not to mention the costs associated with ensuring the data’s integrity and distributing the data to their users all over the world at reasonable speeds. In all likelihood they are running multiple data centers on multiple continents with 100s of petabytes of storage each with some extremely high speed networking within the individual data centers, between the data centers, and out to the wider internet. Data hosting, especially for global availability, is damn expensive.


  • Something I only saw mentioned in a somewhat snarky comment in this thread (apologies if I missed it elsewhere) is that Windows has the option to do a full system image backup.

    If you have an external hdd or a nas, from the Windows Backup applet in control panel (not settings) you can create a system image that will contain a full backup of your C: drive and, optionally other drives in your system. You can then restore that backup from the recovery options in your windows install media.

    For the windows install media, I’d recommend using the windows media creation tool to create a usb installer on a separate usb key from your Linux installer and then setting it aside just in case. Trying to create windows install media from within Linux is, while not impossible, difficult.

    Obviously, you should do all of this before committing to installing Linux to disk. Most Linux install media also functions as a live Linux environment from which you can try things out and see if things will work for you.






  • This is some good advice. I’d add two caveats though: - For learning the distro’s package manager, while I’d say it’s definitely good to learn it (and do so early on), I’d also say beginners should probably stay away from the command line version of it unless it’s absolutely needed. - For running commands from random websites rather than a blanket prohibition, I’d say don’t do it unless you can confidently say you understand what the command will do and are willing to take the risk that you’re wrong.