Projects

Luna Programming Language – Visual and textual functional programming language

Luna is a developer’s whiteboard on steroids. Design, prototype, develop and refactor any application simply by connecting visual elements together. Collaborate with co-workers, interactively fine tune parameters, inspect the results and visually profile the performance in real-time.


Raspberry Pi and Denon DRA-F109 integration

I have Denon DRA-F109 Stereo Receiver and Raspberry Pi as media player. I wanted to use one remote control for both. It was possible to use IR receiver and LIRC, but it has many drawbacks, so I reverse engineered Remote Connector which appeared to be 5V serial port and the data protocol. Now, I can use Raspberry Pi as it was native Denon system product. For more, see the blog post.


Dropsport. Do sports together. Inspire others.

Web interface screenshot

Dropsport is an on-line platform to find people to participate in fitness activities. After launch in January 2013 the project got some attention in Polish media and was featured in two main TV news programmes.


AWS-DNS – virtual DNS for AWS EC2

AWS-DNS is a DNS server that maps AWS EC2 instances into virtual .aws TLD. Just after you configure Mac OS X resolver you may point any app i.e. ssh or web browser to my-instance-name.aws or i-1231231.eu-west-1.aws and it will transparently resolve to public instance IP address. For more information check the repo on GitHub.