home / blog

Tag Archives: javascript

Scrolling waterfalls in HTML5

A number of technical domains use scrolling data displays, like the COTS octopus-760 sonar system. A typical implementation would involve a cyclic buffer (BufferedImage, pixmap etc) and two paint operations for efficiency. The means data can be inserted cheaply without … Continue reading

Posted in geek | Tagged , | Leave a comment

Full javascript debugger built into Safari

What an awesome feature. defaults write com.apple.Safari IncludeDebugMenu 1

Posted in geek | Tagged , | Leave a comment