I got curious as what happened to the other 4. Wikipedia lists them as extrusion presses being scrapped in the 90's and 2021 in Maryland and Torrence CA. https://en.wikipedia.org/wiki/Heavy_Press_Program
I wonder if they wore out?, something better came along?, or just no demand?
They've been maintained, wear parts such as bearings and seals can be replaced. You can keep well-made machinery running almost indefinitely if you take care of it.
>But not the second: on Github for example you can have multiple passkeys for the same account.
People mention the "only a single passkey instead of multiple passkeys" issue because they run into some websites such as PayPal that only let you add one passkey. E.g. :
Especially in the tech world, it would make sense for r/php to be hosted and run by the offical php.net guys, r/laravel by the laravel.com crew, r/vuejs by ... (you get it).
However it'd be hard for the subreddit hosters to manage which user-facing instances are allowed to post. If shitposters could just fire up new personal instances every time they were banned, then subreddit hosters would just be playing whack-a-mole and get fed up with it.
They'd almost have to require that users post from instances with good reputations - and now we've just reinvented e-mail's problem of forcing users into using one of the big providers in order to be able to send/post anything.
I had a huge amount of fun back in those days messing with QuakeWorld and Quake2, learned a ton of stuff.
One project was embedding a Python2 interpeter in QuakeWorld, along with a QuakeC->Python translator. The translator and the resulting Deathmatch and CTF games are here: https://github.com/barryp/qwpython
The other was embedding a JavaVM in Quake2, and instead of trying to translate the C game logic, we recreated the whole thing from scratch in an object-oriented Java fashion: https://github.com/barryp/q2java
Thanks to Carmack for opening up those old engines, that was a real education.