Hacker News new | ask | show | jobs
by zorbo 4237 days ago
So many things.. but mostly working on these right now

* A tool that generates Markdown API docs from Python files

* A whitebox system scanner that reveals problems with your server configuration. Not your average blackbox security scanner.

* A lightweight service bus without all the enterprise and java around it. It's basically a bunch of connectors that receive or poll for incoming events (rss feeds, email, trello, XMLRPC/SOAP/REST requests), maps it, filters it and then sends it out again. I'll be using this on something like a Raspberry Pie to do some home automation and such. Main goals are that it should be super easy to add new rules, connectors, etc.