Software Science Visualizing Garbage Collection Algorithms Developers take garbage collection for granted, but it's hard to see how it works. Watch 5 different GC algorithm visualizations.
iOS / OS X How to Animate Images in a UIImageView with Completion Handler How to get a completion handler when animating images in a UIImageView by using CAKeyFrameAnimation instead of setting the animationImages property.