(The Goal - A novel about the theory of constraints)
Hard-to-find tips on otherwise easy-to-do tasks involving everyday technology, with some advanced insight on history and culture thrown in. Brought to you by a master dabbler. T-S T-S's mission is to boost your competitiveness with every visit. This blog is committed to the elimination of the rat from the tree of evolution and the crust of the earth.
Saturday, January 30, 2010
Everyone Working All the Time
(The Goal - A novel about the theory of constraints)
Tuesday, January 26, 2010
"A" Players, and B and C Players
Monday, January 11, 2010
Become What You Were Born to Be - Brian Souza
Analyze your life patterns.
Develop a burning desire for something or to get away from something.
Inspirations : Slavimir Rawicz (internet accounts are controversial, but Souza makes him sound like a hero. Definitely, the story is a bit on the fantastic side. He did on land what Capt. Bligh did on water - I guess), Momma Walker - first self-made millionairess in the US, Franklin Chang-Diaz (first Costa-Rican space shuttle astronaut). Good stuff, in general.
Souza spent tens of $k on seminars after he quit his corporate ladder job to find out who he was.
Wednesday, January 06, 2010
Installing Perl Modules as Non-Root : If You're Not in bash
setenv MANPATH ${MANPATH}:~/perl_modules/man
if ( $?PERL5LIB ) then
# PERL5LIB not previously defined, so set it..
setenv PERL5LIB ${PERL5LIB}:~/perl_modules
else
setenv PERL5LIB ~/perl_modules
endif
verify with
perl -wle'print for grep /myperl/, @INC'
That's a bit of guru-level perl right there. Deadly one! (not mine:)
Monday, January 04, 2010
Autohotkey Eases Command Prompt Navigation
With Autohotkey, yes.
(without AHK, it's this incredibly complex procedure)
But, we're saved :
Windows 2K :
#c::
Send ^c ; copy the text
CoordMode, Mouse, Relative
Run cmd.exe
WinWaitActive,cmd,,0.5
Send cd{Space}
Click right 110,70
Send {Enter}
CoordMode, Mouse
Return
Windows XP :
#c::
Send ^c ; copy the text
CoordMode, Mouse, Relative
Run cmd.exe
WinWaitActive,cmd,,0.5
Send cd{Space}
Click right 110,70
Send {Down}{Down}{Down}
Send {Enter}{Enter}
CoordMode, Mouse
Return
It's not pretty:) but it works. Sure, there's more than one way to do it.
Sunday, January 03, 2010
MyFav : AHK : Suspend
If you're using the Easy Window Drag (KDE Style) script, be sure to put this line after the "CoordMode, Mouse" segment, or you'll see some funny stuff.
All you need is
^!Rbutton::Suspend
Just one small line for you, one giant leap for your productivity. Choose any other key combo you like - I picked CTRL-ALT-RIGHTMOUSE here.
Another one to consider :
#c::Run calc.exe
See, that's the smart way to launch the calculator when you need it. Cavemen go through the Start menu, to accessories, then whatever. Same for Paint. All you have to do is launch the task manager and find out what the name of the program is - you usually can find it because it'll be named meaningfully.
Friday, January 01, 2010
C.a.r.e.s.s. the Art of Listening
C : concentrate
a : acknowledge
r : respond
e : emotional control - don't get your buttons pushed and tune out
s : sensing the non-verbals - vocal and visual
s : structure - paying attention to the verbal