April 2011
3 posts
Cool error from Xcode
“Broken pipe” sounds like something from the domain of Native American chiefs.
1 tag
Half-Life and Half-Life 2
I just finished the original Half-Life, after about 20 hours of gameplay according to Steam. It was spread over weeks and months though.
Half-Life is a highly renowned video game, originally released in 1998. I played the Source modification, which overloads the original game with better rendering and graphics, released in 2004. So the original concept is 13 years old, and the graphics are 7...
3 tags
UIImageViewCached: a simple way to load and cache...
It is common in iOS apps to have default images for things like profiles, and then replace them from network with the actual images. And it should also work when offline: when the cached image is available, it should be used instead of going to the network again (and failing when there is no network).
Existing libraries like Three20 have these facilities, but I don’t like their compiler warnings...