Check it out here.
It looks pretty nice. However, one might find a fat sharpy to be quicker, and good antidote to perfectionism.
(via the-gadgeteer)
Simply Scheme is now available online
I’m pleased to announce that the full text of
Simply Scheme: Introducing Computer Science
is available online in PDF and HTML form at
http://www.cs.berkeley.edu/~bh/ss-toc2.html
— Brian Harvey
Thanks Brian!
(via comp.lang.scheme)
Programming .NET on the iPhone
Manually Empting Leopard's Trash
OS X refused to let me empty the trash as it contained TimeMachine’s Backups.backupdb directory. It simply complained that there were BootX files present. The trash could not be emptied with an option-empty, either.
I found this solution to work fine; which involved rm -rf’ing the .Trash dir in my home directory (which was unnecessary) and more importantly doing the same in the Trashes/<my uid> dir on the external drive in which that trash had lived.
Small Scheme Implementations are Beautiful
foof explains why here.
A Re-Imagining of Smalltalk: Pharo
Here is the main page for Pharo Smalltalk; it looks pretty interesting.
From talking to a Squeak maintainer; I got the impression that a lot of Squeak developers and maintainers feel sort of a love hate thing with Squeak. On the one hand it has so much history and it is such a great tool that they loathe change. On the other hand, the inability to change things is the biggest issue in moving forward.
(via reddit)
Where to Buy Unlocked iPhones
Apple has a list here.
Implementing an Object-Oriented Programming System in Scheme
Haskell on the iPhone
Managing Provisioning Profiles
Bill wrote a good article about managing iPhone provisioning profiles here.