Inspired by my Chromebox running an earlier version of TinyCore due to kernel size limitations, I also am running the latest version of Slitaz on it as well.
Sure, it's still running kernel 3.16.55 which just went EOL, but the bits don't die - they still boot the box. And busybox is maintained close to the very latest. Small things like nano at 4.8 (which I don't use, but it's there and fresh). But this isn't about Slitaz overall even though I find it fascinating to use.
But this is more about something I think gets overlooked about Slitaz: The "TazPanel". Basically Slitaz relies upon Midori to do the cgi-html scripting in for many of the system utilities, such as package management, hardware support, bootlogs, and a variety of other things.
Ie, instead of relying on lua/fltk kinds of gui programming, many tools available are simply using cgi-html scripting instead in the panel.
It kind of makes me want to put front-ends on some of my stuff - maybe trying to duplicate the TC control panel stuff. Instead of cat'ing system files in a terminal, maybe just create an html file with a link to them?
I don't know what I'd choose though: Lynx, elinks, Dillo, Midori -- something small that can reside outside of the big ones.
Maybe I'll have to dig out that "Learn HTML in 24 hours" book under the couch and get to work.