The World’s Deepest Swimming Pool
Located in Brussels, Belgium, Nemo33 is a diving center featuring a 2,500,000 liter swimming pool with a circular pit that extends 108 feet down. The pool also simulates underwater terrain with various caves to explore and includes windows allowing outside viewers to peer into the murky abyss.
Photos by Peter Rigole (via: Design Boom)
TJ is at it again. The creator of Express, Stylus, and other projects you probably use has released UIKit, a lightweight web UI component library. Let’s be honest, most JavaScript UI component libraries are bloated, tangled messes. UIKit aims to be leaner yet object-oriented. Consider this
ColorPickerexample:var picker = new ui.ColorPicker; picker.el.appendTo('#default-color-picker'); picker.on('change', function(color){ $('.r').text(color.r) $('.g').text(color.g) $('.b').text(color.b) $('.rgb').text(color.toString()).css('background', color) });Check the project web site or source for a list of components and usage.
(Source: thechangelog)
Sitting down with DayQuil, Christmas Music and diving into some NodeJS madness…
New MacBook Pro…feels weird after 2 years of only iMac…
First Chtistmas snow!




