Friday, December 28, 2007

base64 representation of current time

#!/bin/bash
time=$(date +%s%N)
s=$(for b in `bc<<<"obase=256;$time"`; do
j=000`bc<<<"obase=8;$b"`
j="\\${j: -3}"
echo -n $j
done)
eval "echo \$'$s'"|base64

Thursday, December 6, 2007

A place

If we can partition our life into stages, will there be one that we can stand? Or, it's going to be an eternal struggle to reach the next? I need strength...