Monthly Archives: April 2011

Fiddling with my vim statusline

This: function! FileSize() let bytes = getfsize(expand(“%:p”)) if bytes <= 0 return “” endif if bytes < 1024 return bytes else return (bytes / 1024) . “k” endif endfunction set statusline=%1* “color to user mode 1 set statusline+=%<%t%w%h%m%r “tail of

Tagged with: ,
Posted in code, how-to

Probability

Today’s XKCD is sad…

Posted in Uncategorized

Can’t Be A War

via WWdT.

Posted in Uncategorized

Maybe It’s Just Me

Paul seems to be clear in Romans 12 about how we as Christians should respond to unbelievers or those outside of the faith. (v.17) Repay NO ONE evil for evil, but give thought to do what is HONORABLE in the

Posted in Uncategorized

The Real Story Behind Bob Parson’s Elephant Shoot

I dislike the needless killing of animals as much of the next person. It’s worth understanding the context before doing things like boycotting a business on moral grounds based solely on one source of information. Incidentally, I don’t use GoDaddy

Posted in Uncategorized