Thursday, August 27, 2009

Astrophysicists puzzle over planet that's too close to its sun

http://www.latimes.com/news/nationworld/nation/la-sci-planet27-2009aug27,0,5882308.story

Thursday, July 23, 2009

Sister - Sufjan Stevens

What the water wants is hurricanes,
and sailboats to ride on its back.
What the water wants is sun kiss,
and land to run into and back.
I have a fish stone burning my elbow,
reminding me to know that I'm glad
that I have a bottle filled with my old teeth.
They fell out like a tear in the bag.
And I have a sister somewhere in Detroit
She has black hair and small hands.
And I have a kettledrum
I'll hit the earth with you.
And I will crochet you a hat.
And I have a red kite;
I'll put you right in it.
I'll show you the sky


-----

This is a beautiful song, and it reminds me of some sunny days. I like that

Sunday, July 19, 2009

"We get the government we deserve" -- Robert Glennon

Wednesday, May 20, 2009


http://www.cs.hmc.edu/tech_docs/qref/editors/vim_keys.html

Table made available by:

HMC Computer Science Department

Copyright (c) HMC Computer Science Department. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License.''

A List of the Key Commands in Vim

The ^ character denotes holding control then hitting the next key.

Placing a number immediately before any command will repeat that command. For example, typing 4dd will delete the current line and the next 3.





































































































































































































Vim Commands



Action



Command



invoke vimvim filename
save file:w
exit vim:q
command line modeEsc
undou
Search and Replace
search forward / [string]
search backward? [string]
find and replace once:s/[string to be found]/[thing to replace it]
find and replace on line:s/[string]/[string]/g
find and replace globally:%s/[string]/[string]/g
Movement Commands
up one lineup arrow or k
down one linedown arrow or j
right one characterright arrow or l
left one characterleft arrow or h
next word (until first character of next word)w
next word (until end of current word)e
previous wordb
beginning of line0
end of line$
page forward^d
page backward^u
Delete Commands
delete current characterx
delete current character and replace it with one characterr [character]
to end of lined$
entire current linedd
paste what was just deletedp
delete to end of word and put into insert modece
delete to end of line and put into insert modec$

Sunday, May 3, 2009

A good quote and mantra of mine

``I disapprove of what you say, but I will defend to the death your right to say it''
--Voltaire