• 0 Posts
  • 29 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
    1 month 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)
    




  • JasonDJ@lemmy.ziptoAndroid@lemmy.worldIf it works, kill it.
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    Thank you, subscribed to most, they seem right up my alley.

    I was apprehensive about the first two because they sound (from their titles) like the type of conservative conspiracy theory my FIL talks about. He was talking to my BIL (FIL’s stepdaughters husband) about the collapse, and where to go yesterday. He decided Mexico since “they’re only doing all that shit in the industrialized countries” , and I couldn’t help but silently laugh that a.) he thinks Mexico isn’t an industrialized country, and b.) he would illegally immigrate there to avoid politicized chaos.