Category: Technology

  • Steam Deck Save Directories.

    Steam Deck Save Directories.

    So it looks like the Steam Deck has multiple save directories for you proton games the same way the games on Windows are saved across different directories. Found that these are the places to check for games saves. May be under .config/, .local/ Proton saves are stored under .local/share/Steam/steamapps/compatdata/ ~/.local/share/NameOfGame Some games saves aren’t synching-…

  • Test Code Take 2

    Another try with the form. This time around I have everything looking a little bit cleaner thanks to the section in the class I’ve taken recently. At least on the HTML side. This took longer than I liked because of some issues with the JavaScript, but to be fair I haven’t reached that far into…

  • Test Code

    The Form The code below is supposed to show the prices for different products based on the Length and Width of a screen entered. Length in inches: Width in Inches: Screen Pricing Euroscreen Price = Double Euroscreen Price = Honycomb Sunshade Price = Honycomb+Euroscreen Combo Price = Double Honycomb Price = The Code I cannibalized…