Jay Knight

  • About

I am pack leader

February 2, 2007

For some unknown reason, our two dogs recently started getting into fights. We're not talking the typical dogs-playing-rough type fights, these are I'm-gonna-rip-your-throat-out type fights. Now, they never tried to attack or hurt us, even when we were using our persons to seperate them. They would just periodically go into a tense, big-eyed stare off followed by a frenzy of teeth and claws. We were really starting to get worried about what we might have to do if we couldn't make them stop fighting.

Luckily, we're fans of The Dog Whisperer with the great Cesar Millan. We started to employ some of the techniques from that show (with the addition of our favorite dog weapon - a squirt bottle), and have worked them down almost to their old normal selves. The calm, assertive pack leader mentality really works, especially if you have a squirt bottle in your hands.

Continue reading

Using vim as a pager (in gentoo)

February 1, 2007

Wondering what the "vim-pager" use flag on app-editors/vim did, I gave it a shot. Turns out it gives you 2 extra commands: vimpager and vimmanpager. So adding

export MANPAGER=/usr/bin/vimmanpager

to your login script of choice (.bashrc works just fine), man will use vim as a pager, complete with systax highlighting and ability to use the mouse scroll wheel and other such fun things to navigate man pages.

You could also set PAGER (and/or alias less) to vimpager, but I found that vimpager waits for EOF before displaying anything, meaning it won't work for commands that run until interupted, and commands that run for a long time wait until completion to show anything at all.

UPDATE to ask: If anyone knows a way to use this but to use the colors from a program with color output, eg. "ls --color=always | vimpager", please let me know.

Continue reading

On Avoiding the Password 'Explosion'

December 4, 2006

This article from the BBC states:

The number of passwords and logins web users need makes it inevitable they will re-use phrases, warned the International Telecommunications Union.

Re-using these identifiers puts people at serious risk of falling victim to identity theft, said the ITU report.

It called on regulators and businesses to find better ways for people to identify themselves to websites.

This just re-iterates what I've said before: "Time is ripe for distributed authentication."

OpenID already exists, is fairly well proven to avoid these problems and has support in several programming languages and content management systems. The only barrier to overcome is getting joe internet user to understand how it works and how it benefits them.

But whatever you do, please don't leave it up to regulators.

Continue reading

Observation

November 3, 2006

I have lots of trouble hearing/comprehending the other party when I'm talking on the phone. I highly prefer to be able to see their face, especially their mouth, when in a detailed conversation. A lot of time when I'm on the phone, you'll see me with the phone pressed firmly to one ear and a finger in the other. Something funny that I've just noticed is that when trying really hard to listen, My eyes will point the direction that the phone is in... phone on left ear, eyes look left. When I'm concentrating really, really hard, I'll bow my head and close my eyes (turning off one sense can heighten another, right?), but I've noticed that my eyes still look in the direction of the phone.

Just thought that was funny and felt like sharing.

Continue reading

Share the Road

September 28, 2006

This self proclaimed "crazy biker chick" has written a plea for automobile drivers to be considerate of cyclists on roadways. I appreciate her position on the issue and her independence from oil-powered transportation. I would bike to work sometimes if it weren't for the 4-lane, limited-access highway occupied by sleepy (hungover?) college students running late for class between me and my office.

I do, however, take issue with some cyclists: If you want to share the road with us automobiles, then you need to follow the same rules. Stop signs (and lights) apply to you as well, and a hand turn signal would really help sometimes. Remember, you are part of traffic too... Share the road, geez.

Continue reading
Prev Next

Powered by Jekyll with Type Theme