Twitter.com


Profile_bird

Hey there! pixelbeat_ is using Twitter.

Twitter is a free service that lets you keep in touch with people using the web, your phone, or IM. Join today to start receiving pixelbeat_'s updates.

Already using Twitter via SMS or IM? Finish signing up.

About

Following

Justin Mason Robert Synnott irishpulse


pixelbeat_

google have just bumped my page on command lines from position 5 to 3 for the term "linux commands". It's having a very noticeable affect!

Cuil is getting a serious roasting: http://tinyurl.com/6dzcw9 Hmm doesn't cuil mean arse in Irish and Italian?
@jmason You got the best day in the last couple of months for it. enjoy
Interesting economic analysis: http://ftp.ncb.ie/equities/...
BKIR are at €5.90 this morning! Making a large long term investment now
Looks like RAM will change quite a bit. 1st there was news about memristors: http://url.ie/gwr and then 2 transistor DRAM: http://url.ie/gwq
Yay. 2 new commands coming soon to your UNIX system: timeout (http://url.ie/fa2) and truncate (http://url.ie/fa4)
@rsynnott don't feel bad. I've had 3 microsoft recruiters contact me (1 through linked in).
They were both motorbike road racers BTW. I love watching it as it's so scary, but I feel a bit guilty now.
First Martin Finnigan (29) dies at the Tandragee 100 on the 3rd May, and now Robert Dunlop (47) at the North west 200 on the 15th of May :(
@natfriedman yes "$(seq 0 23;seq 22 -1 1)"|while read i; do c=$((232+$i));printf "\x1b[48;5;${c}m%*s" $COLUMNS;sleep .01;done
@natfriedman tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=lcase,unblock | GREP_COLOR="1;32" grep --color "[^ ]"
@natfriedman tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=lcase,unblock 2>/dev/null | GREP_COLOR="1;32" grep --colo ... ...
@natfriedman: tr -dc "[:print:]" < /dev/urandom | dd cbs=$COLUMNS conv=lcase,unblock | GREP_COLOR=7 grep --color "[0-9]"