ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/docs/cites
Revision: 1.62
Committed: Mon May 20 14:01:19 2002 UTC (24 years, 4 months ago) by root
Branch: MAIN
Changes since 1.61: +29 -0 lines
Log Message:
*** empty log message ***

File Contents

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