OpenGL ES for the web?
The Khronos Group released the final WebGL spec for HTML 5: Khronos Releases Final WebGL 1.0 Spec For HTML5 3D Now this is going to be interesting for web gaming!
The Khronos Group released the final WebGL spec for HTML 5: Khronos Releases Final WebGL 1.0 Spec For HTML5 3D Now this is going to be interesting for web gaming!
Ah hah! I knew these guys were up to something when they signed an exclusive deal with Activision, which is part of Blizzard… you know, the guys that make the marriage-destroying game known as World of Warcraft!
Yup. This one is surely an interesting read: Everyday differences between Japan and the U.S.
I love reading code like this: int IAmGoingToReturnAnInt ( int* gimmeSomeData ) { int munchMunch = *gimmeSomeData; ++munchMunch; // Developer note: FU } Okay, the last developer note doesn’t really exist, but you would think that this function would return an integer. I mean, come on! Give me something!
This is a good reference for me since I have to do this on occasion when I switch from my Mac to my PC to do some general coding work: Enabling Memory Leak Detection
Today, I began using regular expressions to change a whole bunch of code. However, what I learned from using RegEx in TextMate was not the same as in Visual Studio. So, for example, the parenthesis around regular expressions to indicate a backreference in TextMate: (\w+) is represented by curly braces in VS: {\w+} And to … Read more
For some strange reason, my network account would be locked by the domain controllers on the network and I couldn’t authenticate using my credentials. My workstation authenticates either through an ActiveDirectory server or an OpenLDAP server and only recently, I’ve been having problems with Apple Mail asking me for my password over and over again … Read more
I’m having the darn-est time with this UIPickerView thing. I created a table view that has 4 rows. Two of the rows bring up a custom picker view, one row is a toggle switch control and the last is a text field. The last two controls work fine, but the UIPickerView does not. What happens … Read more
I actually implemented a large if, else if statement on the Mac with no problems. Go to compile that same code in Visual C++ 2008 and…. BANG! VC doesn’t play that! Apparently, there is a limit as to how many control statements you can have. Go figure 🙁
Thanks again to the same co-worker who showed me how to do a large search and replace in TextMate, he now gave me a new blog site worth reading: http://idevblogaday.com/