About Me
I'm your host, Bill Woody, a software developer in the Los Angeles area interested in all things software development related, from Mobile to embedded to client/server.Site Search
Meta
Categories
- Algorithms (7)
- Android (24)
- C++ (11)
- Commentary (116)
- Fixing Things (1)
- GWT (11)
- Hardware (9)
- iphone (46)
- Java (55)
- Links (2)
- Lisp (3)
- Macintosh (3)
- Meta (10)
- Objective C++ (23)
- Papers (3)
- Politics (3)
- Projects (7)
- Things To Remember (40)
- Uncategorized (78)
- Windows (3)
- Windows Mobile (1)
Blogroll
Category Archives: Papers
Something Funny Happened To Me On The Way To Release.
So I started playing with parsing Java class files, creating a cross compiler capable of converting Java class files into Objective C files. I even had a sufficient amount of Apache Harmony running so I could use a good part … Continue reading
Posted in Android, iphone, Java, Papers
Leave a comment
On Memory and Memory Management
This will be a bit of an introductory article on memory, written in part for my wife and for anyone else who may find such an introduction useful. In The Beginning… In the beginning there was RAM, random access memory. … Continue reading
Posted in Algorithms, C++, Hardware, Objective C++, Papers, Things To Remember
Leave a comment
Goodbye Far Clipping Plane.
I really wanted to write this up as a paper, perhaps for SigGraph. But I’ve never submitted a paper before, and I don’t know how worthy this would be of a SigGraph paper to begin with. So instead, I thought … Continue reading →