When I won my PSP from a raffle at LinuxWorld, I honestly didn’t think that highly of it. In fact, my first thought was “I wonder if Linux would run on this.” It’s not worth it, IIRC, but what’s truly surprised me is the coolness of the PSP. It has built-in WIFI, [...]
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
The Finished Product, originally uploaded by vanRijn.
Or, possibly titled “How to hang that pesky, 50-pound window air conditioner unit in those purty little vinyl windows that you can’t stick screws into.”
We have beautiful, wonderful double-hung [...]
I had need to convert some files today from being newline-separated (one line per file, key-value pairs) to ‘###’-separated. In other words, instead of this:
foo=bar
smith=wibble
neo=smith
I needed this:
foo=bar###smith=wibble###neo=smith
My first inclination was to try using tr solely like this:
cat $file | tr “\n” “###”
This resulted, however, in only one “#” being used to join the lines. [...]
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
A, Burying K & J, originally uploaded by vanRijn.
We had an absolutely fantastical time today. I decided that we needed to find a beach to go to and go… to… it. Yah. [...]
.flickr-photo { border: solid 2px #000000; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
100_3311.JPG, originally uploaded by vanRijn.
We had a fun day at church a couple of weeks ago, doing a “Father/Buddy Day”. J & I decorated our own shirts (spiffy, eh?), and participated in a series [...]
Just had to say… it certainly feels great to get into the midst of code I’ve never seen before, debug a problem, find the solution, test it, and submit a patch to the author. Man I wish I had more time for coding at home. Maybe God will let me code in heaven [...]
Recent Comments