Hell yeah I didn't know there was a furry skateboarding game in the 90s. I guess the name confused people.
Part of a separate work for Werewolf-V to make a 3D version of his Wolf Paw V1's! (https://werewolvesrule.com/products/wolf-paws-v1.)
How could I NOT make a low-poly version too? β¨
Another thing I'm realising is that there isn't really a reason to run one container per site if I don't need to
Because (at least the way I'm planning to set it up) the container is only running PHP-FPM, it doesn't actually contain the site files, it just has a directory shared from the host filesystem
So multiple sites can still use the same one as long as they're compatible with the same PHP version & I only need as many containers as I need PHP versions. Which to begin with will be 1
well it's 2:30 am and this vulgar message in a browser window is the result of me finally having got that setup working locally as a proof of concept. after an extremely hairy upgrade of apache. and with extra fun complications due to the host os being windows and the container being linux. now i'm going to bed
that was a good first episode! except the ending theme was replaced as well! if i have to mute it and play the actual songs off youtube every episode then i fucking will https://www.youtube.com/watch?v=cnqnRQlicqk
well i STARTED watching zeta on crunchroll & was immediately underwhelmed by the bland orchestral piece used for the opening, thought "no way is this the original opening theme" and i was right it was originally this banger https://www.youtube.com/watch?v=X82QTT_vJI0
now i've finished this do i watch zeta gundam or do something else with my life hmm hmm hmm
Every now and then, someone writes Yet Another Opinion Piece about how online anonymity is bad and we should only have legal names, often completely ignoring the fact that most white folks feel perfectly safe proclaiming all sorts of hate and bullshit using their real name, without ever encountering any sort of consequence.
Also, the problem youβre trying to solve is pretty much always something that hasnβt got anything to do with names, legal or not.
Stop publishing that nonsense.
Designing algorithms to return definitive results and then getting duped by conspiracy theorists is embarrassing; doing the same and getting pwned by the hapless stupidity of large language models is malpractice.
IMO this is not simply a matter of Google's algorithms being no good. What's going on here is that Google is playing a losing game by trying to extract true information from the web algorithmically. Why would Google choose to play a game it could only lose?
apparently, yes you can do this
so this could be a plan?!
https://stackoverflow.com/questions/59862387/how-to-deploy-php-fpm-on-docker-container-and-apache-nginx-on-localhost-ubuntu
so my 2nd thought is, what if i just have the one web server, running natively, and then only a php-fpm container for each domain, and the server just routes traffic to those containers?
this seems like it's quite easy to do with nginx, i think
however: i'm currently running apache & the ideal would be to gradually switch sites over, so i'm wondering if there's a way to do that with apache instead, so i could have nonconverted sites running as-is and converted ones running in docker