pyr0ball

joined 3 months ago
[–] [email protected] 5 points 6 days ago

Hello Anxiety, my old friend...

[–] [email protected] 11 points 6 days ago (3 children)

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

[–] [email protected] 21 points 6 days ago (3 children)

Anyone who uses Oracle DB or virtualbox in a corporate environment

[–] [email protected] 23 points 6 days ago* (last edited 6 days ago) (5 children)

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

[–] [email protected] -2 points 1 week ago* (last edited 1 week ago)

I've found the expanse to be somewhat loosely analogous, but making the associations is a bit of a stretch I guess.

UN is America, Mars is Israel, Belters are Palestinians or other brown folk.

Or they're any number of similar analogues.

Spoilers from the last books (post the current end of the show)

! The entire premise of the current leadership is endless unchecked growth

! This mirrors the Laconian goal of superiority through holding onto what's basically a free infinite energy machine, only it's not really free, it's just being stolen from neighboring universes who's very advanced inhabitants really don't like that.

! We see the same hubris from the people in charge thinking that just a little more control or a little more power will be enough to save us, when really the answer is to let go and stop trying to control everything

[–] [email protected] 1 points 2 weeks ago

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

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

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

[–] [email protected] 9 points 2 weeks ago

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

[–] [email protected] 11 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

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