ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/docs/cites
Revision: 1.34
Committed: Tue Oct 30 01:59:46 2001 UTC (24 years, 10 months ago) by root
Branch: MAIN
Changes since 1.33: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

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