Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.folklore.computers > #161132

Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY")

From Anne & Lynn Wheeler <lynn@garlic.com>
Newsgroups alt.folklore.computers
Subject Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY")
Date 2016-03-16 19:16 -0700
Organization Wheeler&Wheeler
Message-ID <87k2l1x316.fsf@garlic.com> (permalink)
References (16 earlier) <MPG.31511981f45fc56598a024@news.eternal-september.org> <62c7cbf6-0aaa-4c6d-a479-ec709263f5d4@googlegroups.com> <VYednTP-XrySDnTLnZ2dnUU7-L_NnZ2d@giganews.com> <87oaaexqmn.fsf@garlic.com> <gNydnfEUp629l3fLnZ2dnUU7-bPNnZ2d@giganews.com>

Show all headers | View raw


Jon Elson <elson@pico-systems.com> writes:
> Yes, the whole concept of CKD drives must have seemed really great in 1962 
> or so when the 360 was being described on paper.  But, clearly, long key 
> searches on the disk of a large, multiuser 360 was a horrible thing to do, 
> even on an all batch system.   Locking out the entire disk system for up to  
> a couple seconds totally defeated the idea of multiprocessing.
>
> A database system that used up some hunk of memory to enable it to find the 
> required record in a minimum number of seeks was certainly a better way to 
> do it.

re:
http://www.garlic.com/~lynn/submain.html#dasd

the trade-off beteween abundant I/O resources versus scarce/constrained
real memory in the 60s ... inverted in the 60s ... and i/o became
bottleneck and real storage was increasingly being used to compensate
for I/O bottleneck ... and multiprogramming/multithreading was
increasingly being used to overlap with i/o blocked execution (somewhat
analogous to modern hardware out-of-order execution ... where execution
proceeds with instruction that is not block by cache miss).

I was increasingly vocal by this ... by the early 80s, I was saying that
relative disk i/o system throughput had declined by an order of
magnitude over a period of 15years. Old posts with summary of comparison
(over 15yrs, number of years increased proportional to disk throughput
not processor/memory throughput)
http://www.garlic.com/~lynn/93.html#31 Big I/O or Kicking the Mainframe out the Door

note that CP67, VM370, CMS never made use of multi-track support, it was
always at least logical FBA ... even when using CKD disks (somewhat
heritage from CTSS).

Note that I could show at least three times increased I/O throughput
with my paged-mapped filesystem (in modest I/O constrained workload)
... but I did other enhancements.  CMS did synchronous I/O ... by
fiddling page tables, I could do asynchronous filesystem I/O ... while
preserving CMS synchronous semantics. I also implemented read-ahead and
write-behind as well as contiguous allocation and large congiquous block
transfers (it wasn't strictly page-mapped ... but page-mapped made it easier
to transparently implement such things w/o having large hits to CMS)
http://www.garlic.com/~lynn/submain.html#mmap
the adcon and address independent execution required lot more hits
http://www.garlic.com/~lynn/submain.html#adcon

I've periodically mentioned offering MVS people FBA support (which would
require operation w/o multi-track search and eliminate enormous
resources later required for CKD simulation on FBA long after CKD disks
stopped being made). I was told that even if I provided fully integrated
and tested FBA support, I would still need $26M business case
($200M-$300M incremental new disk sales) for education and training
... and since customers were already buying disks as fast as they could
be made, FBA support would just mean selling same amount of FBA in place
of CKD (precluding making any incremental $26M profit).

