Groups | Search | Server Info | Login | Register


Groups > alt.folklore.computers > #228130

Re: The joy of Democracy

From rbowman <bowman@montana.com>
Newsgroups alt.folklore.computers, comp.os.linux.misc
Subject Re: The joy of Democracy
Date 2024-10-24 17:02 +0000
Message-ID <lnvcsaF5cjhU1@mid.individual.net> (permalink)
References (20 earlier) <vfajf5$1vqc5$7@dont-email.me> <lnsrumFo3abU2@mid.individual.net> <vfbp6r$28v56$7@dont-email.me> <lntf1eFquoqU2@mid.individual.net> <885b7a57-c94b-f7a4-98ed-c3c9783fe172@example.net>

Cross-posted to 2 groups.

Show all headers | View raw


On Thu, 24 Oct 2024 10:11:09 +0200, D wrote:

> Was it very difficult to develop on AIX and then move stuff over to
> linux?

Not very. Most of it was having different compiler flags and libs in the 
Makefiles. AIX was very forgiving about null references and a few other 
things that Linux was picky about so there was a burst of bug fixes that 
improved the code. 

IPC was done with ONC-RPC so there was no problem with AIX daemons and 
Linux clients. Eventually that led to some inefficiency. RS6000 is big 
endian and the ONC-RPC XDR encoding is big endian across the network. The 
Linux boxes would swap the order when decoding the XDR. When clients 
switched to cheaper x86 boxes the data was still big-endian encoded on the 
little-endian machines, shipped across the network, and decoded back to 
little-endian.

The MKS Nutcracker tools and runtime was used on Windows boxes so that was 
another set of entries in the Makefiles to build the Windows executables. 
Again there weren't a lot of changes. 

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


Thread

