ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/docs/cites
Revision: 1.17
Committed: Wed Jul 11 15:23:34 2001 UTC (25 years, 2 months ago) by root
Branch: MAIN
Changes since 1.16: +14 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.17 [the world will end soon. i promise!]
2     I've never compiled X myself ... but ... on RPM-based systems, it seems
3     like building from source would screw up RPM dependencies, and you'd have
4     to use --force or --nodeps to install all X apps. Is that the case?
5     %%
6     ..."I took the initiative in creating the Internet"... Al Gore, 1999
7     %%
8     Bondage and discipline languages that enforce somebody's idea of good
9     programming practice usually just result in WORSE bad programs, and fewer
10     good programs written by people who know how to play with fire without
11     burning themselves. Saying you can't have threads because they can be
12     misused and "you shouldn't program that way" would be truly dumb. (Turned
13     ME off for a couple years, anyway.)
14     %%
15 root 1.16 From: Victor Yodaiken
16    
17     There is a huge academic research literature on how to prove that a large
18     set of threads will all meet deadlines in a realtime system. Years ago
19     I made a not-so-brilliant optimization to RTLinux scheduler that had
20     an unanticipated side effect of only scheduling the first two threads
21     created. Nobody noticed for months, because RT programmers know that more
22     than 2 threads is almost always a design error. Not always though. (now
23     we have regression tests so I could not make such an experiment again).
24     %%
25     [I don't like this but also think that's true. This probably means that
26     good programmers will need to use Java or something similar in the
27     future. Bleeeh]
28    
29     From: Larry McVoy
30    
31     I think the general thrust of us ``anti-thread'' people is that a few
32     are fine, a lot is stupid, and the model encourages a lot. It's just
33     like perl5, C++, pick-your-favorite-feature-rich-language in that
34     exceptional programmers will do a good job with the problem but average
35     programmers will do a horrible job. Given that there are only a few
36     exceptional programmers and a never ending wave of average programmers,
37     the argument is that one should tailor the paradigm for the common case,
38     not for the exceptional case.
39     %%
40     Remember, every single java object includes a BUNCH of data, including two
41     semaphores (one event, one mutex) and who knows what else. On OS/2 the
42     overhead of a java 1.0 object (new Object();) was 2 kilobytes! In later
43     versions they got that down to around 200b, but it's still just ridiculous.
44     Every single String, every pointless Integer() wrapper, every temporarily
45     created Stringbuffer() discarded by a + operation left there littering the
46     stack.
47    
48     Plus I have yet to see a JVM that actually reclaims heap space after a
49     garbage collect and gives it back to the OS. (You have to be able to
50     relocate objects to do this at all reliably...)
51    
52     So if you create a large number of small objects, EVER, (tree, etc,) it's
53     going to explode the heap and it'll never come down until the program exits.
54     %%
55     From: Larry McVoy
56    
57     > > But so what? That's $16 worth of DRAM (I just checked). Not so bad
58     > > *if* threads are otherwise a great solution. I grant that one might
59     > > have a pretty tough time making the case, but again, for the right
60     > > application, say some app with a dedicated server, 73MB isn't the end
61     > > of the world (though I suppose it was at the time...).
62     >
63     > How much would 73MB of cache cost? How much would it cost to get that much
64     > on the CPU?
65    
66     Good question but I doubt we're going to get anywhere. Anyone who thinks
67     that 73MB of RAM is an OK thing to waste on window system is probably a
68     died-in-the-wool Java programmer and could care less about performance,
69     system design, or any elegance whatsoever.
70    
71     It pains me to believe that people like this exist but there they are.
72     What can you do? As Confucius says "If I hold up three corners of a square
73     and the student does not hold up the fourth, I do not bother to go over
74     the point again".
75     %%
76     From: Alan Cox
77    
78 root 1.15 > 1) Oracle Corp. builds their database for Linux on a Linux system.
79     > 2) Said system comes with standard header files, which happen in this case to
80     > be GPL'd header files.
81     > 3) Oracle Corp.'s database becomes GPL.
82     >
83     > There's not a court in the civilised world that would uphold the GPL in that
84     > scenario.
85    
86     Yes but the concern is the USA 8)
87     %%
88 root 1.14 [configure --help]
89 root 1.15 --enable-voodoo Use Voodoo Fried Chicken spell to compile Gtk-- (use this only when everything else fails)
90     --enable-extra-crispy Roast the chicken extra-crispy (see voodoo option)],
91     --enable-vegetarian The chicken will be a Tofu chicken (see voodoo option)],
92 root 1.14 %%
93     I note that most of the protest against a swift conversion to UTF-8
94     tends to comes from Japan. That is understandable and has to be seen by
95     others in context: Japan is at the moment a rather isolated
96     character-encoding island. Japan and only Japan uses its own very local
97     very comprehensive JIS encoding. They are very happy with it today and
98     they have accepted that they cannot communicate with anyone else in the
99     world except thought ASCII. This situation will remain exactly the same
100     if everyone except Japan migrates to UTF-8. So don't worry about
101     anything.
102     %%
103 root 1.12 [01:53] <JanMan> Gnu.java klingt wie Stallman.Microsoft.
104     %%
105     [inkompetenz vs. inkompetenz]
106     http://www.psychotherapie.de/report/2000/01/00012501.htm
107     %%
108 root 1.11 [long after 2.4.5 was released, somebody wrote]
109     On Wed, Jun 06, 2001 at 08:20:12PM -0400, "Mike A. Harris" <mharris@opensourceadvocate.org> wrote:
110     > The problem IMHO is widely acknowledged by those who matter as an
111     > official BUG, and that is that. It is also acknowledged widely
112     > by those who can fix the problem that it will be fixed in time.
113    
114     you mean, before 2.4 gets released?
115     %%
116     From: Wayne.Brown@altec.com
117    
118     On 05/11/2001 at 04:43:13 PM Hacksaw <hacksaw@hacksaw.org> wrote:
119    
120     >Well, I can't disagree. Unix's biggest turn off was the stupid command names.
121     >It's a big reason why Unixoid systems aren't more commonplace. I only learned
122     >it because I was stuck at a desk with a Wyse terminal. Otherwise I probably
123     >would have played with the Autocad machines more. Once I understood the
124     >basics, I understood the power of the system.
125    
126     My first exposure to Unix came in 1987 when I was assigned to write a datacomm
127     package in C on a Unix (AIX) workstation the company had just bought. I was the
128     only one in our shop who knew C, and no one else there had ever dealt with Unix
129     either. (I had heard of Unix, but didn't know anything about it.) My training
130     consisted of my boss handing me the manuals and saying, "Figure it out." For
131     the first two weeks I absolutely HATED that system; nothing made sense, vi
132     seemed insane, and I was stumbling blindly through the documentation (I'd never
133     seen a permuted index before). Then suddenly something clicked, it all started
134     to make sense, and I fell in love with it. That's why I think it's so important
135     for people to learn the Unix mindset before trying to deal with Unix systems.
136     It's also why I have so little patience with people who don't have the patience
137     to work through the learning curve.
138     %%
139     [http://www.gnu.org/events/rms-nyu-2001-transcript.txt]
140     Richard Stallman: I do "free software". Open source is a different movement.
141     %%
142     [VERY good movie]
143     Le salaire de la peur - Lohn der Angst (F/I 1952)
144     %%
145     [http://home.t-online.de/home/das_jan/prog.htm]
146     Fast die gesamte Tastatur wurde mit Tasten belegt.
147     %%
148 root 1.10 [http://home.t-online.de/home/das_jan/98warum.htm]
149     Lassen Sie mich zuerst sagen, dass Microsoft meiner Meinung nach einige
150     großartige Produkte an den Markt gebracht hat. Die Windows Betriebssysteme
151     sind ausgezeichnete Oberflächen für eine computerisierte Arbeitsumgebung -
152     erinnern Sie sich an die schwierige Bedienung von DOS!
153     %%
154 root 1.9 [alt.bible]
155     Let's not misuse the terminology. Pastor Dave is not a sock puppet, he
156     is an autonomous entity. A rather mindless entity, but still independent.
157     %%
158     [02:42] <JanMan> Und, ja, ich glaube MS hat echt probleme mit GPL.
159     [02:43] <JanMan> GPL ist wie eine Umweltschutzauflage.
160     %%
161     [this is just here in case i need it for copy&paste]
162     Fuer Benutzer eines "elektronischen Briefkastens" entsteht durch
163     unverlangte Werbesendungen eine Belaestigung und verstoesst gegen
164     die guten Sitten. Das Landgericht Traunstein hat am 14.10.1997
165     festgestellt, dass das Versenden von unverlangtem Werbematerial via
166     E-Mail wettbewerbswidrig und somit unzulaessig ist (Az: 2HK O
167     3755/97). In diesem Gerichtsurteil wurde bei Zuwiderhandlung ein
168     Ordnungsgeld bis zu DM 500.000,- pro Einzelfall festgesetzt.
169    
170     Das Landgericht Berlin (Beschluß vom 14. Mai 1998, Az 16 O 301/98 -
171     "E-Mail-Werbung") befand, dass das unaufgeforderte Zusendung von
172     E-Mails gegen § 823 Abs. 1 BGB verstoesst. Bei Zuwiderhandlung
173     wurde ein Ordnungsgeld von 500.000 DM, ersatzweise Ordnungshaft bis
174     zu sechs Monaten festgesetzt.
175    
176     Nach der staendigen Rechtsprechung des Bundesgerichtshofs
177     verstoesst ein Verhalten im Wettbewerb nicht nur dann gegen die
178     guten Sitten, wenn es dem Anstandsgefuehl der redlichen und
179     verstaendigen Mitbewerber widerspricht, sondern auch dann, wenn die
180     in Frage stehende wettbewerbliche Massnahme von der Allgemeinheit,
181     insbesondere von den durch die Werbemassnahme angesprochenen
182     Verkehrskreisen, missbilligt und als untragbar angesehen wird; denn
183     § 1 UWG soll auch die Allgemeinheit vor Auswuechsen des Wettbewerbs
184     bewahren (BGHZ 59, 317, 319 = NJW 1973, 42 - Telexwerbung;
185     vgl. auch BGHZ 54, 188, 189 = NJW 1970, 1738 - Fernsprechwerbung
186     m. w. N.). (BGH, Urteil vom 03.02.1988 - I ZR 222/85)
187     %%
188     [comment found in the source for gnu-tar]
189     /*---.
190     | ? |
191     `---*/
192     %%
193     Nautilus: Best workout for your VM
194     %%
195 root 1.8 [While talking about how to formulate the gcc-3.0 press release]
196     From: Joe Buck
197     > Can someone say this in a way that doesn't claim precognition?
198     Simply add "we believe" at appropriate points.
199     %%
200     [Linus explaining why the bug isn't a bug]
201     Yes, we'll get a clobbered value, but we'll get a _valid_ clobbered value,
202     %%
203 root 1.7 04:57] <JanMan> schmorp: normale sicherheitsabfrage:
204     Hmm Lukas klingelt. Wirklich abheben Nein/Nein :)
205 root 1.5 %%
206 root 1.4 [ein tag nach arvoreens geburtstagsfeier]
207     [07:35] <JanMan> hehe, schmorp zur flasche betreffend reiserfs: "It's dead Jim" :)
208     %%
209     [about a broken perl module by Larry Wall]
210     [03:02] <schmorp> beschwer dich doch mal bei larry ;)
211     ...
212     [03:03] <JanMan> larry sagt sicher: aber als "awk" replacement ist perl ok, oder ? :)
213     %%
214 root 1.3 [From: Alan Cox]
215     > The executive, Irving Wladawsky-Berger, an I.B.M. vice president, said,
216     > "If we thought this was a trap, we wouldn't be doing it, and as you
217     > know, we have a lot of lawyers."
218    
219     I loved that. It's in my fortune file now ;)
220    
221     Alan
222     %%
223 root 1.2 [JanMan über O'Reilly]
224     [07:41] <JanMan> naja, Win32-Buecher ohne ende.
225     [07:42] <JanMan> Powering a machine on in the Win32 environment.
226     [07:42] <JanMan> nene, scherz am rande. fuer geld ziehen sie sich aus.
227     [07:42] <JanMan> aber die DE-Leute sind ok.
228     %%
229     [JanMan beim suchen eines exploits in OpenSSL]
230     [07:05] <JanMan> das nenne ich russisch:
231     [07:05] <JanMan> EVP_PKEY *key = NULL;
232     [07:05] <JanMan> STACK_OF(PKCS12_SAFEBAG) *bags = NULL;
233     [07:05] <JanMan> STACK_OF(PKCS7) *safes = NULL;
234     [07:05] <JanMan> PKCS12_SAFEBAG *bag = NULL;
235     [07:08] <JanMan> (#define STACK_OF(type) struct stack_st_##type)
236     %%
237     Hlade's Law:
238     If you have a difficult task, give it to a lazy person -- they
239     will find an easier way to do it.
240     %%
241     [Über Marco, der immer noch nicht bemerkt hat, das man sein gecos-Feld auf
242 root 1.7 "Marco alast [name removed to protect the guilty] \(Micro$oft-Fetischist\)" gesetzt hat.]
243     Paul wrote:
244     >Marc wrote:
245 root 1.2 >> Der wird es auch nie schnallen ;-)
246     > aber echt argllll. Oh Herr schmeiss Hirn vom Himmel (hoffentlich triffts
247     > den richtigen.
248     %%
249 root 1.1 [from janmans .sig]
250     > " Man gebe jedem Niedersachsen - seinen eigenen Castor-Kasten. "
251     %%
252     [a small perl program]
253     :(); { :: | :: } ;
254     %%
255     [a small fork-bomb for bash]
256     :() { : | : ;} ; :
257     %%
258     [messages I got while trying to get files from a windoze ftp server]
259     New: 464 files, 0 symlinks
260     <--- 501 Access violation at address 004E65B5 in module 'G6FTPSrv.exe'. Read of address 00000000
261     <--- 501 Access violation at address 004E65B5 in module 'G6FTPSrv.exe'. Read of address 00000000
262     <--- 501 Access violation at address 004E65B5 in module 'G6FTPSrv.exe'. Read of address 00000000
263     %%
264     From: Jarkko Hietaniemi
265     [...]
266    
267     >Would gcc exports step forward? How long back does the -traditional-cpp
268    
269     Must. Get. More. Sleep. s/ports/perts/
270     %%
271     > There is a mechanism for this already. It is called overloaded
272     > constants.
273    
274     I have a mechanism that can replace Perl: it's called Turing's machine.
275     Or an abacus, for that matter. More details on your proposed solution
276     would be conducive for further discussion.
277     %%
278     > Is there a kernel development irc room anywhere? If not, does anyone think
279     > it might be useful?
280    
281     I'd just like to point out that it's called a channel, not a
282     room. Room is a term introduced by AOL, and I don't think it has
283     much to do with IRC.
284     %%
285     From: Linus Torvalds <torvalds@transmeta.com>
286     Subject: Re: Linux 2.4.2 fails to merge mmap areas, 700% slowdown.
287    
288     [...]
289     Cool. Somebody actually found a real case.
290    
291     I'll fix the mmap case asap. Its' not hard, I just waited to see if it
292     ever actually triggers. Something like g++ certainly counts as major.
293     %%
294     [sorry, that's internal, folks ;)]
295     [07:17] <marco2> elmex heisst jetzt plagiator...
296     %%
297     [http://www.latimes.com/business/cutting/20010405/t000029080.html]
298    
299     Like all good paranoid fantasies, mine has a villain: the Japanese.
300     Japanese electronics designers have been deliberately building
301     clocks into everything in hopes of weakening our industrial might.
302    
303     Now, you might say, "Dave, that's crazy talk. The Japanese have a
304     lot more of these gadgets than we do. They're gadget freaks,
305     man. They'd be hurt by this as much as we are, or even more." Which
306     shows how much you know, pal.
307    
308     The Japanese don't have daylight saving time.
309     %%
310     [messages we got while we massacred our institute's configuration]
311     /scsi2/user2# Apr 5 00:01:17 islhp7 sendmail[1539]: savemail: HELP!!!!
312     Apr 5 00:08:16 islhp7 sendmail[1626]: savemail: HELP!!!!
313     %%
314     [a JAPH using doubled characters only]
315     s//pprriinntt ""JJuusstt AAnnootthheerr PPeerrll HHaacckkeerr,,""22//11;;
316     y yzzyyccss;;##s
317     s((((.................................))((((((((..??))))))))))(($$11))ee;;
318     %%
319     [from the FWP mailinglist]
320     > OR is spelled "|" in the version of Perl I have, not "&" :)
321     Your version of perl sucks.
322     %%
323     [01:43] <elmex_> ah-oh-uh
324     [01:44] <schmorp> leitung durchhacken
325     [01:44] <elmex_> wieso? welche?
326     [01:45] <schmorp> die, auf der du nach dem durchhacken auch noch sitzt? ;9
327     [02:03] <elmex_> das mit dem durchhacken daurert noch
328     [02:03] <elmex_> da isn stahltraeger in der wand
329     [02:04] <elmex_> muss ich erst drumherum
330     [02:04] <elmex_> ;)
331     [02:04] <schmorp> ist doch gut. seine leitungen soltle man ja auch nicht durchhacken
332     [02:04] <elmex_> nich? aber du sachstes doch?
333     [02:05] <schmorp> *sigh*
334     %%
335     I agree the message is pretty useless: you need to know what it means
336     before you can understand it :)
337     %%
338     > now. Rather than the current system of "measure this item onscreen
339     > and enter the figure from your ruler" to calculate DPI, I think it
340     > would be more userfriendly to have the shape of some common object
341     > that you could stretch to fit. For example, you could select A4
342     > paper, place the top of a sheet against the monitor, and stretch or
343     > shrink the virtual outline until it fits the physical outline. That
344     > would give a pretty decent measurement, I think
345    
346     IMHO (I have thought about this before) the perfect object is a CD
347     There is nowhere in the world which does not have CDs, they are always
348     the same size to within mm and they are perfectly round, so they can
349     easily be used to check that your circles are circular _if_ that is
350     what you want (cheap screens will distort things too badly for this to
351     be worth attempting).
352    
353     I'm too busy to do anything about it though, so if a piece of A4 paper
354     floats your goat, go for it! It's about time the Americans finally
355     caught up to the 20th century and went metric anyway...
356    
357     Nick.
358     %%
359     From: "Mike Rebane" <reba0002@algonquincollege.com>
360     Date: Thu, 22 Mar 2001 12:48:48 -0500
361     X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
362    
363     I dont know if you are the right person to be asking about this, but here it
364     goes anyways. I was wondering if you could direct me to some information on
365     how to hack into paysites. Im currently a networking student in college and
366     have a good knowledge of win 98 win 2000 and win NT. My e-mail adress is
367     magic_bone@hotmail.com
368     %%
369     > > > I guess then someone would want
370     > > > { ... } for (...) if ...;
371     > > > to work :-)
372     > >
373     > > Funnily enough I wrote that very thing only yesterday.
374     >
375     > Eh?
376     >
377     > $ perl -we '{ print "$_\n" } for (@a) if $a'
378     > syntax error at -e line 1, near ") if"
379    
380     He didn't say it worked. :)
381     %%
382     From: Jarkko Hietaniemi
383    
384     On Mon, Nov 20, 2000 at 08:10:52PM -0600, Jarkko Hietaniemi wrote:
385     > I find it irksome that
386     >
387     > for ( ... ) { ... } if ...;
388    
389     ...doesn't work, and that my send finger is too itchy.
390     %%
391     [a perl5 bug report]
392     From: Simon Cozens
393    
394     On Sat, Nov 18, 2000 at 05:49:55AM -0600, Dan Brumleve wrote:
395     > '' =~ ($re = qr((??{$i++ < 10e4 ? $re : ''})));
396     > Produces SIGSEGV.
397    
398     Looks like a feature to me.
399     %%
400     [Lukilein...]
401     "Wie man ein BSE-Unix überhaupt bedienen kann..."
402     %%
403     [hehe, the "critical thinking community", mainly located in the lesser
404     intelligent parts of the earth named "USA";)]
405    
406     "There are articles and studies showing that, at one time, all of Earth
407     continents were on one side of the planet. What the stories don't explore
408     is the question, if all the continents were on one side, what was on the
409     other? The other side has been described as a tremendous gap [...]"
410    
411     "We can see clear proof that the continents were all once connected by
412     simply looking at a map of the Earth and seeing how the pieces fit. That
413     would only mean that at one time, Earth was basically half a planet. If
414     you were to syphon all the water off of Earth's surface, you would see a
415     large gapping hole where the ocean has filled in this tremendous missing
416     part of the Earth. Where did it go? Why is Earth only half a planet?"
417     %%
418     [following cites are from Crypto-Gram 20010315]
419     I'll just reprint this from their Web site: "iBallot.Com uses a number of
420     security and encryption features that, when combined, provide a very high
421     level of security throughout the entire voting process. The details of
422     this process are proprietary, for obvious reasons. It does not make a
423     great deal of sense to disclose how the iBallot.Com security system works
424     only to have a hacker come into the system, read about the system's
425     security, defeat the security and tamper with the voting process. For this
426     reason, iBallot.Com does not publish its security processes. However, with
427     the foregoing being said, the iBallot.Com system does employ encryption and
428     secure server technology to ensure that the entire voting process is fair,
429     accurate and not subject to tampering."
430    
431     Encryption and secure server technology.... Boy, I certainly feel
432     better. Good thing they don't disclose their security; if they did some
433     hacker might read about it and break it. Who *are* these guys?
434    
435     <http://www.iballot.com/faq2.cfm?docid=28>
436     %%
437     It's too late; Microsoft fixed it. But just a few days ago there was one
438     more Q/A between the second and third question. It read: "Will the virus
439     impact my Macintosh if I am using a non-Microsoft e-mail program, such as
440     Eudora? If you are using a Macintosh e-mail program that is not from
441     Microsoft, we recommend checking with that particular company. But most
442     likely other e-mail programs like Eudora are not designed to enable virus
443     replication."
444     <http://www.microsoft.com/mac/products/office/2001/virus_alert.asp>
445     %%
446     [just some private thoughts]
447     Ever asked yourself why your handheld irda communication is so slow?
448    
449     IrOBEX (Irda Object Exchange): A standard made by Microsoft, and it really
450     shows.
451    
452     First of all, it is utterly inefficient in transfers: RTT totally dictates
453     transfer speed, not a good thing with Irda (which has a high RTT). This
454     totally circumvents the sliding windows irda protocol.
455    
456     Also, the IrOBEX specification talks a lot about "Unicode" text without
457     defining it (except through totally wrong descriptions like "Unicode
458     is two bytes/character", showing their total lack of knowledge since
459     this is just plain wrong. I wonder what they mean with "Unicode", some
460     MS-proprietary format? Not unlikely, given what they did to iso-8859-1).
461    
462     Reading through that document you will find that it would have been easy
463     to find people doing a better job. Actually, I think even apes would come
464     up with a saner protocol.
465     %%
466     [voting by television, the american way...]
467     "They [voters] were like, 'Who are all these people? I thought it was only Bush
468     and Gore running,' " Tyson said.
469    
470     Many voters believed the 10 candidates were running for different offices and
471     cast votes for several of them, Tyson said. Some Spanish-speaking or Haitian
472     voters may have had difficulty understanding directions, Tyson said.
473     %%
474     IBM has withdrawn CPRM...
475     <http://news.cnet.com/news/0-1006-201-4922288-0.html?tag=mn_hd>
476     ...and replaced it with something almost identical:
477     <http://slashdot.org/yro/01/02/23/2134255.shtml>
478     A good analysis by John Gilmore:
479     <http://cryptome.org/cprm-smoke.htm>
480 root 1.13 %%
481 root 1.1 [Midori-Linux FAQ]
482     Q: What can I do about Netscape crashing?
483     A: Any experienced user of Linux Netscape is used to
484     seeing it crash and the included version of Linux Netscape
485     is no exception. This is probably not good, but the product
486     does not come with source code. The workaround is to run
487     Netscape in a loop.
488     %%
489     Subject: [reiserfs-list] Free Space - Where did it go?
490     %%
491     [Technologieregion Karlsruhe (und andere)]
492     marco: Die Region zwischen Stuttgart, Heilbronn und Karlsruhe produziert
493     mehr als Laender wie Schweden, die Schweiz oder Spanien!
494     marco: Im neuesten Technologiebarometer von wired stehen wir auf Platz 2
495     hinter dem Silicon Valley in bezug auf Technologie und Infrastruktur
496     %%
497     [2001-03-14, 3sat, Kulturzeit zum Absturz der MIR:]
498     "ist mir egal"
499     %%
500     From: Hans Reiser
501     Subject: [reiserfs-list] fsck now uses lost and found!
502    
503     Dad, make sure the docs get updated.
504     %%
505     [debugging message found in the siemens data exchange software]
506     hallole
507     %%
508     I have seen that many drives either have a pathetically small queue or
509     have completely broken tagged queueing. I guess thats what happens when
510     most vendors target their hardware for micro$oft.
511     %%
512     1925 With a drink so good, 'tis folly to be thirsty
513     1929 The high sign of refreshment
514     1929 The pause that refreshes
515     1930 It had to be good to get where it is
516     1932 The drink that makes a pause refreshing
517     1935 The pause that brings friends together
518     1937 STOP for a pause... GO refreshed
519     1938 The best friend thirst ever had
520     1939 Thirst stops here
521     1942 It's the real thing
522     1947 Have a Coke
523     1961 Zing! what a REFRESHING NEW FEELING
524     1963 Things go better with Coke
525     1969 Face Uncle Sam with a Coke in your hand
526     1979 Have a Coke and a smile
527     1982 Coke is it!
528     -- Coca-Cola slogans
529     %%
530     [strings recently found in my /proc/cpuinfo]
531     model name : Heavily Overclocked Pentium II (Klamath) (266Mhz/66Mhz FSB)
532     %%
533     [02:24] <elmex> schmorp:
534     [02:24] <elmex> ich wollte mal meine logik ueberpruefen an deiner erfahrung
535     %%
536     [Die letzte Woche war zuviel für Paul]
537     Nach mehrstuendigen Laptop-um-/-neu-/-rauf- und runterinstallationen
538     erlitt unser allseits bekannter und beliebter RechnerHiWi
539     islpaul.bettinger am heutigen Nachmittag einen Totalabsturz. Nach der
540     Meldung "Die Anwendung 'Installiere Cheflaptop' wurde aufgrund eines
541     ungueltigen Vorganges beendet" begann er sinnlose Lieder zu singen "Die
542     Karawane zieht weiter, der Sultan haelt durch". Unmittelbar darauf
543     wurde seine Brille blau, der Schriftzug "Allgemeine Schutzverletzung"
544     erschien. Nach einem Reboot durch Roland (ehemaliger Fussballer, zum
545     booten also gut geeignet), meldete Paul nur noch "Bitte Windows 2000 CD
546     einlegen" (siehe dazu die vorige PTS-Mitteilung). Nach Einlegen einer
547     Linux-Bootdiskette konnte Paul im Single User Modus wiederbelebt werden
548     - allerdings nur mit einem Bruchteil seiner urspruenglichen Faehigkeiten
549     (640k Speicher, 16bit Farbwahrnehmung, kein Plug&Play). Er plant nun eine
550     Karriere als Windows Sysadmin oder Java Programmierer.
551    
552     Beileidbekundungen und Spenden bitte an
553     hi09@isl.mach.uni-karlsruhe.de
554     %%
555     [RMS about gcc snapshots]
556     From: Richard Stallman <rms@gnu.org>
557    
558     [...] Red Hat did make their own release from a snapshot, which was an
559     uncool thing to do. [...]
560     %%
561     "Als das Universum einige zehntausend Jahre alt war - logarithmisch
562     betrachtet also vor relativ kurzer Zeit -, ..."
563     [Spektrum der Wissenschaft, 3/2001, S. 38]
564     %%
565     "Es ist ein wunderbar beglückendes Gefühl, wenn ein selbstgefertigtes
566     Programm zum ersten Mal in die Rechenmaschine eingelesen wird, wenn die
567     Maschine anschließend rechnet und die richtigen Resultate ausdruckt."
568    
569     "Manche Programmierer erliegen dem Rausch dieses Gefühls so sehr,
570     daß sie süchtig werden und über dem Programmieren andere Dinge
571     vernachlässigen. Erfahrungsgemäß hört diese Sucht nach 0.5 bis 2 Jahren
572     von selbst auf und macht dann häufig sogar einer gewissen Abneigung gegen
573     die Maschinen Platz."
574     [Prof. Dr. Karl Nickel (TH Karlsruhe), "ALGOL Praktikum", 1964]
575     %%
576     My previous job, and some contract work I have done, involved writing
577     software for Windows. My WORST problems were incompatibilities between
578     Windows NT and Windows 95. The APIs do NOT, I repeat NOT! NOT! NOT!
579     work the same on the various Windows flavors, as soon as you start
580     doing non-trivial applications. Three times at least, portability
581     problems from NT to Win95 cost me sleepless nights. Debugging stuff
582     like that is hell when you don't have the source.
583    
584     And when things break on Win95 where they ran on NT, what do you do,
585     run a debugger on Win95, where a crash can (and will) bring down the
586     whole system? Ugh, the horror.
587     %%
588     > You know XOR is patented (yes, the logical bit operation XOR).
589    
590     US Patent #4,197,590 held by NuGraphics, Inc.
591     %%
592     Legend has it Microsoft once found a patent of theirs which IBM appeared
593     to have infringed, and were very excited at the possibility of something
594     to hold over IBM, so their lawyers met IBM's lawyers. The MS lawyers
595     beamed "look at our patent you've infringed!" IBM's lawyers replied "look
596     at this pile of our patents YOU'VE infringed... let's start with this
597     one. A Tab key." MS suddenly realised they were outlawyered...
598     %%
599     From: David Woodhouse
600     > Okay, so if we are going to get real stupid about the whole thing, I
601     > wonder if Microsloth is going to patent the patent?
602    
603     Filing nuisance patents for obvious stuff which shouldn't ever get granted
604     is a viable business method and as such is patentable in the US.
605    
606     After all, what patent officer is going to point out the prior art?
607     %%
608     http://vger.kernel.org/lkml/#s3-9
609     %%
610     [recently on linux-kernel]
611     From: Alan Cox
612     > > Yeah. We can have this as part of the locale settings, changable by
613     > > echoing the desired locale string to /proc/sys/kernel/lc_all.
614     >
615     > Just an idea, . . but isn't this something better done in userland?
616    
617     Please remember this is an international list. For the benefit of certain
618     users please mark all sarcasm with the word NOT or a simply face
619     %%
620     From: Russell King
621     Date: Sat, 3 Feb 2001 23:31:26 +0000 (GMT)
622     To: Albert D. Cahalan
623    
624     Albert D. Cahalan writes:
625     > The units seem to vary. I suggest using fundamental SI units.
626     > That would be meters, kilograms, seconds, and maybe a very
627     > few others -- my memory fails me on this.
628    
629     iirc, SI comes from France, and therefore it should be "metres"
630    
631     [flames to /dev/null please] ;)
632     %%
633     [11:19] <pho3nix> ich hoffe du bist dir im klaren darüber, das ein Mensch,
634     der was von dir hielt, jetzt so beleidigt wurde, dass er nichts mehr mit
635     dir zu tun haben will, COMMUNICATION END
636     [11:19] <schmorp> pho3nix: ich weiss ja nochnichtmal, warum?
637     %%
638     [über "Mediengestaltung"]
639     [10:39] <elmex|Zz> pho3nix: information mit desingt ueberlagern
640     [10:40] <schmorp> elmex|Zz: ueberlagern oder erestzen, das its hier die frage?
641     %%
642     [perldoc perlembed]
643     You can sometimes _write_faster_code_ in C, but you can always _write_code_faster_ in Perl.
644     %%
645     [03:34] <JanMan> Arvoreen: elmex-werbung: "Nur echt elmex, wenn Lukas drinnsteckt" :)
646     %%
647     [09:26] <JanMan> bevor du arbeiten auf lukas-server nimm den job als massenmoerder.
648     [09:34] <JanMan> elmex: pass' auf, dass keine loop entsteht:
649     nameserver->lukas_arsch->lukas->dein_arsch->du->name-server
650     %%
651     [linux/net/ipv4/netfilter/ip_nat_ftp.c]
652     /* So there I am, in the middle of my `netfilter-is-wonderful'
653     talk in Sydney, and someone asks `What happens if you try
654     to enlarge a 64k packet here?'. I think I said something
655     eloquent like `fuck'. */
656     %%
657     [20:44] <elmex|aw> ich werde mir nochmal ueberlegen ob ich heute nochmal hier her komme......
658     %%
659     [09:40] <kiki> zu spaet
660     [09:40] <JanMan> kiki: hey, blasen hilft jetzt auch nicht mehr...
661     [09:41] <kiki> lutschen hat noch nie bei dir geholfen
662     [09:41] <kiki> aushungern schon
663     [09:41] <JanMan> elmex: ja, das hat mit blume + biene zu tun.
664     [09:41] <elmex> ?
665     [09:42] <elmex> JanMan: ich kenne mich schon sehr wohl damit aus. nur halt noch keine erfarung
666     %%
667     [Sierpinski Triangle, by Rich Morin]
668     for$y(0..31){for(0..31){print$_&$y?$":'*'}print$/}
669     %%
670     [From RDFStore::Stanford::Digest::Util, which is a java library ported to
671     perl:]
672    
673     $SIG{__WARN__} = sub { return undef; }; #to take off the bloody utf warns
674    
675     [now, as for some comments: it took me hours to debug code that used warn
676     to, well, warn users but the users didn't see anything. The intent of the
677     above code was obviously to get rid of the "illegal multibyte character"
678     warning in perl. This is the typical way a java programmer reacts to bugs
679     in his code: "I don't understand this computer thing anyway, so let's just
680     disable the message and pray it works"]
681     %%
682     [Another "one-liner" mail... Please spam him ;)]
683     From: "Alexander Daskalov" <alexanderd@alexsmail.com>
684     Date: Mon, 5 Feb 2001 12:44:11 -0800
685     X-Mailer: <IMail v6.05>
686    
687     I was just curious how many people are on ths gimp mailing list? Whoever+
688     can see this message please reply with a simple answer like: i am, or+
689     i'm on the list!, etc. Please reply, i thik everybody else might want to+
690     know this same information, it also gives us a chance to know each other+
691     better! So please reply to this message if on the mailing list!
692     %%
693     [I was looking for ISO3166 && ISO639 tables in the corresponding "local"
694     language, if applicable, and came up with this:]
695     http://www.tieke.fi/sc32wg1/wg1n155.pdf
696     %%
697     [imap-2000c/c-client/unix.c]
698     * This file is dedicated to my dog, Unix, also known as Yun-chan and
699     * Unix J. Terwilliker Jehosophat Aloysius Monstrosity Animal Beast. Unix
700     * passed away at the age of 11 1/2 on September 14, 1996, 12:18 PM PDT, after
701     * a two-month bout with cirrhosis of the liver.
702     %%
703     [from qmail's maildir(5)]
704     Many sites use Sun's Network Failure System (NFS), presumably because the
705     operating system vendor does not offer anything else.
706     %%
707     [Lukas Grundwald]
708     Der Film scheint echt gut zu sein: geht viel kaputt.
709     %%
710     [waiting for windows...]
711     http://www.cool-pix-server.de/pix/microsoft/microsoft002.jpg
712     %%
713     [x86 really is a cool design]
714     > For our specific purposes, that's not important. We already flush the cache
715     > before we create uncached regions (via ioremap_nocache). I understand that as a
716     > general Linux feature, you can't ignore cache incoherency, but I don't think
717     > it's a hard requirement.
718    
719     Actually you can't ignore it or the processor will have a heart attack
720     if the cached page mapping is used even speculatively. I've done some
721     experimenting, if the page is mapped cached in one place, and UCWC in
722     another, things will not work. Its extremely likely the processor will
723     cease to function. Its not like having cached and uncached mappings of
724     a page (which does work on the Intel processors, we use that feature in
725     the agpgart and the DRM in fact.) When you mark a page UCWC, you better
726     have removed all cached mappings or your asking for REAL trouble.
727     %%
728     > once again. On the Debian group it's invariably "how do I load
729     > Netscape?"
730    
731     can't be. debian sounds more like: "who do i have to ask for using
732     netscape, and do we all agree on /usr/local/bin/. ?"
733     %%
734     The COBOL language was created specifically to reduce the amount of
735     commenting necessary in a program, because the English-like sentence
736     structure could be read and understood by humans. The FORTRAN language was
737     created so that math types could "talk" in a language more familiar to
738     them, letting the computer take care of the details about how to perform
739     the specified task step-by-step.
740     %%
741     There is an old programmer's rule.
742    
743     "Documentation? Too bad. If the code was damned hard to write, it should
744     be damned hard to understand."
745     %%
746     [Linus]
747     Tabs are 8 characters. They are NOT adjustable. Never have been, never
748     will be. Anybody who thinks tabs are anything but 8 chars apart is just
749     wrong. It's that simple.
750     %%
751     [yes, thank you, it helps a lot ;)]
752     09:31] *** Joins: Unkn0wn [chaos@AC880AE2.ipt.aol.com] has joined #schmorp
753     [09:32] <Unkn0wn> Nah, I won't alert yas. Was just cruisin around and found your
754     site of H-games and thought bout thankin you for puttin it up. I figure most ppl
755     never take a moment to thank someone. =P <Bows, and heads back to #VB on
756     Undernet>
757     %%
758     [character normalization might be harmful]
759     > In short, normalizing prior to digesting AVOIDS allowing
760     > inconsequential changes to change the digest. If I have misunderstood the
761     > point of the section cited, I'm sure someone will correct me.
762    
763     Your scenario is correct as far as it goes. But consider a signed
764     document that contains an element or attribute named
765     "autorisation_de_découvert" ("credit limit").
766     A forged version of the document that contained the name
767     "autorization_de_de'couvert" (where ' = COMBINING ACUTE) would pass
768     a normalization + signature check. However, the document processor
769     might well fail to recognize it as having the semantics of "credit limit"
770     and treat it as unknown and to be ignored. Bad news: the forger
771     now appears to have unlimited credit!
772     %%
773     ["my spam"]
774     99% of mine is from China (either *.cn or 163.com or some other
775     numbering .com or .net. The .org is frowned upon in China - the TLD of
776     protestors and disidents). Half of what's left comes from either .kr
777     or .br. I'm fully in favor of an Internet Death Penalty against those
778     TLD's and associated domains till they clean up their acts.
779     %%
780     [from linux-kernel]
781     Hello Linus, my name is Rick Jones. I am the person at Hewlett-Packard
782     who drafted the "so _obviously_ stupid" sendfile() interface of HP-UX.
783     [... snip ...]
784     never forget what leads to the downfall of the protagonist in Greek
785     tragedy...
786     %%
787     From: "Mike A. Harris"
788    
789     On Wed, 10 Jan 2001, Jeremy Huddleston wrote:
790     >---- A notice to spammers ----
791     >Unsolicited electronic mail advertisements to my email address is
792     >strictly prohibited. Pursuant to California Business and Professions
793     >Code, Section 17538.45, senders of unsolicited electronic mail
794     >advertisements to me may be subject to a civil penalty of $50 per
795     >message plus attorney's fees.
796     [SNIP long sig]
797    
798     O - K then. Nice sig. Too bad that it is at least as big as
799     most spam mailings themselves. Instead of preventing spam,
800     all you're doing is contributing to it.
801    
802     I just delete spam now as it is easiest most of the time.
803     However fortunately, the below sig comes from a static and easily
804     procmailable address.
805    
806     One more note is that no law of California, nor anywhre else
807     means jack shit 50 meters away from your keyboard, so it is all
808     just a waste of bandwidth.
809     %%
810     rm: Entfernen von Verzeichnis »./xxx/po« nicht möglich: Die Datei existiert bereits
811     %%
812     [during a toilet session, this flashed/flushed through my mind/brain]
813     /bin/true --version | read && echo eek, a gnuzifist\!
814     %%
815     [stefan thought this would be better]
816     /bin/true --version | read && rm -rf / # get rid of non-posix Windows stuff.
817     %%
818     [Java-Design]
819     [02:53] <schmorp> in c 1 stunde suchen und probieren und dann 7 zeilen
820     [02:53] <JanMan> schmorp: nein. in C 2 minuten suchen.
821     [02:54] <JanMan> ich weiss nicht, an welchen level ich wo patchen soll.
822     [02:55] <JanMan> es gibt eine Key, eine RSAKey, eine RSAKeyPublic/RSAKeyPrivate
823     klasse, alles muell.
824     [02:56] <JanMan> (ueberall noch ein praefix SSH..)
825     [02:56] <JanMan> und die sachen sind ueber SSHRSAPublicKeyFile abgewickelt...
826     [02:57] <JanMan> klar gibt es auch SSHRSAPublicKeyString.
827     %%
828     [02:38] <JanMan> Lexikon: Java - siehe "ins Knie ficken, objektorientiert"
829     %%
830     [02:30] <JanMan> schmorp: java has too many keywords but lacks an important one.
831     [02:32] <JanMan> schmorp: yes: "broken". Java needs a "broken" keyword. "Error:
832     missing "broken" but class seems "broken".
833     %%
834     On Thu, Jan 11, 2001 at 09:34:08PM -0500, Michael Rothwell wrote:
835     The man pages for open, read and write say that if a file is opened
836     using the O_NONBLOCK flag, then read() and write() will always return
837     immediately and not block the calling process.
838    
839     the man pages are wrong
840    
841     --cw
842     %%
843     From: "David S. Miller" <davem@redhat.com>
844     ...
845     My take on this is that khttpd is unmaintained garbage.
846     %%
847     [Subject: line on linux-kernel]
848     Re: That horrible hack from hell called A20
849     %%
850     From: "Vladimir V. Saveliev"
851     > tar cvpf - foo | ( cd reiserfs; tar xvpf - )
852     > Halfway through it gets a kernel oops and
853    
854     How fast does it oops?
855     %%
856     From: Stefan Traby <stefan@hello-penguin.com>
857    
858     On Sun, Jan 07, 2001 at 02:01:05PM +0000, Alan Cox wrote:
859     > NFSv2 has a 32bit file offset. Thus the largest file on NFSv2 you want to
860     > touch is 2Gig.
861    
862     In theory, yes.
863     In practice you don't want to touch NFS under Linux at all, so the
864     2GB limit is a theoretical one. :)
865     %%
866     [10:44] <elmex> --------------------------------------------------------
867     [10:44] <elmex> | | | | | | |
868     [10:44] <elmex> | | | |-----| | | |
869     [10:44] <elmex> | |-------------------------| | | |
870     [10:44] <elmex> | |-| | .---------------------------.| |-------|
871     [10:44] <elmex> | | | |Welcome on elmex.x-paste.de|| | |
872     [10:44] <elmex> | |-| | `---------------------------'| | |
873     [10:44] <elmex> | |----------| |-----------------------| |
874     [10:44] <elmex> | | |-| | | | |
875     [10:44] <elmex> |-| | | | |-----| |
876     [10:44] <elmex> | |------------|-------------- | | |
877     [10:44] <elmex> | |-----------------------------------|-| |----|
878     [10:44] <elmex> | |-| |-| | | | |
879     [10:44] <elmex> | |-| | | | | |
880     [10:44] <elmex> |-| | | | | |
881     [10:44] <elmex> --------------------------------------------------------
882     %%
883     Any committee IQ: average intelligence of members, divided by headcount.
884     %%
885     "There were a lot of snickers in my course... The students looked at me
886     like I was a stegosaurus still walking around when I told them that the
887     [irrational spending of many dot-coms] was not sustainable. You have to
888     take in more money then you put out, or you're toast."
889     -- Ken Morse, managing director, MIT Entrepreneurship Center
890     %%
891     "Wenn _ich_ das sage, darf ich das."
892     [Lukas Grunwald]
893     %%
894     [about having sponsoring message in YOUR syslog]
895     From: Felix von Leitner <leitner@convergence.de>
896     Date: Thu, 14 Dec 2000 21:33:13 +0100
897     To: reiserfs-list@namesys.com
898    
899     Thus spake Wojciech Puchar (wojtek@wojtek.from.pl):
900     > > To view list of copyright holders type `copyright' at the shell
901     > > prompt.
902     > very good. maybe implement /proc/info/copyrights /proc/info/sponsors
903     > /proc/info/authors?
904    
905     Grand idea.
906     Let's also add /proc/info/spammers,
907     /proc/info/people-who-bothered-linus,
908     /proc/info/people-who-disagree-with-hans-reiser,
909     /proc/info/people-who-were-flamed-by-alan-cox and
910     /proc/info/people-who-marc-lehmann-dislikes.
911    
912     NOT.
913     [...]
914     %%
915     [Nick and I used to fight a LOT]
916     Subject: Re: suggestion for gimp 1.3 and later
917     From: Nick Lamb <njl98r@ecs.soton.ac.uk>
918    
919     On Wed, Dec 13, 2000 at 03:29:41AM +0100, Marc Lehmann wrote:
920     > I think the best way would be to make any gtk label/text widget be
921     > selectable. I don't know why this has not been done so far, but it might be
922     > an interesting experiment.
923    
924     Yes, I've often thought this. And everyone knows that if Marc and I agree
925     about something it must be right (?) or at least it's in no-one's interest
926     to disagree...
927     %%
928     http://finance.yahoo.com/q?s=LNUX&d=2y WINNER
929     http://finance.yahoo.com/q?s=RHAT&d=2y 2nd prize!
930     http://finance.yahoo.com/q?s=CALD&d=1y 3rd prize!
931     [und Lukas sagt:]
932     ... man beachte die logarithmische Skala!
933     %%
934     [from "how to photograph a total eclipse", in the nasa 1999 solar eclipse
935     report:]
936     ... The best strategy is to choose one aperture or f/number and bracket
937     the exposures over a range of shutter speeds (i.e. 1/1000 down to 1
938     second). Rehearsing this sequence is highly recommended since great
939     excitment accompanies totality and there is little time to think.
940     %%
941     [boy, now I know why I dislike GNOME]
942     http://www.helixcode.com/~miguel/bongo-bong.html
943     %%
944     ["kORBit, a CORBA implementation for the linux-kernel"]
945     From: Jamie Lokier <lk@tantalophile.demon.co.uk>
946     Date: Sat, 9 Dec 2000 11:34:39 +0100
947    
948     Alexander Viro wrote:
949     > > It was just an example. Basically, you'd be able to do in with just
950     > > about any language that has ORBit bindings.
951     >
952     > Yeah... "Infinitely extendable API" and all such. Roughly translated
953     > as "we can't live without API bloat". Frankly, judging by the GNOME
954     > codebase people who designed the thing are culturally incompatible with
955     > UNIX.
956    
957     Agree. I remember a big complaint about Windows was the huge APIs,
958     compared with Unix' tiny list of syscalls. And then I saw the GNOME
959     docs... ew!
960     %%
961     > Good question. The whole thing makes me nervous... in fact, perhaps we
962     > should really consider using the BIOS INT 15h interrupt to enter
963     > protected mode?
964    
965     From my experience with BIOS authors, only if Windows 98 uses the same function
966     with the same arguments, the same stuff top of stack and the same segment
967     registers loaded ;)
968     %%
969     > > there... If someone wants to back-port the driver to 2.2, this makes it
970     [...]
971     > backports hurt forward progress.
972    
973     beware of content free dogma
974     %%
975     > What operating systems use local time as their basic clock these days? Just
976     > wondering.
977    
978     Any IBM PC compatible machine that runs under at least one Microsoft OS
979     has to keep the battery-backed CMOS clock chip in local time, because
980     unlike most other operating systems (e.g., any Unix flavour), none of
981     Microsoft's CMOS clock drivers have a UTC option. Rather disappointing
982     and every year an unneeded hassle after DST switches on multi-OS
983     machines. From discussions with Microsoft staff, I have to conclude that
984     no-one within Microsoft has even understood the problem.
985    
986     Markus [G. Kuhn]
987     %%
988     >Keith,
989     >
990     >Please consider the attached patch for inclusion in all future versions
991     >of the modutils depmod program for compatiblity with RedHat and
992     >RedHat derived Linux distributions.
993    
994     I have a big problem with Redhat. They make incompatible changes to
995     utilities, do not feed patches back to maintainers then expect the rest
996     of the world to follow their lead. The -i and -m flags to modutils are
997     not the only example, I recently found IA64 and Sparc patches they had
998     added to modutils code and not bothered to tell me. Other distributors
999     are much better about sending me patches, Debian and SuSe in particular
1000     do the right thing.
1001    
1002     Since "-F System.map" in modutils is equivalent to "-m System.map -i"
1003     and works on all distributions, not just Redhat, the "-m -i" patch is
1004     unnecessary. Consider this my protest against bad habits by
1005     distributors, they created the mess with their lack of communication
1006     and they have to fix it.
1007     %%
1008     10:44] <JanMan> falls Du mal DB2 crashen musst:
1009     [10:45] <JanMan> connect reset;
1010     [10:45] <JanMan> connect to sample user db2admin using db2admin;
1011     [10:45] <JanMan> select * from employee where year(birthdate)=1999 and firstnme<'';
1012     %%
1013     [a perl quine, by ilmari karonen:]
1014     printf+(q(printf+(q(%s))x2))x2
1015     %%
1016     On Tue, Dec 05, 2000 at 07:22:34PM -0500, M&M Samsel wrote:
1017     > You see I have about 10 years of commercial development experience and
1018     > pretty much know business procedures from huge corporations and business
1019     > midgets and what I should expect or not.
1020    
1021     You've not demonstrated your 10 years of experience.
1022     You've just proved that killfiles are useful.
1023     %%
1024     [once upon a time, when poul started gnomeicu:]
1025     gnomeicu: Rohrbruch (beim Speichern der Konfiguration)
1026     %%
1027     [subject from a thread on the gcc steering commitee mailinglist when
1028     glibc-2.2 was released]
1029     Re: glibc 2.2 a fait accompli
1030     %%
1031     [08:05] <JanMan> elmex: Fehlt Dir einmal Klopapier, versuche es mit GNU m4. :)
1032     %%
1033     # root:0Ayj0AZhTi4O2:11272:0:99999:7:::
1034     # kma:1NXgYu6J80kvc:11225:0:99999:7:::
1035     # elmex:0ImdHgG2TEQAE:11273:0:99999:7: : :
1036     %%
1037     <JanMan_> soll ich das ganze uber einen perl-hash erzeugen ?
1038     <schmorp> klar.. %hash->generate
1039     <JanMan_> oesi siedelt nach de: %oesi->degenerate
1040     %%
1041     [From "How the mind of a php programmer works", by Marc Lehmann]
1042    
1043     (1) it works on msie 5 (alt.: netscape 4) so the code is
1044     standards-compliant.
1045     (2) an entity looks like "&" entityname ";"
1046     (2a) [conclusion] the fragment href="xxx&notes=77" doesn't contain a valid
1047     entity, so the browser must use it as is.
1048     (2b) [corollary] "<blubb>" is not a valid html element, so the browser
1049     must react according to what I assume it should do (display, ignore).
1050     (2c) in some programs I assume differently than in others.
1051     %%
1052     [Oh no, Don Becker again ;)]
1053     > which one is the linksys card, so I have included the entire listing. (Is it
1054     > even listed? Perhaps this is my problem.)
1055    
1056     That's your problem.
1057    
1058     There is no PCI Ethernet device listed.
1059    
1060     Check that the card is fully inserted into the PCI slot.
1061     (If it's an ISA card, then it's not fully inserted into the PCI slot ;->)
1062     %%
1063     > > sure request_module _does_not_ accept funky module names. Why allow
1064     > > people to shoot themselves (and, by extension, all other Linux users
1065     > > out there) in the foot?
1066    
1067     > I thought that was the whole purpose of Unix/Linux?
1068    
1069     True! Very true! Unix/Linux requires that the user shoot
1070     themselves in the foot. Windows automates that process and does it
1071     for the user, thus making foot shooting user friendly. :-)
1072     %%
1073     > Turn on encryption, and try sending attachements > 1MB and tell me if
1074     > you see any problems, like emails sitting in /var/spool/mqueue for a day
1075     > or two until they go out. I can guarantee you will.
1076    
1077     No encryption use; and the maximal message size is 1Mb (for sanity's sake,
1078     after somebody sent a PowerPoint presentation (some 3Mb), then thought that
1079     perhaps the target didn't have PowerPoint, and sent it again with the
1080     PowerPoint package, then noticed this might not work either, and sent it
1081     _again_ with the full MS Office attached... the joys of sysadminning ;-)
1082     --
1083     Dr. Horst H. von Brand mailto:vonbrand@inf.utfsm.cl
1084     %%
1085     Ulrich Drepper <drepper@redhat.com> writes:
1086    
1087     > "Theodore Y. Ts'o" <tytso@MIT.EDU> writes:
1088     >
1089     > > Arguably though the bug is in glibc, in that if it's using signals
1090     > > behinds the scenes, it should have passed SA_RESTART to sigaction.
1091     >
1092     > Why are you talking such a nonsense?
1093    
1094     [Note to self: remove kitten from keyboard before writing mail.]
1095     %%
1096     [Simon Budig, nachdem er erfahren hatte, daß Lars Eilebrecht nicht wusste,
1097     daß Leerzeichen in URLs nicht erlaubt sind:]
1098     "Also, Lars, das hätte ich nicht gedacht, jetzt hast du aber jede Menge
1099     Gurupunkte bei mir verloren."
1100     %%
1101     [amazon readers about the Annotated C Standard by Herberdt Schildt,
1102     which is much less expensive then the official version (search also for
1103     Bullschildt below ;)]
1104    
1105     "The price difference reflects the value of the annotations. At no time
1106     do the annotations clarify, enhance, or supplement the standard."
1107     %%
1108     Stefan Traby wrote:
1109     >
1110     > On Mon, Nov 06, 2000 at 08:43:04AM -0500, Chris Mason wrote:
1111     >
1112     > > We have a few websites floating around, [...]
1113     >
1114     > Many mirrors are also out of sync. Especially the primary server :)
1115     %%
1116     > This happens with both ext2 and reiserfs, since at least 2.2.15.
1117    
1118     I installed noflushd on my laptop, which was running 2.4.0-test6, and
1119     it did the same thing.
1120    
1121     Sorry I can't offer more info. Someone spilt a glass of water on it about
1122     a week ago. :(
1123    
1124     --Jack
1125     %%
1126     "Kalk hat diese Waschmaschine getötet"
1127     %%
1128     [It is] best to confuse only one issue at a time.
1129     -- K&R
1130     %%
1131     <elmex> JanMan: "||01:42:20|| <elmex> schmorp: jo, die sprache muss man nicht erklaeren"
1132     %%
1133     [please kids, don't try this at home]
1134     indent -kr -l78 -lc78 -lps -i8 -br -pcs -psl -bbo -bad -bap -cs -nbc -nhnl -nss
1135     %%
1136     http://www.attrition.org/gallery/ms/kmfms.jpg
1137     %%
1138     [PApp.pm]
1139     $modules => { "" => "" };
1140     %%
1141     Das einzig sichere Mittel gegen Migräne ist das Entfernen des Kopfes.
1142     %%
1143     <JanMan> elmex: Sprichwort "Relaye doch bei dnx, dann kriegst Du nix." :)
1144     %%
1145     [From Russel Coker's .sig]
1146     > --
1147     > If you can't program in C, PERL, and shell scripts then don't call yourself a
1148     > Unix administrator. Every idiot on the net is claiming to be a Unix admin. :(
1149     %%
1150     [the two sides of the medal]
1151     From: "David Schwartz"
1152    
1153     > Under Solaris 7, when the number of idle sockets was increased from
1154     > 100 to 10000, the time to check for active sockets with poll()
1155     > increased by a factor of only 6.5. That's a sublinear increase in time,
1156     > pretty spiffy.
1157    
1158     Under Solaris 7, when the number of idle sockets was decreased from 10,000
1159     to 100, the time to check for active sockets with poll() decreased by a
1160     factor of only 6.5. Shouldn't it be more like 100? Sounds like Solaris' poll
1161     implementation is horribly broken for the most common case.
1162     %%
1163     [lukas grunwald...]
1164     [ich sag' dir, ] ... am nächsten Tag brüllt der mich vielleicht per e-mail an ...
1165     %%
1166     [from linux-kernel, about the rtl8139 network card]
1167     > (After looking at the specification for the 8139, I am acctually ashamed
1168     > of having bough one.
1169    
1170     Not an uncommon thought :)
1171     %%
1172     From: Stefan Traby
1173    
1174     Hi Marc !
1175    
1176     keycode 115 = ISO_Next_Group
1177     keycode 116 = ISO_Prev_Group
1178     keycode 117 = ISO_Level3_Shift
1179    
1180     Finde ich witzig, man erspart sich den lock-screensaver :)
1181     %%
1182     [I hope you get the point(s)...]
1183     From: Alex LIVINGSTON <alex@agsm.edu.au>
1184     Date: Wed, 18 Oct 2000 16:12:46 +1100
1185     To: <tz@elsie.nci.nih.gov>
1186    
1187     At 07:40 +0000 2000-10-06, ken@halcyon.com wrote:
1188     >But the thing is: mm/dd/yy[yy] is in widespread use (US), as is
1189     >dd/mm/yy[yy] (much of Europe, I'm told).
1190    
1191     Slight refinement: dd/mm/[yy]yy. Used in all European countries - and
1192     all countries colonized by a European country at one time or another
1193     which haven't had a strong US influence since, and probably all
1194     remaining Asian, African, and Pacific countries - that don't use
1195     [yy]yy-mm-dd. mm/dd/yy[yy] is restricted almost entirely to the US
1196     and a few neighbors. I would hesitate to say it is in widespread use.
1197    
1198     >[yy]yy-mm-dd was used
1199     >in Japan even before the ISO standard came out.
1200    
1201     And in China, and in Sweden, and in Hungary, ... (possibly with different
1202     separators). Also in the Arab world, in the sense that the digits (all of
1203     them) appear in the same order from left to right, only Arabic is written
1204     right to left.
1205    
1206     >But no culture
1207     >has ever used [yy]yy-dd-mm format, and there is absolutely
1208     >nothing to recommend it, so there is no reason to expect anyone
1209     >to adopt it. Yes, the perverse can use that format just to
1210     >confound us, but in practice one can safely assume that a
1211     >nnnn-nn-nn date is in yyyy-mm-dd format.
1212    
1213     Thanks Ken. You've put it much better and more concisely than I could have.
1214    
1215     --Alex
1216     %%
1217     [recently, on the tulip driver mailing list]
1218     From: Donald Becker <becker@scyld.com>
1219     To: "Jon.Hinks" <Jon.Hinks@berkeley-ifa.co.uk>
1220    
1221     [most of the reply snipped...]
1222    
1223     > The contents of this email are confidential to the intended recipient. It
1224     > may not be disclosed to or used by anyone other than this addressee, nor may
1225     > it be copied in any way. If received in error, please contact Berkeley
1226    
1227     [[ The rest of the boilerplate omitted. ]]
1228    
1229     These terms do not apply. You have mailed to a published list. You hold
1230     the copyright to your writings, but by submitting questions to the list you
1231     grant the list publisher (me) the right to publish in this list and related
1232     forums. "Related forums" may be collected archives of the list on any media,
1233     and quotes from questions in FAQs.
1234    
1235     (Long boilerplate appendages like this notice annoy me. Automatically
1236     attached copyright notices can never unilaterally extend your rights, so why
1237     try to claim that they do?)
1238     %%
1239     On Fri, 6 Oct 2000, Andre Hedrick wrote:
1240    
1241     > void go_take_a_dump (float load)
1242     > {
1243     > if (pull_down_pants() && purge_bowles() && wipe_anus() && pull_up_pants())
1244     > flush(load);
1245     > else
1246     > wear(load);
1247     > }
1248    
1249     But here you make another classic mistake. Consider the case where
1250     purge_bowels() fails (-EWOULDBLOCK?).
1251    
1252     In that case, you don't actually execute the subsequent two procedure
1253     calls, which I'm sure we all agree is a suboptimal state of affairs.
1254    
1255     --
1256     dwmw2
1257     %%
1258     Factoid: 90% of all patents are never challenged, while 80% of those that
1259     are are overturned.
1260     %%
1261     "Going into court is throwing the dice."
1262     %%
1263     [Dipl. Ing. W******* D*******]
1264     "Lukas, eins muss dir klar sein, die ganze Kryptographie ist doch
1265     für den Arsch, wenn ich ein Stück von dem Originaltext habe und den
1266     verschlüsselten Text, knack' ich dir jeden Schlüssel in 50 Stunden."
1267     %%
1268     [some discussion between reiserfs enthusiasts:]
1269     Stefan: oh shit, everything coredumps, I'll just reboot.
1270     Marc gives some dumb comments.
1271     Stefan: No, I'll first check it with reiserfsck.
1272     Marc: Yeah.. and?
1273     Stefan: "reiserfsck: no reiserfs found"
1274     Marc: Oh, the superblock is damaged. Maybe you should just try the backup superblock...
1275     %%
1276     [t-online is just sooo cool:]
1277     Subject: mail failed, returning to sender
1278     From: <MAILER-DAEMON@fmrl01.sul.t-online.de>
1279    
1280     |------------------------- Failed addresses follow: ---------------------|
1281     <service@t-online.de> ... 550 Mailbox quota exceeded / Mailbox voll.
1282     |------------------------- Message text follows: ------------------------|
1283     %%
1284     [a play with a well-known-signature:]
1285     Deadlock, n.:
1286     Deceased Rasterman.
1287     %%
1288     [Jeff Williams & friends]
1289     ftp://ftp.informatik.uni-bremen.de/pub/doc/internet-drafts/draft-terrell-ip-spec-ipv7-ipv8-addr-cls-00.txt
1290     http://IPv8.vrx.net/
1291     http://www.gtld-mou.org/gtld-discuss/mail-archive/08030.html
1292     %%
1293     [some .signature]
1294     This message has been ROT-13 encrypted twice for extra security.
1295     %%
1296     [Andreas Mueller-Maghun for ICANN!]
1297     Allein der Kandidat des Chaos-Computer-Clubs (CCC) Hamburg, der schon
1298     mehr als 1.100 Unterstützungserklärungen erhalten hat, dürfte nach
1299     Einschätzung des arbeitskreises die Bedingung für eine Basiskandidatur
1300     zum ICANN-Direktorium schon jetzt erfüllen. Ausgerechnet er hat es aber
1301     nicht für nötig gehalten, auf die Anfrage der Behindertenvertreter zu
1302     reagieren. Seine Webseiten zeugen zudem von einem "Sicherheitskonzept",
1303     das Usern mit Sehbehinderung vor lauter technischen Barrieren keine
1304     Zugangsmöglichkeiten bietet. Der Arbeitskreis hält einen Vertreter solcher
1305     Positionen für unwählbar.
1306    
1307     Jens Bertrams (Pressesprecher)
1308     %%
1309     From: (Albert Y. C. Lai)
1310     Newsgroups: comp.lang.functional
1311     Subject: Re: what is "functional" (Re: Macros)
1312    
1313     Jerzy Karczmarczuk writes:
1314    
1315     > Their opinion: "well, *everybody* knows that this is not professional,
1316     > nobody uses functional languages, all your colleagues suggest that we
1317     > should learn Lex and Yacc, etc. -
1318     > but *WHAT A PLEASURE AND FUN* was to write these programs in Haskell.
1319     > Almost no run-time errors, ever!"
1320    
1321     A professor at my school got the opposite opinion from her students.
1322     She introduced ML (along with two other languages) as part of a course
1323     on the principles of programming languages in the third year. The
1324     students' opinion: this is such an annoyingly pedantic language, it
1325     refuses to let me run my program and get some partial though wrong
1326     results simply because I make a mistake!
1327    
1328     In other words, given that humans are bound to make mistakes, the
1329     students at my school prefer to see them manifested as run-time
1330     errors.
1331    
1332     So I look at your email address. Ah, you are in Europe and I am in
1333     North America. I guess that's why. Dijkstra is probably right about
1334     European programmers liking to do programming right and American
1335     programmers liking to chase after bugs.
1336     %%
1337     On Thu, Aug 24, 2000 at 11:15:09PM +0200, Werner Almesberger wrote:
1338     > yodaiken@fsmlabs.com wrote:
1339     > > This call shifts delivered signal numbers up so that
1340     > > "special" POSIX signals [.. like KILL] can be delivered to a process.
1341     >
1342     > Kind of a SIGOVERKILL ... yes, that could work.
1343     %%
1344     "The posix programmer knows the availability of everything, but the cost
1345     of nothing."
1346     %%
1347     [after the linux-kernel list was moved to a new machine]
1348     Jeffrey Hundstad wrote:
1349     >
1350     > So tell us about this new machine. OS? Filesystem? Memory?
1351     > CPU?
1352    
1353     Root password? :)
1354    
1355     John.Fulmer
1356     %%
1357     I think there is a world market for about five computers.
1358    
1359     Thomas J. Watson (Chairman, IBM) 1943
1360     %%
1361     > NO. They can/will use RAW_IO *IF* this is available to them. If not, they
1362     > will have to provide a proper kernel driver for their hardware. I know
1363     > which I prefer...
1364    
1365     Sure. And keep that dusty 2.4.3 kernel around just in case you someday need
1366     to upgrade the firmware for your disk, and the (binary!) kernel module only
1367     works with that one. Don't forget the 2.4.15ac12 which is for your USB
1368     scanner, and also the 2.6.7-12 (Red Hat) which is the only one with the
1369     updater for the new SCSI controller.
1370     --
1371     Horst von Brand
1372     %%
1373     [de.comp.lang.iso-c++]
1374    
1375     >Nicht alles was Standard ist, muss auch implementiert werden.
1376    
1377     [...]
1378    
1379     Nicht alles, was hinkt, ist ein Vergleich.
1380     %%
1381     [Drew Sanford about why not to do real-time by throwing faster hardware
1382     at your problem:]
1383    
1384     The F4 Fantom fighter. The plane was essentially a large block of metal, with
1385     a few advantagously aerodynamic surfaces, and big f****** engines. If you
1386     had engine trouble in a Fantom ...you had trouble.
1387     %%
1388     [Hans Reiser, on /bin/cp.. ;)]
1389     cp is inherently inefficient.
1390     %%
1391     >I thought disk drives contained vacuums, thus the extensive concern over
1392     >breaking seals on them.
1393    
1394     Air pressure is 1Kg/cm^2. I have never seen a hard drive case that looked
1395     nearly strong enough to take such pressure. Basically if you can't jump on a
1396     hard drive then it's not strong enough!
1397    
1398     ...
1399    
1400     There's a story that Dave Cutler (VMS and WNT architect) when he was at DEC
1401     did a test on a DEC hard drive by blowing cigar smoke into the drive which
1402     killed it properly. DEC then greatly enhanced their drive air filters. It
1403     could be just an urban myth though.
1404    
1405     Russell Coker
1406     %%
1407     >I've unsubscribed our somewhat less than intelligent friend.
1408     >Ah, Internet for the masses. What a wonderful idea.
1409    
1410     Yeah, let's have an IQ test before you're allowed to buy a modem.
1411     %%
1412     On Sat, Jun 24, 2000 at 02:40:33PM +0200, Marc Lehmann wrote:
1413     > "Yury Yu. Rupasov" wrote:
1414     > > All my current benchmarks show that reiserfs works correctly on
1415     > > deleting.
1416     >
1417     > Just a sidenote: you don't test correctness with benchmarks :(
1418    
1419     Wrong. Yury does.
1420     :(
1421    
1422     --
1423     Stefan
1424     %%
1425     "Jeff V. Merkey" writes:
1426     > I will provide a tool that decodes and repairs NTFS volumes to those
1427     > folks who run into this problem, but our agreements with Microsoft do
1428     > not allow us to distribute it for any purpose other than to assist
1429     > Microsoft customers who have corrupted drives. Also, this tool is
1430     > dependent on the DDK being present to run as it has dependencies on the
1431     > DDK DLL's, so you'll need to install the DDK to use it.
1432    
1433     DDK == "Disk Death Kit"?
1434    
1435     Ian Soboroff ian@cs.umbc.edu
1436     %%
1437     [very instructional movie, if you get what I mean...]
1438     00:30-02:05 (13) ( -35) Kabel 1 Das Mädchen am Ende der Straße The
1439     Little Girl Who Lives Down The Lane Psychodrama - KAN/F/USA - 1976 -
1440     Regie: Nicolas Gessner * Die 13-jährige Rynn (Jodie Foster) lebt allein in
1441     einer alten Villa und hütet ein schreckliches Geheimnis.
1442     %%
1443     [Einsichten in die "Kommunikation"]
1444     > > > Ich beschreibe dir, was in dem Moment an Eindruecken durch meinen
1445     > > > Kopf geht - in dem Augenblick bin ich Besucher und sehe was
1446     > > > mir gefaellt oder nicht - das ist wie ein Schmierzettel. Die
1447     > > > Ausarbeitung der Ideen kommt danach im Gespraech. Du packst solche
1448     > > > Sachen anders an - das seh ich ein. Aber ich bin mit dieser
1449     > > > Art chaos bisher immer ans Ziel gekommen. Was ich mach will -
1450     > > > machen muss - ist Feedback generieren. Ich lass Versuchsballons
1451     > > > aufsteigen und schau zu, wie sie entweder fliegen oder abgeschossen
1452     > > > werden. Dann reagier ich auf das Ergebnis.
1453     %%
1454     [Mitch, als Erklärung dafür, weshalb er blindlings ein (kaputtes) ssh-rpm
1455     installiert hat, das er über rpmfind gefunden hat:]
1456     Doch, echt! Der Server war trusted, der sah' ja sowas von vertrauenswürdig
1457     aus!
1458     %%
1459     [IMHO one of the main reasons linux is nicer]
1460     http://www.cyberport.com/~tangent/ix/bsod-story.html
1461     %%
1462     [On the reality of random numbers]
1463     > /dev in a world with dynamic hardware, so why bother? We only need
1464     > to provide random numbers to fill in struct stat. (zero works)
1465     Alan Cox [as usual ;)]
1466     %%
1467     [Flame Warriors]
1468     http://www.winternet.com/~mikelr/flame1.html
1469     %%
1470     A programmer who hasn't been exposed to all four of the imperative,
1471     functional, objective, and logical programming styles has one or
1472     more conceptual blindspots. It's like knowing how to boil but not
1473     fry. Programming is not a skill one develops in five easy lessons.
1474    
1475     --tom
1476     %%
1477     To: bugs@gimp.org
1478     X-Mailer: AOL 5.0 for Windows sub 105
1479    
1480     Hi there, I recently downloaded your gimp toolkit. At first I was having
1481     problems until I read your download help tip. I understand I have to compile
1482     it so I tried using Borland C++ Compiler but it said the line length exceeds
1483     editor capacity. Is there any other compiler I can use that wouldn't rip a
1484     whole in my wallet. Thank you for your support.
1485     %%
1486     ["General Information About Using VBScript with Outlook"]
1487     VBScript is designed to be a secure programming environment. It
1488     lacks various commands that can be potentially damaging if used in
1489     a malicious manner. This added security is critical in enterprise
1490     solutions.
1491    
1492     http://support.microsoft.com/support/kb/articles/Q167/1/38.ASP
1493    
1494     [Despite this "added security", however, VBscript still can modify,
1495     rename, delete files, modify windows registry entries and send email in
1496     the background]
1497     %%
1498     [Phil Agre on the "ILOVEYOU" virus and Microsoft's reaction]
1499     Scott Culp of Microsoft Public Relations, excuse me, I mean Microsoft
1500     Security Response Center:
1501    
1502     This is a general issue, not a Microsoft issue. You can write a
1503     virus for any platform. (New York Times 5/5/00)
1504    
1505     [and later]
1506     Mr. Culp also says this (CNET 5/5/00):
1507    
1508     This is by-design behavior, not a security vulnerability.
1509    
1510     [Phil closes]
1511     Microsoft shouldn't be broken up. It should be shut down.
1512    
1513     [See also http://dlis.gseis.ucla.edu/people/pagre/rre.html]
1514     [and http://commons.somewhere.com/rre/2000/RRE.notes.and.recommenda6.html]
1515     %%
1516     [Bruce Schneier about the "ILOVEYOU" virus]
1517     Expect even worse in the future. Systems running either Microsoft Office
1518     2000 or Internet Explorer 5.0 can be infected with these sorts of viruses
1519     even if the recipient doesn't open the attachment. That's right; if the
1520     system is running Internet Explorer with the default settings, it is
1521     vulnerable. The problem is caused by a programming bug in an Internet
1522     Explorer ActiveX control. Thank you, Microsoft.
1523     %%
1524     >Reaching to Fallingbostel was extremely amusing though, germany is
1525     >splitted into two halfs, one that doesn't know Fallingbostel and one
1526     >that 'heard of this place but have no idea where it is' at some point I
1527     >was almost convinced that there is no such place :)
1528    
1529     [Trashey / Quasars]
1530     %%
1531     Tom Christiansen writes:
1532     > I'm writing perlrtfm. It explains search techniques, not quickfix
1533     > switches plugging bursting dykes by springing more leaks.
1534    
1535     Irony potential in
1536    
1537     man perlrtfm
1538    
1539     is left to the reader.
1540    
1541     Nat
1542     %%
1543     Do you plan to release support for on-the-fly file and directory compression
1544     and encryption as in NTFSv2?
1545    
1546     (Imagine a system that in order to run needs a diskette or CD-ROM disk with
1547     private key - protection never seen except in movies ;-)
1548     %%
1549     [Telekom-Techniker, bei einer ISDN-UK0-Messung!]
1550     Ich: Also, einen Layer-1-Connect bekomme ich...
1551     Telekomiker: Layer-1? Was ist das? Aber ich bekomme ja auch gar kein Freizeichen...
1552     %%
1553     "I love the way Microsoft follows standards. In much the
1554     same manner that fish follow migrating caribou."
1555     Paul Tomblin
1556     %%
1557     [recently on p5p]
1558     >I am morally
1559     >convinced that map() was written based on grep()
1560    
1561     Considering they use the same op function, I'd say that's a distinct
1562     possibility...
1563    
1564     Dan
1565     %%
1566     [after the "Welle Erdball" performance on the Mekka&Symposium 2000:]
1567     <jan> bine: du solltest da nicht hingucken, das ist nicht gut fürn kopf
1568     <Bordeaux> after listening to this crap, and hearing *zugabe zugabe* i finally have the proof that all german c64 sceners are gay :)
1569     <Mr> zugabe
1570     %%
1571     "Why upon hearing his arguments I changed my opinion 360 degrees."
1572     Recent comment on the floor of some state legislature
1573     %%
1574     DIVIDE EMPLOYEE-EARNINGS BY EMPLOYEE-HOURS GIVING EMPLOYEE-PAY-RATE
1575     [cobol, *sigh*]
1576     %%
1577     It is expected that the Multics system will be published when it is
1578     operating substantially and will therefore be available for implementation
1579     on any equipment with suitable characteristics. Such publication is
1580     desirable for two reasons: First, the system should withstand public
1581     scrutiny and criticism volunteered by interested readers; second, in an
1582     age of increasing complexity, it is an obligation to present and future
1583     system designers to make the inner operating system as lucid as possible
1584     so as to reveal the basic system issues.
1585    
1586     Corbat_ & Vyssotsky 1965
1587     %%
1588     "Rule #7: Silence is not acquiescence.
1589    
1590     "Contrary to what you may have heard, silence of those present is
1591     not necessarily consent, even the reluctant variety. They simply
1592     may sit in stunned silence and figure ways of sabotaging the plan
1593     after they regain their composure."
1594    
1595     -- Paul Rinaldo
1596     [see also http://people.qualcomm.com/karn/rinaldo.html]
1597     %%
1598     On Sat, Apr 01, 2000 at 12:09:59AM +1000, Chris wrote:
1599     >
1600     > In case you guys havn't noticed...
1601     >
1602     > http://slashdot.org reports that XFS is now released.
1603    
1604     Yes, and http://www.freshmeat.net reports:
1605    
1606     Error: Unable to connect to MySQL Server ().
1607    
1608     ;-}
1609    
1610     --
1611    
1612     ciao -
1613     Stefan
1614    
1615     %%
1616     > The 'hypervisor' is a new term to me.. Are you refering to the
1617     > Transmeta CPU and it's native mode? If I read you correctly
1618    
1619     No its what the S/390 VM is often called. Its a supervisor for supervisor
1620     mode programs so illogically enough its a hypervisor 8). The IBM mainframe
1621     guys thing this kind of set up is routine. Unix is met with
1622     'You mean you cant run a new kernel on test at the same time as the old
1623     one' type remarks.
1624     [Alan Cox]
1625     %%
1626     Godwin's Law
1627    
1628     As a Usenet discussion grows longer, the probability of a comparison
1629     involving Nazis or Hitler approaches one.
1630    
1631     [see also http://www.faqs.org/faqs/usenet/legends/godwin/]
1632     %%
1633     ["Stefan im IRC."]
1634    
1635     [01:53:07] <coda> anyone know how to get emacs to stop creating the file.name~ files?
1636     [01:53:24] <JanMan> alias emacs=vi
1637     [01:53:31] <coda> haha
1638     %%
1639     [remaining problems with OpenBIOS]
1640     Our SDRAM sizing and init code is not very good; we could use good code.
1641     The code we've been offered so far requires memory to work (oops!);
1642     requires a stack (oops!); or assumes a totally configured machine (oops!).
1643     %%
1644     [Alan Cox on wether special fs's should have require "//" in their path]
1645     > No :-) It's a feature. Some things are going REAL ugly without such things.
1646    
1647     Given //ipc or freebsd, I think I'd pick freebsd. Thats how ugly the idea
1648     is to me ok.
1649     %%
1650     "The code is self documenting." -- The Programmer.
1651    
1652     "I don't read C." -- The Tech Writer.
1653     %%
1654     [Stefan Sebolth, on the CeBIT, while listening to the original c64 "Giana Sisters" tune:]
1655     Haaach, da war die Welt halt noch in Ordnung!
1656     %%
1657     Remember, never ask a geek "why";
1658     just nod your head and back away slowly...
1659     %%
1660     The thought of implementing something like text and binary modes for
1661     files is a about a frightening for todays kernel developer's as a mouse
1662     to a women in a typical movie of the 50's ;-)
1663    
1664     Ralf
1665     %%
1666     It may be real, but it's icky. It's too traditional Unix ``I don't
1667     care if we lose 90% of our market base to NT if our competitor loses
1668     95% of THEIR market base!'' to be palatable.
1669    
1670     david parsons
1671     %%
1672     ["some time ago on p5p"]
1673     > ($host) = gethostbyname('localhost');
1674    
1675     >Sadly most UNIX boxes don't add a sane alias to their /etc/hosts file
1676     >so that trick is not portable.
1677    
1678     % grep localhost /etc/hosts
1679     127.0.0.1 localhost
1680    
1681     --tom
1682     %%
1683     ["some time ago on p5p"]
1684     On Mon, Feb 07, 2000 at 03:22:05PM -0700, Tom Christiansen wrote:
1685     > >But given that most slip drivers I have seen for OS/2 do not do this,
1686     > >the question is moot.
1687     >
1688     > I'll send you a free Unix system.
1689    
1690     Thanks, the doors in my house are well-balanced. ;-)
1691    
1692     Ilya
1693     %%
1694     [Elliott H Mitchell on the reiserfs list]
1695     > Me thinks if unwillingness to use tar over dump will stop you from
1696     > using a better filesystem there will be lots of other reasons that
1697     > will stop you from trying anything new too. So it is not really worth
1698     > trying.
1699    
1700     Yeah, if a filesystem randomly lost files and the authors had no plans to
1701     fix it, that would kind discourage one from using it...
1702     %%
1703     [Russel Coker on the reiserfs list]
1704     ... my old Thinkpad 380XD (Pentium-233 with 3.2G ide hard drive) running
1705     ReiserFS and exporting the file system over 10baseT Ethernet could
1706     outperform local hard drives on an AIX machine running JFS.
1707     %%
1708     [Peter Mattis, author of GIMP]
1709     I can't say anything about Rasterman because I've never looked at any of
1710     his code. My only comment about Raster is that he should learn to spell.
1711     %%
1712     [David Schwartz on linux-kernel]
1713     > ORBS does not do ANYTHING above try to send few LEGAL
1714     > strings to mailservers with LONG delays. So if you block ORBS you deserve
1715     > blocking :-)
1716    
1717     That's not the point. The point is that ORBS claims to be a list of
1718     validated open mail relays, and it's not. It's not supposed to be a list of
1719     people who deserve anything in particular. I'm sure if you talk to the
1720     people who have chosen to block ORBS, you will find that they have their
1721     reasons.
1722    
1723     DS
1724     %%
1725     [WDR, 19991216 Fernsehen mit Manuel]
1726     Es ist ein Fall bekannt, bei dem sich ein Patient über ein Jahr lang
1727     geweigert hatte, auf die Toilette zu gehen. Dann haben seine Verwandten
1728     und Ärzte ihn dazu überreden können, endlich die Toilette aufzusuchen. Er
1729     hat dabei auf einmal 37 Liter entleert.
1730    
1731     Danach lebte er noch ganz normal einige Jahre, bis er, wie in Amerika
1732     üblich, erschossen wurde.
1733     %%
1734     > - My Maxtor 27G drive ends up in PIO mode (non-SMP system, but likely
1735     [...]
1736     > Last time I reported this, I had a WDC31600, as hda, and the maxtor as
1737     [...]
1738    
1739     You committed a mortal sin in ATA............
1740     You never ever mix WD and Maxtor..........on day I will document why.
1741     Basically these two vendors have timings that are completely incompatable
1742     with each other on the same channel.
1743    
1744     IMHO, WD is crap..........however, you may split the two pieces of
1745     hardware and they will work fine under linux and all other OS's.
1746    
1747     This rule of "never ever mix WD and Maxtor" is OS independent.
1748     %%
1749     [ALF2-Benutzerhandbuch]
1750     "Nur eine tote Festplatte ist eine sichere Festplatte."
1751     %%
1752     Physicists write FORTRAN in any language.
1753     %%
1754     [OpenBOOT 3.10.6 response to pressing "Ctrl-Alt-Del":]
1755     ANY word at all is a candidate.
1756     USE words to see the entire dictionary.
1757     ok
1758     %%
1759     [SDF for POD Users]
1760     ... Beauty is in the eye of the beholder - even Lisp has it's fans. :-)
1761     %%
1762     <Xach> schmorp: i haven't been doing any gimpy things lately
1763     <schmorp> xach: well, who is doing gimpy things lately :(
1764     <Xach> schmorp: Mitch
1765     <schmorp> xach: ok.
1766     <Xach> schmorp: you are not keeping pace with the other germans
1767     <Xach> schmorp: you must work more diligently! FOCUS!! DON'T TALK!!
1768     <Xach> burrito, focus
1769     <Burrito> FOCUS you BABOON!
1770     %%
1771     [Paul Miller]
1772     ... I find Knuth's attitude to be far more logical: "Be careful about
1773     using the following code -- I've only proven that it works, I haven't
1774     tested it." ...
1775     %%
1776     Intel Inside -- Idiot Outside!
1777     %%
1778     Newsgroups: comp.lang.forth
1779    
1780     Bart Lateur wrote in message <383a4712.942513@news.skynet.be>...
1781     >Petrus Prawirodidjojo wrote:
1782     >
1783     >>So we must compete with Windows CE.
1784     >
1785     >"Please wait while your Toaster shuts down."
1786     >
1787     >"My microwave oven hangs, I have to reboot."
1788     >
1789     >No thank you. :-) I don't think Microsoft somehow can "automatically" be
1790     >the most obvious choice as a supplier of system software for embedded
1791     >systems.
1792    
1793    
1794     Quite so. Windows CE is rapidly losing what small market share they once
1795     had.
1796    
1797     --
1798     Neal Bridges
1799     %%
1800     On 27 Nov 1999, sanjay Kumar wrote:
1801    
1802     > Hi folks,
1803     > i got some problem in using linux.When segmentation fault happens four five times continously OS is not working properly,insted of I remove the core dump and core dump bug ,Why?
1804     > please reply to
1805     > sanjay_rect@rediffmail.com
1806     > and sigma_btl@vsnl.com
1807    
1808     Parse error.
1809    
1810     ---
1811     Alex
1812     %%
1813     From: Richard Earnshaw <rearnsha@arm.com>
1814    
1815     > Why do we really need to support compiling with -ansi when
1816     > including a non-ANSI header file in a C program?
1817    
1818     Because some vendors wouldn't recognize a C standard it if hit them. The
1819     amount of code that purports to be ANSI C code, but is in fact nothing of
1820     the sort, has to be seen to be believed.
1821    
1822     That doesn't mean that I don't want *my* program to be clean ANSI C.
1823     %%
1824     [one of the few good us movies]
1825     Talk Radio Mediendrama - USA - 1988 - Regie: Oliver Stone * Sein Zynismus wird dem Radiomoderator Barry zum Verhängnis.
1826     %%
1827     [guess the language AND the language revision ;)]
1828     ii = 44;
1829     p = &ii;
1830     *p = ii/*p;
1831     ii++; /* Don't forget to increment ii. */
1832     printf ( "ii = %d\n", *p );
1833     %%
1834     > But many systems set the RTC while running Win*ooze. That will affect
1835     > Linux time then.
1836    
1837     Here is another microsoft Innovation (TM):
1838    
1839     They now allow you to run your BIOS-clock in UTC! (Just like
1840     Linux. Woops. Just gave it away...)
1841    
1842     Roger.
1843     %%
1844     <Tommer> schmorp, for the next trick, do <frameset> <frame src=dataurl:> <frame src=dataurl:> </frameset> :)
1845     %%
1846     auto accident;
1847     register voters;
1848     static electricity;
1849     struct by_lightning;
1850     void *where_prohibited;
1851     char broiled;
1852     short circuit;
1853     short changed;
1854     long johns;
1855     unsigned long letter;
1856     double entendre;
1857     double trouble;
1858     union organizer;
1859     float valve;
1860     short pants;
1861     union station;
1862     void check; unsigned check;
1863     struct dumb by[sizeof member];
1864     %%
1865     [I like TV Movie's nexTView comments]
1866     22:40-00:05 (21) ( -34) ARD Mord auf hoher See Inflammable Thriller - USA
1867     - 1995 - Regie: Peter Werner * Stephen King
1868     verhunzt als Regisseur sein Buch im großen Stil.
1869     %%
1870     Carmen Lucia Tancredo Borges wrote:
1871    
1872     I have a program written in Fortran that runs on an IBM RS/6000
1873     worstation.
1874     %%
1875     I wrote
1876     > I hope not. chomp() should match the string in $?, no more or less.
1877     $/
1878    
1879     Damn shift key.
1880    
1881    
1882     Mike Guy
1883     %%
1884     [rfc2635]
1885     The term "spam" as it is used to denote mass unsolicited mailings or
1886     netnews postings is derived from a Monty Python sketch set in a
1887     movie/tv studio cafeteria. During that sketch, the word "spam" takes
1888     over each item offered on the menu until the entire dialogue consists
1889     of nothing but "spam spam spam spam spam spam and spam." This so
1890     closely resembles what happens when mass unsolicited mail and posts
1891     take over mailing lists and netnews groups that the term has been
1892     pushed into common usage in the Internet community.
1893     %%
1894     [CRYPTO-GRAM, November 15, 1999]
1895    
1896     The Doghouse: Microsoft Windows CE
1897    
1898     Microsoft encrypts your Windows NT password when stored on a Windows CE
1899     device. But if you look carefully at their encryption algorithm, they
1900     simply XOR the password with "susageP", Pegasus spelled backwards. Pegasus
1901     is the code name of Windows CE. This is so pathetic it's staggering.
1902    
1903     http://www.cegadgets.com/artsusageP.htm
1904     %%
1905     : Isn't the point that (void)'grep EXPR, LIST' is now better written as
1906     : 'EXPR for LIST'? Or am I misunderstanding your point here?
1907    
1908     It really doesn't bother me if people want to use grep or map in a void
1909     context. It didn't bother me before there was a for modifier, and
1910     now that there is one, it still doesn't bother me. I'm just not very
1911     easy to bother.
1912    
1913     The argument against using an operator for other than its primary
1914     purpose strikes me the same as the old argument that you shouldn't have
1915     sex for other than procreational purposes. Sometimes side effects
1916     are more enjoyable than the originally intended effect.
1917    
1918     That being said, I'd never grep someone in a void context myself.
1919    
1920     Larry
1921     %%
1922     [that one's only for insiders...]
1923     > : BASE @ . \ = 10, verified original base was restored
1924     Yeah. :-)
1925     %%
1926     [comp.lang.forth]
1927     > Old Antactic Explorers Penguin Recipe:
1928     [...]
1929     > Start fire under pot, raise seawater to boiling point.
1930    
1931     Since it is very difficult to find wood on Antarctica, typically
1932     penguins are used to light the fire (due to their fat, they burn well).
1933     I also woudln't use any water, the penguins are fried fine in their own
1934     fat (you can use old fat to heat up the pot for another penguin).
1935    
1936     Note that most people in Antarctica have been seal-slayers and
1937     whale-killers, so they were rough people. Usually, they didn't bother
1938     with killing the penguins before setting them on fire. I'm glad this
1939     receipts aren't used anymore.
1940     %%
1941     Sie muessen einen PC nicht einschalten um herauszufinden ob Windows
1942     installiert ist. Sehen Sie einfach nach, ob die Aufschrift auf der
1943     Reset-Taste noch lesbar ist.
1944     %%
1945     > Erinnert mich an den Kerl bei mir in der Videothek. Hab mir DHY ausgeliehen
1946     > und er sagt doch zu mir: "Ist aber mit Untertiteln." Sag ich: "Na prima!"
1947     > Fragt er: "Wieso, was ist denn daran so interessant, wenn man nichts
1948     > versteht?"
1949     %%
1950     [de.alt.anime]
1951     Bei meiner Videothek fliegt ein "Ghost in the Shell" Tape
1952     "Ab18" rum. Das machte mich irgendwie stutzig weil auf
1953     der Schachtel meiner 16er zwei Szenenfotos sind, die im
1954     Film gar nicht vorkommen (ironischer Weise direkt über
1955     dem "Uncut & Unzesored" Schildchen). Andererseits ist
1956     mir völlig schleierhaft, was es bei dem Filmchen zu zensieren
1957     geben soll. Nur die oben beschriebene Feststellung hat diese
1958     Frage erneut aufgeworfen.
1959     ji!
1960     %%
1961     I do worry about syntactic clutter, ever since my daughter came
1962     in, looked over my shoulder, and said, "What is that, swearing?"
1963     [Larry Wall]
1964     %%
1965     Der letzte untergegangene altisraelitische Stamm war der der
1966     Altpreussen.
1967     - Norbert Marzahn am 15.8.98 in
1968     de.soc.politik.deutschland
1969     %%
1970     > > Aber die Theorien, die Norbert aufstellt, ueber zum Beispiel die
1971     > > gegossenen Steinformen, die sich hochdruecken, den fuerchterlichen
1972     > > Kometen, der im vergangenen August die Erde zerstoert hat und solche
1973     > > Sachen find ich wirklich Klasse ;-)
1974     >
1975     > Jau. Und erstmal seine Erklärungsversuche, wenn's mal wieder nichts
1976     > geworden ist (wo bleibt eigentlich der Planet X, der während der
1977     > Syonnenfinsternis auftauchen sollte?)...
1978    
1979     Drei Tage Dunkelheit und viele Trümmerteile sollte er bringen, gell,
1980     Norbert?
1981     %%
1982     Marzahnismen: http://www.snafu.de/~dbrueg/normarz.html
1983     Norbert Marzahn sagt: Ich besitze die Mittel, um
1984     "Rechts"- und "Links"-Radikalismus auszuloeschen.
1985     %%
1986     http://welcome.to/levitenbuero/
1987     %%
1988     <Xach> babelfish.pitney.org: "We may not get it right, but boy are we fast!"
1989     %%
1990     Subject: GNU compiler
1991     From: "Steve"
1992     Date: Thu, 16 Sep 1999 19:05:03 -0400
1993     To: <gcc@gcc.gnu.org>
1994     X-Mailer: Microsoft Outlook Express 4.72.3155.0
1995    
1996     [the following was a single line, of course]
1997     I downloaded the compiler and am trying to install it and the
1998     instructions seem to be very complicated. Can you help me understand
1999     how to install them? There is no setup file and I have downloaded from
2000     several sites in the thought that I might have the wrong version. Your
2001     assistance would be greatly appreciated
2002    
2003     Thanks,
2004    
2005     Steve
2006     %%
2007     [an "I am doing high end graphic design" type of person:]
2008     > Also, could someone tell me how to calculate DPI of an image? I have not
2009     > managed to figure this DPI system out, for example, if an image is a
2010     > 100?50 pixels, what's the DPI??
2011     %%
2012     <tigert> xachbot, op
2013     <XachBot> tigert: I have an 88 magnum. It shoots through schools.
2014     <tigert> ahem
2015     %%
2016     <tc> xachbot, acro FOOBAR
2017     -XachBot:#gimp- FOOBAR: FTP Operation Over Big Address Records | See FUBAR [Net jargon] (cached)
2018     <tc> just when you thought you had something to baffle xachbot
2019     %%
2020     [the release of perl 5.000]
2021     Date: Mon, 17 Oct 94 16:48:04 -0700
2022     From: Larry Wall <lwall@scalpel.netlabs.com>
2023     Subject: It's soup.
2024    
2025     Okay, it's there.
2026    
2027     ftp://ftp.netlabs.com/pub/outgoing/perl5.0/perl5.000.tar.gz
2028    
2029     The first one who tells me about a bug in it gets shot.
2030    
2031     Larry
2032     %%
2033     l33+ h4X0rz
2034     %%
2035     # A random text generator using Markov chains
2036     perl -e 'while(<>){$f.= $_}@l=split(/\s+/, $f);for($i=0;$i<@l-1;$i++){$W{$l[$i]
2037     }.=" ".$l[$i+1];}sub a{$w=$l[1]}&a;sub b{print "\n"}while($w){if(!($W{$w})){&b;
2038     &b;&a;last if ($q++>3);}print"$w ";@p=split(/ /,$W{$w});$c=@p;until($s=int(rand
2039     ($c))){1}$w=$p[$s]}&b' big_text_file
2040     %%
2041     > && d'oh! i knew that! can she allow her lusers to use deja? here is the url
2042     > && for the post with the whole description of how i used -P
2043     >
2044     > Well, access to deja isn't forbidden, but access to the keyboard is.
2045     > And there's no mouse.
2046     >
2047     > Abigail
2048    
2049     Wow. Someone else who reads usenet by osmosis... cool.
2050    
2051     Matt.
2052     %%
2053     Ok, our threads aren't so bad. Python's have one big
2054     giant global interpreter lock. :-)
2055    
2056     - --tom
2057     %%
2058     From: Linus Torvalds <torvalds@transmeta.com>
2059     Date: Fri, 6 Aug 1999 11:42:19 -0700 (PDT)
2060    
2061     On Fri, 6 Aug 1999, Hubert Mantel wrote:
2062     >
2063     > So the huge ISDN update in proposed-2.2.11 will be removed from the final
2064     > 2.2.11 release?
2065    
2066     [ Irritated mode: FULL BLAST ]
2067    
2068     Are you being stupid on purpose, or were you born that way?
2069    
2070     Go back and read the thread. Read why I'm irritated. READ. THINK.
2071     %%
2072     Understanding is a three edged sword. Do you *want* to get the point?
2073     %%
2074     ["MVS uses quite heavy algorithms for swapping"]
2075     On Mon, Aug 02, 1999 at 07:55:32PM +0200, Lieven Marchand wrote:
2076     > Last time I looked at it, it got to the point they had moved some
2077     > ASSISTs into microcode. IIRC, some manipulations of the process
2078     > block. I doubt Intel/Sun/MIPS/IBM is going to accomodate Linux quite
2079     > that much ;-)
2080    
2081     IBM is really really good on process technology. They have had to be.
2082     %%
2083     MVS spends a lot of time running OS algorithms to allow full
2084     preemption that Linux wastes on running user applications.
2085     %%
2086     [comments on the gcc-2.95 release]
2087     <QUOTE>
2088     I'm having problems compiling it for HP-UX 10.20. Any ideas?
2089    
2090     (I haven't actually finished downloading it yet, but I just know I'm
2091     gonna have problems with this crappy OS ;-)
2092     </QUOTE>
2093     %%
2094     The Internet interprets Windows as damage,
2095     and routes around it.
2096    
2097     Roger Larsson
2098     Skellefteå
2099     %%
2100     [configuring gcc]
2101     Noone should use --prefix=/usr without --with-local-prefix=/usr/local
2102     %%
2103     'You can solve any programming problem with another level of indirection,
2104     except the problem of too many levels of indirection.'
2105     %%
2106     [http://www.itknowledge.com/tpj/issues/vol4_1/tpj0401-0015.html]
2107    
2108     Z-code interpreters have also been written in Java; unfortunately, when it
2109     comes to cross-platform compatibility, Java's user-interface classes are
2110     finicky and unstable--just ask anyone who's tried to reason with the AWT
2111     on different JVMs.
2112    
2113     [and later]
2114    
2115     Pilfer is a practical implementation of two of the cardinal rules of
2116     adventure gaming:
2117    
2118     1.Anything that is not nailed down is mine.
2119     2.Anything that I can pry loose is not nailed down.
2120     %%
2121     [the ||-operator can be thought of as "or", && can be thought of as
2122     "and", but how would you call the ??-operator?]
2123    
2124     >>>>> "NK" == Nathan Kurz <nate@valleytel.net> writes:
2125    
2126     NK> ?? -> huh?
2127    
2128     That's a great name. The huh? operator.
2129    
2130     <chaim>
2131     %%
2132     `One of the reasons we continue to use Fortran is that it's easier to fix
2133     code written without attention to such details in Fortran than in other
2134     languages. To put it another way, Fortran is the only language where
2135     people who barely get by with their numerical skills can "write useful
2136     numerical code." Many times those people are the only experts in their
2137     specialty available to put a needed procedure into practice.'
2138     %%
2139     [Moderator der Sending "Teatime" auf "Radio Okerwelle", 1999-07-12]
2140     Ich muß schließlich hören was ich sage, damit ich weiß, was ich denke.
2141     %%
2142     [Dr. Dobbs #8, 1999, describing how you can AVOID downloading or executing
2143     Java applets, scripts and ActiveX controls while _parsing_(!) an html
2144     page]
2145     ... you must utilize IOleControl::OnAmbientPropertyChange with the
2146     value DISPID_AMBIENT_DLCONTROL. Before you can do this, however, you
2147     must call IOleObject::SetClientSite so that IOleControl will work
2148     properly. This is the reason you derive from IOleClientSite, even
2149     though you don't extend its functionality in any way. After the call to
2150     OnAmbientPropertyChange, IE4 will call your Invoke method to check the
2151     value of DISPID_AMBIENT_DLCONTROL. Invoke simply sets the correct bits to
2152     disable the behaviour you don't want and returns NOERROR.
2153     [Still interested in knowing how you can disable the "file not found"
2154     dialog box that will pop up when you try to parse a non-accessible file?]
2155     %%
2156     [Linus, whom I quote rarely ;-]
2157     Message passing as the fundamental operation of the OS is just an
2158     excercise in computer science masturbation. It may feel good, but you
2159     don't actually get anything DONE.
2160     %%
2161     Advantages of Windows NT over Linux:
2162     * It's easier to explain the crash was not your fault.
2163     * You've to remember only one solution all to your problems: Reboot.
2164     * You can use your mouse to type an email-message.
2165     %%
2166     > 1) On the PIII, there is the capability to get a system unique serial
2167     > number from the CPU. Does Linux read this data already? Is there plans to
2168     > read the serial number and then disable the capability (maybe so you could
2169     > get the serial number from the OS)?
2170    
2171     Current Linux disables it and doesn't save the value.
2172     %%
2173     [CRYPTO-GRAM 1999-06-15]
2174     "Microsoft set the security state-of-the-art back 25 years with DOS, and
2175     they have continued that legacy to this day."
2176     %%
2177     [From "The Elements Of Style: UNIX As Literature", by Thomas Scoville]
2178     "In a world increasingly dominated by image culture (TV, movies, .jpg
2179     files), UNIX remains rooted in the culture of the word."
2180     %%
2181     > If it is clearly documented that will not happen.
2182    
2183     Yeah, sure. Unfortunately, if the "correct" treatment of this feature
2184     means to change a dozen source files (and rth's comments make me fear
2185     that that's the case), the chance that someone, somewhere forgets to say
2186     exactly why these changes were necessary (and on what other changes in
2187     other files they depend) is far larger than I want to consider. We've
2188     seen this before. Lucky we are that some long time gcc-hackers are
2189     still among us, who might remark: Oh yes, that's undefined by the C
2190     Standard, but it happens to be an extension gcc supports ... Seen that,
2191     got the T-shirt.
2192     %%
2193     Subject: Re: Linux and aliasing?
2194     From: Joe Buck <jbuck@Synopsys.COM>
2195     Date: Fri, 4 Jun 99 10:00:16 PDT
2196     To: torvalds@transmeta.com (Linus Torvalds)
2197     Cc: craig@jcb-sc.com, jbuck@Synopsys.COM, mark@codesourcery.com,
2198     davem@redhat.com, chip@perlsupport.com, egcs@egcs.cygnus.com
2199     X-Mailer: ELM [version 2.3 PL11]
2200    
2201     Linus writes, to Craig:
2202    
2203     > I haven't maintained a compiler long-term. I _have_ maintained a larger,
2204     > and arguably mode complex system with many more degrees of freedom and
2205     > thus choices than gcc.
2206    
2207     No, gcc is substantially larger than the Linux kernel (on the order of 10x
2208     larger, as anyone can easily verify). gcc does not need to deal with race
2209     conditions, so in that sense it is simpler, but in other respects it is
2210     far more complex than the kernel.
2211    
2212     [NOTE for the reader: this is not really true, as the device drivers
2213     bomb the comparison away, but the complexity argument still holds]
2214    
2215     [ personal insults deleted, perhaps the author is in need of a vacation ]
2216     %%
2217     Subject: Re: Linux and aliasing?
2218     From: craig@jcb-sc.com
2219     To: torvalds@transmeta.com
2220    
2221     >I want the _user_ to be able to give input.
2222     [...]
2223     >I happen to think that the "explicit cast invalidates the alias
2224     >information" rule is the simplest and best one, and gives the user the
2225     >best control without adding things like new attributes or other ways to
2226     >let the user be in control.
2227    
2228     In other words, you believe you are a better language designer than
2229     the ISO C people as well as the gcc maintainers, despite the fact
2230     that you know, what, *nothing* about language design, and *nothing*
2231     about compiler design and, especially, long-term maintenance of
2232     compilers?
2233     %%
2234     Subject: Re: Linux and aliasing?
2235     From: Joe Buck <jbuck@Synopsys.COM>
2236    
2237     Linus writes:
2238     > Oh, you don't expect me to complain about bad code generation when I know
2239     > gcc could do better?
2240    
2241     Oh, don't worry, we expect you to complain, and in a rude and insulting
2242     matter at that. We're used to it. It seems that you were a nicer guy
2243     before you had so many worshippers.
2244     %%
2245     Subject: Re: Linux and aliasing?
2246     From: Branko Cibej <branko.cibej@hermes.si>
2247     Date: Fri, 04 Jun 1999 10:07:09 +0200
2248     To: egcs@egcs.cygnus.com
2249     X-Mailer: Mozilla 4.6 [en] (WinNT; I)
2250    
2251     Linus Torvalds wrote:
2252    
2253     > I think it's a damn shame that instead of technical arguments _everything_
2254     > revolves around people reading the standard as if it was the bible, and
2255     > trying to make people feel guilty for not really caring. It's not a sin to
2256     > just want to get good code without having to do magic contortions, guys.
2257    
2258     Why, Linus, it's trivial to do! Use MSVC instead of egcs, then you can do
2259    
2260     #pragma optimize("a", on/off)
2261    
2262     around every single statement, if you like. It even supports anonymous unions
2263     _and_ structs, and is only slightly influenced by the ISO C standard.
2264    
2265     They'll even sell you a version that can generate code for the alpha!
2266    
2267     >:->
2268    
2269     Brane
2270    
2271    
2272     P.S.: Just for the record: I, a "real user" and (imnsho) a "clever programmer"
2273     who "know what I'm doing", at least most of the time, and who do not "read the
2274     standard as if it were a bible", vote for having a standard-conforming
2275     compiler that's not bloated by a ton of marginally useful (or even useless)
2276     features. If I want featuritis, I know where I can get it.
2277    
2278    
2279     P.P.S: They can't even spell "optimise" ...
2280     %%
2281     You can have it Soon, Cheap, and Working; choose *two*
2282     %%
2283     "Scientific" studies have found that a 2.2.x Linux router with
2284     fast-switching enabled, using Tulip 100baseT cards, can melt a
2285     high-end Cisco's 100baseT interfaces.
2286     %%
2287     1) Thread switching is faster than process switching by a little bit on Linux
2288     2) Process switching on linux is faster than thread switching on NT
2289     3) Almost anything is faster than process switching on NT
2290     %%
2291     [gimp-developers, on the use of keyboard modifiers for drawing tools]
2292    
2293     > Simple. Powerful. Fast. Choose at most two.
2294    
2295     Perhaps this should be an option in the preferences dialog? :)
2296     %%
2297     [perl is cryptic??]
2298     Subject: @{$${->{{{{~{}~{{{NO CARRIER
2299     From: Jarkko Hietaniemi <jhi@iki.fi>
2300     Date: Mon, 24 May 1999 21:55:37 +0300 (EET DST)
2301    
2302     We have still a long way to go-- from the zsh-workers mailing list:
2303    
2304     : Just thought of a trivial way to take a lot of grief out of parameter
2305     : substitution. This patch makes the following valid:
2306     :
2307     : ${${${${(f)"$(typeset)"}:#*local *\=*}%%\=*}##* }
2308     :
2309     : replacing the equivalent but grotesquer
2310     :
2311     : "${(@)${(@)${(@)${(@f)$(typeset)}:#*local *\=*}%%\=*}##* }"
2312     %%
2313     Long noun chains don't automatically imply security. - Bruce Schneier
2314     %%
2315     > |> Spoken as a true C programmer. However you are wrong. Case-preserving, but
2316     > |> insensitive, is the CORRECT way for file systems. Capitalization should not
2317     > |> matter for interpretation of a file name just as it doesn't matter for
2318     > |> interpreting words in any human language.
2319     >
2320     > This is wrong. In German, there is a big difference between "paar" und
2321     > "Paar" (the first meaning "a few", the second "pair").
2322    
2323     The classic example:
2324    
2325     "Ich habe liebe Genossen in Moskau" - I've got dead comreds in Moscow.
2326     "Ich habe Liebe genossen in Moskau" - I enjoyed love in Moscow.
2327     %%
2328     [do we need oo-style IO::File class in perl?]
2329     >_You_ aren't gonna code "use IO::File".
2330    
2331     And there's no reason for anyone else to, either, especially
2332     once Nick finishes the Larry-blessed autovivification of
2333     lvaluabled undefs in open(), socket(), etc.
2334    
2335     What's next, a String class for Perl?
2336    
2337     --tom
2338     %%
2339     [some example of the kind of mail I sometimes receive:]
2340     i was just trying to help u out not hurt you in anyway ok i have the fbi
2341     working on something for me
2342     u havent done anything to me ok and the sherriffs department came by to talk
2343     to me nutting concerning y ok
2344     piece
2345     russ
2346     %%
2347     [From "Basic Information about Unix", common commands:]
2348    
2349     pico (text editor for beginners)
2350     vi (text editor for advanced users)
2351     emacs (text editor for advanced users)
2352     ed (text editor for beginners)
2353     %%
2354     There is no reason in principle that a Perl script shouldn't start with
2355    
2356     use Python;
2357    
2358     and appear to work exactly like Python from there to the end of the file.
2359     Except maybe faster. :-)
2360    
2361     Larry
2362     %%
2363     > Perl6 gives us an opportunity to re-examine every feature at a microscopic level.
2364    
2365     just what I'm afraid of... I thought this was to be Perl6, not Perl
2366     2010.
2367    
2368     (Perl 2010: The Spaced Oddity?)
2369     %%
2370     The X.25 specification is not a particularly easy document to
2371     read. Contrary to expectations, it does not make great use of diagrams
2372     and tables that help to explain the workings of the protocols that
2373     it contains. Instead the document makes use of many ambiguous English
2374     descriptions of the actions that should take place, allied with a complete
2375     lack of fluency in its prose descriptions, make for a very confusing
2376     document. It is a wonder that any correct X.25 implementations have ever
2377     been created.
2378     %%
2379     > Joe: (walking into McDonalds) Hi, I'd like a Big Mac.
2380     >
2381     > Cashier: Okay, here's your Big Mac and here's your Coke. That'll be
2382     > $3.99.
2383     >
2384     > Joe: Uh, I don't want a Coke.
2385     >
2386     > Cashier: Sorry, they're bundled.
2387     >
2388     > Joe: What? I'm not paying for a Coke!
2389     >
2390     > Cashier: You don't; the Coke is free.
2391     >
2392     > Joe: But wasn't a Big Mac $2.49 last week?
2393     >
2394     > Cashier: Sure, but this latest Big Mac is far more innovative. It's
2395     > got integrated Coke!
2396     >
2397     > Joe: I already bought a Snapple across the street... I'm not going
2398     > to drink the Coke.
2399     >
2400     > Cashier: Then you can't have the burger.
2401     >
2402     > Joe: Okay, fine, I will pay the $3.99 and throw the Coke away.
2403     >
2404     > Cashier: Oh, you can't do that. They're seamlessly integrated. Totally
2405     > inseparable.
2406     >
2407     > Joe: How can that be? They're two totally separate things!
2408     >
2409     > Cashier: No, watch. (takes Big Mac, dunks it in a tank of Coke) See?
2410     >
2411     > Joe: Why did you just do that?!
2412     >
2413     > Cashier: It's a benefit to the consumer. Otherwise you'd end up with
2414     > two different, inconsistent tastes. This way you're assured of a
2415     > continuous taste across all your foods.
2416     %%
2417     Threads are like salt. I like salt, you like salt, we all
2418     like salt, but we eat more pasta than salt.
2419     %%
2420     From: Nathan Torkington <gnat@frii.com>
2421    
2422     Don't be bitten by Perl, get crushed by Python.
2423     Python: Perl for the punctuation-phobic.
2424     It takes 4 days for a python to digest a hamster, but only 2 days
2425     for you to digest this book.
2426     Python: it's really better but nobody uses it.
2427     Python: just for the whitespace of it.
2428     Join The Trickle
2429     Python: more popular than Dylan!
2430     Python: not written by crackheads in a gutter!
2431     Are you uptight? Try our new Python Hangups series.
2432     %%
2433     Well Microsoft announced this new language called COOL which I can
2434     honestly say that I have seen NO CRAPPY CODE written in. OTOH it appears
2435     that to achieve this miraculous status by the simple technique of being
2436     complete and utter vapourware.
2437    
2438     Microsoft, taking the Business out of COBOL.
2439     %%
2440     [From "Programming Perl"]
2441    
2442     We will encourage you to develop the three great virtues of a
2443     programmer: laziness, impatience and hubris
2444     %%
2445     [Alexander Stepanov, creator of the STL]:
2446    
2447     Yes. STL is not object oriented. I think that object orientedness is
2448     almost as much of a hoax as Artificial Intelligence. I have yet to
2449     see an interesting piece of code that comes from these OO people. In
2450     a sense, I am unfair to AI: I learned a lot of stuff from the MIT AI
2451     Lab crowd, they have done some really fundamental work: Bill Gosper's
2452     Hakmem is one of the best things for a programmer to read. AI might
2453     not have had a serious foundation, but it produced Gosper and Stallman
2454     (Emacs), Moses (Macsyma) and Sussman (Scheme, together with Guy Steele). I
2455     find OOP technically unsound. It attempts to decompose the world in
2456     terms of interfaces that vary on a single type. To deal with the real
2457     problems you need multisorted algebras - families of interfaces that
2458     span multiple types. I find OOP philosophically unsound. It claims that
2459     everything is an object. Even if it is true it is not very interesting -
2460     saying that everything is an object is saying nothing at all. I find OOP
2461     methodologically wrong. It starts with classes. It is as if mathematicians
2462     would start with axioms. You do not start with axioms - you start with
2463     proofs. Only when you have found a bunch of related proofs, can you
2464     come up with axioms. You end with axioms. The same thing is true in
2465     programming: you have to start with interesting algorithms. Only when you
2466     understand them well, can you come up with an interface that will let them
2467     work.
2468     [...]
2469     You can't write a generic max() in Java that takes two arguments of some
2470     type and has a return value of that same type. Inheritance and interfaces
2471     don't help. And if they cannot implement max or swap or linear search,
2472     what chances do they have to implement really complex stuff? These are my
2473     litmus tests: if a language allows me to implement max and swap and linear
2474     search generically - then it has some potential.
2475     [...] Java is clearly an example of a money oriented programming (MOP).
2476     It might be successful - after all, MS DOS was - and it might be a
2477     profitable thing for all your readers to learn Java, but it has no
2478     intellectual value whatsoever.
2479    
2480     [Later, on OMG protocols like CORBA]
2481     I am old enough to remember all the networking standards that were coming
2482     out in the seventies. Who remembers them now?
2483     %%
2484     [Stiftung Warentest "test", WDR 19990419:]
2485     "Schlechtes muß nicht billig sein..."
2486     %%
2487     [/bin/false on solaris]
2488     #!/usr/bin/sh
2489     # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
2490     # All Rights Reserved
2491    
2492     # THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
2493     # The copyright notice above does not evidence any
2494     # actual or intended publication of such source code.
2495    
2496     #ident "@(#)false.sh 1.6 93/01/11 SMI" /* SVr4.0 1.3 */
2497     [obvious invocation of exit snipped to avoid lawsuit. Yup, *1* line.]
2498     %%
2499     <Aspirin> but ee uses imlib, and imlib is documented to take 4.7 days to start up on a 486 by Alan Cox.
2500     %%
2501     When a tar built for SunOS runs under Solaris, it's incapable of opening
2502     or creating files with "lib/locale" in the path. It replaces that part of
2503     the path with "lib/oldlocale".
2504     %%
2505     [Bruce Schneier in CRYPTO-GRAM, 19990315]
2506    
2507     "Microsoft prefers to treat security holes as a public relations problem,
2508     rather than fixing the actual problem."
2509    
2510     [further down: the official answer from Microsoft about a problem where
2511     just viewing a website would invisibly run unrestricted code on your
2512     machine]
2513    
2514     "Microsoft appreciates your input regarding this issue, however in lieu
2515     of modern technology being what it is, we all need to be personally
2516     responsible for knowing what we are downloading off the internet."
2517    
2518     [see http://www.panix.com/~dfoster/sec/chrono.html]
2519     %%
2520     [Steve Funston wrote to me, after I unsubscribed him from gimp-perl for
2521     spamming:]
2522    
2523     >fuck you ass hole duh you are just a big fucker
2524     >>
2525     >>An error was generated by your request to our servers:
2526     >>------------------------------------------------------
2527     >>
2528     >>Your Email: bfunston@mich.com
2529     >>
2530     >>ERROR: You are not a member of this list.
2531    
2532     [and later, misquoting my name:]
2533     >mark is not only a big fat liar but he is an ass hole.
2534     %%
2535     [How much of the microsoft shares does Bill Gates hold?]
2536     He has 19.8%. Paul Allen has 5.5%. Steve Ballmer has 4.7%.
2537     %%
2538     > And what's wrong with being named Peter?
2539     If linus was peter, Linux would be called penix? (just guessing) ;)
2540     %%
2541     According to Microsoft KnowledgeBase article Q216641, Microsoft Windows
2542     95/98 are limited to an uptime of *exactly* 49.7 days.
2543    
2544     --found by Vincent Janelle (Random)
2545     %%
2546     > Leave that to RMS.
2547    
2548     If you had just sat through the horrific panel with Larry,
2549     RMS, Richard, and Linus, you would want to leave a whole lot
2550     else to RMS -- like a couple of megatons of the manure that
2551     he's full of.
2552    
2553     Support BSD/Linux.
2554    
2555     --tom
2556     %%
2557     "The FSF is a cult -- don't support them." --Rob Pike
2558     %%
2559     We are Linux. Resistance is an indication that you missed the point.
2560     %%
2561     > Perhaps the cracker himself (itself? ;) isn't bright enough to delete shell
2562     > history, but his shrink-wrapped cracking tools might be a lot brighter...
2563    
2564     Some of them are. A surprising number aren't. A personal favorite of
2565     mine was the log from a cracker who couldn't figure out how to untar
2566     and install the trojan package he'd ftped onto the machine. he tried a
2567     few times, and then eventually gave up and logged out.
2568     %%
2569     [on channel #gimp]
2570    
2571     [msg(Xachbot)] insult me
2572     [XachBot(xachbot@home.xach.com)] schmorp: David Miller would never approve of that.
2573     %%
2574     [the creation]
2575     http://www.toodarkpark.org/caffeine-cgi-bin/textfile/net-hx.txt
2576     %%
2577     THE LESSER-KNOWN PROGRAMMING LANGUAGES #12: LITHP
2578    
2579     This otherwise unremarkable language is distinguished by the absence of
2580     an "S" in its character set; users must substitute "TH". LITHP is said
2581     to be useful in protheththing lithtth.
2582     %%
2583     Ich zog hier nur einen Pseudoschluss aus dieser sache, den ich nicht
2584     selbst schliesse.
2585     Norbert Harry Marzahn, selbsternannter "Judaaer"
2586     am 13.12.98 in de.alt.ufo
2587     %%
2588     According to Gurusamy Sarathy:
2589     > "Resistance is futile, you will be modularized."
2590    
2591     No:
2592    
2593     use Borg;
2594     make_threat(-type => 'standard', -doom => 'modularized');
2595    
2596     --
2597     Chip Salzenberg - a.k.a. - <chip@perlsupport.com>
2598     %%
2599     "And over here, ladies and gentlemen, may I draw your attention to
2600     the 'posicks box', a mechanism within one of the late 20th century
2601     sub-I hardware gestalt integration agents (then called 'operating
2602     systems', this particular one being referred to as 'windows' by
2603     its commercial-mimetic sustainer), designed so as to provide the
2604     appearance and functionality required to comply with one of the few
2605     agreed-upon integration schemas (sub-I, of course) available at the
2606     time. Unsurprising given the non-integration imperitives used by the
2607     agent's sustainter, this mechanism was demonstrated to be an ingenious
2608     non-integration ploy that, while supporting the integration schema,
2609     failed to support the local interconnect schemas that this agent
2610     specialized in. This produced a classic focus rift in the knowledge
2611     pool, benefiting the sustainer in the short run due to the focus
2612     concentration facilities available to commericial-class mimetic
2613     sustainers. Practically, this wasn't a significant loss, in the long
2614     run, as neither the 'windows' or 'posicks' schemas were relevant to
2615     modern quasi-I agents. These two do live on, however, in a few niches.
2616     'posicks' is used as the integration schema between most nano-scale
2617     logic units (a fact that only a few meta-experts still need to be
2618     aware of), and 'windows' survives, for religious-mimetic reasons, as
2619     the human-communication agent in a few stereotypical toasters and soap
2620     dispensers."
2621    
2622     [Kenneth Albanowski]
2623     %%
2624     Perl ist ein Schmerzmittel.
2625     Wenn Du bei der Speicherverwaltung oder der Stringverarbeitung
2626     unter C Schmerzen hast, nimm Perl.
2627     -- Kristian Koehntopp
2628     %%
2629     > Why Windows NT Server 4.0 continues to exist in the enterprise would be a
2630     > topic appropriate for an investigative report in the field of psychology or
2631     > marketing, not an article on information technology -- John Kirch
2632     %%
2633     [bei einer mündlichen Nachprüfung in BWL, Uni Hamburg]
2634    
2635     Prof: "Was ist Agio?"
2636     Student: "Weiß ich nicht."
2637     Prof: "OK, durchgefallen!
2638     Student: "Ich habe aber Anspruch auf drei Fragen in der mündlichen Prüfung!"
2639     Prof: "Klar, was ist Disagio?"
2640     Student: "..."
2641     Prof: "...und was ist der Unterschied zwischen Agio und Disagio?"
2642     Student: "..."
2643     Prof: "...durchgefallen!"
2644     %%
2645     Chaim Frenkel <chaimf@pobox.com> writes:
2646    
2647     > Just morbid curiosity,
2648     >
2649     > Are there _any_ unix boxes that _can't_ build Perl?
2650    
2651     Yes. Broken ones.
2652    
2653     dgris
2654     %%
2655     "The kerastion is a musical instrument which cannot be heard."
2656     -- A Borges story in ten words.
2657     %%
2658     "C combines the power of assembly language
2659     with the flexibility of assembly language."
2660     %%
2661     ...
2662    
2663     <AOL>
2664    
2665     Me too!
2666    
2667     </AOL>
2668    
2669     Tig
2670     %%
2671     ping -p 2b2b2b415448300d <hostname>
2672     %%
2673     unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep
2674     %%
2675     From: Dick Balaska <dick@buckosoft.com>
2676    
2677     I sit behind an NT dual P2/400 256MB for too many hours each day. It is
2678     "slow". One of my (fun) tasks is CD mastering. When i'm loading a 500MB
2679     wav file into the editor, the machine goes useless for two minutes while
2680     loading the wave file. Basically its just reading the file and writing it
2681     to swap. The CPU is at 5%. No Alt-Tab between apps during that time. No
2682     chance of putting the mouse over a button (too many dropped ticks). The
2683     NT kernel is just sitting waiting for I/O completions.
2684    
2685     Linux would be embarrassed to be that bad.
2686    
2687     I expected M$ to never fix this because its not "broken". However, i
2688     expect billg to start reading the above mentioned literal benchmarks and
2689     get really really pissed.
2690    
2691     Especially since i believe 1999 and 2000 to see Linux *really* start
2692     to cut into M$'s server market share.
2693     %%
2694     > Hello I'm wondering if there's a lower traffic mailing list that exists
2695     > that's strictly important kernel announcements and not general chat. I
2696     > need to stay informed but I can't handle 250 messages in a 24 hour
2697     > period.
2698     >
2699     > Sorry for the insignificant post..
2700     > Nic
2701     >
2702    
2703     Thank you for contributing to the problem.
2704    
2705     -hpa
2706     %%
2707     grep... grep... grep... (frog with unix stuck in his throat)
2708     %%
2709     "If users are made to understand that the system administrator's job is to
2710     make computers run, and not to make them happy, they can, in fact, be made
2711     happy most of the time. If users are allowed to believe that the system
2712     administrator's job is to make them happy, they can, in fact, never be made
2713     happy."
2714     - - -Paul Evans (as quoted by Barb Dijker in "Managing Support Staff", LISA '97)
2715     %%
2716     From: "Daniel P. Stasinski" <dannys@KAREMOR.COM>
2717     Subject: Microsoft Hotmail
2718     To: BUGTRAQ@NETSPACE.ORG
2719    
2720     I contacted Microsoft/Hotmail asking them to close the account
2721     of that was listed in the backdoored tcp wrapper source code.
2722     I also forwarded the offending code.
2723    
2724     The word back from them is that they will not close it. Theft
2725     of passwords and hacking does not violate thier terms of
2726     service.
2727    
2728     Daniel
2729     %%
2730     Any UNIX-killer must also have:
2731     ...
2732     * cool name like Linux (serious, these fail: GNU Hurd FreeBSD 386BSD)
2733     %%
2734     "Not all things worth doing are worth doing well."
2735     It's a phrase I use a lot. :-)
2736     [RJL]
2737     %%
2738     As John Whittaker says: ``It's UNIX. That doesn't necessarily mean it's
2739     right.''
2740     %%
2741     [Richard Stallman on the new _Pragma operator in C9X:]
2742    
2743     Amazing--they actually listened.
2744     %%
2745     That "UNIX" term is very negative. People often associate it with
2746     SCO OpenServer, Wyse terminals, and 60 people on a 386. The UNIX
2747     that people know is just awful. It looks something like this:
2748    
2749     # less foo
2750     sh: command not found
2751     # more foo
2752     sh: command not found
2753     # emacs foo
2754     sh: command not found
2755     # ed foo
2756     0
2757     help
2758     ?
2759     quit
2760     ?
2761     exit
2762     ?
2763     DIE!!!!!!!!!!
2764     ?
2765    
2766     [Albert D. Cahalan]
2767     %%
2768     Subject: Re: Stop blib warning in future releases?
2769     From: andreas.koenig@anima.de (Andreas J. Koenig)
2770     Date: 05 Jan 1999 03:15:37 +0100
2771    
2772     tim> Sure. Strictly speaking
2773    
2774     tim> use blib ':quiet';
2775    
2776     tim> would be most correct in style.
2777    
2778     Only German native speakers are allowed to treat adverbs adjectively.
2779     For the rest I'd recommend [...]
2780     %%
2781     [A new U.S. Law implementing a WIPO treaty]
2782     No person shall circumvent a technological protection measure that
2783     effectively controls access to a work protected under this title
2784     [Or, in other words, applied cryptanalysis will be illegal.
2785     too bad --- ]
2786     %%
2787     Microsoft - Is it going to work today?
2788     %%
2789     Subject: Re: [gimp-devel] GIF plugin legal issues
2790    
2791     > Actually, my understanding is that Unisys doesn't currently enforce the
2792     > licensing cost on free software, but maybe I am mistaken.
2793    
2794     The general wording, spoken by an unnamed GIMP developer, is, if you'll
2795     pardon the language, "Unisys can go fuck itself."
2796     %%
2797     [once on linux-kernel:]
2798     > >who are you why on yahoo when iprint sf16fmi i fond you i need drv
2799     > Does anyone have the secret decoder ring to make sense of this?
2800     he's confused about us showing up in a search match on yahoo, but needs
2801     driver(s) for his sf16fmi thingy.
2802     %%
2803     > Did you try to compile kdeadmin from the CVS tree ?
2804    
2805     No I ran the KDE binaries. Im not interested in broken programs that
2806     include wrong #include files in their source.
2807     %%
2808     [unix-faq]
2809    
2810     Someday, you are going to accidentally type something like
2811     "rm * .foo", and find you just deleted "*" instead of "*.foo".
2812     Consider it a rite of passage.
2813     %%
2814     "There's one word that strikes fear into nuclear scientists..."
2815     "Oops."
2816     -- MST3K
2817     %%
2818     Seems like 80-bit spills would be closer to IEEE, if not close enough to
2819     claim full support. Off-hand I'd say people would be happier with
2820     those numeric properties than with the current situation.
2821    
2822     I'll think about the esoterica (probably break down and ask people here).
2823     It would certainly make gcc the most reliable x86 floating-point compiler
2824     I know. Sun's does something similar to -ffloat-store by default (gee,
2825     look at how fast that ultra is), and Microsoft's runs off the end of the
2826     stack at run-time . I don't know what Intel's does, so I'm not considering
2827     it. ;)
2828     %%
2829     >I was using the localtime function to change time_t into it's various
2830     >human-readable parts. I noticed that $year gets returned as 98 and
2831     >not 1998. I tested a few different unices and got the same result.
2832     >This is expected behavior based on the examples I've seen and my own
2833     >testing. My question is how is this y2k compliant?
2834    
2835     What part of your C library's documentation on localtime(3), the perlfunc
2836     documentation on the Perl localtime function, the perlfaq4 entry on `Does
2837     Perl have a year 2000 problem?', and the Y2K document on www.perl.com
2838     did you find to be unclear on the answer to this question?
2839    
2840     --tom
2841     %%
2842     > * Have you ever wondered how life began ?
2843    
2844     In a laboratory somewhere at Bell Labs.
2845    
2846     >Why does it end ?
2847    
2848     Ask the X3J11 committee.
2849    
2850     > * Can you tell WHY there is life ? What is the purpose of it ?
2851     > * Can YOU do anything to make your life worth living ? WHAT ?
2852    
2853     To promote the the DEATH OF ANSI C! K+R FOREVER! DOWN WITH PORTABILITY!
2854     %%
2855     "Unix *is* Perl's IDE!"
2856     -- Tom Christiansen
2857     %%
2858     [Sputnik]
2859    
2860     Do you honestly think the Americans would mention a Soviet success? :-)
2861     A number of years back I saw an exhibition in the US on the development of
2862     supersonic passenger aircraft. They forgot to mention Concorde. It
2863     wouldn't surprise me in the least if most people at NASA had never heard
2864     of Sputnik.
2865     %%
2866     NTFS by default adds unnecessary serialization to an extent that
2867     even older file systems such as FFS do not, and its performance
2868     characteristics reflect that. In fairness, it should be said that it is
2869     the superior approach for most removable media without software control
2870     of ejection (e.g. IBM PC floppies).
2871     %%
2872     Never attribute to malice what could as well be explained by stupidity.
2873     - Hanlons razor -
2874     %%
2875     Shallit's Razor: Never attribute to conspiracy what may be adequately
2876     explained by stupidity or incompetence.
2877     %%
2878     According to Chris Nandor:
2879     > I thought about creating a web interface to input, edit, delete entries,
2880     > but that would have taken me longer, been more complex and less secure, and
2881     > offered no significant advantages.
2882    
2883     That one's in the quotes file. Thanks.
2884     %%
2885     My friend who had a Compaq called one day when his built-in cdrom drive
2886     stopped responding. Their answer "its a virus. Reinstal Windows". So he did
2887     (?) and it still didn't work. He called them and they said "its a virus,
2888     reinstall." "But I just installed. If there is a virus, it came from YOUR
2889     quick restore disk." "No, no virus there, but you DO have a virus. My paper
2890     in front of me says so."
2891    
2892     He took it back and bought a Gateway.
2893     %%
2894     9. Deinde, ne in posterum a XII kalendas aprilis aequinoctium recedat,
2895     statuimus bissextum quarto quoque anno (uti mos est) continuari debere,
2896     praeterquam in centesimis annis; qui, quamvis bissextiles antea semper
2897     fuerint, qualem etiam esse volumus annum MDC, post eum tamen qui
2898     deinceps consequentur centesimi non omnes bissextiles sint, sed in
2899     quadringentis quibusque annis primi quique tres centesimi sine bissexto
2900     transigantur, quartus vero quisque centesimus bissextilis sit, ita ut
2901     annus MDCC, MDCCC, MDCCCC bissextiles non sint. Anno vero MM, more
2902     consueto dies bissextus intercaletur, februario dies XXIX continente,
2903     idemque ordo intermittendi intercalandique bissextum diem in
2904     quadringentis quibusque annis perpetuo conservetur.
2905     %%
2906     You obviously have not dealt with Microsoft Winnt 4.0
2907     and all the Service Pack then. While one Service Pack
2908     did somewhat correct the Y2K problem was not aware that
2909     2000 was in fact a leap year. There was no way to set
2910     the date to Feb 29, 2000.
2911     %%
2912     "Ernst Lehmann, die Organisationsredundanz beim Cluster-Treffen"
2913     %%
2914     HP Computer NEWS 3/98 about HP 2000/CN printer (page 24): "Darüber
2915     hinaus ... hat der HP 2000C/CN durch den Einsatz von Intel MMX-
2916     Technologie Zugriff auf deren Farbtabellen und kann so Farbbilder
2917     schneller verarbeiten" (A mistake made when translating. It's hard to
2918     get the wrong meaning if translated back to English, sorry.)
2919     %%
2920     From: Robert Lipe
2921     > > I program computers with no screens and no keyboards for a living.
2922     > > Switches and front-panels are a LUXURY! :-)
2923     >
2924     > But I guess you are not _programming_ these computers without a keyboard
2925     > and/or screen.
2926    
2927     Are you familiar with the Vulcan Mind Meld?
2928     %%
2929     Subject: Re: [fwd from comp.lang.python] Re: Python 2 ideas [Re: access
2930     From: Tuomas Lukka <lukka@fas.harvard.edu>
2931    
2932     On Tue, 24 Nov 1998, Ilya Zakharevich wrote:
2933     > use pedantic;
2934     > use strict 'code';
2935     >
2936     > or whatever is the syntax to switch Perl into 'dull'/'pythonish' mode.
2937    
2938     use syntax 'python';
2939    
2940     Let's just embrace&extend'em ;) ;)
2941    
2942     %%
2943     Thus it was written in the epistle of Larry Wall,
2944     >
2945     > Having discussed all this thoroughly at the Hacker's Conference this
2946     > past weekend, I've come to the conclusion that Y2K will be traumatic
2947     > primarily because people *think* it will be traumatic. A panic is a
2948     > panic whether or not it's justified. People get trampled in panics.
2949     >
2950     > It should be illegal to yell "Y2K" in a crowded economy. :-)
2951     %%
2952     [rfc1925]
2953     Good, Fast, Cheap: Pick any two (you can't have all three).
2954     %%
2955     [Alan Cox, why not port hurd to sgi, instead of linux]
2956     > A possible minus is the message-passing between the servers which might
2957     > be time-consuming.
2958    
2959     "Yesterdays technology, next week" to quote an OSI saying
2960     %%
2961     UNIX versions of ctags handle the C language, and often Pascal and Fortran
2962     77. Sometimes, they even handle assembly language. Almost universally,
2963     however, they do not handle C++...
2964     [from "learning the vi editor"]
2965     %%
2966     > correct me if I'm wrong, but wasn't there a thread about this a few
2967     > months back that resolved the ping -f localhost as a ping bug.
2968    
2969     Indeed, as Alan Cox said:
2970    
2971     So get a non-buggy ping(8) client.
2972    
2973     and as Ecclesiastes said:
2974    
2975     Is there any thing whereof it may be said, See, this is new? it hath been
2976     already of old time, which was before us.
2977     There is no remembrance of former things; neither shall there be any
2978     remembrance of things that are to come with those that shall come after.
2979    
2980     Regards,
2981     Tigran.
2982     %%
2983     SNMP stands for Security Not My Problem
2984     %%
2985     [slightly broken, though...]
2986     /* "Hello World" in B for 64-bit hardware! */
2987     hw [0] "Hello World.*n";
2988     main(){
2989     extrn hw;
2990     putchar(0[hw]);
2991     hw=+1;
2992     putchar(0[hw]);
2993     }
2994     %%
2995     > So what comes first the chicken or the egg? :)
2996    
2997     The egg. Always. By definition.
2998     %%
2999     > > PPS: Robert, I just made my first y2k fix to that script ;()
3000     >
3001     > Better check your scsi cables.
3002     %%
3003     Arroganz durch Wissen
3004     [Dirk Jagdmann]
3005     %%
3006     [Re: Pegasus - Gut oder Boese?]
3007     > Weil er sie dabei ja unterstuetzt. Da er aber (abgesehen von den ersten
3008     > ein- oder zweimal) nur auf Anrufen von Rosa-Girl erscheint, koennte man es
3009     > auch anders herum sagen. wenn CU Pfeift, kommt er angaloppiert 8))
3010    
3011     was aber leider bedeutet, daß usa die Rennsemmel ständig mit
3012     sich rumschleppen mu?. ^_-
3013     Nur weil die Kleine die Bimmel hat!
3014    
3015     Und wer weiß, was dieses pädophile Pferd eigentlich noch so
3016     bezwecken will... ^_-
3017     %%
3018     >James :\
3019     >
3020     >I apologize for adding a message to this possibly trivial thread.
3021    
3022     I like your sig. I hope you use it for everything you post.
3023     %%
3024     From: Mason <mason@schwanda.resnet.tamu.edu>
3025     Subject: night of the undead ip stack
3026     Date: Thu, 12 Nov 1998 13:03:19 -0600 (CST)
3027     %%
3028     > The person who decides to invent UNICODE support for Linux
3029     > is just asking for a black eye.
3030    
3031     But Unicode for NT is such fun!
3032    
3033     For example, the checked DbgPrint() bluescreens above DISPATCH_LEVEL
3034     if you try to print a Unicode string--the Unicode->ASCII
3035     translation tables are marked as pageable.
3036    
3037     Since as far as I know, printk() does not have any format specifiers
3038     that cause obscure kernel panics, Linux is clearly behind in this
3039     area.
3040     %%
3041     Linux: a no problem operating system for no problem people.
3042     [Lukas Grunwald]
3043     %%
3044     http://dd.sh/perlfs/:
3045    
3046     THIS IS AN EXPERIMENTAL (PRE-ALPHA) VERSION OF THE PERL FILESYSTEM.
3047     EVEN WHEN IT LOADS WITHOUT CAUSING A KERNEL PANIC, IT WILL LOCK UP
3048     YOUR MACHINE, DESTROY ALL YOUR DATA, KIDNAP YOUR FAMILY AND
3049     (DEPENDING ON SAID FAMILY'S CONFIGURATION) SHOOT YOUR CAT, DOG, AND/OR
3050     FIRST-BORN CHILD.
3051     %%
3052     [a comment on http://dd.sh/perlfs/]
3053     Forget GNU/Linux. /PerL/inux will conquer all.
3054    
3055     kill 0,1 if -x '/PerL/inux'; # request kernel mode
3056     %%
3057     [Tim Hollebeek on real arithmetic]
3058     On a machine with a sane floating point model, the results make sense.
3059     For example, my SGI workstation prints:
3060    
3061     0.00000000000000011102 1.00000000000000000000 1.00000000000000020000 1.00000000000000040000
3062    
3063     However, a machine with the Intel FPU from hell gives:
3064    
3065     0.00000000000000000005 1.00000000000000000000 1.00000000000000000000 1.00000000000000000000
3066    
3067     due to the fact that whether 1+x and 1 are the same number depends on whether
3068     the numbers are in the FPU or not.
3069     %%
3070     [Grüner Tip/Arte]
3071     Ihre Nachbarn sind zu laut und feiern andauernd Parties? Kein Problem, ihr
3072     Bohrer wird nachts um zwei spielend mit _jedem_ Lärm fertig....
3073     %%
3074     Remember, eating healthy doesn't make you live longer, it just makes it seem
3075     longer...
3076     %%
3077     [M$ about unix development tools like GCC]
3078     By the standards of the novice / intermediate developer accustomed to
3079     VB/VS/VC/VJ, these tools are incredibly primitive.
3080     %%
3081     > > Praha is nice and our university is interesting, since it is according
3082     > > to tests most complex and impractical computer science university on the
3083     > > world :) I just love it...
3084     >
3085     > Oh well, great that I won't be studying there...
3086     >
3087     It is really fun.... just now I have lesson (that reminds me that I really
3088     should go now) about set theory and infinity... it is really fun and very
3089     practical...
3090     for example that you have cinema with infinity chairs and infinity plus one
3091     person wants to see movie... what do yo do?
3092     Just let sit down the first infinity persons and then last person ask first
3093     one to move to second chair, second one to move to third and so on and
3094     everyone fits.. isn't that great to know? :))
3095    
3096     Jan Hubicka
3097     %%
3098     > template< template< template<class> class > class Tmpl> A {};
3099     [...]
3100     > I think that this construction is allowed by the ANSI C++.
3101    
3102     No, it is not. What you meant is
3103    
3104     template< template< template<class> class > class Tmpl> class A {};
3105     %%
3106     Jan Dubois writes:
3107     > A) perl-5.00553
3108     > path = \perl\5.00553\bin\MsWin32-x86\perl.exe
3109     > cc = cl.exe
3110     A performance analysis compiling with M$ compiler? Get real!
3111    
3112     [...]
3113    
3114     Ilya
3115     %%
3116     >Shouldn't the kernel compile with all combinations of options.
3117    
3118     Yes. Feel free to fix it and send a patch.
3119    
3120     p.
3121     %%
3122     [tomc]
3123     Jean-Louis provides four arguments in favor of the overloading of the
3124     logical && and || operators. Here they are:
3125    
3126     +------------------------------------------+
3127     | Other languages, notably C++, permit it. |
3128     +------------------------------------------+
3129    
3130     This one is hardly persuasive. Many languages do innumerable things
3131     that Perl does not do. Just for example, take:
3132    
3133     * Csh reparses and re-evals interpolated strings, allowing something
3134     like C<$cmd $var> to do interesting things.
3135     * The Fortran lexer (as it were), having no need of white space to
3136     infer tokens, allows C<DO I=1.10> and C<DO I=1,10> to coexist in an
3137     interesting way.
3138     * Icon has an entirely different notion of success and failure,
3139     allowing expressions like (X < Y < Z) to do interesting things.
3140     * Scheme has call-with-continuation, allowing co-routines to do
3141     interesting things.
3142     * C++ has template classes with abnormal typing rules even for that
3143     language, allowing parameterized meta-classes to do interesting
3144     things.
3145     %%
3146     Make is like Pascal: everybody likes it, so they go in and change it.
3147     --Dennis Ritchie
3148     %%
3149     perl -wlpe '}{$_=$.' file # Count the number of lines.
3150     %%
3151     [not quite duff's device, but...]
3152    
3153     switch (x)
3154     default:
3155     if (prime(x))
3156     case 2: case 3: case 5: case 7:
3157     process_prime(x);
3158     else
3159     case 4: case 6: case 8: case 9: case 10:
3160     process_composite(x);
3161     %%
3162     Is there any truth to the rumor that the number appearing
3163     after the words "Microsoft Windows" is the minimum amount of memory,
3164     in megabytes, required for execution?
3165    
3166     Craig Milo Rogers
3167     %%
3168     Mark Mielke writes:
3169     > This statement is false. The simple fact that school textbooks teach it
3170     > to be indeterminate should be enough to convince you of that.
3171    
3172     This is just another reference point about the state of education in
3173     US (apparently in Canada too?).
3174    
3175     Ilya
3176     %%
3177     [from p5p]
3178     > Now you know why threading is experimental and all, buddy.
3179    
3180     Experimental schexperimental. Anything that doesn't cause an
3181     immediate coredump is not experimental. :-) (Observant readers will
3182     note that this is a more rigorous standard than Microsoft's.)
3183    
3184     Nat
3185     %%
3186     Needless to say, Linux awk is probably gawk, which has been taking too
3187     much steroids for a while. =)
3188    
3189     --Albert Dvornik
3190     <bert@genscan.com>
3191     %%
3192     Subject: Re: zero width lookbehind considered slow
3193     From: Tom Christiansen <tchrist@jhereg.perl.com>
3194     Date: Thu, 22 Oct 1998 17:40:37 -0500
3195    
3196     >*You* do not understand? Perl is slow...
3197    
3198     Ilya: You are formerly invited to go play in the python
3199     or tcl crowd instead of here.
3200    
3201     --tom
3202     %%
3203     >What's it? Can linux be improved too? Or has it already been improved?
3204    
3205     Linux has never done anything so stupid in the first place.
3206    
3207     Linus
3208     %%
3209     On the 8th day god created email. And got noted the world was good. Then the
3210     devil added HTML mail...
3211     %%
3212     linux/lib/vsprintf.c: * Wirzenius wrote this portably, Torvalds fucked it up :-)
3213     linux/arch/sparc64/kernel/binfmt_aout32.c: /* Fuck me plenty... */
3214     linux/arch/sparc64/kernel/ptrace.c:/* Fuck me gently with a chainsaw... */
3215     %%
3216     On 1998-10-11T02:37:57,
3217     Alan Cox <alan@lxorguk.ukuu.org.uk> said:
3218    
3219     > Believe me Microsoft think Linux is a threat now. Its level with things like
3220     > java in their perceived threat list, so you can expect all the usual MS
3221     > techniques to start coming this way and very soon.
3222    
3223     Arm the gnus!
3224     %%
3225     [David Miller after (another) endless discussion with Richard Kenner]
3226    
3227     Anyways, I tired (just like everyone else) of arguing endlessly with
3228     you, you're in the past, you no longer constrain my ability to improve
3229     gcc, so go away.
3230     %%
3231     I received my copy of Visual Studio 6.0 today. I couldn't believe that it
3232     wanted to install the C++ compiler into a directory called:
3233    
3234     "\Program Files\Microsoft Visual Studio\VC98"
3235    
3236     But anyways, I just had to find out if it was finally possible to compile
3237     Perl (without PERL_OBJECT) with optimization (-O2).
3238     %%
3239     [on perl version numbering]
3240     > So it could be 5.006 for the developers, but "ThreadPerl" or "Perl with
3241     > Multithreads" (or some such) for the journalists, if that's what
3242     > journalists need to make them pay attention.
3243    
3244     Down that path lies "Perl version 5.006, codename `Ticklish Uvula',
3245     was released today" madness.
3246     %%
3247     [on perl version numbering]
3248     > elaine> 5.1 would be a good thing(tm) as it would draw attention,
3249     > elaine> etc. in a way that a developers versioning would. The
3250     > elaine> world is not populated by people who think the same
3251     > elaine> way. To that end, this would be a good change. Of course,
3252     > elaine> we could call it Perl99.
3253     >
3254     > To me, Perl seems to be recognized for it's language qualities, not
3255     > for marketing reasons. IMHO, perl may keep this difference with other
3256     > wintel product. More than that : Perl99, would let believe people that
3257     > it is not Y2K proofed, or still in beta (<1.00). So it's not a good
3258     > marketing name, anyway.
3259    
3260     Right. Then, to be Y2K compliant, we'll have to call it Perl1999. Hmmm.
3261     "The year perl left earth's orbit"? Maybe we need to get the NASA guys to
3262     put perl on the next low-cost spaceshot.
3263    
3264     Of course, then c.l.p.m's motto could be "We do not commit *mindless*
3265     violence..." :-)
3266     %%
3267     Rule 1 says that Larry says that Larry has the last say, unless he changes
3268     his mind in which case he still has the last say.
3269     %%
3270     > >I never said it did.. I should have said: Binary only drivers encourage
3271     > >poor drivers
3272     >
3273     > No it doesn't.
3274    
3275     Indeed. Its down to
3276    
3277     Profit = (units * margin) - overhead
3278    
3279     and the folks who decide "overhead" arent the programmers but the management.
3280     The folks who say "you have two weeks allocated to write this driver, then
3281     we ship it" are the folks to take the issue up with, and that goes source
3282     or binaries.
3283     %%
3284     dig txt leap.yp.to
3285     %%
3286     "The fact that I'm paranoid doesn't mean that nobody's after me..."
3287     %%
3288     [linux-kernel on endianess issues with NIPQUAD]
3289    
3290     |> Do I read this correct?!? Is it more acceptable to have a bug[*],
3291     |> than a not optimal fix?!?!?
3292     |>
3293     |> s/optimal/stupid/
3294    
3295     What's stupid is little endian. <g>
3296    
3297     Andreas.
3298     %%
3299     [Paul Eggert on tz@elsie.nci.nih.gov]
3300     ...
3301     A closely related question is `What is 1 minute before 23:59:60?''.
3302    
3303     Here's a good one: `What is 1 month before 1 February 1995 in
3304     Kiritimati?''. There was no 1 January 1995 in Kiritimati; they
3305     skipped a day by moving the clocks ahead 24 hours. Similar issues
3306     arise when asking about times that occur within smaller, more typical
3307     UTC offset changes. A number of obscure questions arise here, and I'm
3308     not sure it's worth standardizing all the answers.
3309     %%
3310     [D.J.Bernstein on tz@elsie.nci.nih.gov]
3311    
3312     Paul Eggert writes:
3313     > which I am calling the `modified TIME_TAI''
3314    
3315     Your time differences break down near leap seconds. Ever watched xntpd
3316     try to handle a leap second? Wobble, wobble, wobble, wobble, wobble.
3317     %%
3318     For binary only drivers you can assume most vendors will build x86 only
3319     however.
3320    
3321     "We don't have the tools"
3322     "We can't support a non intel build"
3323     "We don't have that sort of machine"
3324     "Its not worth the time cost"
3325     "Whats an Alpha ?"
3326     %%
3327     On Thu, 1 Oct 1998, Mail Delivery Subsystem wrote:
3328    
3329     > The original message was received at Thu, 1 Oct 1998 18:39:56 -0400
3330     > from mini [10.0.0.3]
3331     >
3332     > ----- The following addresses had permanent fatal errors -----
3333     > <mailproc@fred>
3334     >
3335     > ----- Transcript of session follows -----
3336     > procmail: can't map '/lib/libc.so.5'
3337     > procmail: can't map '/lib/libc.so.5'
3338     > procmail: can't load library 'libc.so.5'
3339     > 554 <mailproc@fred>... unknown mailer error 16
3340     %%
3341     > Here is the difficulty with this discussion:
3342     > No documented problem
3343     > No reason to believe that the "solution" solves the unspecified "problem"
3344     > No clear understanding of the effects of this change on the system
3345     >
3346     > Why, this could be a discusion among AIX developers!
3347     %%
3348     > This would be a reasonable committee-like compromise that might
3349     > satisfy neither of us (:-).
3350     %%
3351     By default Microsoft has set Explorer to use gz files as VRML, you need to
3352     change the association for .gz / vrml from "start vrml program" to "always ask"
3353    
3354     dave
3355     %%
3356     On 10 Aug 1998, Ben Pfaff wrote:
3357     DG> You're not programming MS-DOS applications are you?
3358    
3359     BP> Hell no. I wouldn't touch MS-DOS with a ten-foot network cable.
3360     %%
3361     [Paul Eggert on tz@elsie.nci.nih.gov]
3362    
3363     Date: 10 Oct 1998 15:35:05 -0000
3364     From: "D. J. Bernstein" <djb@cr.yp.to>
3365    
3366     Paul Eggert writes:
3367     > * 29 February if it's a leap lear, 28 February otherwise.
3368    
3369     If that's 1 month before 31 March, then what's 1 month before 30 March?
3370     1 month before 29 March?
3371    
3372     The same as 1 month before 31 March.
3373    
3374     1 month before 28 March?
3375    
3376     28 February.
3377    
3378     And what's 1 month after 28 February? 1 month after 27 February? 1 month
3379     _before_ 27 February?
3380    
3381     28 March, 27 March, and 27 January.
3382     %%
3383     Newsgroups: comp.lang.c
3384    
3385     >Nils Goesche wrote:
3386     >> So make a security check first:
3387     >>
3388     >> if (status = UNDER_NUCLEAR_ATTACK)
3389     >> launch_full_counterstrike();
3390     >
3391     >Hmmm. The way the worlds been going lately, AI wouldn't trust that code to
3392     >do the job. Here's the revised version:
3393     >
3394     >if(status == UNDER_NULEAR_ATTACK); /* Corrected dangerous
3395     > = instead of == error*/
3396     > launch_full_counterstrike();
3397     >
3398     >Now isn't that much more reliable?
3399     >
3400     >--
3401     >Email: cyrand@hotmail.com
3402    
3403     The following variant is less reliable but much safer:
3404    
3405     if (status == UNDER_NUCLEAR_ATTACK); /* Correct dangerous
3406     launch_full_counterstrike (); = instead == error */
3407     %%
3408     It is even more cheerful than that. Not so long time ago a customers
3409     of ours totally destroyed his NT installation on Alpha.
3410    
3411     He found on a manufacturer page, no money - for a download, "NT driver"
3412     for his particular piece of a hardware. So he followed instructions
3413     to the letter - "Installation Wizzard" and all that crap - and the thing
3414     happily installed clobbering, as it is customary in these circles,
3415     essential system libraries with its own versions. The catch was that
3416     this driver was for NT/Intel and these bozos did not even bother to
3417     check for an architecture or at least mention something in some blurb.
3418     Ooops! No chance even to try to boot anymore.
3419    
3420     The saving grace was that the installation was rather new, so loses
3421     were not big, and he had an opportunity to practice an essential skill
3422     of re-installing Windows NT. Ah, and yes, this was the only NT driver
3423     available for that hardware from any source.
3424     What do you plan on doing? Using a PA system for networking? :)
3425     Whats next? A *Smell* modem? It would bring a new meaning to packet
3426     sniffing!
3427     %%
3428     "I'd rather spend 10 hours reading source code than 10 minutes on a
3429     technical support line that isn't"
3430     %%
3431     [from linux-kernel]
3432     `This code fills 8 million seats, we therefore decide what's standard.''
3433     %%
3434     [...]
3435     And especially with new machines users have a lot of clout. Several UK
3436     suppliers now carry Buslogic cards partly because they got fed up of
3437    
3438     "I'd like to order a dual PII/300, 256Mb of RAM, 17" monitor
3439     4 4Gig IBM disks, and a buslogic scsi controller"
3440     "We dont do buslogic only adaptec"
3441     "Nothing else"
3442     "Sorry"
3443     [Click]
3444    
3445     Alan
3446     %%
3447     Fünfzig Prozent der Amerikaner wurden in ihrer Kindheit sexuell mißbraucht,
3448     während weitere fünfzig Prozent von Außerirdischen entführt wurden.
3449     %%
3450     > Let's not forget that this is just an informal, free
3451     > software project. Unlke the US House of Representatives
3452     > we do not yet posess nuclear capability (certain RTEMS
3453     > users excepted, of course!).
3454    
3455     Hmmm, if some RTEMS users have nuclear facilities attached to their
3456     systems, they might be well advised to be careful using FORTRAN as
3457     their language of choice. The comp.lang.fortran FAQ states (with
3458     concurrence from resident X3J3 members) that "using a non-standard
3459     construct might start WW III, if the necessary (optional) hardware
3460     is installed"
3461    
3462     [Toon Moene in private discussion]
3463     %%
3464     Newsgroups: alt.config
3465    
3466     L. Harris wrote:
3467     >
3468     > Testing
3469    
3470     you failed.
3471     %%
3472     Roswell {Unit 6 of 5 Sam Borg} Coverup [Rev. joWazzoo - well mannered despammer]
3473     <JOWazzoo@WhiteICE.com> at We are Sam Borg Spam Assimilators Ltd. - Area 51 HQ
3474     %%
3475     Perl is really designed more for the guys that will hack Perl at least
3476     20 minutes a day for the rest of their career. TCL/Python is more a
3477     "20 minutes a week", and VB is probably in that "20 minutes a month"
3478     group. :) -- Randal Schwartz
3479     %%
3480     > alternative, when it comes to stability and power...Not to mention the
3481     > fact that bugs and fixes are very quickly available and don't come in
3482     > 18MB+ "Service Packs" :).
3483    
3484     What, you mean you _paid_ for service pack '98?
3485     %%
3486     We got this INTERNET because we whan't more information ( to learn ) now it
3487     seem's people can't handle what they see. You say freedom is a mater of
3488     choice (well it is) you have the freedom to choose to carry your butt some
3489     where else...
3490     %%
3491     Steve Orzel (phloam@vol.com) wrote:
3492     [...]
3493     : The purpose of the newsgroup is to help out other people that have questions
3494     : about a certain topic.
3495     %%
3496     Mark Robinson wrote:
3497     >
3498     > Does any have any source code to games that I can have? Does anybody
3499     > know where I can get game sources(legally)?
3500    
3501     Here's the trial version of the three-room text adventure I'm going to
3502     write. I'm not finished yet, though.
3503    
3504     void main (void)
3505     {
3506     printf ("You are in a dark room.\n");
3507     printf ("\n");
3508     printf ("You feel a sharp pain.\n");
3509     printf ("You have died.\n");
3510     printf ("\n");
3511     printf ("!!! GAME OVER !!!");
3512     }
3513    
3514     (Don't tell, but I took some of the code from Quake.)
3515    
3516     --
3517     John Kugelman. kugelman@mnsinc.com
3518     %%
3519     [mail I got after releasing a zip-password cracker, the second biggest
3520     mistake I ever made]
3521    
3522     From: "Tom Miller"
3523     Subject: Can
3524     X-Mailer: Microsoft Outlook Express 4.71.1712.3
3525    
3526     Hay man can you send me some hacking tips and tricks please
3527     send to kymmiller@bigpond.com
3528     my name is Tom Miller
3529    
3530     From: "Tom Miller"
3531     Subject: Wait
3532     X-Mailer: Microsoft Outlook Express 4.71.1712.3
3533    
3534     Hey man its Tom can you also send me any easy systems to hack and the
3535     passwords also send me any infomation about hacking websites thank you
3536     %%
3537     From: lm@bitmover.com (Larry McVoy)
3538    
3539     [...] then think a little before flaming. Or better yet, produce something
3540     better. Flaming is easy but it is basically masturbation without the orgasm
3541     so why bother? [...]
3542     %%
3543     Günter Höns <guenter.hoens@gmd.de>
3544    
3545     Newsgroups: de.alt.ufo
3546    
3547     Offensichtlich ist noch keinem das Wasser-Wachstum aufgefallen, das sogar
3548     jeden Tag geschieht. Jeden Tag waechst der Wasserberg im Meer um mehrere
3549     Meter, ist dann naeher an der Sonne und verdunstet dann. Sogenannte
3550     Wissenschaftler haben eine abenteuerliche Theorie ueber den Einfluss des
3551     Mondes auf dieses Wachstum aufgestellt, aber inzwischen wissen wir es
3552     besser: Die Wasser-Molekuele werden von Neutrinos getroffen, und verdoppeln
3553     sich dann.
3554     %%
3555     CRASH(8)
3556     no fs
3557     A device has disappeared from the mounted-device table.
3558     Definitely hardware or software error.
3559    
3560     Unix Version 7 Manual
3561     %%
3562     On Tue, 4 Aug 1998, Larry Wall wrote:
3563     >
3564     > Maybe Pi looks like this:
3565     >
3566     > =for C
3567     > i++; /* add 1 to i */
3568     > =end
3569     > =for C++
3570     > i.value() += 1; // add 1 to i, probably
3571     > =end
3572     > =for Java
3573     > system().foo().bar().i().value().please().increment(); // ???
3574     > =end
3575     >
3576     > :-)
3577     %%
3578     > > USENET is *not* the non-clickable part of WWW!
3579     %%
3580     [on linux 2.1.111]
3581    
3582     The horrid underlining which was a feature with the monochrome Linux vt's on
3583     the previous two releases of the kernel has gone. Unfortunately, so has the
3584     cursor. A couple of brief experiments didn't result in me finding a way to
3585     turn it on.
3586     %%
3587     [...]
3588     its a true story, it happend this weekend in a nice country
3589     between Belgium (wellknown for its Dutroux-case) and Germany
3590     (wellknown for its Bratwurst), lets call it the Lowlands...
3591     [...]
3592     %%
3593     I get a sense of god-like proportions when I patch /dev/kmem with dd(1).
3594    
3595     Chad C Giffin
3596     %%
3597     [usenet, an anology]
3598     Mary Green's car was smoking. She got worried. "Whatever should I do?"
3599     worried Mary... Well, as she drove along she noticed a florists shop. "Aha!
3600     Thought Mary, "Flour shops are full of thoughtless men who need to apologize to
3601     their wives. These men are the sometimes the same ones I see swearing under
3602     the hoods of their cars in the shade of a tree."
3603    
3604     "Brrring" said the bell of the door to the flower shop as Mary poked her head
3605     through the door.
3606     "HELP!!! MY CAR IS SMOKING!" Screamed Mary.
3607     "There is a garage right next door." Said the shopkeeper.
3608     "That's right," Said Melvin, "And there is a parts store across the street. If
3609     you ask for Fred, he's pretty savvy about that kind of stuff."
3610     Now Joe was also in the flower store. This was his first time in trouble, so
3611     he did not hear the 30 or 40 people per day who came in screaming about their
3612     cars smoking (mostly men, of course -- the ones under the shade trees,
3613     usually.)
3614    
3615     "Why don't you help the stinking lady!!" Screamed Joe. "It might be your
3616     muffler bearings..." he continued. Or maybe it's your deisel glow plugs or
3617     your tire pressure..."
3618     Now Tim, also new to the flower shop felt the courage to chime in, "Or it could
3619     even be your cooling system. Sometimes a hose gets a crack."
3620     "My car smoked once and it was an oil leak, where the head gasket was spraying
3621     oil in the manifold." Hollered Larry
3622     "Hey lady, why don't you get your car the patch if it's smoking" chortled Glen.
3623     Well, the hollering went on into the evening, and the lady finally went to the
3624     gas station and found that the heater core had a tiny split and was repaired in
3625     three days for a cost of $175.23.
3626     %%
3627     > Nun gut, Berliner sollen ja eh etwas heller sein.
3628    
3629     Sicher, das macht der Inzest, und die Isolation!:)
3630     %%
3631     > Nun gut, Berliner sollen ja eh etwas heller sein.
3632    
3633     Stimmt, deswegen waren sie wohl auch die ersten, die Hitler hinterherliefen...
3634     :-(
3635     %%
3636     >Mt 24,34 Wahrlich, ich sage euch: Dieses Geschlecht wird nicht vergehen, bis
3637     >dies alles geschieht.
3638     >Und es verging nicht.
3639    
3640     So what?
3641    
3642     Ich dachte eher an:
3643    
3644     " 'Und sein Wabbel wird an einer Lanze aufgespiesst', wiederholte der
3645     Oberste Groesste Meister grimmig. Im Hintergrund knarrte etwas, als
3646     Bruder Pfoertner versuchte, das klemmende Portal zu oeffnen. 'Sind wir
3647     jetzt alle soweit? Befinden sich vielleicht noch andere Unwissende
3648     unter uns,die sich verirrt haben?' fuegte er mit aetzendem Sarkasmus
3649     hinzu. 'Gut. Wunderbar. Ich bin ja _so_ froh. Vermutlich brauche ich
3650     nicht zu fragen, ob die vier Wachtuerme geschlossen sind, oder? Oh,
3651     ausgezeichnet. Hat sich jemand die Muehe gemacht, der Heiligen Hose
3652     die Beichte abzunehmen? Ach, tatsaechlich? Auf die richtige Art und
3653     Weise? Und wenn ich nachsehe? Na schoen. Sind vor den Fenstern die
3654     roten Kordeln des Intellekts gespannt worden? Gut. Nun, dann koennen
3655     wir jetzt vielleicht beginnen.' ".
3656    
3657     Terry Pratchett, "Wachen! Wachen!", S. 15f
3658    
3659     Antje
3660     %%
3661     [....]
3662    
3663     Da muss ich ja, obwohl ich beinahe meinen Humor verloren haette, leise
3664     grinsen. Ich darf zusammenfassen: Du bringst uns keine Beweise, weil Du 1.
3665     zu arm und 2. zu sehr ausgelastet mit der Rettung der Welt und der Zukunft
3666     und so bist. Ausserdem brauchst Du keine Beweise, weil sich Dein
3667     Gedankengebaeude nach eingehender Nabelschau als selbsttragend erwiesen hat.
3668     Finde ich gut! Akzeptiert!
3669    
3670     Da will ich nicht weiter stoeren,
3671    
3672     Antje
3673     %%
3674     It seems that writing to /dev/vcs0 makes the console singing "Ugh,
3675     lalala, I love you baby..."
3676     --
3677     Pavel.Janik@inet.cz
3678     %%
3679     On Thu, 16 Jul 1998, Linus Torvalds wrote:
3680     >
3681     > Kubys
3682    
3683     Kubys is my evil twin brother. Sorry about that.
3684    
3685     Linus
3686     %%
3687     > eieio stands for "Enforce In-Order Execution of I/O".
3688    
3689     .... and it is definitely my favorite name for an assembly language
3690     instruction (the non-native-English speakers on the list presumably
3691     don't know the childhood song "Old McDonald had a farm, E-I-E-I-O").
3692     %%
3693     > It is *big* and never uses.
3694    
3695     That's parses like English, but I'll be hornswoggled if I can figure
3696     out what it means.
3697     --
3698     Chip Salzenberg - a.k.a. - <chip@perlsupport.com>
3699     %%
3700     [...] HP's PA-8500, for example, has 1.5 Mbytes of L1 cache on-chip. The
3701     company has described the 8500 as a cache SRAM with an ancillary CPU. [...]
3702     %%
3703     From: Dave Cinege <dcinege@psychosis.com>
3704     Date: Mon, 13 Jul 1998 06:10:31 -0400
3705    
3706     Terry L Ridder wrote:
3707    
3708     > at some future date end up being released under the BSD License is what
3709     > is being discussed.
3710    
3711     Well my licence is bigger then your licence.
3712     %%
3713     [gtk/testgtk, after dragging & dropping an object:]
3714    
3715     Drop data of type text/plain was:
3716    
3717     Bill Gates demands royalties for your use of his innovation
3718    
3719     [and the button reads]
3720    
3721     Continue with life in spite of this oppression
3722     %%
3723     Joshua Waxman <jwaxman@ymail.yu.edu> writes:
3724    
3725     While DJGPP is indeed a C as well as a C compiler, there are certain
3726    
3727     A terribly succinct, as well as a true, statement. However, it has a
3728     certain amount of redundancy.
3729     %%
3730     Compatibility with oneself is Microsoft's greatest strength. When they hit
3731     the 64 bit transition they will hit a major internal incompatibility problem.
3732    
3733     ...
3734    
3735     Peter da Silva <peter@baileynm.com>
3736     %%
3737     >Hello,
3738     >
3739     >I am new to Perl. Can anyone tell me where I can download a full
3740     >operational Perl version for a Windows 95 system?
3741     >
3742    
3743     Of course it all depends on what you mean by "a full operational Perl
3744     version" Perl on Win32 has limitations that are largely due to the
3745     nature of the underlying OS, Perl on Win95 has further limitations
3746     compared with NT due to its own shortcomings .
3747     %%
3748     An injunction delaying Windows 98 would clearly have a negative impact
3749     on the country as a whole.
3750     Compaq President & CEO Eckhard Pfeiffer,
3751     explaining why Microsoft shouldn't be
3752     prosecuted under anti-monopoly laws.
3753     %%
3754     With a PC, I always felt limited by the software available. On Unix, I am
3755     limited by my knowledge. --Peter J. Schoenster <pschon@baste.magibox.net>
3756     %%
3757     There is a need to keep from being locked into Open Systems. --IBM sales rep
3758     %%
3759     In comp.lang.perl.misc,
3760     Stylin <stylinsty@yahoo.comREMOVE> writes:
3761     :Can anyone point me to the algorithm for creating a unique id?
3762    
3763     $id = `cat /dev/kmem`;
3764    
3765     --tom
3766     --
3767     Real programmers can write assembly code in any language. :-)
3768     --Larry Wall in <8571@jpl-devvax.JPL.NASA.GOV>
3769     %%
3770     Newsgroup: comp.lang.perl.misc
3771     Subject: Larry 1 Bill 0
3772     %%
3773     On 3 Jul 1998, Ben Pfaff wrote:
3774    
3775     > The only problem with these AIs is that they don't handle references
3776     > to themselves as AIs very well. In faSegmentation fault (core dumped)
3777     > NO CARRIER
3778     > !@*&#@#%T^@&*(GU*SD*(@!&*(@#R(*FERHGH*(@#(&$&#@Y!&R
3779     %%
3780     > People come here to ask questions, not for intellectual gratification, but
3781     > rather they are seeking solutions. As such, the incorrect answer was
3782     > better.
3783    
3784     There's something... terribly wrong with this statement. I can't quite put
3785     my finger on it. Hmmm.
3786     %%
3787     comp.lang.c does not exist to accomodate the laziness of those who cannot be
3788     bothered to learn netiquette. That's what comp.lang.c++ is for.
3789     %%
3790     |> : > but... a microwave is an example of an embedded system,
3791     |>
3792     |> : Who says? He just said it was a microwave. He didn't say it was
3793     |> : a free-standing implimentation.
3794     |>
3795     |> This is approaching arguing for the sake of argument. Have you
3796     |> ever seen a microwave oven that supports a hosted C environment?
3797    
3798     The Lipton Ritchie Model 8 did. I'm sure that many posters will
3799     point out that Lipton's implementation of the stdio libraries was
3800     horrendously buggy. It was, but it was still a great system. It
3801     remains the only C implementation I know of that could be used to
3802     build Bison, and then cook it.
3803    
3804     Viva la buffalo burgers.
3805     %%
3806     A strategically-placed PDP-11 can be used to heat your entire
3807     home. I've got one in my basement, next to a large box of "She's
3808     The Sheriff" drink coasters. I sold my furnace years ago. The
3809     Digital Heating, Ventilation, and Air Conditioning Corporation
3810     can be found online at http://www.dhvacc.com/.
3811     %%
3812     The lbxproxy program has various options, all of which are optional.
3813     -- lbxproxy(1)
3814     %%
3815     Re: Where to learn Windows programming...
3816    
3817     |> I'll take a Schildt book any day, thanks.
3818    
3819     Great. I'm expecting to see the line above as a back-cover blurb
3820     on the next "Bullschildt: The Complete Reference".
3821     %%
3822     Subject: Re: The wrong position of while, if and else?
3823    
3824     that's some ugly piece of code buddy...
3825     %%
3826     In article <1998062718481700.OAA03186@ladder01.news.aol.com>, eyrei@aol.com (EYREI) writes:
3827     |> I have recently started learning the C Language. I have created a simple file
3828     |> to determine whether or not a number is Prime. When I run it, the program
3829     |> crashes with the error message :- Unhandled Exception :- General Protection
3830     |> Exception 0x5FD7:0x379F. Prime(1) Processor Fault.
3831    
3832     |> What does this mean.
3833    
3834     It means you've got a broken operating system, and should immediately
3835     install [free|net|open]BSD[OS] or Linux.
3836     %%
3837     Newsgroups: comp.lang.c
3838    
3839     On Thu, 25 Jun 1998, Emulov wrote:
3840     > Hi, i don't know if this is a stupid question..
3841    
3842     Off-topic, too! Imagine that.
3843     %%
3844     "Right now we are the most shit hot piece of PC networking software on the
3845     planet. The only people who can touch us are FreeBSD (who also dont do
3846     streams)."
3847     -- Alan Cox, in "Streams and Linux"
3848     %%
3849     "Perl combines all of the worst aspects of BASIC, C and line noise."
3850     - Keith Packard <keithp@ncd.com>
3851     %%
3852     Lord Fellatio <richter_m@hotmail.com>
3853    
3854     >Wo soll das Loch denn dann sein? Im Meeresboden?
3855    
3856     Klaro.
3857    
3858     >Von oben duerfte man es also ueberhaupt nicht sehen
3859     >koennen, da ueber dem potentiellen Loch im Meeresboden doch
3860     >wahrscheinlich erstmal Wasser und dann viel Eis liegen wuerde. Wie
3861     >verhindern die Ausserirdischen denn, dass Wasser ins Loch einstroemt?
3862    
3863     Na ist doch völlig logo, mit nem rotierenden Traktorstrahl. Die
3864     Energie klauen die ?r***e dem Erdmagnetfeld.
3865    
3866     >Gibt es da einen kosmischen Badewannenstoepsel? Haben sie es mit
3867     >Eisbergen verstopft? Oder benutzen sie das einstroemende Wasser zu
3868     >Kajakfahrten bis hinunter zum Suedpol? (Das waere doch auch endlich
3869     >mal eine einleuchtende Erklaerung fuer die Eismassen, die die
3870     >Antarktis bedecken - man muesste halt nur, der Kontinentaldrift
3871     >folgend, immer wieder neue Schaechte bohren. Oder die Kontinentaldrift
3872     >einfach wegdiskutieren...)
3873    
3874     Die enorme Zentrifugalkraft im Erdinnern schleudert das Wasser wieder
3875     am Nordpolpol raus, falls der Traktorstrahl versagen sollte (Dies
3876     passiert immer dann, wenn das Erdmagnetfeld umkippt). Nun kommt sicher
3877     der Einwand, die Erde würde zu langsam rotieren. Das ist nur bedingt
3878     richtig. Richtig ist hingegen, daß die Rotationsgeschwindigkeit im
3879     Erdinnern um den Faktor 1000 (ca; sehr schwer zu messen: Magma) größer
3880     ist als auf der Erdoberfläche. Dies ist auch die Ursache für die
3881     Kontinentaldrift und die Mondphasen.
3882    
3883     Die Mondphasen wiederum beeinflussen das Erdmagnetfeld und sind daher
3884     die Ursache für die Sonnenflecken. Den Sonnenflecken haben wir auch
3885     die momentane Klimaveränderung zu verdanken. Auf der anderen Seite hat
3886     die Zunahme der Treibhausgase eine Erhöhung des Reflektionsvermögens
3887     der Atmosphäre zur Folge, welches dazu führt, daß ein Teil der
3888     Sonnenenergie zur Sonne zurückreflektiert wird. Dies heizt wiederum
3889     die Sonnenflecken auf und verkürzt deren Zyklus. All dies wird sich in
3890     den nächten Monaten so aufschaukeln, daß vorraussichtlich im Novemner
3891     2002 das Erdmagnetfeld zusammenbrechen wird. Wie damals bei den Dinos.
3892     Nur war dort ein Kometeneinschlag die Ursache.
3893    
3894     cu in hell 2002
3895     %%
3896     "Hiroshima '45, Chernobyl '85, Windows '95"
3897     %%
3898     >In unix, one might say 'man 3 crypt'.
3899    
3900     Of course, on a Solaris system this won't give you what you want. You
3901     get a message that it can't find the man page for 3. It then prints
3902     the man page for crypt(1).
3903    
3904     Of course, all a beginner has to do is figure out that the 3 is the
3905     section number in the Unix manual. He can then use man man to find
3906     that on Solaris one uses -s to specify the section so he'll try
3907    
3908     man -s3 crypt
3909    
3910     Unfortunately, that doesn't work either. He'll get the message "No
3911     entry for crypt in section(s) 3 of the manual."
3912    
3913     If he doesn't give up, he can go back to the manual page for man and
3914     find that the -a switch prints all matching manual pages. Or perhaps
3915     he can figure out to use the command
3916    
3917     man -s3 Intro.3
3918    
3919     to get a list of everything in section 3. He'll then find out that
3920     crypt is in section 3C so he should use
3921    
3922     man -s3c crypt
3923    
3924     Gee. I don't understand why beginners have so much trouble with this
3925     stuff. I've only been programming Unix for 15 years and I don't have
3926     any trouble.
3927     --
3928     Michael M Rubenstein
3929     %%
3930     Take a moment to consider these lines:
3931    
3932     %OVERLOAD=( '""' => sub { join("", @{$_[0]}) } );
3933    
3934     sub html { my($type)=shift; bless ["<$type>", @_, "</$type>"]; }
3935    
3936     :-) I *love* Perl 5! Thankyou Larry and Ilya.
3937    
3938     Regards,
3939     Tim Bunce.
3940    
3941     p.s. If you didn't get it, think about recursive data types: html(html())
3942     p.p.s. I'll turn this into a much more practical example in a day or two.
3943     p.p.p.s. It's a pity that overloads are not inherited. Is this a bug?
3944     %%
3945     From: alan@lxorguk.ukuu.org.uk (Alan Cox)
3946    
3947     ...
3948    
3949     > now is evil". This only shows two things: you never looked at the bad
3950     > experiences of the industry where following a rotten design and
3951     > keeping backward compatibility lead to unusable systems. And second:
3952    
3953     I worked for 3com. I know eveyrhting about following a rotten design until
3954     its unusable, believe me I do.
3955     %%
3956     Ok(slow) -> !NeedComputer
3957    
3958     Semour Cray
3959     %%
3960     Ullrich Jans at University of Karlsruhe, Germany:
3961    
3962     Oh Gott! Es ist voller crons!
3963     %%
3964     From: p00h <p00h@MONMOUTH.COM>
3965     Subject: Re: AOL for Windows DoS/Exploit
3966    
3967     aol supports PARTIAL html, its like win95's implementation of tcp/ip
3968     it only supports parts of it
3969     %%
3970     egcs/gcc/gcse.c:
3971     /* Help stamp out big monolithic functions! */
3972     %%
3973     [...] Yes, I'm being sarcastic. Especially regarding HPPA assembler syntax
3974     as provided by HP, which was designed by someone who should not have been
3975     let near a language-design project like that, too often "little languages",
3976     whether assemblers, tools, or C++, are designed by people who are unaware
3977     of, or give little thought to, the outright readability of code written in
3978     the language, in the sense that the basic semantics should be fairly obvious
3979     *without* the reader having to memorize lots of semantic information.
3980    
3981     (In HPPA assembler's case, one glaring stupidity was the nullified branches,
3982     which have completely different semantics depending on whether the label
3983     being branched to happens to assemble to a negative or positive offset! A
3984     smarter design would have required the programmer to specify whether such a
3985     branch was a "forward" or "backward" branch explicitly, then the assembler
3986     and/or linker would complain if reality didn't match the programmer's
3987     specification. I've never looked into whether GNU's HPPA as fixes this
3988     botch; I gather GNU as fixes many botches, though, so it wouldn't surprise
3989     me if it did, even though that might make for some compatibility problems
3990     with existing HP as code.) [...]
3991    
3992     tq vm, (burley)
3993     %%
3994     libc/posix/regex.h:
3995     /* The following two types have to be signed and unsigned integer type
3996     wide enough to hold a value of a pointer. For most ANSI compilers
3997     ptrdiff_t and size_t should be likely OK. Still size of these two
3998     types is 2 for Microsoft C. Ugh... */
3999     typedef long int s_reg_t;
4000     typedef unsigned long int active_reg_t;
4001     %%
4002     libc/db2/db.h:
4003     /*
4004     * While Microsoft's compiler is ANSI C compliant, it doesn't have _STDC_
4005     * defined by default, you specify a command line flag or #pragma to turn
4006     * it on. Don't do that, however, because some of Microsoft's own header
4007     * files won't compile.
4008     */
4009     %%
4010     > UTC variation and begining and ending dates of DST (if observed) would be
4011     > great.
4012    
4013     I answered only the places I can comment on.
4014    
4015     > BASSAS DA INDIA
4016    
4017     This rock is below water half of the time!
4018     If any inhabitants have been there, I do not think they observe DST
4019     on a regular basis! ;-)
4020     %%
4021     # ./test-plugin.pl
4022     Bizarre copy of CODE in sassign at /root/.gimp/plug-ins/test-plugin.pl line 40.
4023     wire_read: unexpected EOF (plug-in crashed?)
4024     %%
4025     >
4026     > The "where do you want to go today?" generation has taken the
4027     > developer out of the "programmer" by removing the vital, development
4028     > tools from the environment and precanning software.
4029    
4030     No kidding. Point. Click. Point. Click. Point. Click. Brain Atrophy.
4031     %%
4032     Lars Chr Hausmann <36haus@but.auc.dk> writes:
4033    
4034     >Hello!
4035    
4036     >I have to write something about, what Perl is.
4037     >I need some crystal clear info about, what perl is. So if any of you
4038     >would be so kind just to mail. Then I would be grateful!
4039    
4040    
4041     Perl.
4042    
4043     regards
4044     jobst
4045     %%
4046     Subject: Re: Cyrix 6x86MX and Centaur C6 CPUs in 2.1.102
4047     From: alan@lxorguk.ukuu.org.uk (Alan Cox)
4048     Date: Thu, 21 May 1998 22:31:02 +0100 (BST)
4049    
4050     > Well, that depends. They SHOULD be. By Intel 'standards' *laff*, they have
4051     > to be identical stepping, indicating identical features. However, I've
4052    
4053     They don't. Pentiums have fairly strict rules, P6/PII much less. Also Intel
4054     are pretty good at following the MP 1.1/1.4 standard its the motherboard
4055     makers who get it wrong - primarily the BIOS is full of bugs. It appears
4056     nobody tests bios code against specs any more. It looks like they do
4057     compile flash, boot 95, boot NT, ship. The quality of bios code has dived to
4058     the absolute pits.
4059     %%
4060     Unix never says `Please.' -- Rob Pike
4061     %%
4062     > What about: . scriptname
4063     > ------------------^ this is a dot!
4064    
4065     Funny, it looks like a "p" to me.
4066     %%
4067     A computer without Microsoft and IBM is like chocolate cake without
4068     ketchup and mustard
4069     %%
4070     Subject: Re: Challange for perl `GURUS
4071    
4072     vimal gajjar wrote:
4073     >
4074     > Hi there,
4075     > Here is a small challange. Is it possible to have a perl
4076     > code which takes e.g. three parameters as input. time, val1, val2. and
4077     > the name of the prog. is say challange.pl. Now if i execute
4078     > "challange.pl 10 5 2" this perl script wille consume
4079     > 5% of cpu
4080     > 2 Mb of RAM
4081     > for the period of 10 Seconds.
4082     >
4083     > can one of the gurus take this challange?
4084    
4085     Examining the 5 copies of this post has consumed 5% of the
4086     brain power I allocate to reviewing c.l.p.m, about 10 seconds, and
4087     has caused the death of 2 million brain cells.
4088     %%
4089     > >> /A:You can usually write the program faster than you can
4090     > >> dial/dl/hangup/install/read docs/fix it/fix the fix/.
4091     >
4092     > >s/usually/never/
4093     >
4094     > s/sometimes/never/
4095    
4096     Cute. You embarrass yourself by your ignorance of perl.
4097     %%
4098     :That's probably true, but I really can't speak to it. But, if there
4099     :were no *nix around, there'd be no Perl. Nor would there be a need for
4100     :Perl, IMO.
4101    
4102     Gotta love them JCL and ini dot bat dot bad dot doo dah files.
4103    
4104     TC
4105     %%
4106     'cc:Mail is a wonderful application, as long as you don't want to read or send mail.'
4107     %%
4108     shurik@iron.Te.NeT.UA - Alexandr Dubovikov at TeNeT Networking Centre
4109    
4110     Hi guys!
4111    
4112     How check socket, alive it or die ?
4113     %%
4114     --> Questions not to ask on linux-kernel <--
4115    
4116     Miscellaneous flame-wars:
4117     ~~~~~~~~~~~~~~~~~~~~~~~~~
4118     12) The gnome-kde debate does not belong on linux-kernel.
4119     13) The emacs-vi debate does not belong on linux-kernel.
4120     14) Porting linux to run under windows is not interesting.
4121     15) Whether a given intel CISC chip "is really RISC" is not interesting.
4122     %%
4123     Subject: what a week!
4124     From: "C. Scott Ananian" <cananian@lcs.mit.edu>
4125     Date: Thu, 14 May 1998 03:13:23 -0400 (EDT)
4126    
4127     unicode, boot-logos, GGI, STREAMS, the necessity of a short devel cycle
4128     and the instability of 2.0.x, "ifconfig stopped working", "you really *do*
4129     need to remove 'encaps'", Linus' tarball practices... it seems like we're
4130     running out of things to flame off on. Here's my humble contribution:
4131    
4132     I'VE MADE A KEWL NEW CHARSET THAT I THINK EVERYONE SHOULD USE. IT HAS ALL
4133     THE LETTERS IN MY LOGIN MAPPED TO THE LOWEST 16 CHARACTERS SO WE CAN
4134     COMPRESS THINGS REAL GOOD AND THE LETTERS IN MY BROTHER B1FF'S NAME ARE
4135     ALL IN HIGH ASCII CUZ THAT'S WHERE LOSERS BELONG!!!2!!7
4136    
4137     I ONLY USE EMACS AND I THINK VI SUX!!$231!!
4138    
4139     GNOME RULES AND KDE IS DEMON-SPAWN BECAUSE IT IS NOT FREE.! !
4140    
4141     WE NEED KGI IN THE KERNEL (NOT LIBGGI, NOT THE TERMINAL IMPROVEMENTS
4142     WHATEVER THEY'RE CALLED) IN ORDER TO HAVE WAY KEWL BOOT LOGOS AND RUN MY
4143     BROTHER B1FF'S GAMES!!1!!!!!!!!!!1!!!!!!!11!!!
4144    
4145     I USE A BIG-ENDIAN MACHINE BECAUSE THEY RULE. LITTLE-ENDIAN MACHINES ARE
4146     EVIL. AND A PENTIUM *IS* A RISC PROCESSOR!!!
4147    
4148     WE SHOULD PORT LINUX TO WINDOWS SO WE CAN USE ALL THE KEWL HARDWARE
4149     DRIVERS!!!!!@@#!
4150    
4151     Did I miss any? ;-)
4152    
4153     *Please* don't respond seriously to this email. It's a joke. A joke.
4154     Laugh. Please.
4155    
4156     And then let's kill all the flaming threads, shall we?
4157     --Scott
4158     %%
4159     > Well, /proc/kcore already reports its actual size...
4160    
4161     And it isn't about to change at runtime either. That is the size of
4162     installed memory. I've yet to see a single person successfully insert or
4163     remove a SIMM/DIMM while a machine was running. If they did, and it was
4164     successful, the linux code will update the filesize. ;o)
4165     %%
4166     Toby Heywood (toby@he-net.demon.co.uk) wrote:
4167     : This is a multi-part message in MIME format.
4168    
4169     One of those 'M's stands for Mail.
4170    
4171     This is not mail.
4172    
4173     This is Usenet.
4174    
4175     Please post only plain text like everyone else does.
4176     %%
4177     ------------ etienne.lorrain@ibm.net
4178     --- hdc: irq timeout: status=0xd0 { Busy }
4179     --- ide1: reset: success
4180     -----------> I like Linux !
4181     %%
4182     > I have experienced people walking up to my console and saying "What
4183     > the hell does that mean" in sheer terror as the machine boots.
4184    
4185     Tell them it's magic, and earn the respect of your colleagues. I always
4186     do.
4187     %%
4188     ++ Actually, I'm not at a loss for words. Here's one that's very appropriate:
4189     ++ PLONK.
4190     %%
4191     ++ > SSI is *not* HTML.
4192     Re: Subraumfunk
4193    
4194     Ja, ein Handy waere da praktisch. Die hoeheren Gebuehren rechnen sich,
4195     wenn man ueber die Grenzen des Sonnensystems hinaus telefonieren will.
4196    
4197     Die Telekom wuerde da wieder mal erbarmungslos abzocken. Ich kann es
4198     mir schon vorstellen: SunSystem-Tarif, vielleicht auch einen
4199     InnerPlanets-Sondertarif, dann einen LocalGroupWeekend-Specialtarif,
4200     eine Supercluster-Zone und so weiter. Und wenn es auf der Venus
4201     schneit, telefonieren alle fuer die Haelfte.
4202     %%
4203     > > Vergiss es. Du wirst nie und nimmer von Armando eine
4204     > > konkrete, verwertbare Antwort bekommen.
4205     >
4206     > Doch, man bekommt von mir sogar sehr viele Antworten.
4207    
4208     Du hast gerade zwei Adjektive weggelassen.
4209     %%
4210     ++ Oh yeah. Show me an example of SSI used outside of HTML.
4211     Show me an HTML DTD mentioning SSI directives.
4212     %%
4213     Namsuk Kim wrote:
4214     > Is there a way to convert a scalar data to Acii data format?
4215    
4216     I am not familar with ACII. If you mean ASCII, then the question I have is
4217     - is the data in EBCDIC now?
4218    
4219     Bill Jones
4220     %%
4221     GNU/getopt.c:
4222    
4223     #if defined (WIN32) && !defined (__CYGWIN32__)
4224     /* It's not Unix, really. See? Capital letters. */
4225     #include <windows.h>
4226     #define getpid() GetCurrentProcessId()
4227     #endif
4228     %%
4229     Subject: IIS 4.0, PW32i316, CGI Programs
4230    
4231     Perlis.dll does not pass command line arguments correctly via the web. That
4232     is, invoking the URL
4233    
4234     http://www.myserver.com/myprogram.pl?Argument1&Argument2...&Argumentn
4235    
4236     causes the myprogram.pl to execute, but @ARGV is empty.
4237     %%
4238     "You need to use CGI."
4239     "I am using CGI, it's a CGI application!"
4240     "No, no, *use* CGI. The directive 'use'."
4241     "OK, so what directive do I use?"
4242     "No, no, you *use* *use*. Use CGI."
4243     "I *am* using CGI!"
4244    
4245     Craig Berry - cberry@cinenet.net
4246     %%
4247     > > Was haltet Ihr von Killfile-mailing-lists, dass sich die Leute mal
4248     > > kennenlernen koennen?
4249     >
4250     > Gute Idee ;-), wäre ich sofort dabei, datrifft man wahrscheinlich ne
4251     > Menge tolle Leute... ;-) und die wahren Freidenker.
4252    
4253     Einige Freidenker sicher, aber auch etliche Denkfreie.
4254     %%
4255     "I'm doing a (free) operating system (just a hobby, won't be big or
4256     professional like gnu) for 386(486) AT clones." -- Linus Torvalds 1991
4257     %%
4258     If it's a floppy, it might be a copy.
4259     If it's a disk, you're also at risk.
4260     If it's a pirate, the vendors are irate.
4261     To avoid such frustration, try: Free Software Foundation.
4262     %%
4263     From: David Woodhouse <Dave@imladris.demon.co.uk>
4264    
4265     pcg@goof.com said:
4266     > It was much more than I usally get! It was _great_
4267    
4268     Hehe - I know the feeling.
4269    
4270     "It's broken."
4271     "What's wrong with it?."
4272     "I don't know - it just doesn't work."
4273     "Well what do you mean by 'it's broken'?"
4274     "It just doesn't work."
4275     "How can you _tell_ it's broken, for f***'s sake - what are the symptoms!?"
4276     "It gives an error message."
4277     "Would you care to tell me what it says?"
4278     "It says.... something about there being an error."
4279     "That's not very helpful. Tell me it word for word."
4280     "It says 'Unable to handle kernel NULL reference at something or other'"
4281     "That's not word for word. It said 'NULL pointer dereference.' Try again,
4282     letter for letter this time."
4283     %%
4284     From: "Paul B. Henson" <henson@INTRANET.CSUPOMONA.EDU>
4285    
4286     After installing Solaris 2.6 HW3/98, I discovered that /usr/bin/admintool
4287     had been installed mode 0777, world writable. Under the original release of
4288     2.6, the mode was 04555.
4289    
4290     Sun has been notified of the problem. If you're running 2.6 HW3/98, you
4291     might want to verify your admintool hasn't been tampered with and fix the
4292     perms.
4293    
4294     (Personally, I'd set them to 0000 ;). admintool? blech.)
4295     %%
4296     From: verah@netscape.com (Vera Horiuchi)
4297     Subject: Re: Risp: drama (Re: Do It Yourself)
4298    
4299     Americans ignorant of the rest of the world?
4300    
4301     I must tell a favorite story here. A friend and I were purchasing a gift
4302     for another friend who lives in Canada. I was speculating out loud about
4303     how much duty our Canadian friend would have to pay.
4304    
4305     The cashier said, "Oh, I'm sure Canadians don't have to pay any duty. We
4306     ship to Hawaii all the time, and _they_ don't have to pay duty." =:-0
4307     %%
4308     >am besten ist z.Z. das Buch von Michael Neufeld. Wer aber Wissenslücken
4309     >verspürt (was keine Schande ist), sollte diese zu stopfen suchen und nicht
4310     >Zuflucht zu absolut hirnrissigen Theorien suchen.
4311    
4312     Hirnrissig bist Du. Das es einen Zeittransfer aus der Zukunft zu den Nazis
4313     gab deckt sich mit dazu passenden Entschluesselungen bestimmter Bibelstellen
4314     und mit der dann tatsaechlichen notwendigen Geheimhaltung. Es deckt sich
4315     ueberdies damit, dass die Unterhaltung uns den Gedanken zunehmend nahelegt,
4316     also vorbereitet, und dass es bereits ein wissenschaftliches Experiment gab,
4317     bei dem ERST die Wirkung auftrat und DANN die Ursache. Die Zeitreise ist
4318     also Fakt. Und es ist sicher, dass Jemand per Zeitreise den Nazis helfen
4319     wollte. Gelegentliche Theorien, dass auch diese ausserirdische Hilfe gehabt
4320     haetten sollen nur davon ablenken, eine andere Erklaerung liefern. Das ist
4321     logisch, denn die Taeter sitzen ja irgendwo in unserer Zeit und moechten
4322     sicher nicht erkannt werden.
4323    
4324     Du scheinst die simpelsten Grundzuege der Zeitlogik nicht verstehen zu wollen.
4325    
4326     normarz@aol.com
4327     %%
4328     >Oder anders gesagt:
4329     >Glaubst Du, Du könntest mit einem hochmodernen Maschinengewehr eine römische
4330     >Legion
4331     >schlagen?
4332    
4333     Klar. Frage mal Cortez.
4334    
4335     Bye
4336     Andreas
4337     %%
4338     >Article 2B is a threat to anyone who uses a computer. I just wanted to
4339    
4340     It may be a threat to any american using a computer. Fortunately, the U.S.
4341     justice does not yet apply outside the U.S.A.
4342    
4343     I.a.W.: You're currently creating a lot of happy non-U.S. software
4344     companies.
4345    
4346     Kind regards
4347     Henning
4348     %%
4349     From: "Adam J. Richter" <adam@yggdrasil.com>
4350     Date: Fri, 24 Apr 1998 04:14:11 -0700
4351     Subject: Re: driver for Creative Labs DVD kits
4352    
4353     At least with the IDE DVD drive that I have, plugging it directly
4354     into an IDE port and using the regular Linux ide-cd driver works just fine
4355     for reading [...] CD and the [not] copy protected sections of the DVD's.
4356    
4357     There is a protocol that the hardware decoder boards use to
4358     tell the DVD drive that they are a licensed implementation and should
4359     be allowed to read the copy protected sectors as well. I have been
4360     told that this protocol can be done entirely in software with a
4361     standard IDE port. Hopefully, somebody will reverse engineer this and
4362     make it a demand loaded kernel module. (Seriously, there is a lot
4363     that you are allowed to do with copyrighted material that this sort of
4364     hardware restriction prevents, and there are other important political
4365     issues involved relating to your rights to do as you please with the
4366     computer equipment that you bought and paid for.)
4367     %%
4368     Where do you want to go today?
4369     We might support that sometime next year.
4370     -=- Microsoft
4371     (But I doubt it.)
4372     -=- Me
4373     -=- James Mastros
4374     %%
4375     Hello570 <hello570@aol.com> wrote:
4376     > I tried printing a line to a file using both of the
4377     > following methods, but the output was split into two
4378     >lines.
4379    
4380     If you don't want newlines in the middle of your string, then don't
4381     put newlines in the middle of your string.
4382     %%
4383     http://www.perl.com/CPAN/authors/Dean_Roehrich/subjects.post
4384     %%
4385     Einstein himself said that God doesn't roll dice. But he was wrong. And
4386     in fact, anyone who has played role-playing games knows that God
4387     probably had to roll quite a few dice to come up with a character like
4388     Einstein. -- Larry Wall
4389     %%
4390     From: Ragnar Hojland Espinosa <root@lightside.ddns.org>
4391    
4392     My $0.02 Euros on internationalization? I'm in Spain and my keyboard is
4393     mosty US mapped because the Spanish map is really awkward for programming.
4394     Computers were designed to be funcional, not politically (or locally)
4395     correct (hm, I don't think HAL ever spoke Russian). This "computers are easy
4396     for all" GUI related trend has done a lot of money, and lot of damage; at
4397     least command line OSes forced the user to actually learn something and
4398     absorb information. The user assumed so, so he did. Now he doesn't, and
4399     it's not all his fault.
4400    
4401     The WWW is full of useless (and ugly) graphics, of useless links to links to
4402     pages with links to links which usually end up in a huge links page. Of
4403     course, there are some jewels.. but they should be majority! It's
4404     understandable, when the tools and languages focus more on aspect that in
4405     content.
4406    
4407     Usenet is worse than ever, the interesting places have been ruined by
4408     spammers, c00l hak3rz, and more and more people asking (or demanding) for
4409     others doing their homework.. at least some time ago they were willing to
4410     learn (or pay for it;)
4411    
4412     IRC.. heh. The few times I've been on funet almost all I found is the same
4413     people in the above paragraph. And I do know some of them even run scripts
4414     to try denial of service or other destructive attacks on people they see,
4415     just for fun or to get the op.
4416    
4417     Email. Someone selling an "incredible program that allows you to bypass
4418     your ISP mail server, for only $89" (thats right, a smtp server). No OS
4419     mentioned, I somehow can guess which. And that stupid thing of sending
4420     mail to people in RTF and HTML format.. I'm gonna answer them in LaTeX.
4421    
4422     Internet, your ilimited junk yard.
4423    
4424     Using computers would make me real sad if it wasn't for UNIX and, of
4425     course, Linux and Linux people.
4426     %%
4427     ... WNT == ++VMS . Literally. Dave Cutler created VMS,
4428     then he rewrote it as WNT.
4429    
4430     Ever used VMS? It's a step above DOS. Barely.
4431     --
4432     Clark O. Morgan cmorgan@aracnet.com
4433     %%
4434     >Subject: If "=~" means match what is doesn't match?
4435    
4436     I heard that a friend of a friend might have once been told about a
4437     rumor that this information can be found in perlop, right next to
4438     where =~ is documented. (It's !~)
4439    
4440     I agree with Tom's assessment that the fall of modern man will be
4441     preceded by the de-evolution of communications to the days of oral
4442     tradition.
4443     %%
4444     "Windows 95, the most installed system in the world,
4445     I know, I've done it 5 or 6 times myself"
4446     %%
4447     The statistics programming language S, from AT&T, combines lazy
4448     evaluation with imperative programming. A nightmare.
4449     %%
4450     "In 1965, as part of a research and development project for the
4451     U.S. Army, engineers at TRW Corp developed a software program
4452     called Generalized Information Retrieval Lanaguage and System."
4453     Or GIRLS for short.
4454     %%
4455     Wissen bremst die Meinungsbildung voll aus.
4456     %%
4457     I have an idea: Anybody who posts an URGENT! or EMERGENCY! request should
4458     post the circumstances behind the urgency. "I was having sex with my
4459     mistress in the server room and I knocked the Linux box over and the hard
4460     drive crashed and so I've reinstalled everything but I still can't get
4461     5_004_03 to build!"
4462    
4463     This would inspire me to action far more than the implied subtext of "I
4464     have no patience."
4465    
4466     xoxo,
4467     Andy
4468     %%
4469     > I have Perl5 running on my pc.
4470     > and also front page98 and microsoft personal web server runnig.
4471     We all have our cross to bear.
4472     %%
4473     (THIS IS LONG, YOU MAY WANT TO SKIP)
4474    
4475     From: mjd@plover.com (Mark-Jason Dominus)
4476     Date: 09 Nov 1995 02:57:30 GMT
4477     Subject: Re: system() question
4478    
4479     There are a lot of reasons, many of which get repeated over and
4480     over again, many of which don't. Some of the reasons you hear a lot
4481     are: Questions are incoherently phrased. Questions have the form 'My
4482     code doesn't work' and don't include the code. Questions include the
4483     code, and it's 200 lines long, and comp.lang.perl is not a debugging
4484     service. Nobody knows the answer to the question. The question is so
4485     badly punctuated that nobody can bear to read it. Questions aer
4486     written by a non-native speaker of English and the native speakers who
4487     are trying to understand it can't. (That's a shame, but it does
4488     happen. I often wish that these people would post in their native
4489     languages. I'd love to see more discussion in languages other than
4490     English. Some Dutch guy tried posting all his comp.lang.c articles in
4491     Dutch a few years ago, and all the Americans flamed him. How
4492     humiliating for me!)
4493    
4494     Apart from these oft-mentioned reasons are many others that are
4495     not so often discussed, because anyone who tries to bring them up gets
4496     flamed. But it's the truth: I know the reason I don't answer more
4497     questions is because so many of them questions are so damn stupid.
4498     They're stupid in a lot of different ways, but they're still stupid.
4499     I don't want to suggest that that's why your questions go unanswered.
4500     I don't know what you're asking. No doubt the reason your questions
4501     go unanswered is because they're so deep and interesting that nobody
4502     really knows the answer.
4503    
4504     The most common stupid question is the one from someone who has
4505     some high-level problem that they need solved. They have an idea that
4506     they'd like to do it in perl, and they don't really know perl. So
4507     instead of learning perl, they post to comp.lang.perl.misc.
4508    
4509     Now don't get me wrong. I don't have any problems answering the
4510     questions of someone who's trying to learn perl. I love THOSE
4511     qusetions. But these people don't seem to be asking useful questions
4512     for that.
4513    
4514     Today, for example, I saw a question from a guy who wants to get a
4515     list of hostnames out of nslookup. `How do I do that?' he says. And
4516     it's hard to know what to make of that. What does he mean? Does he
4517     not know how to open a pipe? Is his en' command failing? What's
4518     going on here? I can't give a useful answer without understanding the
4519     problem. Having your en' fail is a problem. Wanting to list
4520     hostnames is not a problem; it's a desire.
4521    
4522     Here are some similar questions that would have made more sense to me:
4523    
4524     1. `I'm a lazy asshole and I can't be bothered to learn to
4525     program myself, but I know if I post here you'll give me
4526     something for free.''
4527    
4528     (OK, fair enough. At least I can send him a rate card.)
4529    
4530     2. `I'm trying to use en' to talk to nslookup, but...
4531     ...here's my code; what's wrong?''
4532    
4533     (Good question.)
4534    
4535     3. `I know perl has a `System' command for running programs,
4536     but I can't see how to get my commands into nslookup
4537     once I have run it.''
4538     (Good question.)
4539    
4540     4. `I'm trying to use `Getprotobynumber' to talk to nslookup...''
4541    
4542     (Good question.)
4543    
4544     See, I'm not just biting people's heads off, here. #4 is a good
4545     question, because it gives me something to work with. OK, he has a
4546     very weird idea about interprocess communication, but that's
4547     ignorance, and that's what we're here to correct. He doesn't know
4548     about en'; I can refer him to the manual.
4549    
4550     Here's another example: Some guy wants to assemble a list of email
4551     addresses . `How do I do that?'' he wants to know. Well, duh. Get a
4552     big pad of paper and read news for a couple days and write down all
4553     the addresses you see. Problem solved. What's it doing in
4554     comp.lang.perl?
4555     Oh, you wanted to do it in perl. Well, I guess I'd open a socket
4556     to the NNTP server and send it some XHDR commands for the `From'
4557     lines. But that's not Perl; you could do that in any language. I
4558     could do it in Bourne Shell for you if I'm allowed to use a little
4559     external thingie to handle the socket parts for me. What's it doing
4560     in comp.lang.perl?
4561    
4562     Oh, you wanted us to write the program for you? Wait, let me send
4563     you my rate card.
4564    
4565     Someone posted yesterday asking how to get the data from a file where
4566     the start and end of the data is marked by keywords. Same thing going on
4567     here. `Well, here's how you solve your problem: First you go take an
4568     introductory class in programming and learn to write programs in some
4569     language. Then you go to the bookstore and buy this book by Wall and
4570     Schwartz, it's really good. Read the book carefully and try out the
4571     examples. Then if you still have general questions like `How do I do this'
4572     instead of thought that this code would do X but instead it does Y' you hire
4573     a professional to write your program for you. Or you could just skip right
4574     to step 3. Want my rate card?''
4575    
4576     The worst stupid questions are the ones that come from people who
4577     have no business asking them. The most perfect example of this that I
4578     could have imagined was in comp.unix.questions a couple of years ago.
4579     Some guy came and asked how you could tell if a file is a hard link.
4580     My jaw flapped open and it's stayed open since then. I couldn't have
4581     been any more stumped if he'd asked why Bodhidharma came from the
4582     West. What do you say to this guy? Do you tell him the truth, that
4583     all files are hard links, that even symbolic links are hard links?
4584     He's not going to understand you; you might as well keep your mouth
4585     shut. Do you tell him the truth, that the answer won't do him any
4586     good because he doesn't know what a hard link is, so why did he bother
4587     asking in the first place? No, that'll just make him mad. I followed
4588     that message for the next couple weeks, and nobody said anything.
4589     What could you say? The guy had no business asking the question and
4590     no use for the answer. Maybe the right answer would have been to cut
4591     off his finger or something. I dunno.
4592    
4593     Some questions get ignored because they're boring. Someone asked
4594     today how to compare two variables (I assumme he means the contents of
4595     those variables) to see if they're exactly the same. You've gotta be
4596     in an awfully good mood to take the time to answer that. Maybe
4597     someone will. Maybe I will.
4598    
4599     If I answer that one today, maybe he'll be back tomorrow asking
4600     how to check to see if two variables contain different values. Maybe
4601     I won't. What I find incredible is that if you tell these people to
4602     go read the manual and come back in two weeks, you sometimes get
4603     jumped on for not being helpful to beginners. Bah. If everyone told
4604     these people to go read the manual, they'd eventually figure out that
4605     that's what you have to do ,and then I wouldn't have to spend so much
4606     of my life dealing with incompetent programmers.
4607    
4608     Some questions are logically nonsensical because the querent
4609     thinks they know more than they do. A lot of these have the form
4610     `How do I use X to accomplish Y?'' There's nothing wrong with this,
4611     except that sometimes X is a chocolate-covered banana and Y is the
4612     integration of European currency systems. I always get stuck on
4613     these, probably because I can't get rid of the idea that the person
4614     really has a good reason for wanting to use X. I know a half-dozen
4615     easy simple ways to accomplish Y, but I can't imagine what X has to do
4616     with it. This is a problem for me in my day job, too. Clients are
4617     always saying to me `We want to use product X to do multimedia
4618     development on the world-wide web,'' and all I can think is `Well,
4619     gee, what would you want to go and do that for?'' Sometimes it turns
4620     out that they want to do it because they want to impress the
4621     manufacturers of X, and I don't work on those jobs.
4622    
4623     The flip side of this is a questions like `I want to accomplish
4624     X, but I don't want to use Y. What can I use instead?'' Which,
4625     again, is sometimes reasonable, and then sometimes X is closing a
4626     filehandle and Y is the `Close' function.
4627    
4628     The questions I like the best are the ones that go like this:
4629    
4630     `I want to accomplish X.
4631    
4632     I thought that the following code fragment would do it:
4633    
4634     ...
4635    
4636     But instead it does Y.
4637    
4638     Why is that?''
4639    
4640     This one is also pretty good:
4641    
4642     `I want to accomplish X.
4643     I thought I might be able to use facility Y.
4644    
4645     But Y doesn't seem like it's quite right,
4646     because of Z.
4647    
4648     What should I use instead of Y, or how can I overcome Z?''
4649    
4650     When I ignore these, it's usually because I don't know the answer.
4651     There were an awful lot of them today. It makes me very happy.
4652    
4653    
4654     There you go; a 160-line dissertation on why questions go unanswered.
4655     Now don't let me hear you saying nobody ever answers your questions.
4656    
4657     --
4658     Consulting Minister for Consultants, DNRC
4659     The Bill of Rights is paid in Responsibilities - Jean McGuire
4660     %%
4661     >> BTW, would it be easier to cope with international text using Python?
4662     >Sigh... you're breaking my heart. Ask Jack Jansen, he probably knows.
4663    
4664     If I were really evel, I would point out that the newest TCL (8.1) has
4665     support for international character sets and Unicode. But then, mentioning
4666     TCL in this newsfroup would be really bad. So, of course, I don't do that.
4667    
4668     Ups. I'm so sorry ... ;-)
4669    
4670     bye, Georg
4671     %%
4672     I personally do not believe in object orientation as a security model
4673     (nor as a general programming paradigm), but feel free to try to
4674     convince me.
4675    
4676     [ Or maybe I confuse you with somebody else and some other posting ]
4677    
4678     Linus
4679     %%
4680     ++ how can i strip new lines out at var.
4681     ++
4682    
4683     Removing new lines is very tricky, as the manual tells you so. Ignore the
4684     complicated things in the manual, and put in this neat little trick:
4685    
4686     $var=join+q,,,grep[[ord$[[qq$\137$]]<10 or+10<ord]]split+q,,,$var;
4687    
4688     If you're old enough not to read the manual, you won't have a problem
4689     understanding the above line.
4690    
4691     Abigail
4692     %%
4693     I fixed the problem by mounting the SCO volume on the SunOS box, and since
4694     1995 the problem has gone away together with the SCO machine.
4695     %%
4696     ++ Hi Does anybody know how to upload many graphic files at the push of a
4697     ++ button?
4698     Yes.
4699    
4700     ++ 100 pictures or so?
4701     Yes.
4702    
4703     ++ Can I do it in Perl?
4704     Yes.
4705    
4706     Your question isn't Perl specific. Please ask in the relevant
4707     newsgroup. alt.button.play
4708    
4709     Abigail
4710     %%
4711     perly gates - The way to perl; Enter hackerdom.
4712    
4713     perly Gates - Contradictio in Terminis.
4714    
4715     Martien
4716     %%
4717     Ren hat weder von Sinnhaftigkeit noch von Kausalität geschrieben, sondern
4718     nur von Logik. Logik und Kausalität sind in unserem (normalen) Denken zwar
4719     eng miteinander verknüpft, sind aber nicht dasselbe. Sinn ist hingegen noch
4720     etwas Drittes und ganz verschiedenes! "Sinn" bedeutet mindestens, daß eine
4721     Sache eine gewisse Richtung hat, wie in "Uhrzeigersinn". Meistens bedeutet
4722     Sinn aber, daß eine Sache einen bestimmten Zweck erfüllt. Auch darf man
4723     nicht "verursachen" mit "begründen" verwechseln, weil die beiden
4724     unterschiedlich sind. Die Existenz muß auch keinen Sinn haben, um eine
4725     Ursache zu haben. Das sind zwei völlig voneinander unabhängige Sachen. Die
4726     Existenz hat einen Sinn, also eine Richtung, wenn wir unserer Existenz eine
4727     Richtung geben. Dieser Sinn kann auf etwas abzielen, was außerhalb unserer
4728     selbst steht, muß aber nicht... Sie kann auch einen Sinn haben, der schon da
4729     war, bevor wir uns danach ausgerichtet haben - von all dem schreibt Ren aber
4730     nicht. ;)
4731    
4732     Worauf Ren wohl hinaus wollte, ist, daß wenn die Logik des begrenzten Raumes
4733     nicht gilt, daß dann die Logik schlechthin hinfällig wird und so jedes Sein
4734     fragwürdig wird. Das ist aber nicht der Fall, da die Logik, die er von den
4735     Grenzen des Raumes aufstellt, gar keine wirkliche Logik ist, sondern nur die
4736     Grenzen des menschlichen Verstandes zeigt. Er kann sich nicht vorstellen,
4737     daß außerhalb der Grenzen des Raumes "Nichts" ist, weil man sich als Mensch
4738     das Nichts nicht vorstellen kann.
4739    
4740     Darüber hinaus meinte er, daß die "Existenz unlogisch" würde. Dieser Satz
4741     ist vollkommen unverständlich. Denn entweder ist etwas, oder es ist nicht.
4742     Das ist auch schon die ganze Logik einer Existenz. (Aristoteles: Satz vom
4743     ausgeschlossenen Dritten) Unlogisch wäre, wenn etwas ist, das nicht ist oder
4744     wenn etwas nicht ist, das ist.
4745    
4746     Von der Unfähigkeit des Menschen, sich einen unbegrenzten aber endlichen
4747     Raum (oder wie auch immer der Weltraum nun aussieht) vorzustellen auf die
4748     "Unlogik der Existenz" zu schließen, ist aber wohl nicht ganz möglich, zumal
4749     eine Existenz nicht unlogisch sein kann. Was sollte das auch heißen? Daher
4750     ist das Problem, das Ren aufwirft, nur ein Scheinproblem. Die Existenz an
4751     sich wird nicht in Frage gestellt dadurch, daß man sich etwas - egal was -
4752     nicht vorstellen kann. Er verwechselt die Begriffe "unlogisch" und
4753     "unvorstellbar".
4754    
4755     Thomas.Decker@lrz.uni-muenchen.de
4756     %%
4757     Marcel Richter wrote:
4758     > Marcel Richter - IQ: 3538327
4759     ^^^
4760     fehlt da nicht irgendwo ein Komma.... =?-)
4761     %%
4762     The X server has to be the biggest program I've ever seen that doesn't
4763     do anything for you. --Ken Thompson
4764     %%
4765     linux-2.1.92/fs/autofs/root.c:
4766     printk("autofs: trying to recover, but prepare for Armageddon\n");
4767     %%
4768     >>Vincent DiPietro, the discoverer of the face on mars, has thrown in
4769     >>the towel, and said that the face on mars is a pile of rocks.
4770     >Was sollte es denn sonst sein?
4771    
4772     An artificial pile of rocks.
4773     %%
4774     > ps: mal nebenbei: eine unbekannte variable beim analysieren des
4775     > marsgesichtes ist es, dass mensch gar nicht weiss, wie die lebende,
4776     > gedachte oder sonstige vorlage eigentlich aussieht. dazu kommt natuerlich
4777     > noch das fehlende wissen um die intention des "kuenstlers", ob er
4778     > beispielsweise nur aspekte bzw. partien eines gesichtes integrieren wollte
4779     > - und natuerlich, ob es ueberhaupt kunst ist:)
4780    
4781     Ganz genau. Und das Matterhorn ist eine palaeoimpressionistische Studie des
4782     Geruchsorgans der Rasse der Ciabattanimalier. Aber das wussten hier
4783     sicherlich schon alle. Das ganze Universum ist ausserdem eigentlich nur ein
4784     grosser Flipperautomat.
4785    
4786     Christoph Schulte Moenting - ubec@rz.uni-karlsruhe.de
4787     %%
4788     > Kris Weilemann schrieb
4789     >
4790     > >MIR ging es neulich aehnlich. Ich wurde von Ausserirdischen entfuehrt.
4791     > >Ich wurde eingesperrt in einem dunklem Raum mit langen Sitzreihen und mit
4792     > >einer Popcorn-artigen Substanz gefuettert. Nach 2 Stunden war alles
4793     > >vorbei. Einen Tag spaeter stellte ich fest, dass mir 18 Mark im
4794     > >Geldbeutel fehlten. Ist das nicht krass? -Kris.
4795     %%
4796     ... Jazz ist nicht nur das erfolgreichste, sondern auch das einzige originäre Kunstgenre,
4797     daß die USA jemals hervorgebracht haben.
4798    
4799     "Apropos Musik", HR2 am 16.4.98
4800     %%
4801     http://www.rsw.com/
4802    
4803     The Unix shell as a 4GL
4804    
4805     Unix provides hundreds of programs that can be piped together to easily
4806     perform almost any function imaginable. Nothing comes close to providing the
4807     functions that come standard with Unix. Programs and philosophies carried
4808     over from other systems put walls between the user and Unix, and the power
4809     of Unix is thrown away. The shell, extended with a few relational operators,
4810     is the fourth generation database scripting language most appropriate to the
4811     Unix environment.
4812     %%
4813     Perl is incredibly difficult to parse. For example, what's the difference
4814     between these:
4815    
4816     time /3 ;#/; print "hello";
4817     sin /3 ;#/; print "goodbye";
4818    
4819     Right. The first one is time divided by 3, and the print is in a comment.
4820     The second one is the sin of the result of a regular expression match for "3
4821     ;#", and the print gets executed!
4822    
4823     There's no pure BNF in the world that'll handle that. And remember, with
4824     "use" and prototypes available, whether you parse something like "sin" or
4825     "time" depends on its definition in some other file, somewhere in the galaxy
4826     (or even decided by Perl code in a BEGIN block, that evals a prototype!).
4827    
4828     Which led Larry to say at one point: "the only thing that can parse Perl is
4829     'perl'".
4830    
4831     --
4832     Randal L. Schwartz
4833     %%
4834     Ronald J Kimball <rjk@coos.dartmouth.edu> writes:
4835    
4836     > Pascal AMRAM wrote:
4837     > > Subject: MSEXCHANGE / OUTLOOK
4838     >
4839     > So here I am trying to figure out what an M sex change is....
4840    
4841     It's obviously the opposite of an F sex change. HTH.
4842    
4843     --
4844     Jonathan Feinberg jdf@pobox.com Sunny Brooklyn, NY
4845     %%
4846     The management (my cats) made me say this.
4847     %%
4848     uae-0.6.9/custom.c:800:
4849     write_log ("Program is torturing BPLCON1.\n");
4850     %%
4851     uae-0.6.9/src/memory.c:363
4852     write_log ("Your Amiga program just did something terribly stupid\n");
4853     %%
4854     Closures make sense in any programming language where you
4855     can have the return value of a function be itself a
4856     function, as you can in Perl. Note that some languages
4857     provide anonymous functions but are not capable of
4858     providing proper closures; the Python language, for
4859     example.
4860     %%
4861     When the only tool you own is a hammer, every problem begins to
4862     resemble a nail.
4863     %%
4864     > but all I get are 501 errors, method not supported. I am not 100% sure what
4865     > I did wrong.
4866    
4867     What you did wrong was post a microsoft server question to a perl
4868     newsgroup.
4869     %%
4870     I am trying to learn Perl on my Windows 97 system. In particular...
4871     %%
4872     >Es kamen Außerirdische, die Pyramiden bauten und andere Wunder
4873     >vollbrachten. Dafür wurden sie vergöttert. Diese außerirdischen bauten dann
4874     >wahrscheinlich auch die Cydonia Region.
4875    
4876     Etwa zehnmal zu oft 'Stargate' gesehen, was?
4877     %%
4878     >Die Menschheit kämpft seit Millionen von Jahren gegeneinander.
4879    
4880     Welche Hälfte ist denn da die grössere? :o)
4881     %%
4882     ...am still rebuilding after being hit with a clock changing virus it reset
4883     my clock to 2039 unfortunately for me my OS is beta 98 needless to say it
4884     expired instantly!!!
4885     %%
4886     From: Per Bothner <bothner@cygnus.com>
4887     To: Pal Engstad <engstad@hunt.inmet.com>
4888    
4889     > Linus Torvalds requires that all code in the source is using a tab
4890     > length of 8 spaces, and he also states that you are a bad programmer
4891     > if you write code with more than 3 indentation levels.
4892    
4893     I didn't know that Linus Torvalds has done research on programming styles.
4894     He much have, since why else would you have the audacity quote him as
4895     an authority, on a list where there are dozens of people with more
4896     than double Linus's programming experience?
4897    
4898     > This has caused the code to be fairly easy to read and maintainance is
4899     > pretty straight forward.
4900    
4901     Irrelevant - a kernel is a lot simpler than an optimizing compiler,
4902     in terms of complexity of algorithms and data structures.
4903     %%
4904     Nach der Diskussion muss ich akzeptieren, dass die juengst erfolgte
4905     Erdbeschleunigung von - 0,6 auf - 0,4 Millisekunden kein zwingender Beweis
4906     fuer einen Permanentantrieb ist. Aber: In letzter Zeit kommt es bei mir immer
4907     wieder vor, dass ich Dinge einfach weiss. Selbst wenn ich sie nicht begruenden
4908     kann. Ich weiss trotzdem dass sie stimmen muessen und der Antrieb existiert.
4909     Mit der Zeit findet sich dann auch die Begruendung.
4910     %%
4911     Wir suchen neue AussenMitarbeiterInnen... (S.Pernar@Link-Goe)
4912     %%
4913     hyperltext (hy'perl-text), n. double-quotish-interpolated hypertext markup:
4914     Example:
4915     print qq[[<LI><A HREF="$self->[[url]]">@[[[ucfirst $self->[[title]]]]]</A>\n]];
4916     %%
4917     liperlsuction: What happens to any script longer than 10 lines once
4918     Randal gets his hands on it
4919     %%
4920     Uperl Volta - country where perl programmers control the electricity.
4921     %%
4922     > Anybody successfully installed the win32 version of Perl?
4923    
4924     No! Millions of people don't use perl on win32 machines. You may be the
4925     first if you get it working.
4926     %%
4927     > Macintosh.
4928     > Think different.
4929    
4930     Think Again.
4931     %%
4932     Bill.Cilnton@dyselxia.com
4933     %%
4934     tsatan@hotmail.com writes:
4935     > Why does perl have the "push" and "unshift" functions? ...
4936     > push @nums, 4; is the same as @nums = (@nums, 4);
4937    
4938     What do you want, Scheme? ;)
4939     %%
4940     # There is this special biologist word we use for 'stable'.
4941     # It is 'dead'. -- Jack Cohen
4942     %%
4943     | I am returning this otherwise good typing paper to you because
4944     | someone has printed gibberish all over it and put your name at the
4945     | top.
4946     %%
4947     I had a student ask about the UN9 operating system. I didn't understabd what
4948     he was talking about so he wrote UNIX on the board.
4949     %%
4950     On 1 Apr 98 17:34:23 GMT, Schulung7 wrote:
4951     ^^^^^^^^^
4952     >Was haltet ihr vom UFO-Absturz in Rosswell?
4953    
4954     Nichts. Und jetzt geh woanders spielen.
4955     %%
4956     >Kann man hier irgendwie mal die UFOs reinbringen, um die es in dieser NG
4957     >gehen soll?
4958    
4959     Nein, der Datentyp wäre inkompatibel. UFOs sind per Definitionem
4960     materielle Objekte (obwohl das zur Zeit fraglich ist ;-), die sich in
4961     diesem Medium nicht austauschen lassen.
4962     %%
4963     Wer redet hier denn von der "Hui Hui"? Ich sprach von "Hui! Hui!".
4964     %%
4965     >> nein...ist kein Sender. Eine taiwanesische Sekte hat behauptet, daß am
4966     >> 25.3. auf allen TVs der Welt Gott auf Kanal 18 erscheinen würde.
4967     >> Ist natuerlich nicht eingetreten.
4968     >
4969     >Aber unsere Haus-Sat-Anlage geht seither nicht mehr.
4970    
4971     Ein Zeichen! Er hat uns ein Zeichen gegeben! Zieht alle euren linken
4972     Schuh aus!
4973     %%
4974     >Klingt nach Erdstillstand.
4975    
4976     Ich bin entsetzt. Man hat hoffentlich sofort Wiederbedrehungsmaßnahmen
4977     eingeleitet?
4978     %%
4979     Mars Global Surveyor Imaging Schedule
4980    
4981    
4982     First opportunity
4983     Approximate
4984     Orbit Internet
4985     Date Time (UTC/Pacific) Number Target Posting
4986    
4987     4-3-98 09:58/1:58 a.m. 216 Viking Lander 1 April 6
4988     4-3-98 21:37/1:37 p.m. 217 Viking Lander 2 April 7
4989     4-4-98 09:16/1:16 a.m. 218 Mars Pathfinder April 7
4990     4-5-98 08:33/12:33 a.m. 220 Cydonia April 6 (mid-a.m.)
4991    
4992     Second opportunity
4993     Approximate
4994     Orbit Internet
4995     Date Time (UTC/Pacific) Number Target Posting
4996    
4997     4-12-98 15:23/ 8:23 a.m. 235 Viking Lander 1 April 14
4998     4-13-98 03:01/ 8:01 p.m. 236 Viking Lander 2 April 15
4999     4-13-98 14:40/ 7:40 a.m. 237 Mars Pathfinder April 15
5000     4-14-98 13:57/ 6:57 a.m. 239 Cydonia April 14 (mid-p.m.)
5001    
5002     Third opportunity
5003     Approximate
5004     Orbit Internet
5005     Date Time (UTC/Pacific) Number Target Posting
5006    
5007     4-21-98 20:45/1:45 p.m. 254 Viking Lander 1 April 23
5008     4-22-98 08:23/1:23 a.m. 255 Viking Lander 2 April 24
5009     4-22-98 20:02/1:02 p.m. 256 Mars Pathfinder April 24
5010     4-23-98 19:18/12:18 p.m. 258 Cydonia April 24 (mid-a.m.)
5011    
5012     %%
5013     > >2. Der Menschheit ist durch Inzucht entstanden. Laut biologischem
5014     > >Wissen, unwahrscheinlich, da Mutation und Mißbildungen auftreten
5015     > >würden.
5016     >
5017     > Vermutung: Das ist auch aufgetreten. Siehe levitische "Gesetze" zur
5018     > "Behandlung" von "Aussatz" insb. im 3. "Mose". Die hatten schon Probleme.
5019     Sag mal, bei Dir piepts wohl nicht mehr richtig! Aussatz, heute besser
5020     unter dem Namen Lepra bekannt, ist keine Erbkrankheit. Es ist eine
5021     (heute heilbare) Infektionskrankheit, verursacht durch Bakterien.
5022     Also nichts von Inzucht, wie Du das in Deinem latenten Rassenwahn
5023     implizierst.
5024     %%
5025     > You might please start up with reading more than one sentence - a skill
5026     > quite familiar in Europe, but as it seems not in the USA.
5027     %%
5028     Yup. Instead of crashing Xservers, now you have crashing kernels.
5029     Big improvement.
5030     %%
5031     -- "Hey look, this new card is for windows and only $xx!"
5032     -- "Yes, but it's braindead and will hurt your performance. Take that one
5033     over there. Besides, it's not an ope.."
5034     -- "Why that one?"
5035     -- "Because it's better, sinc.."
5036     -- "But I can do the same with this one, it's cheaper, and its for windows!"
5037     %%
5038     In der Klinik, in der ich mal arbeiten musste, hatten wir einen echten
5039     Koenig Ludwig II und mindestens fuenf Stueck Jesus - sowas gibts halt,
5040     wenn Du verstehst, was ich meine.
5041     %%
5042     > Hast Du mal einen Stein beobachtet, der eine Unzahl komplexer
5043     > Vorgaenge paresentiert, einschliesslich der Hervorbringung
5044     > etlicher Lebensformen?
5045    
5046     Jepp. Ist nur ein Problem mit der Definition von "zahlreich".
5047    
5048     > Hast Du mal einen Steinen beobachtet, der sich mal eben
5049     > "verwandelt", und auf dem dann lauter Wesen rumkrabbeln,
5050     > die aus ihm selbst entsprungen sind?
5051    
5052     Klar doch. Ist nur ein Problem mit der Definition von "lauter".
5053    
5054     > Ueberspitzt: Hast Du mal einen Steinen beobachtet, der
5055     > ploetzlich zum Lebewesen wird und Dich fragt, wer oder was
5056     > er eigentlich ist?
5057    
5058     Tja, da hören die Übereinstimmungen auf. Ich dachte Du meinst
5059     Erwin Stein. Den kenne ich. Der hat zwei Kinder. Die krabbeln
5060     ab und zu auf ihm herum. Der ist aber nicht plötzlich zum Le-
5061     bewesen geworden, sondern den gibt es nun schon ein wenig
5062     länger. Und er hat mich auch noch nie gefragt, wer oder was
5063     er eigentlich ist. Zumindest nicht in einem Zustand, den man
5064     als "normal" bezeichnen könnte. So wird das anscheinend nix.
5065     Ciao
5066     Stefan
5067     %%
5068     "These download files are in Microsoft Word 6.0 format. After
5069     unzipping, these files can be viewed in any text editor, including
5070     all versions of Microsoft Word, WordPad, and Microsoft Word Viewer."
5071     (http://www.microsoft.com/hwdev/pc99.htm)
5072     %%
5073     Video cards have write-only registers. (of course that is bad design) Let's
5074     say that register 13 is write-only, as is common. It holds an index that
5075     determines what register 69 (also write-only) actually changes. If you write
5076     to register 13 while the accelerator is active, you lock the PCI bus. You
5077     can't determine if the accelerator is active without reading from register
5078     42, but you can't interpret the contents of that register correctly without
5079     knowing what the last accelerator command was. Reading from register 13 gets
5080     you some useless (unrelated) info and _also_ toggles the accelerator on and
5081     off.
5082     %%
5083     Join the Army,
5084     Meet interesting people,
5085     Kill them.
5086     %%
5087     > Wie entsteht Materie? Ich koennte mir vorstellen, dass Energie in Materie
5088     > umwandelbar ist.
5089    
5090     E=m*c^2 (Schon mal gehoert?) (Schon mal verstanden??)
5091     %%
5092     >nach der die Pygmäen geheime UFO-Basen in ausgehöhlten Baumstämmen
5093     >unterhalten (Vorsicht: das war ein Witz :-) ).
5094     %%
5095     > (Bernhard Nahrgang) wrote:
5096     >
5097     > >> Logische Annahme: Die Erde waechst entweder kontinuierlich, oder periodisch
5098     > >> ruckartig.
5099     > >wie kann jemand mit dem IQ von 130 nur SO SELTEN BLOEDE sein??
5100     >
5101     > Norbert ist nicht selten blöde...
5102    
5103     :-)
5104     %%
5105     SAT 1 Teletext: Ein Asteroid mit einem Durchmesser von fast einem Kilometer
5106     rast mit großer Geschwindigkeit auf die Erde zu. US-Astronomen befürchten:
5107     "XF11" könnte im Jahr 2028 auf der Erde einschlagen. Die Folgen wären
5108     verheerend. "Der rasende Stein aus dem All ist eine Gefahr", warnt Jack G.
5109     Hills vom US-Kernforschungszentrum Los Alamos: "Wenn er die Erde trifft,
5110     wird er die Sprengkraft von 320.000 Megatonnen Dynamit haben." Das
5111     entspricht dem Zweimillionenfachen der Atombombe...
5112    
5113     ARD/ZDF Teletext: ASTEROID MIT KURS AUF ERDE ENTDECKT Amerikanische
5114     Astronomen haben einen Asteroiden ausgemacht, der in 30 Jahren der Erde
5115     gefährlich nahekommen wird. Die Gefahr, daß der Asteroid einschlagen wird,
5116     sei gering, aber auch nicht völlig auszuschließen. Nach derzeitigen
5117     Berechnungen wird der Asteroid mit der Bezeichnung "1997 XF11" am 26.Oktober
5118     2028 unserem Planeten am nächsten kommen. "1997 XF11" hat etwa einen
5119     Durchmesser von 1,6 Kilometern. Erstmals käme ein Objekt dieser Größe der
5120     Erde so nahe, hieß es in dem Bericht der Internationalen Astronomischen
5121     Union.
5122    
5123     RTL Teletext: Himmelskörper rast auf Erde zu Ein Asteroid wird im Jahr 2028
5124     der Erde gefährlich nahe kommen. Amerikanische Wissenschaftler haben die
5125     Chance eines Zusammenpralls auf eins zu tausend berechnet. Sollte der
5126     Asteroid, der einen Durchmesser von 1,8 Kilometern hat, aufprallen, könnte
5127     er eine gigantische Flutwelle auslösen, so die Forscher. Auch ein genaues
5128     Datum haben die Wissenschaftler schon errechnet: Von Europa aus wäre das
5129     Naturschauspiel am 26. Oktober 2028 zu beobachten.
5130     %%
5131     * Linux Viruscan.....
5132     Windows 95 Found Remove it ? (Y/y)
5133     %%
5134     >>Hmm, welche Behauptungen entsprechen denn deiner Meinung nach der
5135     >>Realität?
5136     >>
5137     >>Das es das FBI wirklich gibt?
5138     >>Das Scully frigide ist, und deshalb mit Mulder nichts anfangen möchte?
5139     >>Das Mulder homosexuell ist, und deshalb mit Scully nichts anfangen möchte?
5140     >>Das der CSM einen Vertrag mit Marlb*ro hat?
5141     >
5142     >Hinter diesen "Fragen" erkenne ich z.B. eine gut bekannte Strategie. Die
5143     >FBI-Frage ist bewusst absurd. Das Abgleiten ins Sexuelle hat ebenfalls
5144     %%
5145     "'You're a Cirrus. You're crap. I'm an S3. I rule. Thank you and please drive through.'"
5146     %%
5147     > How could you have perl take a set of numbers (1,2,3,4) and put them
5148     > into a random order???
5149     >
5150    
5151     @array=qw(1 2 3 4);
5152     print "@array[1,3,2,0]\n";
5153    
5154     I've checked this against other possible random orderings
5155     of these numbers, and this ordering is at least as random as
5156     any of the other possible ones. The benefit of this one being
5157     that it begins with the number 2, which is my favorite random
5158     number less than 42.
5159     %%
5160     From what I am reading Win98 and NT5.0 will be getting rid of all that
5161     crap anyway. Seems that Microsoft has invented something called TCP/IP and
5162     another really revolutionary concept called DNS that eliminates the
5163     netbios crap too. All that arping from browsers is going to go away.
5164     I also hear rumors that they are on the verge of breakthrough discoveries
5165     called NFS, and LPD too. Given enough time and money, they might
5166     eventually invent Unix.
5167     %%
5168     In Germany, where typeface design has always been a significant part of
5169     the cultural heritage, and where typefounding has remained an important
5170     business, there are more than one kind of copyright-like protections for
5171     typefaces. Certain long-standing industrial design protection laws have
5172     been used to protect typeface designs in litigation over royalties and
5173     plagiarisms. Further, there is a recent law, the so-called
5174     "Schriftzeichengesetz" enacted in 1981, that specifically protects
5175     typeface designs. New designs are registered, as is done with
5176     copyright in most countries. This law only protects new, original
5177     designs. It is available to non-German designers and firms. Therefore,
5178     some type firms and designers routinely copyright new designs in West
5179     Germany. This gives a degree of protection for products marketed in
5180     Germany. Since multinational corporations may find it cheaper to
5181     license a design for world-wide use rather than deal with a special case
5182     in one country, the German law does encourage licensing on a broader
5183     scale than would initially seem to be the case.
5184     %%
5185     [linux processes vs. nt/solaris threads]
5186     Rob Pike pointed out that the solution to slow process creation is
5187     faster process creation, not another kernel abstraction.
5188     %%
5189     Does anybody know how to communicate between a PC and a modem,
5190     using a Perl CGI script?
5191     %%
5192     >I really don't know crap about PERL. How is it different from JAVA?
5193    
5194     One tiny difference: Java can crash your browser. It happened to me last
5195     week.
5196     %%
5197     Brieweb> I heard Randal Schwartz say he could write an entire httpd server in 90 lines
5198     Brieweb> of PERL.
5199     No, that's an http *proxy* server. A simple web server is much shorter.
5200     From "perldoc HTTP::Daemon"...
5201     [Randal Schwartz]
5202     %%
5203     But the possibility of abuse may be a good reason for leaving
5204     capabilities out of other computer languages, it's not a good reason
5205     for leaving capabilities out of Perl.
5206     [Larry Wall in `Macros'. [[perl5-porters]]]
5207     %%
5208     Yes: Java's main advantage over Perl is that it's hard to use for casual
5209     programmers, so keeps all but the most intrepid programmers away from it.
5210     It has no decent support for string processing, allowing you to spend
5211     hours at useless debugging. It has a very restrictive and static system
5212     to make sure you don't try anything interesting. It makes sure that you
5213     use objects, by golly, because James Gosling said so. It's easy for C++
5214     programmers to use, and hard for shell or BASIC programmers to use. It
5215     also only runs on a few systems, locking its customers into a a closed
5216     system and restricting their options.
5217     [Tom Christiansen in `Java Vs. Perl']
5218     %%
5219     <Bill_Gates> Where do you want to go today?
5220     <Phase_5> Where do go tomorrow?
5221     <BlueFlux> Where were you yesterday?!?!
5222     %%
5223     "It's not to control, but to protect the citizens of Singapore. In our
5224     society, you can state your views, but they have to be correct."
5225     Ernie Hai
5226     Coordinator of Singapore Government Internet Project
5227     %%
5228     : I very much prefer a useful error message than a "it produced the wrong
5229     : results" report from the users.
5230    
5231     if i got even "it produced the wrong results" from our users, i would
5232     be in 7th heaven. ours often mail us with such insightful requests as
5233     "can you tell me my email address?" no, sorry, that should be "CAN U
5234     TEL ME MY E MAIL ADRES DUDE?!!!?? HURRY!!!"
5235     %%
5236     There are many intelligent species in the Universe.
5237     They are all owned by cats.
5238     %%
5239     Why dignify your unsustainable, unjustifiable, unprovable feeble
5240     attempts at character assassination with anything resembling a reply?
5241     You only make yourself look foolish by mouthing off like that.
5242     %%
5243     From: L & K Olson <kolson@mbnet.mb.ca>
5244     Subject: If they wrote error messages in haiku ...
5245    
5246     Yesterday it worked
5247     Today it is not working
5248     Windows is like that
5249     - - -
5250     wind catches lily
5251     scatt'ring petals to the wind:
5252     segmentation fault
5253     - - -
5254     Three things are certain:
5255     Death, taxes, and lost data.
5256     Guess which has occurred.
5257     - - -
5258     A file that big?
5259     It might be very useful.
5260     But now it is gone.
5261     - - -
5262     Windows NT crashed.
5263     I am the Blue Screen of Death.
5264     No one hears your screams.
5265     - - -
5266     Errors have occurred.
5267     We won't tell you where or why.
5268     Lazy programmers.
5269     - - -
5270     Seeing my great fault
5271     Through darkening blue windows
5272     I begin again
5273     - - -
5274     The code was willing,
5275     It considered your request,
5276     But the chips were weak.
5277     - - -
5278     Printer not ready.
5279     Could be a fatal error.
5280     Have a pen handy?
5281     - - -
5282     Server's poor response
5283     Not quick enough for browser.
5284     Timed out, plum blossom.
5285     - - -
5286     Chaos reigns within.
5287     Reflect, repent, and reboot.
5288     Order shall return.
5289     - - -
5290     Login incorrect.
5291     Only perfect spellers may
5292     enter this system.
5293     - - -
5294     This site has been moved.
5295     We'd tell you where, but then we'd
5296     have to delete you.
5297     - - -
5298     ABORTED effort:
5299     Close all that you have.
5300     You ask way too much.
5301     - - -
5302     First snow, then silence.
5303     This thousand dollar screen dies
5304     so beautifully.
5305     - - -
5306     With searching comes loss
5307     and the presence of absence:
5308     "My Novel" not found.
5309     - - -
5310     The Tao that is seen
5311     Is not the true Tao, until
5312     You bring fresh toner.
5313     - - -
5314     The Web site you seek
5315     cannot be located but
5316     endless others exist
5317     - - -
5318     Stay the patient course
5319     Of little worth is your ire
5320     The network is down
5321     - - -
5322     A crash reduces
5323     your expensive computer
5324     to a simple stone.
5325     - - -
5326     There is a chasm
5327     of carbon and silicon
5328     the software can't bridge
5329     - - -
5330     To have no errors
5331     Would be life without meaning
5332     No struggle, no joy
5333     - - -
5334     You step in the stream,
5335     but the water has moved on.
5336     This page is not here.
5337     - - -
5338     No keyboard present
5339     Hit F1 to continue
5340     Zen engineering?
5341     - - -
5342     Hal, open the file
5343     Hal, open the damn file, Hal
5344     open it, please Hal
5345     - - -
5346     Out of memory.
5347     We wish to hold the whole sky,
5348     But we never will.
5349     - - -
5350     Having been erased,
5351     The document you're seeking
5352     Must now be retyped.
5353     - - -
5354     The ten thousand things
5355     How long do any persist?
5356     Netscape, too, has gone.
5357     - - -
5358     Rather than a beep
5359     Or a rude error message,
5360     These words: "File not found."
5361     - - -
5362     Serious error.
5363     All shortcuts have disappeared
5364     Screen. Mind. Both are blank.
5365     %%
5366     "The obvious mathematical breakthrough would be development of an easy way
5367     to factor large prime numbers." -- Bill Gates from "The Road Ahead," p. 265.
5368     %%
5369     > What is the Windows equivalent of the first line used for
5370     > UNIX (#!/usr/local/bin/perl) that tells where the Perl interpreter is?
5371    
5372     Windows hasn't gotten quite as far in functionality as, say, BSD Unix in the
5373     early 1980s.
5374     %%
5375     > I have a chat script, that will work fine for a bit then after a while
5376     > the private messages will stop working. It might be because I changed
5377     > something, but chances are that isn't the case. I re-install a fresh
5378     > copy, paths are correct, and they still don't work
5379    
5380     I think you are experiencing GOVERNMENT CONTROL. You see, everyone
5381     with a chat script is being scrutinised by the department of CHAT
5382     control. Whenever they see some message they don't like, they
5383     introduce some little goblin called feature-creep in your program. if
5384     you have lots of these little devils, your program migth acquire so
5385     many new features that it just stops working.
5386    
5387     This also applies to Microsoft products.
5388    
5389     > Does it make sense for certain features to just not work?! If you can
5390     > help, or have suggestions, get back to me, PLEASE:)
5391    
5392     Yes, it makes perfect sense. Especially if they're features which
5393     really are bugs. And especially if they're 'private' messages. You
5394     know perfectly well that the government doesn't like private messages.
5395    
5396     Hope this explains what's going on
5397     Martien Verbruggen
5398     %%
5399     ...code? If you're on a misconfigured NT server (is that redundant?), you...
5400     %%
5401     X11R6.1-based free X server compiles, links and crashes under IRIX(TM).
5402     %%
5403     -------------- please bite here ------------- bitte hier abbeissen ---------
5404     %%
5405     "Frag mal, auf was fuer uptimes man kommt, wenn man Software-Entwicklung
5406     unter NT macht..." "Das koennen bis zu dreissig Minuten werden - in der
5407     Mittagspause." -- Andreas Bogk, Kai Fett, de.alt.sysadmin.recovery
5408     %%
5409     > ++ A lot of posters here have .sigs that include perl one liners.
5410     > ++ Is there a safe way to run them, and be assured that they wont
5411     > ++ damage and/or erase files? (or e-mail off my shadow file)
5412     >
5413     > Just make sure you understand it ;)
5414    
5415     I nominate Abigail for best response of the year with this one. Come to
5416     think of it, I nominate it for best response of next year, too.
5417     %%
5418     Your moderator will be spending the next week on a beach on a small island
5419     where the phones don't work very well, so there won't be any comp.compilers
5420     until the 28th. Any messages you send in will wait here until I get back and
5421     should be posted on March 1st or 2nd.
5422     %%
5423     But now, in comp.lang.perl.misc, you have a bunch of people who aren't
5424     even asking how to make the pieces fit together, but what the
5425     individual pieces are. ("How do I get my lego project to roll accross
5426     the table?" "You use one of those pieces that have the wheels
5427     attached.") Or questions that aren't about building at all. ("The
5428     motor stopped moving. How do I get it to start again?" "The batteries
5429     are probably dead. You can buy new batteries at any department or
5430     convienience store.")
5431     %%
5432     : how do i make my perl script run?
5433     Get up at 91 minutes before dawn, clothe yourself in neon green body
5434     %%
5435     for some reason Windoze users don't seem to expect docs to come with an archive
5436     %%> ToiLeTGoD
5437    
5438     Well, well.. I always wondered who/what made that flush thingy work.
5439     Pretty cool name, dude. (not)
5440     %%
5441     Ummm...create "comp.lang.perl.wizards", make it moderated and all posts,
5442     including xposts, go into /dev/null. Most FAQers won't have the Usenet
5443     background to understand that such groups are either a) a wasteland
5444     populated (briefly) by persons like themselves, or b) point to /dev/null.
5445     %%
5446     Lazy people never bother to actually read the manual. Instead they (like
5447     kids) pick something with big, colorful buttons.
5448     -- Eugene Tyurin <gene@insti.physics.sunysb.edu>
5449     %%
5450     The Average Person's Axioms of First Order Predicate Logic:
5451     (A => B) => (B => A)
5452     (There exists) x A(x) => (For all) x A(x)
5453     (A => C) & (B => C) => (A => B) - Warren Vonroeschlaub
5454     %%
5455     cal 9 1752
5456     %%
5457     Installing unix fixes the [VMS] bug.
5458     -Barry Shein
5459     %%
5460     And this horrible free-for-all will be left to children wondering around
5461     by themselves in the dark because they refuse to turn on the light and
5462     read the manual.
5463     %%
5464     "SPARC" is "CRAPS" backwards --Rob Pike
5465     %%
5466     I increasingly begin to understand why some universities require
5467     that its compsci majors study the Euclid's Prime Number Theorem,
5468     the Fundamental Theorem of Calculus, Cantor's Diagonalization Proof,
5469     Goedel's Incompleteness Theorem, and the ramifications of Halting Problem
5470     in everyday life. These may not be involved in daily programming, but
5471     it helps develop a rigorous mind. And it gives those who would progress
5472     from typist to word-processor devotee to HTML documenter to CGI scripter
5473     to distributed multithreaded operating systems design specialist cause
5474     for pause. You just can't do that without proper training.
5475     %%
5476     comp.lang.perl.i'm-from-microsoft-so-won't-read-documentation
5477     %%
5478     I suggest you install a newsserver, and keep a local spool. Anything else
5479     is too much work, and fairly silly. The Internet has catupulted even
5480     the Wintel victims past the days of BBS toys.
5481     %%
5482     > Help help! Pls advise me thru email.
5483    
5484     I advise you to buy a new keyboard; one that has all the keys you
5485     need.
5486     %%
5487     Christian Fundamentalism: The doctrine that there is an absolutely
5488     powerful, infinitely knowledgeable, universe spanning entity that is
5489     deeply and personally concerned about my sex life.
5490     %%
5491     I find the first particularly useful in destroying the miswrapped
5492     lines stemming from brain-damaged "it's just another word processor"
5493     newsreaders. You know,
5494     those postings that always seem to go to the edge of the line and then
5495     back
5496     again to the start, as this paragraph has. These are just too painful
5497     to read. Just kill them. It's not worth your time trying to figure
5498     out what they're saying.
5499     %%
5500     It is most annoying to receive junk mail describing how to purchase 93
5501     million addresses, while knowing that yours is one of them.
5502     %%
5503     I'm surprised Tom, how could it miss the "X-Mailer: Mozilla 4.01 [en] (WinNT;
5504     U)" header line? Personally, I find the attempted use of Netscape as a
5505     newsreader even worse then the attempted use of WinNT as an OS. :-)
5506    
5507     But the combination.... *sutters*
5508     %%
5509     Hm... my new killfile isn't detecting you're posting from Windows.
5510     Darn it.
5511     %%
5512     At least he didn't post in all caps.
5513     %%
5514     http://language.perl.com/CPAN-local/doc/FAQs/cgi/idiots-guide.html
5515     %%
5516     I think the biggest problem with M.S.A. is that the scripts work for Matt, but
5517     the majority of people trying to use them are from the
5518     "Wintel/AOL/FrontPage/push-a-button/HTML-is-programming/no-programming-required"
5519     school of non-learning. It isn't a problem with the code, per se, but with those
5520     trying to use it.
5521     %%
5522     "Linux can emulate an C64 on my AMDK6PR200 at full speed. Windows can't."
5523     %%
5524     cdog wrote:
5525     >
5526     > Is this group active?
5527     No.
5528    
5529     If you had spent half a second LOOKING at the group before posting, you
5530     probably could have come to that conclusion yourself.
5531    
5532     On a personal note, I died 3 years, 8 days, 5 minutes, 16 seconds, and
5533     345 milliseconds ago, but who's counting.
5534     %%
5535     "Security through obscurity is no security at all."
5536     -comp.lang.perl.misc newsgroup posting
5537     %%
5538     "Windows 95 will now attempt to blow chunks across your primary partition.
5539     Press any key to continue..."
5540     %%
5541     NT 5.0 is the last nail in the Unix coffin. Interestingly, Unix
5542     isn't in the coffin... It's wondering what the heck is sealing
5543     itself into a wooden box 6 feet underground...
5544     %%
5545     The Wall St Journal (1996-01-22, page 1) reported that Cuba is
5546     considering jumping across the International Date Line, just so that
5547     it's the first into the year 2000. So it's possible you'll have to
5548     adjust your travel plans.
5549     %%
5550     "Wo kämen wir hin, wenn alle sagten, wo kämen wir hin, und niemand ginge
5551     hin, um einmal zu schauen, wohin man käme, wenn man ginge." -- Kurt Marti
5552     %%
5553     The Takeuchi function is a popular benchmark of function calling due to its
5554     highly recursive nature. It's defined as:
5555    
5556     tak x y z = z, if y >= x
5557     = tak (tak (x-1) y z) (tak (y - 1) z x) (tak (z - 1) x y), otherwise
5558    
5559     For this benchmark, the function is invoked as:
5560    
5561     tak 18 12 6
5562     %%
5563     "Nobody will ever need more than 640k RAM!"
5564     -- Bill Gates
5565     "Windows 95 needs at least 8 MB RAM."
5566     -- Bill Gates
5567     "Nobody will ever need Windows 95."
5568     -- logical conclusion
5569     %%
5570     Year Name James Bond Book
5571     - ---- -------------------------------- -------------- ----
5572     50's James Bond TV Series Barry Nelson
5573     1962 Dr. No Sean Connery 1958
5574     1963 From Russia With Love Sean Connery 1957
5575     1964 Goldfinger Sean Connery 1959
5576     1965 Thunderball Sean Connery 1961
5577     1967* Casino Royale David Niven 1954
5578     1967 You Only Live Twice Sean Connery 1964
5579     1969 On Her Majesty's Secret Service George Lazenby 1963
5580     1971 Diamonds Are Forever Sean Connery 1956
5581     1973 Live And Let Die Roger Moore 1955
5582     1974 The Man With The Golden Gun Roger Moore 1965
5583     1977 The Spy Who Loved Me Roger Moore 1962 (novelette)
5584     1979 Moonraker Roger Moore 1955
5585     1981 For Your Eyes Only Roger Moore 1960 (novelette)
5586     1983 Octopussy Roger Moore 1965
5587     1983* Never Say Never Again Sean Connery
5588     1985 A View To A Kill Roger Moore 1960 (novelette)
5589     1987 The Living Daylights Timothy Dalton 1965 (novelette)
5590     * -- Not a Broccoli production.
5591     %%
5592     Windows NT: n.
5593     32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit
5594     operating system originally coded for a 4-bit microprocessor, written
5595     by a 2-bit company that can't stand for 1 bit of competition.
5596     %%
5597     Auf der Kiste läuft EHNIX, das ist ZUNIX kompatibel.