Some disk division/GPD executives took exception with the statement
about factor of ten times in decline in relative disk system throughput
and assigned the division performance group to refute the statement
... after a few weeks they came back and said that I had somewhat
understated the problem. They then respin the analysis for a SHARE
presentation (SHARE 63, Presentation B874) about how to configure disks
for improved throughput. past posts mentioning B874:
http://www.garlic.com/~lynn/2002i.html#18 AS/400 and MVS - clarification please
http://www.garlic.com/~lynn/2002i.html#46 AS/400 and MVS - clarification please
http://www.garlic.com/~lynn/2006f.html#3 using 3390 mod-9s
http://www.garlic.com/~lynn/2006o.html#68 DASD Response Time (on antique 3390?)
http://www.garlic.com/~lynn/2007s.html#5 Poster of computer hardware events?
http://www.garlic.com/~lynn/2009g.html#71 308x Processors - was "Mainframe articles"
http://www.garlic.com/~lynn/2009i.html#7 My Vintage Dream PC
http://www.garlic.com/~lynn/2009k.html#34 A Complete History Of Mainframe Computing
http://www.garlic.com/~lynn/2009k.html#52 Hercules; more information requested
http://www.garlic.com/~lynn/2009l.html#67 ACP, One of the Oldest Open Source Apps
http://www.garlic.com/~lynn/2010c.html#1 "The Naked Mainframe" (Forbes Security Article)
http://www.garlic.com/~lynn/2010h.html#70 25 reasons why hardware is still hot at IBM
http://www.garlic.com/~lynn/2010l.html#31 Wax ON Wax OFF -- Tuning VSAM considerations
http://www.garlic.com/~lynn/2010l.html#32 OS idling
http://www.garlic.com/~lynn/2010l.html#33 History of Hard-coded Offsets
http://www.garlic.com/~lynn/2010n.html#18 Mainframe Slang terms
http://www.garlic.com/~lynn/2011.html#35 CKD DASD
http://www.garlic.com/~lynn/2011.html#61 Speed of Old Hard Disks
http://www.garlic.com/~lynn/2011e.html#1 Multiple Virtual Memory
http://www.garlic.com/~lynn/2011p.html#5 Why are organizations sticking with mainframes?
http://www.garlic.com/~lynn/2011p.html#32 Has anyone successfully migrated off mainframes?
http://www.garlic.com/~lynn/2012b.html#73 Tape vs DASD - Speed/time/CPU utilization
http://www.garlic.com/~lynn/2012e.html#39 A bit of IBM System 360 nostalgia
http://www.garlic.com/~lynn/2012o.html#62 ISO documentation of IBM 3375, 3380 and 3390 track format
http://www.garlic.com/~lynn/2013m.html#72 'Free Unix!': The world-changing proclamation made 30 years agotoday
http://www.garlic.com/~lynn/2014l.html#90 What's the difference between doing performance in a mainframe environment versus doing in others
http://www.garlic.com/~lynn/2014m.html#87 Death of spinning disk?
http://www.garlic.com/~lynn/2015g.html#0 Miniskirts and mainframes
http://www.garlic.com/~lynn/2015h.html#110 Is there a source for detailed, instruction-level performance info?

