Create account

replied 2209d
Math turns out to be less useful in predicting when you can actually go to sleep.
$ i=1; while [[ $i -lt 26 ]]; do echo "outer-iteration: $i"; ~/bin/bisect.sh ; i=$((i+1)); echo ; done