Commit Graph

810 Commits

Author SHA1 Message Date
dds
01a566b5d7 The Ken Thompson school of thought on expert systems:
there's table lookup, fraud, and grand fraud.
                -- Andrew Hume

USENIX'04 Technical Conference, reported by Adam S. Moskowitz
;Login: 29(5):49, October 2004.
2004-11-27 08:28:58 +00:00
schweikh
e2557b0630 s/Here about/Hear about/ and sort accordingly. 2004-11-12 10:15:43 +00:00
wilko
ad55af8f6b Never be afraid to try something new. Remember, amateurs built the ark.
Professionals built the Titanic.
2004-10-27 20:28:56 +00:00
ru
1edab47bcf For variables that are only checked with defined(), don't provide
any fake value.
2004-10-24 15:33:08 +00:00
phk
514fb23163 Improve accuracy of last addition, as best Google advices me. 2004-10-22 19:59:37 +00:00
phk
1920a4349c I'm surprised this one was not here yet.
To save you all a trip to CVSWEB:

Experts have correctly predicted nine out of the last five recessions.
               -- Paul Samuelson,  Nobel laureate in economics.
2004-10-22 16:18:15 +00:00
stefanf
dd5d5a5243 Properly initialise 'filename' so that random -l doesn't try to open NULL.
Const-qualify 'filename' to avoid a strdup() call due to -Wwrite-strings
silliness.
2004-10-03 15:34:15 +00:00
wilko
73f98ac4d6 The state that separates its scholars from its warriors will have its
thinking done by cowards, and its fighting by fools. - Thucydides
2004-09-29 19:52:19 +00:00
blackend
a890980244 Fix make search entries.
PR:		docs/70899
Submitted by:	Marc Silver <marcs@draenor.org>
2004-08-24 11:30:28 +00:00
blackend
065e0fa844 s/the on/on the/
PR:		misc/70842
Submitted by:	Sean C. Farley <sean-freebsd@farley.org>
2004-08-23 11:00:20 +00:00
des
e6abd094ff Immortalize the words of a -current reader. 2004-08-20 13:39:28 +00:00
rwatson
921d441b53 Add a useful snippet on limitations of inductive reasoning by Bertrand
Russell.
2004-08-15 19:24:17 +00:00
schweikh
23b7833344 Correct grammo. 2004-08-14 06:29:17 +00:00
stefanf
b82bc4530f Include <stdlib.h> for exit(), use prototypes and bump WARNS to 6. 2004-08-01 18:52:40 +00:00
des
46ed655b82 The name of the landlord in Shaw's _The Man of Destiny_ is Giuseppe (not
Guiseppe) Gandi.

Submitted by:	Massimiliano Stucchi <stucchi@willystudios.com>
MFC after:	3 days
2004-07-26 21:18:58 +00:00
le
b844339aaf Make this WARNS=3 clean.
PR:            bin/38931
Submitted by:  Giorgos Keramidas <keramida@freebsd.org>
2004-07-23 11:36:35 +00:00
le
c20daf2fa0 Fix typos.
PR:            misc/67586
Submitted by:  Paul A. Hoadley <paulh@logicsquad.net>
2004-07-20 08:32:42 +00:00
le
1d3007cbf7 Fix whitespace and punctuation.
PR:            misc/49967
Submitted by:  Sean C. Farley <sean-freebsd@farley.org>
2004-07-20 08:28:28 +00:00
le
6b28865b7c Remove duplicate fortunes and fix some typos.
PR:            misc/45839
Submitted by:  Philipp Mergenthaler
               <philipp.mergenthaler@stud.uni-karlsruhe.de>
