My New Timbuk2 Bag?

by Takashi Yoshida on January 28, 2010

in Uncategorized

Actually, it’s not my bag (yet). I am seriously thinking about ordering a MacBook Pro 13″ and I thought it might be nice to get a bag to go with it. New fabrics from Timbuk2 are really nice and I just love trying different combinations of fabrics and customizing “my” bag.

This is my current design that I really like. Maybe I will place an order for it after I get my MacBook Pro. Until then, I will playing around with the customization options.

Timbuk 2 Laptop Messenger

{ 0 comments }

Moving Into A New Place

by Takashi Yoshida on December 17, 2009

in Uncategorized

I recently got a new slice (512MB RAM, 20GB disk, 200GB bandwidth) from Slicehost. With the new slice, I decided to start from scratch and I am now in the process of importing my old blog posts.

Yes, I know I can do dump or import of old posts, but I want to start fresh so I will be uploading posts individually. You will see them by the end of this month.

{ 0 comments }

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 passed fine.

{ Comments on this entry are closed }

I have been using LaunchBar since version 3 (as of now, version 5 RC4) and one of the features I like is being able to run search from its simple interface.

After activating LaunchBar (with simple Control-Space key combination), I enter ‘goog’ (short for Google search) and press Enter key. Type your search terms and LaunchBar opens a search result in Safari (or your default web browser).

You can even add your own search template so that you can perform search on your favorite online forum.

For example, I added new search templates for Google Blog Search, MacPorts, Github and MSDN.

Search MacPorts

Search MacPorts

URL: http://trac.macports.org/search?q=*&noquickjump=1&portsummarysearch=on&ticket=on&changeset=on&milestone=on&wiki=on
Encoding: UTF-8

Search Github

URL = http://github.com/search?q=*&type=Everything&repo=&langOverride=&start_value=1
Encoding = UTF-8

Google Blog Search

URL = http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=*&btnG=Search+Blogs
Encoding = UTF-8

Search Objective Development Forum

URL = http://forums.obdev.at/search.php?keywords=*
Encoding = UTF-8

Search MSDN

URL = http://social.msdn.microsoft.com/search/en-us/?query=*
Encoding = UTF-8

To add your own search template:

  1. Open your LaunchBar Index (select Index -> Show Index).
  2. Select Search Templates (UTF-8) from left column.
  3. Add a new search template by clicking ‘Add…’ button and enter name and URL.
  4. Update index and you’ll start performing search faster immediately.

For more complete information on Search Templates and instructions, use LaunchBar Help. Also, for more search templates, go have a look at Objective Development Forums – LaunchBar Search Templates.

{ Comments on this entry are closed }

Upgrade Your Wordpress

September 6, 2009

Just doing my part to inform and encourage other Wordpress users to upgrade their blog to the latest version of Wordpress.

According to Wordpress.org, there is a worm that affects older versions of Wordpress. A prevention is simple; Upgrade to the latest version. It’s so much more troublesome to clean up your blog after it [...]

Read the full article →

Create a New To Do Item in Things with AppleScript

August 18, 2009

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

Read the full article →

Xcode and .gitignore file

July 19, 2009

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 .DS_Store

I started off with a .gitignore at more brain > blog.html. Later, I added a [...]

Read the full article →

Reading List for Summer, 2009

June 14, 2009

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 from Journeyman to [...]

Read the full article →