i haven't posted here in a while and i came across something i think you lads might enjoy and my thoughts on it.
recently i came across t/2 linux (t2sde.org, I'd properly link it but the site keeps auto posting my post when i do, soz lads), a linux distro to help port other linux distros over to other architectures.
as far as i can tell its mostly developed and maintained by one guy, René Rebe. he has a YouTube channel where he shows things such as linux on an sgi system, and is also apparently a kernel dev.
what makes this distro special however is that, as far as i can tell, its the only actively maintained distro with native sgi support.
sgi's are most famous for their use for making the 3d scenes in Jurassic park and terminator 2.
debian did have support but it was dropped in debian 10.
its an alright distro but it does have its quirks, such as not having perl installed, but having autoconf installed and its package manager only supporting a cdrom source for any packages that aren't ruby gem files for some reason. (from the documentation it seems like it can just download ruby dependencies automatically, a bit strange)
it does its job though, anything that doesn't come with it will have to be compiled and installed manually ala linux from scratch but for a dev system i don't find it surprising.
i did have an issue where, when compiling open-vm-tools, it couldn't find libmspack despite it being installed.
i did double check everything was right so as far as i can tell, the distro itself must be the cause and something about it is throwing off open-vm-tool's configure script.
all in all, its alright. docs could be more fleshed out with potential incompatibles and quirks but hey, one man can only do so much.