If you like his stuff you should check out the sigbovik proceedings each year. Most of his videos are about his papers there and he has even more papers he doesn't make videos about! I don't think anybody else is making papers as interesting as his (about half are just jokes with no real content) but there are other gems of a similar "work hard on a fundamentally silly problem" vein.
This one is my least favorite one of his, actually. The big problem is that it just didn't actually really work. Tom7 seems to start these projects only a couple weeks before sigbovik deadline (an incredible feat I marvel at regularly) so it is no surprise that some of them end up falling apart (harder drives with the cue carts failed too) but I really wish this one had worked.
The C Compiler that only emits the printable bytes is my favorite one by a mile. The executables can only jump forward and only by an offset between two modestly large numbers. This makes laying out the code in the executable a really interesting problem and relies on weird old behavior where the instruction pointer can wrap on overflow. Wild!
One of my favorites was an old one (I think 2013?) about "DollarCoin", a new cryptocurrency that is minted using a video of someone lighting a dollar bill on fire.
He reminds me of what Forth people get so excited about, fitting so much into such small places.