Internet Explorer: Global Variables, and Stack Overflows – File away under "Obscure details to remember about bizarre JavaScript behavior in IE" — this case, " any recursion that happens through the window object is limited to a stack depth of 12"
Latest Updates: links RSS
-
erik
-
erik
Cocoa Text System – Nice examples on how to modify OS X keybindings. I didn't realize you could define macros like this. -
erik
Teambox | Project collaboration – Looks like a nice way to collaborate on projects. I like the use of short status messages (ala Twitter) and simple task lists. -
erik
textorize: Pristine font rendering for the web – OS X command-line tool (in Ruby) for rendering bitmap text. -
erik
manuel’s cyberlisp at master – GitHub – "A Lisp-to-JavaScript compiler" -
erik
django-devserver – GitHub – A replacement for django's runserver that supports additional debugging/profiling for request handling. Could be handy in development. -
erik
XUI | javascript micro-framework – A JavaScript "framework" for mobile devices. Something to dig into later… -
erik
Common Lisp: A Gentle Introduction to Symbolic Computation – Yet another Lisp book. Apparently I can't get enough of these… -
erik
JavaScript speedups in Firefox 3.6 ? Mozilla Hacks – the Web developer blog – Nice summary of the performance improvements in FF 3.6's JavaScript environment. -
erik
How to Snatch an Expiring Domain | Mike Industries – Filling away for future reference… -
erik
Blackberry Supported CSS properties: Alphabetical – Chart of CSS properties supported by Blackberry devices. Handy for mobile web dev. -
erik
Let Over Lambda – Another Lisp book… -
erik
Leaf Labs : maple – Arduino-compatible board using a 72 MHz ARM Cortex M3 chip. Sounds like it's still a work in progress, but might offer Arduino hackers a more powerful alternative in the near future! -
erik
gordon – GitHub (Flash player written in JavaScript) – "An open source Flash runtime written in pure JavaScript." Clever. Has some nice code to read through. -
erik
Perfection kills » Understanding delete – Detailed post on JavaScript's "delete" specification and the implementations found in various browsers. Good read for JS programmers. -
erik
Introduction to newLISP – Wikibooks, collection of open-content textbooks – Yet another Lisp ebook, this time for newLISP.Here’s a PDF Version as well (which is a bit easier to read, IMO.)
-
erik
Successful Lisp – Another decent looking online book for Common Lisp. -
erik
DIY Arduino Based Pulse Oximeter Part I (with video) | tinkerish.com – A simple solution for detecting pulse, and hopefully blood oxygen levels using LED's and a light sensor. -
erik
etherpad – Project Hosting on Google Code – Open sourced, as promised. Hopefully some of this code is reusable and will help increase the popularity of collaborative text editors (which are WAY underutilized, IMO.) -
erik
MIT TechTV – Machine Shop Videos – Nicely done "intro to machine shop" instructional videos.