past posts mentioning $26M issue
http://www.garlic.com/~lynn/2009e.html#61 "A foolish consistancy" or "3390 cyl/track architecture"
http://www.garlic.com/~lynn/2009j.html#73 DCSS ... when shared segments were implemented in VM
http://www.garlic.com/~lynn/2010k.html#10 Documenting the underlying FBA design of 3375, 3380 and 3390?
http://www.garlic.com/~lynn/2010m.html#4 History of Hard-coded Offsets
http://www.garlic.com/~lynn/2010n.html#14 Mainframe Slang terms
http://www.garlic.com/~lynn/2010n.html#65 When will MVS be able to use cheap dasd
http://www.garlic.com/~lynn/2011.html#23 zLinux OR Linux on zEnterprise Blade Extension???
http://www.garlic.com/~lynn/2011.html#35 CKD DASD
http://www.garlic.com/~lynn/2011b.html#47 A brief history of CMS/XA, part 1
http://www.garlic.com/~lynn/2011b.html#63 If IBM Hadn't Bet the Company
http://www.garlic.com/~lynn/2011e.html#35 junking CKD; was "Social Security Confronts IT Obsolescence"
http://www.garlic.com/~lynn/2011e.html#44 junking CKD; was "Social Security Confronts IT Obsolescence"
http://www.garlic.com/~lynn/2011j.html#57 Graph of total world disk space over time?
http://www.garlic.com/~lynn/2012g.html#19 Co-existance of z/OS and z/VM on same DASD farm
http://www.garlic.com/~lynn/2012j.html#12 Can anybody give me a clear idea about Cloud Computing in MAINFRAME ?
http://www.garlic.com/~lynn/2012n.html#65 Fred Brooks on OS/360 "JCL is the worst language ever"
http://www.garlic.com/~lynn/2012n.html#70 Under what circumstances would it be a mistake to migrate applications/workload off the mainframe?
http://www.garlic.com/~lynn/2012o.html#31 Regarding Time Sharing
http://www.garlic.com/~lynn/2012o.html#58 ISO documentation of IBM 3375, 3380 and 3390 track format
http://www.garlic.com/~lynn/2012o.html#64 Random thoughts: Low power, High performance
http://www.garlic.com/~lynn/2012p.html#32 Search Google, 1960:s-style
http://www.garlic.com/~lynn/2013.html#40 Searching for storage (DASD) alternatives
http://www.garlic.com/~lynn/2013c.html#68 relative mainframe speeds, was What Makes an Architecture Bizarre?
http://www.garlic.com/~lynn/2013d.html#2 Query for Destination z article -- mainframes back to the future
http://www.garlic.com/~lynn/2013f.html#80 The cloud is killing traditional hardware and software
http://www.garlic.com/~lynn/2013g.html#23 Old data storage or data base
http://www.garlic.com/~lynn/2013i.html#2 IBM commitment to academia
http://www.garlic.com/~lynn/2013n.html#54 rebuild 1403 printer chain
http://www.garlic.com/~lynn/2014.html#94 Santa has a Mainframe!
http://www.garlic.com/~lynn/2014b.html#18 Quixotically on-topic post, still on topic
http://www.garlic.com/~lynn/2014e.html#8 The IBM Strategy
http://www.garlic.com/~lynn/2014g.html#14 Is end of mainframe near ?
http://www.garlic.com/~lynn/2015.html#35 [CM] IBM releases Z13 Mainframe - looks like Batman
http://www.garlic.com/~lynn/2015f.html#86 Formal definituion of Speed Matching Buffer
http://www.garlic.com/~lynn/2015h.html#24 the legacy of Seymour Cray

-- 
virtualization experience starting Jan1968, online at home since Mar1970

