The past week or so when I have the time, I've been going through the source of
(e:strip) and cleaning it up.
So far I've:
- Moved a lot of the concatted PHP views into more HTML-y templates
- Cleaned up some of the registration process and updated the confirmation process
- Removed dead code
- Given a controller to most of the views
I still want to pull out all of the inline styles and refactor the CSS into something useable, maybe with flexbox.
I also want to try out multimedia websockets for the Talkbox. And maybe add

Schema.org descriptions for users and posts, so we can get structured data to crawlers.
Not that anyone is really posting - but there's something satisfying about cleaning up retro code. It's almost Zen, seeing how much code you can condense into the simplest few lines.