• 0 Posts
  • 24 Comments
Joined 10 months ago
cake
Cake day: January 16th, 2024

help-circle


  • JasonDJ@lemmy.ziptoSteam Deck@sopuli.xyzGaming 2024
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    17 days ago

    I take it you don’t have kids.

    Taking 10 or 15 minutes to “shit” is a much needed break. Especially when there’s another parent home (or the kids are old enough) and you can shut the door.

    Then there’s the old “boss makes a dollar I make a dime” adage…



  • I’d been meaning to try out atomic distros. I’m not an expert on Linux by any means but I’ve been using it on-and-off for about 25 years, and exclusively (at home, at least) for about 7. So I’m a bit more than a noob.

    I do worry if I’d feel restricted inside of an atomic distro. Might throw kininite on a laptop I’ve been meaning to give to my kid, tho.



  • Yeah I’d check for fragmentation, particularly coming from whatever was on the opposite end of this tunnel. This looks like librespeed (which is super simple to run in a container, ‘adolfintel/speedtest‘, if interested…I run some at work and it’s very useful) so I’m assuming it was running on the server at the other end of the wireguard tunnel?

    That latency and jitter are also absurd tho. Op should run a bufferbloat test on both sides. Though I don’t always trust those results from librespeed.



  • This is bad practice.

    More accurately it should look something like this:

    # Load sys library for exiting with status code
    import sys
    
    def sayHelloWorld(outPhrase: str="Hello World"):
        # Main function, print a phrase and return NoneType
        print(outPhrase)
        return None
    
    if __name__=="__main__":
        # Provide output and exit cleanly when run from shell
        sayHelloWorld()
        sys.exit(0)
    else:
        # Exit with rc!=0 when not run from shell
        sys.exit(1)
    








  • Right?

    Like, I get it Nintendo, you want money. That’s understandable.

    Then let me buy the damn games. I’d love to be able to buy roms to run in an official emulator, or ideally any emulator.

    Honestly at this point why even bother with DRM. The roms for classic systems are absurdly easy to get. Hell even switch roms. But Nintendo insists the only way to play retro games legitimately is to buy either a monthly subscription, or a copy of the rom bundled with the official emulator that can only be run on that specific generation console, or buy dedicated system for it.

    And even then its only the games they put out on the system/marketplace/subscription service. A tiny fraction of the library.