Standardize Color Handling
Got a bit distracted, but I was having fun. I wanted to give colors readable names and also have an absurd number of plain text names that could be used.
Basically took CSS color codes, the…
Standardize Color Handling
PyColor
This type has some other requirements that make it differ from PyTexture:
- Textures are held by UIDrawables as a way to keep the Texture loaded (since sfml requires them to stay…
Standardize Texture Handling
WIP d7228172c4d5455159cd91782b49304a971bb444
rest of tonight's to-do list:
- clean up comments
- reverse
mcrfpydef
namespace shenanigans done while debugging - delete PyTexture original…
Standardize Texture Handling
WIP 2cf8f9431025b3eecb67422e98ec95e3f2b4038f
I have to say I kind of love this new structure(?!)
- The Python class methods are static methods in the C++ class.
- The Python typedef is still…
Day 10 - Schedule something
Day 9 - Do something with a firewall
Day 4 - Installing software [Repeatably]
Draft notebook for nginx reverse proxy config is coming along, also acquired nginx configs to turn into templates.
I can't reliably run certbot and reverse proxy until DNS is automatically…
Day 3 - Power trip [Automatically]
I'm an idiot, because mkpasswd
takes a password as an argument.
PASSHASH=$(mkpasswd $PW --method=sha-512 -s)