After curl-ing for a while in a loop, and sort -u:<p><pre><code> Anything added dilutes everything else.
Approachable is better than simple.
Avoid administrative distraction.
Design for failure.
Encourage flow.
Favor focus over features.
Half measures are as bad as nothing at all.
It's not fully shipped until it's fast.
Keep it logically awesome.
Mind your words, they are important.
Non-blocking is better than blocking.
Practicality beats purity.
Responsive is better than fast.
Speak like a human.</code></pre>
<p><pre><code> $ grep bofh .bash_aliases
alias bofh="nc bofh.jeffballard.us 666 | tail -n 1 | sed -e 's/Your excuse is: //'"
$ bofh
The air conditioning water supply pipe ruptured over the machine room</code></pre>
The comments below demonstrate that, while cute, virtually all of the statements it comes up with are entirely subjective, quite superficial, totally ambiguous, and useless for most things.<p>Great conversation starter though!
This reminds me of a small project I tossed together:<p><a href="http://git-fortune.bclune.org" rel="nofollow">http://git-fortune.bclune.org</a><p>It grabs a random commit message from a github repo and displays it. By default, it pulls from a repo containing the original debian fortunes as commit messages. But you can point it to other repos like this:<p><a href="http://git-fortune.bclune.org/twbs/bootstrap" rel="nofollow">http://git-fortune.bclune.org/twbs/bootstrap</a><p>Inspired by What the Commit? and /usr/bin/fortune.
Is there anything related to the zen of python?<p>I got "practicality beats purity", that is in it ("Special cases aren't special enough to break the rules. Although practicality beats purity.").
If you wanna read short messages from which you won't benefit in any way, might as well try:<p><a href="http://whatthecommit.com" rel="nofollow">http://whatthecommit.com</a>
I had made something like that with fortune and php many-many years ago.<p>I wonder if GitHub has a static list of quotes (like fortune does) or they generate them dynamically.