Comment Homestuck! (Score 2) 321
Comment Re:Awesome! (Score 1) 409
Comment Re:Maaaaaan... (Score 1) 737
Comment Re:Not always true (Score 1) 214
Do You Like Online Privacy? You May Be a Terrorist 720
Comment Re:Popcorn loaded, commence fanatical BS... (Score 1) 271
Two, see one.
Three, try extundelete <http://extundelete.sourceforge.net/>.
Comment Re:Can you back up this claim? (Score 1) 324
Hey fucknut, nobody with a life cares about watching recorded "live" sports.
Comment Re:They have to (Score 0) 301
Idiotic comments like this are the reason you got hellbanned on HN.
Comment Re:Surprise, surprise, surprise (Score 1) 162
if [[ -z $1 ]]; then
echo "Usage: ${0##*/} (stop|start|restart) [daemon]"
exit 1
fi
if [[ -z $2 ]]; then
d=sarcasm
else
d=$2
fi
case $(</proc/1/comm) in
systemd)
systemctl $1 $d.service
upstart)
service $d $1
rinit)
sv $1 $d
init)
for s in {rc,init}{.d,}; do
[[ -f
done
*)
if [[ $1 == @(stop|restart) ]]; then
killall $d
for i in {0..5}; do
pidof $d &>/dev/null || break
done
[[ $? -eq 0 ]] && killall -9 $d
fi
if [[ $1 == @(start|restart) ]]; then
pidof $d &>/dev/null || $d -D
fi
esac
if [[ $? -ne 0 ]]; then
echo "FATAL: Could not $1 $d service."
exit 1
fi
Comment Re:constitution also protects: (Score 1) 473
So, what are you doing?
Comment Re:constitution also protects: (Score 1) 473
Hahahahahahahahahahahahahahahahahaha
[breaths]
ahahahahahahahahahahahahahahahahaha...
You know what would actually be a sensible democratic system though? If you think your country should go to war, you fund it yourself separately. Wars funded solely by war bonds or donations. Good luck ever seeing this implemented.
Comment Why Is This a Bad Thing? (Score 1) 403
Comment Re:artificial (Score 1) 207
https://secure.wikimedia.org/wikipedia/en/wiki/Dyson_sphere#Dyson_shell
You must be good at reading.
Comment Re:artificial (Score 1) 207
If you can build a Dyson sphere to live on, you sure as hell can terraform existing rocky planets or build your own.