Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)P
Posts
0
Comments
33
Joined
1 yr. ago

  • That's not at all how interest rates work on homes... They're fixed and yes while fluctuations in interest rates can have an effect on the home value, that won't change how much your mortgage payments are, and can only effect your property taxes by at most 2% per year

    Rent doesn't have to fluctuate with interest rates at all as it's up to the home owner

    Edit: unless you're in a variable rate interest loan in which case, yeah your lender is screwing you

  • I do this with my RK36XX emulation system (powkiddy RGB30). It has a port for the moonlight streaming app

    It even plays stardew valley and quake 3 arena through the onboard ports really really well

  • Home automation using geofencing, and my partner likes to get a notification when I'm heading home from the office

  • ... Only a second playthrough?

  • Guess so

  • Anyone?

    Jump
  • Hello Anxiety, my old friend...

  • How is it less problematic? I've only ever worked with the other two

  • Anyone who uses Oracle DB or virtualbox in a corporate environment

  • Bruh they're a copywrite law firm (read as patent troll) with a database and a tech company attached. Pretty much all they do is fuck other people over

  • Honestly I'm planning on using it on my legit games for my headless streaming server, which is what got me interested in building that auto install script.

    I've got a little library of similar installation scripts I've built over the years so it was just a matter of modifying it to meet this scripts' requirements

  • Happy to help! Let me know if you run into any problems and I'll see if I can debug

  • It allows users to run the script on any installation of Python no matter where it's located, as well as allowing a user to set up specific Python package versions separate from the system-native ones.

    Basically for flexibility and easy setup

  • Try a venv or miniconda and use the universal shebang:

     
        
    #!/usr/bin/env python
    
      

    Edit: you've activated my brain shrimp, so I'll be back with an interactive setup script in a bit

    Edit2:

    Sorry I know it's GitHub but codeberg doesn't support gists yet and I can't fully test this by myself. Seems to work fine on Linux mint. I'll do some testing on Windows later

    https://gist.github.com/pyr0ball/c6a608fbdd401903f1ff6faf14a065ce