I recently came across an open source project called Gource through Gizmodo. Gource allows you to visualize commit history of software projects hosted by Git and Mercurial. It is maintained by Andrew Caudwell. When I found out about Gource, I only knew it supported Git and Mercurial repositories. I later found out about support for [...]
Google Web Toolkit team used Jake2, Google Web Toolkit, WebGL and WebSocket to run Quake 2 on web browsers. The project has comprehensive instructions on how you can get started, but I found out that some instructions are missing so it was not possible to build and play Quake 2 immediately. I hope this post [...]
This is just a note on installing/testing the Go Programming Language from Google. I followed the instructions from IT戦記 (in Japanese). According to the article, 早速 Go 言語を試してみる!, amachang reported that HTTP test failed. I also had the same test failure, but after I disabled the firewall temporarily and ran the test again, HTTP test [...]
I receive my mobile phone bill through email every month. Despite several reminders through email and SMS, I still miss my due dates. Rather than relying on my own memory, I decided to create a To Do item in Things. Things is a task management application on Mac and iPhone. On Mac, Things is scriptable [...]
This is my .gitignore file. I am making a switch from Subversion to Git (and Github) and I needed to find out specific information on using Git with Xcode. # Xcode generated files build *.pbxuser *.mode1v3 *.mode2v3 *.perspectivev3 !default.pbxuser !default.mode1v3 !default.mode2v3 !default.perspectivev3 # Interface Builder generated files *~.nib *~.xib # Mac OS X generated files [...]