Re: The joy of FORTRAN candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-10-09 18:10 +0000
  Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-10-09 16:36 -0400
    Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-10 01:05 +0000
      Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-10-10 07:25 -0400
    Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-10 10:16 +0100
      Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 01:37 +0000
        Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-11 14:43 +0000
          Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-11 18:29 +0000
          Re: The joy of FORTRAN jgd@cix.co.uk (John Dallman) - 2024-10-12 20:42 +0100
            Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-12 22:43 +0200
              Re: The joy of FORTRAN Lars Poulsen <lars@cleo.beagle-ears.com> - 2024-10-12 23:17 +0000
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-13 11:45 +0200
              Re: The joy of FORTRAN jgd@cix.co.uk (John Dallman) - 2024-10-13 09:28 +0100
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-13 11:46 +0200
                Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-13 11:29 -0700
                Re: The joy of FORTRAN jgd@cix.co.uk (John Dallman) - 2024-10-13 21:13 +0100
                Re: The joy of FORTRAN antispam@fricas.org (Waldek Hebisch) - 2024-10-20 13:51 +0000
        Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-11 17:59 +0000
          Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 21:17 +0000
            Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-11 23:22 +0000
              Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-12 00:43 +0000
              Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-10-12 07:03 -0400
              Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-10-14 08:06 -0700
                Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-14 21:09 +0000
                Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-14 21:26 +0000
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-15 10:06 +0200
                Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-15 19:23 +0000
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-15 20:29 +0100
                Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-10-16 08:36 +0100
                Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-16 16:16 +0000
                Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-10-16 18:59 +0100
                Re: The joy of FORTRAN songbird <songbird@anthive.com> - 2024-10-16 22:34 -0400
                Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-17 02:51 +0000
                Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-17 02:57 +0000
                Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-17 03:43 +0000
                Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-17 03:50 +0000
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-17 11:09 +0100
                Re: The joy of FORTRAN Rich <rich@example.invalid> - 2024-10-17 13:22 +0000
                Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-17 19:21 +0000
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-17 22:23 +0200
                Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-17 14:10 +0000
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-17 15:13 +0100
                Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-17 15:14 +0000
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-17 16:22 +0100
                Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-17 15:29 +0000
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-17 18:31 +0100
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-17 22:27 +0200
                Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-17 21:39 +0000
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-18 10:14 +0200
                Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-20 12:04 -0700
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-20 22:02 +0200
                Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-10-20 23:18 +0000
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-21 10:12 +0200
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-17 22:25 +0200
                Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-20 12:04 -0700
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-20 22:01 +0200
                Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-21 12:00 +0100
                Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-21 21:39 +0200
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-21 21:03 +0000
                Re: The joy of Democracy Dave Yeo <dave.r.yeo@gmail.com> - 2024-10-21 17:51 -0700
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-22 09:46 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-22 09:54 +0100
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-22 21:45 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-22 21:04 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-22 22:28 +0000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-23 00:27 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 00:52 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-23 10:07 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-23 15:40 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 21:20 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-23 11:34 +0100
                Re: The joy of Democracy vallor <vallor@cultnix.org> - 2024-10-23 18:00 +0000
                Re: The joy of Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-23 18:28 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-23 21:26 +0100
                Re: The joy of Democracy Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-10-23 16:28 -0400
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 21:18 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-23 23:26 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-24 00:50 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-24 10:11 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-24 11:58 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-24 17:02 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-24 21:14 +0200
                Re: The joy of Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-24 20:58 +0000
                Re: The joy of Linux scott@slp53.sl.home (Scott Lurndal) - 2024-10-24 22:30 +0000
                Re: The joy of Linux rbowman <bowman@montana.com> - 2024-10-25 00:30 +0000
                Re: The joy of Linux Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-25 01:36 +0000
                Re: The joy of Linux rbowman <bowman@montana.com> - 2024-10-25 03:54 +0000
                Re: The joy of Linux scott@slp53.sl.home (Scott Lurndal) - 2024-10-25 14:00 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 21:05 +0000
                Re: The joy of Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-23 22:03 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-23 23:39 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-24 10:12 +0200
                Re: The joy of Democracy Lynn Wheeler <lynn@garlic.com> - 2024-10-22 14:04 -1000
                Re: The joy of Patents Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 00:16 +0000
                Re: The joy of Patents Lynn Wheeler <lynn@garlic.com> - 2024-10-22 15:40 -1000
                Re: The joy of Patents Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 02:04 +0000
                Re: The joy of Patents Lynn Wheeler <lynn@garlic.com> - 2024-10-23 01:15 -1000
                Re: The joy of Patents Lynn Wheeler <lynn@garlic.com> - 2024-10-25 07:46 -1000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-23 00:27 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-23 10:02 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-23 15:40 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-23 21:40 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-24 20:02 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-25 10:59 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-25 10:29 +0100
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-25 22:11 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-26 04:38 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-26 12:18 +0200
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-26 18:01 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-26 22:06 +0200
                Re: The joy of Democracy Mister Johnson <root@example.net> - 2024-10-26 22:39 +0000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-27 02:06 +0000
                Re: The joy of Democracy Mike Spencer <mds@bogus.nodomain.nowhere> - 2024-10-27 02:00 -0300
                Re: The joy of Population Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-27 05:54 +0000
                Re: The joy of Population David LaRue <huey.dll@tampabay.rr.com> - 2024-10-27 06:31 +0000
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-27 07:18 +0000
                Re: The joy of Science David LaRue <huey.dll@tampabay.rr.com> - 2024-10-27 09:17 +0000
                Re: The joy of Science moi <findlaybill@blueyonder.co.uk> - 2024-10-27 17:16 +0000
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-27 21:08 +0000
                Re: The joy of Science David LaRue <huey.dll@tampabay.rr.com> - 2024-10-27 23:24 +0000
                Re: The joy of Science John Levine <johnl@taugh.com> - 2024-10-27 23:46 +0000
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 00:04 +0000
                Re: The joy of Science geodandw <geodandw@gmail.com> - 2024-10-27 23:57 -0400
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 04:25 +0000
                Re: The joy of Science Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-28 02:42 +0000
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 03:53 +0000
                Re: The joy of Science geodandw <geodandw@gmail.com> - 2024-10-27 23:56 -0400
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 04:25 +0000
                Re: The joy of Science scott@slp53.sl.home (Scott Lurndal) - 2024-10-28 15:18 +0000
                Re: The joy of Science moi <findlaybill@blueyonder.co.uk> - 2024-10-28 16:58 +0000
                Re: The joy of Science John Ames <commodorejohn@gmail.com> - 2024-10-28 10:21 -0700
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 21:26 +0000
                Re: The joy of Science John Ames <commodorejohn@gmail.com> - 2024-10-28 14:46 -0700
                Re: The joy of Science moi <findlaybill@blueyonder.co.uk> - 2024-10-28 23:23 +0000
                Re: The joy of Science John Ames <commodorejohn@gmail.com> - 2024-10-28 16:29 -0700
                Re: The joy of Science moi <findlaybill@blueyonder.co.uk> - 2024-10-28 23:31 +0000
                Re: The joy of Science Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-28 21:26 +0000
                Re: The joy of Population p.dean@invalid.net (Peter Dean) - 2024-10-27 06:41 +0000
                Re: The joy of Population Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-27 16:17 +0000
                Re: The joy of Population Mike Spencer <mds@bogus.nodomain.nowhere> - 2024-10-27 16:08 -0300
                Re: The joy of Population Bud Frede <frede@mouse-potato.com> - 2024-11-03 05:24 -0500
                Re: The joy of Population Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-27 21:10 +0000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-27 16:17 +0000
                Re: The joy of Democracy Bud Frede <frede@mouse-potato.com> - 2024-11-03 05:16 -0500
                Re: The joy of Democracy "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-11-03 10:29 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 22:04 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-27 09:39 +0000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-27 16:17 +0000
                Re: The joy of actual numbers, was Democracy John Levine <johnl@taugh.com> - 2024-10-27 17:30 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-28 02:42 +0000
                Re: The joy of actual numbers, was Democracy John Levine <johnl@taugh.com> - 2024-10-29 01:02 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-29 03:47 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-29 04:58 +0000
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-29 15:18 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-29 15:39 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-29 18:35 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-29 20:05 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-29 20:12 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-30 00:17 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 08:37 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-30 20:56 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-29 22:22 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-30 00:04 +0000
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-30 14:14 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-30 20:48 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-30 20:58 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-30 00:24 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-30 20:48 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 08:35 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 12:44 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 13:32 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 18:35 +0100
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-30 14:15 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 15:18 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 18:37 +0100
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 18:36 +0100
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-30 21:00 +0000
                Re: The joy of actual numbers, was Democracy scott@alfter.diespammersdie.us (Scott Alfter) - 2024-10-30 15:23 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 15:29 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:52 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 00:09 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 10:15 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:32 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 15:48 +0100
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 17:47 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 21:36 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 18:25 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 17:47 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 18:22 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 18:33 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 21:44 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 01:05 +0000
                Re: The joy of Atheism Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 02:38 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-05 10:29 +0100
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 21:41 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 01:18 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-05 10:34 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:31 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:29 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 15:46 +0100
                Re: The joy of Economics Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 21:53 +0000
                Re: The joy of Economics rbowman <bowman@montana.com> - 2024-11-05 03:32 +0000
                Re: The joy of Economics Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 06:25 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-29 18:35 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-29 20:00 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-29 20:07 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-29 21:43 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-30 00:15 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 10:59 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 11:29 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 18:33 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 18:33 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 21:39 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:01 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-31 16:24 +0100
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-30 21:02 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-31 00:16 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-31 02:02 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:22 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:56 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-31 00:06 +0000
                Re: The joy of Civilization Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-31 01:57 +0000
                Re: The joy of Civilization rbowman <bowman@montana.com> - 2024-10-31 02:16 +0000
                Re: The joy of Civilization Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-31 02:23 +0000
                Re: The joy of Civilization The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:30 +0000
                Re: The joy of Civilization Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of Civilization Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 20:55 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:16 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-31 17:45 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-31 10:20 +0100
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of Technology Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 20:59 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-03 23:35 +0000
                Re: The joy of Technology The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:42 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 23:28 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:41 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 18:35 +0000
                Re: The joy of actual numbers, was Democracy "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-31 00:25 -0400
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-31 10:25 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:43 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-31 18:17 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 18:24 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-31 21:21 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 00:54 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-01 10:40 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-01 10:05 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 18:11 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-01 22:29 +0100
                Re: The joy of actual numbers, was Democracy Lynn Wheeler <lynn@garlic.com> - 2024-11-01 16:14 -1000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 05:48 +0000
                Re: The joy of Warfare Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 06:21 +0000
                Re: The joy of Warfare rbowman <bowman@montana.com> - 2024-11-02 08:37 +0000
                Re: The joy of Warfare Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 11:46 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 19:11 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 22:07 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 09:42 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 11:36 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 12:17 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:46 +0100
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-03 19:16 +0000
                Re: The joy of actual numbers, was Democracy Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-04 06:57 -0500
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:17 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:19 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:41 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 23:53 +0000
                Re: The joy of actual numbers, was Democracy not@telling.you.invalid (Computer Nerd Kev) - 2024-11-01 07:04 +1000
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-10-31 21:42 +0000
                Re: The joy of actual numbers, was Democracy not@telling.you.invalid (Computer Nerd Kev) - 2024-11-01 09:00 +1000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 01:24 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-31 22:57 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 01:35 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 02:15 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 04:35 +0000
                Re: The joy of Aotearoa Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 04:41 +0000
                Re: The joy of Aotearoa rbowman <bowman@montana.com> - 2024-11-01 18:21 +0000
                Re: The joy of actual numbers, was Democracy scott@alfter.diespammersdie.us (Scott Alfter) - 2024-11-01 17:41 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 18:37 +0000
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-11-01 19:02 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 01:24 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 11:43 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:31 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 19:25 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 22:07 +0100
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 21:30 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-02 22:58 +0000
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 00:22 +0000
                Re: The joy of Engine-Cars The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 08:54 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-03 19:37 +0000
                Re: The joy of Engine-Cars The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:21 +0000
                Re: The joy of Engine-Cars Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 17:47 +0000
                Re: The joy of Engine-Cars The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 18:01 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-05 03:36 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-04 18:46 +0000
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:05 +0000
                Re: The joy of Engine-Cars Lynn Wheeler <lynn@garlic.com> - 2024-11-03 11:25 -1000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-04 00:51 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-04 00:35 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 08:52 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 19:23 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:50 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 23:45 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 10:12 +0100
                Re: The joy of actual numbers, was Democracy Lars Poulsen <lars@cleo.beagle-ears.com> - 2024-11-04 01:19 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 04:57 +0000
                Re: The joy of Insurance Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 05:11 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:07 +0000
                Re: The joy of actual numbers, was Democracy Mike Spencer <mds@bogus.nodomain.nowhere> - 2024-11-02 03:24 -0300
                Re: The joy of actual numbers, was Democracy "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-11-02 10:30 +0000
                Re: The joy of actual numbers, was Democracy Mike Spencer <mds@bogus.nodomain.nowhere> - 2024-11-03 01:21 -0300
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 04:42 +0000
                Re: The joy of Engine-Cars Bud Frede <frede@mouse-potato.com> - 2024-11-03 06:01 -0500
                Re: The joy of Engine-Cars Lynn Wheeler <lynn@garlic.com> - 2024-11-03 10:42 -1000
                Re: The joy of Engine-Cars Lynn Wheeler <lynn@garlic.com> - 2024-11-04 03:21 -1000
                Re: The joy of actual numbers, was Democracy Bud Frede <frede@mouse-potato.com> - 2024-11-03 05:44 -0500
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:10 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:15 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 21:29 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 23:47 +0000
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 00:17 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-03 01:03 +0000
                Re: The joy of Engine-Cars Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 01:12 +0000
                Re: The joy of Engine-Cars rbowman <bowman@montana.com> - 2024-11-03 03:06 +0000
                Re: The joy of actual numbers, was Democracy scott@slp53.sl.home (Scott Lurndal) - 2024-11-01 13:58 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-01 16:32 +0000
                Re: The joy of actual numbers, was Democracy Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-02 07:54 -0400
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-02 17:44 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 19:14 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 18:32 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 01:08 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-01 10:36 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-01 18:06 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 20:45 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-01 22:34 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 01:04 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 11:40 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:21 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 18:10 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 19:23 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 21:25 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 23:33 +0000
                Re: The joy of actual numbers, was Democracy Lynn Wheeler <lynn@garlic.com> - 2024-11-03 10:55 -1000
                Re: The joy of actual numbers, was Democracy Lynn Wheeler <lynn@garlic.com> - 2024-11-04 06:55 -1000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 02:32 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 21:59 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-05 01:30 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 02:34 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 01:28 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 23:23 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 09:55 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 19:09 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:12 +0000
                Re: The joy of Technology Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:12 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-04 01:36 +0000
                Re: The joy of Technology The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:55 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-04 18:59 +0000
                Re: The joy of Technology Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 19:57 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-05 03:55 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 02:09 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 22:01 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 09:27 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 11:24 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 12:10 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:44 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 18:07 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-02 22:05 +0100
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-04 21:47 +0100
                Re: The joy of Zeppelins Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 21:56 +0000
                Re: The joy of Zeppelins rbowman <bowman@montana.com> - 2024-11-05 00:55 +0000
                Re: The joy of Zeppelins Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 02:37 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 00:42 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:18 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-02 19:32 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 08:56 +0000
                Re: The joy of actual numbers, was Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-03 19:15 +0000
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:18 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-03 19:16 +0000
                Re: The joy of Technology Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:15 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-04 01:44 +0000
                Re: The joy of Technology Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 02:06 +0000
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-04 06:35 +0000
                Re: The joy of Technology The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:59 +0000
                Re: The joy of Technology D <nospam@example.net> - 2024-11-04 15:52 +0100
                Re: The joy of Technology rbowman <bowman@montana.com> - 2024-11-04 18:51 +0000
                Re: The joy of Technology The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:56 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-05 02:25 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-31 19:50 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-01 01:40 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-01 10:12 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-01 22:30 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-02 01:30 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-02 11:44 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:39 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-02 22:03 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-03 00:13 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 09:39 +0000
                Re: The joy of Democracy Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-03 19:15 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-04 00:26 +0000
                Re: The joy of Democracy Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-11-04 06:54 -0500
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:13 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 11:16 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 12:04 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 21:43 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-04 00:22 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 10:18 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 09:35 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 11:27 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 12:16 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 21:45 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-04 00:11 +0000
                Re: The joy of Democracy "186282@ud0s4.net" <186283@ud0s4.net> - 2024-11-03 20:03 -0500
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 10:21 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:51 +0000
                Re: The joy of Democracy Allodoxaphobia <trepidation@example.net> - 2024-11-04 14:55 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 17:55 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 15:55 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 18:00 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 21:39 +0100
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 10:16 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:46 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-04 18:36 +0000
                Re: The joy of Atheism Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 21:33 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-02 19:38 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-02 22:08 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-03 00:01 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-03 08:58 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-03 11:13 +0100
                Re: The joy of Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-04 21:48 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 20:51 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-05 03:07 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-11-05 10:38 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-05 02:46 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 06:27 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-02 21:36 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-03 00:47 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 01:07 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-02 11:36 +0000
                Re: The joy of Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-04 13:21 -0700
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-05 03:17 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-03 21:23 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:38 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 18:30 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-30 08:28 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-30 12:43 +0100
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-10-31 00:25 +0000
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-10-31 10:22 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-31 09:28 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-31 19:53 +0000
                Re: The joy of Democracy Lynn Wheeler <lynn@garlic.com> - 2024-10-31 12:42 -1000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-11-01 00:02 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 01:37 +0000
                Re: The joy of Democracy scott@alfter.diespammersdie.us (Scott Alfter) - 2024-11-01 17:45 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-01 20:46 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 22:01 +0100
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:54 +0100
                Re: The joy of actual numbers, was Democracy moi <findlaybill@blueyonder.co.uk> - 2024-10-29 19:42 +0000
                Re: The joy of actual numbers, was Democracy Peter Flass <peter_flass@yahoo.com> - 2024-11-03 12:49 -0700
                Re: The joy of actual numbers, was Democracy D <nospam@example.net> - 2024-11-03 21:51 +0100
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:24 +0000
                Re: The joy of actual numbers, was Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-11-04 13:24 +0000
                Re: The joy of actual numbers, was Democracy rbowman <bowman@montana.com> - 2024-11-04 18:27 +0000
                Re: The joy of Population Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-04 21:52 +0000
                Re: The joy of Population Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-11-04 22:55 +0000
                Re: The joy of Population Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-05 02:41 +0000
                Re: The joy of Population D <nospam@example.net> - 2024-11-05 10:27 +0100
                Re: The joy of Population rbowman <bowman@montana.com> - 2024-11-05 01:23 +0000
                Re: The joy of Population D <nospam@example.net> - 2024-11-05 10:34 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-27 18:28 +0000
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-27 09:37 +0000
                Re: The joy of Democracy Mister Johnson <root@example.net> - 2024-10-26 11:58 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-26 22:07 +0200
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-26 20:30 +0000
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-25 22:12 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-25 22:43 +0100
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-26 12:22 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-23 21:25 +0100
                Re: The joy of Democracy D <nospam@example.net> - 2024-10-24 10:09 +0200
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-22 09:38 +0100
                Re: The joy of Democracy Pancho <Pancho.Jones@proton.me> - 2024-10-22 10:01 +0100
                Re: The joy of Democracy The Natural Philosopher <tnp@invalid.invalid> - 2024-10-22 12:20 +0100
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-22 17:34 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-22 20:58 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-23 00:38 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 00:54 +0000
                Re: The joy of Democracy rbowman <bowman@montana.com> - 2024-10-23 01:49 +0000
                Re: The joy of Democracy Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-23 02:08 +0000
                Re: The joy of Democracy "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-24 00:38 -0400
                Re: The joy of Democracy "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-22 22:40 -0400

(Thread has 703 articles, showing 500 — browse group in flat view)


csiph-web