-
Site admin.
-
Joined on
2020-09-17
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…
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…
WIP d7228172c4d5455159cd91782b49304a971bb444
rest of tonight's to-do list:
- clean up comments
- reverse
mcrfpydefnamespace shenanigans done while debugging - delete PyTexture original…
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…
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…
I'm an idiot, because mkpasswd takes a password as an argument.
PASSHASH=$(mkpasswd $PW --method=sha-512 -s)