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

help-circle
  • 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)
    






  • My primary laptop is a Lenovo T495s. I’m a big fan because my requirements for a laptop aren’t particularly demanding, but while a 5 year old Ryzen 7 is a bit aged, I’d hardly consider it underpowered, at least for my (and many others) needs. Laptops like this can easily be found in great condition and under $200. I spent a little more after a new nvme and maxing out ram.







  • 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.