Binary Clock
| October 31st, 2009Abulsme made a nice true binary clock , you can see it here :
http://www.abulsme.com/binarytime/
I used his code to make a widget for MacOs X, a dashboard BinaryClock !
You can download the .zip file here :
http://upload.stabland.fr/fichiers/files10/binaryclock.zip
If you want to modify something feel free to do it :) just send me a message or leave a comment :p
How to read the time on this “thing” ?
Simple : The first bit shows 1/2 days , the second 1/4 days , the third 1/8 days ,the nth 1/(2^n) days .
e.g: “1010″ would mean that we are at 1/2 + 1/8 = 5/8 of the day =)
[...] then produced a Mac OS X Dashboard Widget of this binary [...]