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 [...]
by Takashi Yoshida on June 14, 2009
in Books
I picked up some programming books to read over this summer. The Mythical Man-Month by Frederick P. Brooks, Jr. The Pragmatic Programmer from Journeyman to Master by Andrew Hunt/David Thomas The Art of Concurrency by Clay Breshears Pragmatic Version Control Using Git by Travis Swicegood I picked up The Mythical Man-Month and The Pragmatic Programmer [...]
I am in the last stretch of restoring my MacBook Pro from a week old backup. I will upload a new blog post later this week. In the meantime, you can read inspiring stories from: How to become an independent programmer in just 1068 days – Gus Mueller’s Website The Road Less Traveled – Red [...]