monkinetic weblog

Since 1999, IX Ed.

Archive for 2005

GTD vs. the Bash shell

Monday, December 19th, 2005

I’ve been doing a major filesystem re-org lately in my ongoing mission to Get More Done. In the spirit of GTD, I created several directories starting with an “@” — @ARCHIVE, @PROJECTS, etc.

All was well and good until I tried to cd @<tab> in the parent directory. Rather than get a directory listing showing me the directories starting with @, it listed available network interfaces:

> cd @
@::1 @broadcasthost @localhost

What the heck? I asked around, and this morning on IRC I got my answer:

tell redmonk that bash thinks you’re typing user@host
use shopt -u hostcomplete to turn that off

Hm…

> shopt -u hostcomplete
> cd @
@ARCHIVE @PROJECTS

W00t! (Thanks to deltab on #swhack for the tip)

Quicksilver Command Key Reference

Friday, December 16th, 2005

Useful: quicksilver:command_keys

Elements of Typographic Style applied to the Web

Monday, December 12th, 2005

Oh, man, this does my designer’s heart good. Elements OF Typographic Style Applied to the Web. When I was first starting out in Graphic Design I was studying print design, as there was no Intarweb yet to speak of. Typography was near and dear to my heart, and I could spend an afternoon looking at type samples. Web typography gets us back somewhat to those days when there were rules on how you used type, because they worked.

JSF getElementById hack

Monday, December 12th, 2005

If you’re new to using JSF like me and are trying to figure out how the heck to use javascript’s document.getLementById () with JSF’s dynamically assigned HTML ids, this might be a solution, if an ugly one:

j4j:idProxy

Interaction Design Patterns

Monday, December 5th, 2005

Welie.com: patterns in Interaction Design. Also, time-tripper.com: UI Patterns and Techniques

Someone needs to make a UIE + Markover Mashup

Monday, December 5th, 2005

I’ve recently been reading UIE’s blog again - and I like the short but pointed analyses of how various web sites implement the web design patterns that have evolved over the last 10 years.

However, UIE rarely gives a “here’s the way to do it” example… Perhaps they could partner with someone who would do a “markover” of one the sample sites to demo how it “should be done”.

Brain Sparks

Monday, December 5th, 2005

I’ve recently rediscovered UIE’s blog on User Interface and User Experience issues, UIE Brain Sparks. I saw Jared Spool back in ‘98 at the Thunder Lizard web conference in Atlanta, and was impressed then as well. While I don’t agree 100% with UIE’s conclusions in every case, I like their approach and attention to detail, and the information is the kind of thing I want to file away for future reference.