Posts

2020-09-27 | Trojan Asteroids

An updated version of my “trojan asteroids tutorial” that I initially posted in 1997.

2012-11-23 | Starting Forth Reading Notes

I recently looked into the book Starting Forth by Leo Brodie. The examples have been written and tested in GForth. These are my reading notes.

2012-11-23 | Thinking Forth Reading Notes

I recently looked into the book Thinking Forth by Leo Brodie. The examples have been written and tested in GForth. These are my reading notes.

2012-08-18 | iOS Animation With Layers

This article describes advanced techniques for native animations on iOS. Specifically, it shows how to animate bezier curves, labels and their content.

2012-04-06 | Dynamic Message Resolution in Objective C

This article describes a powerful feature of the Objective-C language: the ability to handle messages dynamically at runtime!