April 20, 2010

Extreme feedback device – The Batman Lamp

7  comments

In my current project my coworker Christoph an I decided to build our own eXtreme feedback device for our continious build. We started with the NET-PwrCtrl HOME a power outlet controlled over ethernet. Then we looked for a fancy lamp. Bears and Lava lamps are already out there. So we looked for something different. We came out with the idea to project the batman sign on our office ceiling. That was pretty straight forward. Christoph bought a bright led spot and cut out the batman sign of paperboard. Fixed it with some wire on the lamp and ready was our office batman projection. We control the power outlet with a small Java program Christoph has written. The software PowerControl is available github. The PowerControl.jar is called from an ant target in our project cruisecontrol server when our build fails, and we have a fancy batman sign on our office ceiling that remembers us to fix the build.

Tags

Batman, continious integration, cruisecontrol, eXtreme feedback device, PowerControl, Software engineering, Usability


You may also like

Blog url changed to https

I just changed the url of this blog to https://jensjaeger.com. TLS encryption is now the default for all request to this page. It might be possible that some image links on some articles are hard coded http. If you find such an error it would be nice if you leave me comment so i can

Read More

Format date and time in java with prettytime

Prettytime is a nice java library to format a java Date()s in a nice humanized ago format, like: moments ago 2 minutes ago 13 hours ago 7 months ago 2 years ago Prettytime is localized in over 30 languages. It’s super simple to use Add the dependency to your maven pom: org.ocpsoft.prettytime prettytime 3.2.7.Final or

Read More