Back to alt.folklore.computers | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-10 15:55 -0800
  Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") The New Other Guy <Newsgnus@gmail.com> - 2016-03-10 21:39 -0800
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 06:32 +0000
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-11 09:24 +0100
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 17:18 +0000
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-11 16:17 -0600
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-12 18:41 +0100
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 18:14 -0800
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-12 20:39 -0600
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 19:27 -0800
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 09:04 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-13 12:58 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:25 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-14 14:45 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 18:12 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:31 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:28 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 13:29 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dave Garland <dave.garland@wizinfo.com> - 2016-03-15 22:45 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:29 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-16 09:27 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 14:33 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-16 09:47 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 20:02 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 09:57 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:58 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-14 19:07 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-14 20:24 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 19:59 -0400
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-11 06:18 -0500
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bud Frede <frede@mouse-potato.com> - 2016-03-11 06:24 -0500
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 17:18 +0000
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-11 17:38 +0000
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-11 13:48 -0600
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-11 19:12 -0500
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Melzzzzz <mel@zzzzz.com> - 2016-03-12 02:20 +0100
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 18:02 -0800
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 03:09 -0500
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-12 09:20 -0800
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 15:53 -0500
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-12 16:27 -0800
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 19:13 -0800
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-12 22:30 -0500
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-13 11:33 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 13:46 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-13 17:41 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-13 18:13 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Sam Crean" <sg55443@gmail.com> - 2016-03-14 11:29 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") David Wade <dave.g4ugm@gmail.com> - 2016-03-14 08:51 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-13 22:00 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-14 00:20 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") David Wade <dave.g4ugm@gmail.com> - 2016-03-14 08:54 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 07:12 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:31 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 23:50 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:29 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Alfred Falk <falk@arc.ab.ca> - 2016-03-14 20:13 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 18:36 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-15 17:53 -0300
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-15 19:55 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Joy Beeson <jbeeson@invalid.net.invalid> - 2016-03-15 22:10 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-15 22:58 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 21:51 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:33 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Stan Barr <plan.b@bluesomatic.org> - 2016-03-16 08:21 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 19:29 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 08:57 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 11:15 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-16 07:14 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 17:22 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "Joe Morris" <j.c.morris@verizon.net> - 2016-03-16 20:05 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-17 08:02 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-16 06:51 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-16 02:18 -0300
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:34 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:05 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-16 06:51 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-13 23:00 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-13 19:52 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 13:43 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-14 14:15 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-15 05:58 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 10:03 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:23 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:44 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 08:12 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 09:36 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ahem A Rivet's Shot <steveo@eircom.net> - 2016-03-15 10:52 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:27 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:43 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:27 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-14 19:52 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 00:37 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 13:14 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-14 12:53 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 16:23 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 17:17 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-14 20:03 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 19:31 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-14 22:15 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 09:43 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 16:11 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 14:56 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:18 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 15:49 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 16:07 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 09:44 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:22 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 18:12 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 11:52 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 11:42 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Sam Crean" <sg55443@gmail.com> - 2016-03-15 08:37 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 18:08 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-15 01:18 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 21:53 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:16 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-15 22:23 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 16:25 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:08 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-16 14:36 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Andrew Swallow <am.swallow@btinternet.com> - 2016-03-16 14:40 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Andrew Swallow <am.swallow@btinternet.com> - 2016-03-16 14:36 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 14:40 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-17 07:22 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-16 15:35 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") pechter@cobalt.pechter.dyndns.org (William Pechter) - 2016-03-16 21:04 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "hanja" <hanja228@gmail.com> - 2016-03-17 08:56 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-16 17:09 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "hanja" <hanja228@gmail.com> - 2016-03-17 11:57 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-17 07:18 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Jim Bank" <jb410@gmail.com> - 2016-03-16 13:25 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 23:32 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-16 02:33 -0300
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Mike Spencer <mds@bogus.nodomain.nowhere> - 2016-03-17 03:31 -0300
                Re: You count as an old-timer if (was Re: Origin of the phrase  "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-17 07:28 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-16 13:02 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-17 07:15 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-17 16:08 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:33 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reisrad <first@last.name.invalid> - 2016-03-14 23:18 +0100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 16:23 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:39 -0500
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:44 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "J. Clarke" <j.clarke.873638@gmail.com> - 2016-03-14 19:55 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:35 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-15 18:30 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 12:14 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 11:24 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 12:08 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 10:46 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-16 20:36 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-16 19:16 -0700
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 16:37 -0800
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-12 18:59 -0800
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-13 12:10 +0000
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 11:49 -0700
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-14 20:15 +0000
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:35 +0100
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-11 13:43 -0600
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-12 11:30 -0500
  Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Anne & Lynn Wheeler <lynn@garlic.com> - 2016-03-11 12:04 -0800
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-11 22:05 +0000
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-12 13:34 +0000
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Huge <Huge@nowhere.much.invalid> - 2016-03-12 18:07 +0000
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-13 14:12 +0000
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-14 19:47 +0000
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-15 13:43 +0000
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-15 19:00 +0000
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-16 13:02 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-17 07:13 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-17 17:54 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-19 09:09 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-18 23:47 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-19 02:03 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-19 13:23 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-22 07:19 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-22 13:40 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:37 +1100
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-17 17:55 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-18 12:45 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-18 23:48 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-19 13:23 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-22 07:19 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-22 13:40 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-26 07:31 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-26 13:24 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-04-15 08:33 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-04-15 12:18 +0000
  Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") usenet@only.tnx (Questor) - 2016-03-14 00:25 +0000
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-13 18:00 -0700
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-15 17:10 -0500
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-14 13:30 -0400
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 18:57 +0100
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-14 18:03 +0000
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-14 18:54 +0000
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-14 13:09 -0700
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 16:01 -0500
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:23 +0100
            Re: You count as an old-timer if Lawrence Statton NK1G <lawrence@senguio.mx> - 2016-03-14 19:05 -0600
              Re: You count as an old-timer if Morten Reistad <first@last.name.invalid> - 2016-03-15 10:07 +0100
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:39 -0700
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Banks <walter@bytecraft.com> - 2016-03-15 19:57 -0400
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Bushell <proto@panix.com> - 2016-03-21 20:28 -0400
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-22 01:41 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Martin <bob.martin@excite.com> - 2016-03-22 07:26 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Osmium" <r124c4u102@comcast.net> - 2016-03-22 07:18 -0600
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") tracymnelson@gmail.com - 2016-03-22 09:39 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <elson@pico-systems.com> - 2016-03-22 23:12 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Huge <Huge@nowhere.much.invalid> - 2016-03-23 11:19 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-23 05:00 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-23 12:09 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") tracymnelson@gmail.com - 2016-03-23 07:20 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-23 13:57 -0500
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ibmekon <Ibmekon> - 2016-03-23 20:07 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Walter Bushell <proto@panix.com> - 2016-04-11 17:03 -0400
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Charles Richmond" <numerist@aquaporin4.com> - 2016-03-14 16:59 -0500
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Jon Elson <jmelson@wustl.edu> - 2016-03-14 17:57 -0500
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-14 18:53 +0000
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-14 12:49 -0700
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-14 19:55 -0400
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 07:13 -0700
            Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 08:12 -0700
              Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 12:11 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-15 17:30 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 14:44 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-15 19:36 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-15 17:25 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Peter Flass <peter_flass@yahoo.com> - 2016-03-15 18:12 -0700
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 08:01 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-15 23:17 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 03:53 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 11:17 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 16:16 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 14:34 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 13:01 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 11:26 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-16 16:03 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Dan Espen <despen@verizon.net> - 2016-03-16 14:28 -0400
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Ahem A Rivet's Shot <steveo@eircom.net> - 2016-03-16 19:00 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Bob Eager <news0006@eager.cx> - 2016-03-16 21:18 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2016-03-16 20:49 +0000
                Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") hancock4@bbs.cpcn.com - 2016-03-15 17:42 -0700
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-14 21:40 +0100
  Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Stephen Sprunk <stephen@sprunk.org> - 2016-03-16 21:09 -0500
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Morten Reistad <first@last.name.invalid> - 2016-03-17 08:04 +0100
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") jmfbahciv <See.above@aol.com> - 2016-03-17 13:17 +0000
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") "Rod Speed" <rod.speed.aaa@gmail.com> - 2016-03-18 08:40 +1100
    Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-17 14:28 -0700
      Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") mausg@mail.com - 2016-03-18 12:43 +0000
        Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") Quadibloc <jsavard@ecn.ab.ca> - 2016-03-18 10:23 -0700
          Re: You count as an old-timer if (was Re: Origin of the phrase "XYZZY") scott@slp53.sl.home (Scott Lurndal) - 2016-03-18 18:51 +0000
      Re: You count as an old-timer if Lawrence Statton NK1G <lawrence@senguio.mx> - 2016-03-18 14:28 -0600

csiph-web