2004-07-20 08:19:51 +00:00
stefanf
d5cfc74b93 Resolve a couple of warnings and bump WARNS to 6. 2004-07-11 17:26:18 +00:00
ru
be04936ddf Mechanically kill hard sentence breaks. 2004-07-02 21:16:38 +00:00
ru
7b3aa77659 mdoc(7): Correct the type of the display. 2004-07-02 21:15:48 +00:00
wollman
98b6adced6 Add a Nicollism. 2004-06-24 03:08:44 +00:00
phk
ae4e8630ac Discontinue use of old libcompat regexp routines. 2004-06-21 16:07:30 +00:00
schweikh
69929a74b4 Correct assorted typos and grammos. 2004-06-10 21:03:34 +00:00
des
d2f2f8af82 Consistently credit President Truman as Harry S. Truman. 2004-06-01 09:45:16 +00:00
dougb
97b1788d49 Update the "All I really need to know I learned in kindergarten" entry
by using the text from the Villard Books edition (1989, pages 6 through
8) and formatting to fit in 72 columns.
2004-06-01 05:00:46 +00:00
dougb
7d8e6666af * Reformat several attributions according to ../Notes (mostly whitespace)
* Spell out some names that were pointlessly abbreviated
* Remove a couple of incidental duplicates
* Harry Truman had no actual middle name. The initial "S" was added to his
name to make him appear more statesmanlike. Therefore it's not usually punctuated.
* Format a couple of actual fortunes to fit into 72 columns
2004-06-01 04:32:11 +00:00
dougb
59b4b4c441 Remove duplicates of the "wherever you go, there you are" fortune,
quote directly from the movie, and give a better attribution (with
correct spelling) for Buckaroo Banzai.
2004-06-01 00:16:32 +00:00
wollman
a7b0829c07 Definition of recursion. 2004-05-25 19:15:02 +00:00
schweikh
a7c48c1150 Added forgotten quotes for citations. 2004-05-20 08:15:58 +00:00
ru
95c5a31644 Markup fixes. 2004-05-16 21:52:48 +00:00
ru
23ff218ca8 Really add -l to the usage output. 2004-05-16 21:49:23 +00:00
fanf
4ccb8dd213 I *knew* it would be a bad idea to touch the fortunes. *sigh*
Submitted by:	Kevin Oberman <oberman@es.net>
Pointy hat to:	me, again
2004-05-11 17:43:36 +00:00
fanf
62280ae2e8 Pedantry.
Submitted by:	njl@
2004-05-11 17:26:16 +00:00
dds
74899db768 Add Greek character encoding suport.
MFC after:	2 weeks
2004-05-11 11:11:14 +00:00
fanf
f67d6930af On the signs of network congestion.
Submitted by:	Simon Tatham <anakin@pobox.com>
2004-05-11 10:00:14 +00:00
fanf
7d070f4393 Re-sort 2004-05-10 23:02:07 +00:00
fanf
1d082a22f4 Moore's law vs. Nethack
Submitted by:   Simon Tatham <anakin@pobox.com>
2004-05-10 23:00:26 +00:00
cperciva
fbae0e4dc8 Fix grammar to make it correctly wrong. 2004-04-29 06:14:00 +00:00
smkelly
40d9a03af9 Add a new fortune from petef.
Obtained from: petef
2004-04-29 04:36:36 +00:00
imp
6b00d0d2fa Add jerk city commentary on C++. 2004-04-27 22:32:02 +00:00
grog
2416ce0199 Add a Dijkstra comment on programming languages. 2004-04-21 22:39:46 +00:00
ceri
4d7317c83a Don peril-sensitive sunglasses and correct the spelling of ukulele.
"Ukulele" is the canonical term, with "ukelele" being a derivation.
Also there is some evidence that the original appearance of the quote
had the spelling "ukulele", although anyone who has a copy of Esquire
from March 1967 is welcome to prove me wrong.

PR:		bin/65626
Submitted by:	Gavin Atkinson <gavin@ury.york.ac.uk>
2004-04-20 19:20:17 +00:00
grog
2edba8609e Add an observation by Dijkstra software engineering. 2004-03-22 05:02:01 +00:00
bde
836e0cbb3c Fixed a mispelling of 0 as NULL. 2004-03-14 05:28:29 +00:00
fanf
49c262b6f4 Label @ as being AC (since it's constructed like a prosign).
Submitted by:	des
2004-02-20 13:46:39 +00:00
fanf
b4aaffd7f1 Add some missing punctuation symbols, in particular @ which (according to
a recent Press Association release) was added to Morse code by the ITU in
December. @ was previously used for the SK prosign, which is now spelt &.

Obtained from:  http://en.wikipedia.org/wiki/Morse_code
2004-02-20 11:55:38 +00:00
cperciva
a609fcfc16 Fix misspellings in the freebsd-tips fortunes. The same PR has
a patch to mention portupgrade in freebsd-tips as well; I'm not
sure if that belongs here, so I'll leave it for someone else.

PR:		misc/37073
Submitted by:	Sean Chittenden <sean@chittenden.org>
Approved by:	rwatson (mentor)
2004-02-18 05:18:27 +00:00
wes
6785ec6b94 Too good to miss.
Wisdumb by:	Danno Coppock <danno@ipinc.com>
2004-02-09 18:45:25 +00:00