OS X Lion’s Time Machine and Ubuntu Lucid 10.04

So I finally did it, I took the plunge and upgraded my Mac Book Pro from Snow Leopard to Lion. Overall it has worked out ok. I did a clean install on a new hard drive with more space since I eventually want to install Windows 7 on another partition. Having Snow Leopard and all my files on my old hard drive proved invaluable since I had forgotten to dump all my MySQL databases. So all I had to do was boot up my old hard drive via a usb enclosure, log into my old account and dump the dbs into sql files to import on my new system. This is all to say that the migration went fairly well until I reached my last step, set up Time Machine to back up to my Ubuntu desktop.

Read More

hobanpress:

George Polyard came to me wanting a simple calling card with a blind impression. I came up with this layout using Futura and an inkless impression of his monogram.
Simple and effective. Printed on 140lb 100% cotton Holyoke Rag.

love the blind impression!

hobanpress:

George Polyard came to me wanting a simple calling card with a blind impression. I came up with this layout using Futura and an inkless impression of his monogram.

Simple and effective. Printed on 140lb 100% cotton Holyoke Rag.

love the blind impression!

engineering:

Tumblr grew tremendously in the past year. In the last twelve months, the number of pages we serve daily has more than quintupled, while our small team continues to roll out huge new aspects of the platform. The story of the humbling growth of our creative communities has been well told. Up until…

I’m excited to hear about the inner workings of tumblr!

How to: Delete a Git tag

Today I accidentally added a git tag with a dash ( - ) for the name. A mere typo ended up creating quite the headache. I quickly found that I could delete the tag locally with no problems using:

$ git tag -d -

However when I pushed my update to the server I noticed that it didn’t update the remote sources. A git pull would recreate the tag on my local repo. This frustration led to a quick google search which resulted in this nice and simple howto. I thought I would share the answer here on tumblr in case that page gets lost one day to the 404 monster. Here is the answer assuming that the tag name is ‘12345’

$ git tag -d 12345

$ git push origin :refs/tags/12345

Tags: git howto

Hello World

This is officially my first post as a blogger! Yes, I know, as a web developer I should be able to say that I’ve been blogging since that fateful day that Peter Merholz coined the term. I sincerely hope that my procrastination so far is due to the #1 virtue of a programmer according to Larry Wall. However, I’m sure that is not the case since that means I would’ve written a program that would assume my identity and write a blog for me. Oh well, I guess I have a ways to go yet. Thats actually what I hope this blog becomes. A web log of my journey through the tech world. That being said, I’m sure other ramblings and misguided anonymities will find their way on here since tumblr has made it dead easy to do so.