InfoBeamer
So I’ve been playing with info-beamer lots recently, as part of my attempts to relearn how to be a clever person. Having seen it at 31c3, I was curious how I could use it and how much work it was to make it display information. After reading the documentation, I’m really impressed with how easy it is to do seemingly clever things with. The base frames for displaying data are written in lua, which seems sensible and easy enough to read to enable hacking at. It’s also, I’ve been told, quick as fuck. The software itself has a server awaiting UDP on port 4444, and a defined way of importing that into the system. This is really neat - if you want to send data directly to it, and have new things appear on screen, it’s pretty easy to do. …