Archive | Geekery RSS feed for this section
Display recursive directory listing in Terminal

Display recursive directory listing in Terminal

Use Tree with Mac OS X to display files and folders in a recursive structure with sub folders and files appearing under their parent directories.

Read full story Comments { 0 }

Quick Tip: Open Finder in current directory from Terminal

Dead simple: open .

Read full story Comments { 0 }
Google Calculator: Decimal to Roman

Google Calculator: Decimal to Roman

I guess I should not be surprised, but I just discovered Google Calculator converts decimal to roman numerals. Just type something like “721 to roman”, and viola!

Read full story Comments { 1 }
Use Mac OS X Automator and Services To Speed Up Repetitive Tasks

Use Mac OS X Automator and Services To Speed Up Repetitive Tasks

Automator is one of best kept secrets in Mac OS X. Using Automator to build workflows is simple and takes little time to learn. Services are an effective way to automate repetitive tasks that save time. Make your computer work for you now by creating a few services of your own.

Read full story Comments { 1 }
Blogging from TextMate

Blogging from TextMate

I have reluctantly been using TextMate for a couple weeks. No text editor can ever take the place of Vim, but there are several features that attracted me to TextMate. So far I am impressed, and TM makes editing HTML and CSS a snap. I will write about my experiences when time permits, but for [...]

Read full story Comments { 0 }

5 Web Applications You Can’t Live Without

With ever-increasing amounts of information coming from every direction, and personal and professional lives that are busier than ever, it’s becoming more difficult to manage all the appointments, messages, notes, tasks, and details that are part of every day. If you need a little help, there are lots of well thought out web applications that provide solutions to many of life’s challenges.

Here’s five web applications you can’t live without.

Read full story Comments { 2 }

Nautilus Script: Edit Remote Files (SSH) with Vim

My on again, off again love affair with KDE is currently off (but that’s another story). I’m once again enjoying the simplicity of Gnome, and the elegance of Nautilus. The ability to graphically browse remote servers via SSH is great, but I found out that trying to edit a remote file chokes Vim. Apparently the [...]

Read full story Comments { 0 }

Another Serving

We just posted a new episode of the Mormon Potluck podcast. This weekly podcast is created by 4 friends brought together by religion, and a love for all things tech. Each week we talk about life in general, how our Mormon beliefs affect our lives, news, politics, and the technologies we love (or hate).

Read full story Comments { 1 }

Mormon Potluck Podcast

If you haven’t had a chance to listen yet, you don’t know what you are missing! Episode 2 of the Mormon Potluck Podcast is online now.

Read full story Comments { 4 }

Bash: It’s the little things

The Bash shell always amazes me. I needed to create a Maildir using the typical Maildir/cur, Maildir/new, Maildir/tmp structure and stumbled on this: $ mkdir -m 0700 -p Maildir/{cur,new,tmp} The -m and -p options are no-brainers, but the {cur,new,tmp} was new to me. It was easy to figure out what was going to happen… one [...]

Read full story Comments { 2 }