Posts tagged as:

Programming

Working Around HTTP Test Issue in Go Programming Language

by Takashi Yoshida on November 30, 2009

in Programming

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 [...]

{ Comments on this entry are closed }

Create a New To Do Item in Things with AppleScript

by Takashi Yoshida on August 18, 2009

in Programming

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 [...]

{ Comments on this entry are closed }

Xcode and .gitignore file

by Takashi Yoshida on July 19, 2009

in Programming

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 [...]

{ Comments on this entry are closed }

Reading List for Summer, 2009

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 [...]

{ Comments on this entry are closed }

Tweeting Your Subversion Commits

by Takashi Yoshida on March 19, 2009

in Programming

UPDATE Added the title and author of the article Fixed an error in look(command) method I was learning how to change a comment associated with the commit in Subversion last week. My Subversion repositories are hosted at a remote Linux machine (at Slicehost) and I could not find an easy way to do this from [...]

{ Comments on this entry are closed }

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 [...]

{ Comments on this entry are closed }