Archive for March, 2006



Why I love TextMate

TextMate is about the coolest editor ever made, and one especially cool feature is the ability to have snippets. I recorded myself using some built in snippets and a forall snippet, just watch it you’ll love it. Oh, and I know the example is kinda weird, I just made it up.
TextMate Snippets Video

Programming in Lua

After I read a bit about how great Lua is as an embedded and configuration language I decided to give it a try. I read through a few online tutorials, and I browsed the Lua docs, but I really can’t read books on the computer. So I bought the “Programming in Lua” book by Roberto […]

Around the Web

A few links from around the web
Hex Fiend
http://weblog.scifihifi.com/2006/03/29/hex-fiend/
A new hex editor that is really fast, even with large files.
appscript
http://freespace.virgin.net/hamish.sanderson/appscript.html
A MacPython to Apple event bridge, great for people like me who despise Applescript.
Building a Sample Core Data Application
http://developer.apple.com/cocoa/coredatatutorial/index.html
An introductory screencast tutorial to Core Data by Rentzsch.
PyInjector
http://end.com/speth/wp-content/pyinjector.html
Injects a Python command interpreter and object browser into a running […]