Technology

Chiptune

Here is another great project from Linus Ã…kesson. This time it is some really cool 80’s type “chiptunes” based on another AVR micro-controller. Normally, when you create a chiptune, you start with an existing chip (such as the SID chip or the YM2149) and write a tune for it. We decided to start from scratch, […]

Little drummer bot

Yellow Drum Machine is a tiny musical robot who’s sole purpose in simulife is to motor around looking for suitable surfaces to drum a beat on. Notice how the robot first plays on the object it finds (or is forced to find by the angry cameraman), plays a small beat, and records the beat it […]

CSS ad blocking for Firefox and Safari

Using Firefox’s CSS-based chrome feature or Safari’s advanced stylesheet preferences and a little clever CSS coding, you can disable most banner ads, making them invisible in your browser. This technique is considerably easier and more flexible than setting up a private DNS server or proxy to filter out images from ad-serving domains. The trick is […]

Design Coding: web standards rap

Next time you’re trying to explain the importance of web standards in modern web design and development, just let this video do the talking for you. The Poetic Prophet (AKA The SEO Rapper) is back with another marketing rap. This time he describes how web standards and proper design can affect the ranking and conversion […]

Arduino particle system

Seb Lee-Delisle made this cool particle system using an Arduino board and an 8×8 LED array. He writes: The only real trick here is that I’m working internally with a much higher resolution that the actual 8×8 grid, and then rounding to the nearest pixel when displaying each particle. This gives a really smooth movement. […]