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


Groups > alt.folklore.computers > #232564

Re: Python

From rbowman <bowman@montana.com>
Newsgroups comp.os.linux.misc, alt.folklore.computers
Subject Re: Python
Date 2025-12-15 21:43 +0000
Message-ID <mqbdo6F61eeU1@mid.individual.net> (permalink)
References (10 earlier) <693d5437$0$2499$426a34cc@news.free.fr> <7a611mx9gf.ln2@Telcontar.valinor> <mq6jc6Fbh9aU3@mid.individual.net> <-1ednb_Ffu3GiqL0nZ2dnZfqn_qdnZ2d@giganews.com> <ZB6cnXQwSuz6JqL0nZ2dnZfqnPadnZ2d@giganews.com>

Cross-posted to 2 groups.

Show all headers | View raw


On Mon, 15 Dec 2025 02:40:23 -0500, c186282 wrote:

>   Ards have become rather expensive. Not sure why.
>    Even a Pico has pretty much all the interfaces and little devices you
>    need for most anything.

The ELEGOOs are less expensive and I've had good luck with them. I'm not 
sure about the current genuine Arduino R3s but the older ones I have only 
have the pin legends on the board. On the ELEGOOs they are stenciled on 
both sides of the male headers. Old eyes and I find it a lot easier to get 
the pin in the right hole without sighting down from the top or counting.

>    Their dev environment is 'adequate' and not all cluttered-up with
>    shit you'll never use. My last field project had two stacked add-on
>    boards ...
>    one to charge LiPo batteries from solar and the other a custom board
>    to handle various devices.

The IDE isn't bad although 2.0 wasn't quite as improved as I'd hoped for. 
It does tend to spawn new instances of itself. Lately I've been using 
arduino-cli with vim as the editor.

https://forum.arduino.cc/t/arduino-and-vim-no-ide-required/882004

The vim-arduino package works well. I use minicom for the serial 
interface. I haven't needed the serial plotter option. I didn't bother 
with the bundled examples. Most of the libraries that are installed have 
examples.

>    There IS a 'hardened' version of the 2560 you can still buy, the
>    "RuggedDurino" ... intended for 'schools'. Has voltage/current clamps
>    on all the pins.
>    Might also be very useful for 'industrial' or some 'field'
>    applications where transient EMP from lightning may be an issue.

There are Arduinos that target industrial applications but they are quite 
expensive. The new Uno Q is bringing some of that to the hobbyist market. 
From what I've read so far it's awkward. The MPU part is Python, and the 
MCU is C with a bridge so you're calling MCU functions from the Python on 
the MPU. 

>    USED to have a nice serial PIC programmer with a one-size-fits-all
>    ZIF socket. Alas mChip does not support those (or some of the chips)
>    anymore. Instead you need more complex (read EXPENSIVE) and
>    less-general solutions now.
>    Such a pity.

I've got an old Atmel development board that I keep thinking I should try 
to get working. AVR Studio became Microchip Studio and runs on the dreaded 
Win11 interface. I got a feeling it would be easier to build a programmer 
with a Pico W.

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


Thread

Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Nuno Silva <nunojsilva@invalid.invalid> - 2025-11-15 09:59 +0000
  Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) rbowman <bowman@montana.com> - 2025-11-15 17:32 +0000
    Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-15 18:48 +0000
      Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) rbowman <bowman@montana.com> - 2025-11-15 21:38 +0000
        Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Eli the Bearded <*@eli.users.panix.com> - 2025-11-15 22:07 +0000
          Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 22:21 +0000
            Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Eli the Bearded <*@eli.users.panix.com> - 2025-11-15 23:14 +0000
              Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 00:29 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Eli the Bearded <*@eli.users.panix.com> - 2025-11-16 00:43 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 00:45 +0000
                Re: Recent history of vi Pancho <Pancho.Jones@protonmail.com> - 2025-11-16 09:14 +0000
                Re: Recent history of vi mechanicjay@sol.smbfc.net (Mechanicjay) - 2025-11-16 15:40 +0000
                Re: Recent history of vi Joe Makowiec <makowiec@invalid.invalid> - 2025-11-16 18:38 +0000
                Re: Recent history of vi mechanicjay@sol.smbfc.net (Mechanicjay) - 2025-11-18 03:55 +0000
                Re: Recent history of vi Joe Makowiec <makowiec@invalid.invalid> - 2025-11-19 13:11 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-19 20:12 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-11-16 19:10 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 21:01 +0000
          Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose?) rbowman <bowman@montana.com> - 2025-11-16 03:43 +0000
          Re: Recent history of vi Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-11-16 09:35 -0500
            Re: Recent history of vi mechanicjay@sol.smbfc.net (Mechanicjay) - 2025-11-16 15:47 +0000
        Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 05:15 +0000
          Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) rbowman <bowman@montana.com> - 2025-11-16 19:31 +0000
            Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 20:27 +0000
              Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-16 20:30 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 21:04 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-11-17 04:08 +0000
                Re: Recent history of vi Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-11-17 11:39 -0500
        Re: Recent history of vi Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-11-16 09:31 -0500
          Re: Recent history of vi rbowman <bowman@montana.com> - 2025-11-16 19:03 +0000
          Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-11-17 02:32 +0000
      Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-15 21:51 +0000
        Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 05:11 +0000
          Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 05:13 +0000
            Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Ian <${send-direct-email-to-news1021-at-jusme-dot-com-if-you-must}@jusme.com> - 2025-11-16 12:15 +0000
              Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) rbowman <bowman@montana.com> - 2025-11-16 19:24 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Ian <${send-direct-email-to-news1021-at-jusme-dot-com-if-you-must}@jusme.com> - 2025-11-17 08:24 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-17 19:57 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Ian <${send-direct-email-to-news1021-at-jusme-dot-com-if-you-must}@jusme.com> - 2025-11-18 08:02 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-18 12:09 +0000
              Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 20:56 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) rbowman <bowman@montana.com> - 2025-11-17 04:01 +0000
                Re: Recent history of vi (was: Re: Python/C/Pascal ... How To Choose ?) Ian <${send-direct-email-to-news1021-at-jusme-dot-com-if-you-must}@jusme.com> - 2025-11-17 08:27 +0000
          Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-16 10:33 +0000
            Re: Recent history of vi Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-11-16 09:49 -0500
              Re: Recent history of vi rbowman <bowman@montana.com> - 2025-11-16 19:28 +0000
                Re: Recent history of vi ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 20:19 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 20:59 +0000
                Re: Recent history of vi ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 21:04 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-16 21:19 +0000
                Re: Recent history of vi ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 21:23 +0000
                Re: Recent history of vi Nuno Silva <nunojsilva@invalid.invalid> - 2025-11-16 23:13 +0000
                Re: Recent history of vi ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-11-16 23:18 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-17 00:43 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-11-21 19:55 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-21 20:27 +0000
                Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-11-22 03:20 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-22 05:57 +0000
                Re: Recent history of vi Niklas Karlsson <nikke.karlsson@gmail.com> - 2025-11-16 23:51 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-11-18 20:04 +0100
                Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-11-18 20:29 +0000
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-11-19 08:24 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-11-21 19:58 +0000
                Re: Recent history of vi Niklas Karlsson <nikke.karlsson@gmail.com> - 2025-11-21 21:14 +0000
                ISO 8859-1, ISO 8859-15 and their names (was: Re: Recent history of vi) Nuno Silva <nunojsilva@invalid.invalid> - 2025-11-21 23:20 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-11-21 19:10 -0700
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-11-22 10:23 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-11-22 17:55 +0100
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-11-22 19:20 +0100
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-22 21:43 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-23 00:23 +0100
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-11-23 02:17 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-23 09:42 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-23 14:59 +0100
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-11-23 13:09 -0800
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-23 22:57 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-23 02:56 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-11-22 20:18 -0700
                Re: typing in the mysterious East, Recent history of vi John Levine <johnl@taugh.com> - 2025-11-24 01:45 +0000
                Re: typing in the mysterious East, Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-11-23 18:06 -0800
                Re: typing in the mysterious East, Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-24 02:13 +0000
                Re: typing in the mysterious East, Recent history of vi John Levine <johnl@taugh.com> - 2025-11-24 02:23 +0000
                Re: typing in the mysterious East, Recent history of vi ram@zedat.fu-berlin.de (Stefan Ram) - 2025-11-24 04:56 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-11-27 19:55 +0100
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-11-28 22:08 +0100
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-03 13:37 +0100
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-03 13:56 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-03 13:58 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-03 15:40 +0100
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-03 07:39 -0700
                Re: Recent history of vi Andreas Eder <a_eder_muc@web.de> - 2025-12-06 16:46 +0100
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-13 08:28 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-15 10:38 +0100
                Re: Recent history of vi antispam@fricas.org (Waldek Hebisch) - 2025-12-16 02:20 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 02:52 +0000
                Re: Recent history of vi Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-16 11:53 +0000
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-12-16 17:42 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-17 10:39 +0100
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-16 23:34 +0100
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 01:49 +0000
                Re: Recent history of vi Diego Garcia <dg@linux.rocks> - 2025-12-03 14:40 +0000
                Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-12-04 07:00 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-05 20:52 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-05 15:57 -0700
                Re: Recent history of vi candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-08 18:40 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-13 11:42 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-13 11:40 +0000
                Re: Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-13 15:58 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-06 12:22 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-06 19:51 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-06 15:13 -0700
                Re: polyglot programming, Recent history of vi John Levine <johnl@taugh.com> - 2025-12-06 22:28 +0000
                Re: polyglot programming, Recent history of vi rbowman <bowman@montana.com> - 2025-12-07 01:39 +0000
                Re: polyglot programming, Recent history of vi Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-07 06:19 +0000
                Re: polyglot programming, Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-06 22:50 -0800
                Re: polyglot programming, Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-07 10:52 +0000
                Re: polyglot programming, Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-22 12:02 +0000
                Re: polyglot programming, Recent history of vi rbowman <bowman@montana.com> - 2025-12-07 18:34 +0000
                Re: polyglot programming, Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 00:02 +0000
                Re: polyglot programming, Recent history of vi rbowman <bowman@montana.com> - 2025-12-16 01:41 +0000
                PostScrit and its uses (Re: polyglot programming, Recent history of vi) Lars Poulsen <lars@beagle-ears.com> - 2025-12-16 14:32 +0000
                Re: PostScrit and its uses (Re: polyglot programming, Recent history of vi) rbowman <bowman@montana.com> - 2025-12-16 20:11 +0000
                Re: PostScript and its uses (Re: polyglot programming, Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 06:27 +0000
                Re: PostScript and its uses (Re: polyglot programming, Recent history of vi) Lars Poulsen <lars@beagle-ears.com> - 2025-12-17 19:44 +0000
                Re: PostScript and its uses (Re: polyglot programming, Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-18 00:40 +0000
                Re: PostScript and its uses (Re: polyglot programming, Recent history of vi) rbowman <bowman@montana.com> - 2025-12-18 00:48 +0000
                Re: PostScript and its uses (Re: polyglot programming, Recent history of vi) John Levine <johnl@taugh.com> - 2025-12-18 01:47 +0000
                Re: polyglot programming, Recent history of vi Andy Walker <anw@cuboid.co.uk> - 2025-12-07 16:58 +0000
                Re: polyglot programming, Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 00:00 +0000
                Re: polyglot programming, Recent history of vi Lars Poulsen <lars@beagle-ears.com> - 2025-12-16 14:15 +0000
                Re: polyglot programming, Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-16 11:05 -0700
                Re: polyglot programming, Recent history of vi John Levine <johnl@taugh.com> - 2025-12-17 01:52 +0000
                Re: polyglot programming, Recent history of vi rbowman <bowman@montana.com> - 2025-12-17 07:52 +0000
                Re: polyglot programming, Recent history of vi Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-17 20:21 +0000
                Re: polyglot programming, Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-17 19:24 -0700
                Re: polyglot programming, Recent history of vi John Levine <johnl@taugh.com> - 2025-12-18 03:27 +0000
                Re: polyglot programming, Recent history of vi rbowman <bowman@montana.com> - 2025-12-18 06:05 +0000
                Re: polyglot programming, Recent history of vi David Wade <g4ugm@dave.invalid> - 2025-12-18 09:37 +0000
                Re: polyglot programming, Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-19 21:00 +0000
                Re: polyglot programming, Recent history of vi Beej Jorgensen <beej@beej.us> - 2025-12-18 00:57 +0000
                Re: polyglot programming, Recent history of vi Andy Walker <anw@cuboid.co.uk> - 2025-12-18 16:42 +0000
                Re: polyglot programming, Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 12:50 -0700
                Re: polyglot programming, Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-18 20:19 +0000
                Re: Recent history of vi Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-07 00:35 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-07 19:48 +0100
                Re: Recent history of vi Lars Poulsen <lars@beagle-ears.com> - 2025-12-07 00:38 +0000
                Re: Recent history of vi Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-07 01:31 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-07 11:18 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-07 18:52 +0000
                Re: more polyglot programming, was Recent history of vi John Levine <johnl@taugh.com> - 2025-12-07 19:39 +0000
                Re: more polyglot programming, was Recent history of vi ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-07 19:44 +0000
                Re: more polyglot programming, was Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-07 20:27 +0000
                Re: more polyglot programming, was Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 01:46 +0000
                Re: more polyglot programming, was Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:48 +0000
                Re: more polyglot programming, was Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 23:43 +0000
                Re: more polyglot programming, was Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 23:56 +0000
                Re: more polyglot programming, was Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-07 14:31 -0700
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-07 16:31 +0100
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-07 18:49 +0000
                Re: Recent history of vi scott@slp53.sl.home (Scott Lurndal) - 2025-12-07 19:12 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-07 19:44 +0000
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-07 12:14 -0800
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-07 20:26 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 03:05 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:46 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-08 16:39 +0100
                Re: Recent history of vi Rich Alderson <news@alderson.users.panix.com> - 2025-12-08 16:07 -0500
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-10 13:15 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-10 13:43 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-11 02:54 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-11 08:55 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 00:41 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-07 14:30 -0700
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 03:12 +0000
                Re: Recent history of vi Mike Spencer <mds@bogus.nodomain.nowhere> - 2025-12-08 01:26 -0400
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 08:20 +0000
                Re: Recent history of vi Lars Poulsen <lars@beagle-ears.com> - 2025-12-08 14:16 +0000
                Re: Recent history of vi ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-08 14:40 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-08 07:48 -0700
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-09 00:17 +0000
                Re: Recent history of vi scott@slp53.sl.home (Scott Lurndal) - 2025-12-09 00:23 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-09 06:33 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-09 07:29 -0700
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-07 11:52 -0800
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-07 20:23 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-07 22:54 +0100
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-07 14:25 -0800
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:25 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-08 16:26 +0100
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-08 12:15 -0700
                Re: Recent history of vi Rich Alderson <news@alderson.users.panix.com> - 2025-12-08 16:13 -0500
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-10 13:19 +0100
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-09 00:08 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 23:58 +0000
                Greek origins of Christian scriptures [was Re: Recent history of vi] Rich Alderson <news@alderson.users.panix.com> - 2025-12-07 18:17 -0500
                Re: Greek origins of Christian scriptures [was Re: Recent history of vi] The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:31 +0000
                Re: Greek origins of Christian scriptures John Ames <commodorejohn@gmail.com> - 2025-12-08 08:49 -0800
                Re: Greek origins of Christian scriptures John Ames <commodorejohn@gmail.com> - 2025-12-08 09:55 -0800
                Re: Greek origins of Christian scriptures rbowman <bowman@montana.com> - 2025-12-08 23:23 +0000
                Re: Greek origins of Christian scriptures John Ames <commodorejohn@gmail.com> - 2025-12-08 15:36 -0800
                Re: Greek origins of Christian scriptures Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-10 23:13 +0100
                Re: Recent history of vi Rich <rich@example.invalid> - 2025-12-08 01:35 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:34 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-08 14:23 +0100
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-09 01:10 +0000
                Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-12-09 04:25 +0000
                Re: Recent history of vi ted@loft.tnolan.com (Ted Nolan <tednolan>) - 2025-12-09 04:47 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-10 15:16 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-10 16:59 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-11 02:55 +0000
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-10 19:34 -0800
                Re: Recent history of vi drb@ihatespam.msu.edu (Dennis Boone) - 2025-12-12 16:13 +0000
                Re: Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-13 15:51 +0000
                Re: Recent history of vi Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-14 04:57 +0000
                Re: Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-13 21:21 -0800
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-20 00:21 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-20 05:52 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 02:38 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:21 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-12-08 07:38 -0700
                Re: Recent history of vi Niklas Karlsson <nikke.karlsson@gmail.com> - 2025-12-12 06:59 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-12 07:35 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-08 16:35 +0100
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-10 13:54 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-10 13:41 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-10 23:07 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-11 08:52 +0000
                Re: Recent history of vi John Levine <johnl@taugh.com> - 2025-12-11 20:54 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-11 20:57 +0000
                Re: linguistic hegemony, was Recent history of vi John Levine <johnl@taugh.com> - 2025-12-12 02:01 +0000
                Re: linguistic hegemony, was Recent history of vi rbowman <bowman@montana.com> - 2025-12-12 02:27 +0000
                Re: linguistic hegemony, was Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-12 03:28 +0100
                Re: linguistic hegemony, was Recent history of vi Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-11 21:43 -0800
                Re: linguistic hegemony, was Recent history of vi rbowman <bowman@montana.com> - 2025-12-12 07:25 +0000
                Re: linguistic hegemony, was Recent history of vi ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-12 09:35 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-12 09:57 +0100
                EU (was: Re: Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-12 09:53 +0000
                Re: EU (was: Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-12 11:51 +0100
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-12 11:54 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-12 19:26 +0000
                Re: EU Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-13 12:01 +0100
                Re: EU Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-20 00:23 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:34 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-15 20:59 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 21:34 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-15 23:24 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-16 05:54 +0000
                Re: EU Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-16 12:47 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-16 19:57 +0000
                Re: EU "Carlos E.R." <robin_listas@es.invalid> - 2025-12-17 13:27 +0100
                Re: EU c186282 <c186282@nnada.net> - 2025-12-17 22:05 -0500
                Re: EU Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-17 07:34 -0500
                Re: EU Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-16 12:42 -0500
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-16 18:14 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-16 19:55 +0000
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-16 20:05 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-16 20:30 +0000
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-16 23:15 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-17 01:49 +0000
                Re: EU Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-17 07:32 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-17 18:53 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-16 05:54 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-16 08:06 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-16 10:33 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-16 20:02 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-17 01:09 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-17 01:18 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-17 03:03 -0500
                Re: EU "Carlos E.R." <robin_listas@es.invalid> - 2025-12-18 23:26 +0100
                Re: EU c186282 <c186282@nnada.net> - 2025-12-19 02:29 -0500
                Re: EU "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-18 17:28 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-19 00:32 -0500
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-19 10:47 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-19 19:30 +0000
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-19 20:01 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-19 22:03 +0000
                Re: EU John Ames <commodorejohn@gmail.com> - 2025-12-19 14:08 -0800
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-19 22:33 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-20 05:12 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-20 20:45 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-21 03:41 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-22 01:00 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-22 07:06 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-22 02:21 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-22 19:06 +0000
                Re: EU Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-22 14:41 -0800
                Re: EU c186282 <c186282@nnada.net> - 2025-12-23 01:59 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-23 19:47 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-23 21:18 +0000
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-23 22:38 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-23 23:32 +0000
                Re: EU "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-24 10:24 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-24 12:36 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-23 23:27 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-23 23:40 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-24 07:02 +0000
                Re: EU "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-24 10:32 +0000
                Re: EU Lars Poulsen <lars@beagle-ears.com> - 2025-12-24 15:04 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-24 23:28 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-23 01:21 -0500
                Re: EU scott@slp53.sl.home (Scott Lurndal) - 2025-12-22 16:38 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-22 17:33 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-20 01:20 -0500
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-20 10:39 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-21 03:10 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-21 14:29 -0500
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-21 20:09 +0000
                Re: EU rbowman <bowman@montana.com> - 2025-12-21 20:52 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-22 00:59 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-21 03:07 +0000
                Re: EU c186282 <c186282@nnada.net> - 2025-12-17 00:04 -0500
                Re: EU rbowman <bowman@montana.com> - 2025-12-17 07:43 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-16 10:30 +0000
                Re: EU Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-16 05:54 +0000
                Re: EU The Natural Philosopher <tnp@invalid.invalid> - 2025-12-16 10:25 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-12 11:53 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-12 20:27 +0100
                Yes,{, Prime} Minister (was: Re: Recent history of vi) Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-12 23:27 +0000
                Re: Recent history of vi "Kerr-Mudd, John" <admin@127.0.0.1> - 2025-12-13 15:55 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:38 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-15 22:40 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-16 10:02 +0000
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-16 20:13 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-17 13:59 +0100
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 07:06 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-10 23:06 +0100
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-11 19:38 +0100
                Re: Recent history of vi rbowman <bowman@montana.com> - 2025-12-08 02:03 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:41 +0000
                Re: Recent history of vi Niklas Karlsson <nikke.karlsson@gmail.com> - 2025-12-12 07:09 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-12 11:49 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-07 20:14 +0000
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-07 22:56 +0100
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-12-08 08:18 +0000
                Re: Unicode (was Re: Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 00:32 +0000
                Re: Unicode (was Re: Recent history of vi) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 23:32 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-15 10:52 +0100
                Re: Unicode, not Recent history of vi John Levine <johnl@taugh.com> - 2025-12-05 01:59 +0000
                Re: Unicode, not Recent history of vi Nuno Silva <nunojsilva@invalid.invalid> - 2025-12-05 10:14 +0000
                Re: Unicode, not Recent history of vi ram@zedat.fu-berlin.de (Stefan Ram) - 2025-12-05 11:45 +0000
                Re: Unicode, not Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-12-05 10:35 +0000
                Re: Unicode, not Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-12-05 12:05 +0100
                Re: Unicode, not Recent history of vi Andreas Eder <a_eder_muc@web.de> - 2025-12-06 16:41 +0100
                Re: Unicode, not Recent history of vi candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-08 18:40 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-22 20:25 +0100
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-11-27 20:02 +0100
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-27 20:16 +0100
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-27 21:18 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-03 13:38 +0100
                Re: Recent history of vi Eli the Bearded <*@eli.users.panix.com> - 2025-12-04 07:15 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-19 02:37 +0100
                ISO 8859-1 ("Latin 1") (was: Recent history of vi) Michael Bäuerle <michael.baeuerle@stz-e.de> - 2025-11-19 14:58 +0100
                Re: ISO 8859-1 ("Latin 1") (was: Recent history of vi) Eli the Bearded <*@eli.users.panix.com> - 2025-11-20 02:09 +0000
                Re: ISO 8859-1 ("Latin 1") Peter Flass <Peter@Iron-Spring.com> - 2025-11-19 20:16 -0700
                Re: ISO 8859-1 ("Latin 1") Richard Kettlewell <invalid@invalid.invalid> - 2025-11-20 08:47 +0000
                Re: ISO 8859-1 ("Latin 1") The Natural Philosopher <tnp@invalid.invalid> - 2025-11-20 11:10 +0000
                Re: ISO 8859-1 ("Latin 1") Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-11-20 17:57 +0000
                Re: ISO 8859-1 ("Latin 1") Ralf Fassel <ralfixx@gmx.de> - 2025-11-21 12:24 +0100
                Re: Recent history of vi Eric Pozharski <apple.universe@posteo.net> - 2025-11-19 13:02 +0000
                Re: Recent history of vi antispam@fricas.org (Waldek Hebisch) - 2025-11-23 16:25 +0000
                Re: Recent history of vi Eric Pozharski <apple.universe@posteo.net> - 2025-11-25 10:26 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-25 20:05 +0000
                Re: Recent history of vi c186282 <c186282@nnada.net> - 2025-11-25 23:04 -0500
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-11-27 20:10 +0100
                Re: Recent history of vi scott@slp53.sl.home (Scott Lurndal) - 2025-11-27 20:19 +0000
                Re: Recent history of vi Johnny Billquist <bqt@softjar.se> - 2025-12-03 13:44 +0100
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-11-27 20:44 +0000
                Re: Recent history of vi Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-11-28 07:54 -0500
                Re: Recent history of vi Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-11-28 22:10 +0100
                Re: Recent history of vi David Goodwin <david+usenet@zx.net.nz> - 2025-11-29 13:13 +1300
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-29 02:57 +0000
                Re: Recent history of vi "Carlos E.R." <robin_listas@es.invalid> - 2025-11-29 13:35 +0100
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-11-29 13:45 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-11-29 15:06 +0000
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-29 11:20 +0000
                Re: Recent history of vi Peter Flass <Peter@Iron-Spring.com> - 2025-11-29 12:45 -0700
                Re: Recent history of vi The Natural Philosopher <tnp@invalid.invalid> - 2025-11-30 10:37 +0000
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-11-30 11:06 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-11-30 16:20 +0000
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-12-01 08:54 +0000
                Re: Recent history of vi Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-13 08:22 +0000
                Re: Recent history of vi Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-13 11:55 +0000
                Re: Recent history of vi Richard Kettlewell <invalid@invalid.invalid> - 2025-12-13 14:44 +0000
                Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-13 23:35 +0100
                Re: Python rbowman <bowman@montana.com> - 2025-12-14 01:48 +0000
                Re: Python drb@ihatespam.msu.edu (Dennis Boone) - 2025-12-14 20:00 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-14 20:43 +0000
                Re: Python songbird <songbird@anthive.com> - 2025-12-14 17:57 -0500
                Re: Python c186282 <c186282@nnada.net> - 2025-12-15 02:40 -0500
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:48 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-15 21:43 +0000
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:45 +0000
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-15 18:44 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-15 22:17 +0000
                Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-15 23:55 +0000
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-19 22:57 +0100
                Re: Python c186282 <c186282@nnada.net> - 2025-12-13 23:27 -0500
                Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-14 11:56 +0000
                Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-14 23:29 +0000
                Re: Python mm0fmf <none@invalid.com> - 2025-12-15 12:57 +0000
                Re: Python Alexander Schreiber <als@usenet.thangorodrim.de> - 2025-12-15 22:57 +0100
                Re: Python c186282 <c186282@nnada.net> - 2025-12-15 22:31 -0500
                Re: Python Greg Ewing <greg.ewing@canterbury.ac.nz> - 2025-12-16 17:51 +1300
                Re: Python rbowman <bowman@montana.com> - 2025-12-16 08:32 +0000
                Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-16 21:45 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-17 01:54 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 03:11 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-17 19:17 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:10 -0500
                Re: Python John Levine <johnl@taugh.com> - 2025-12-18 03:28 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 23:02 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:54 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-18 04:25 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 19:22 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 01:14 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 06:44 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 07:40 -0700
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-18 18:00 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:28 +0000
                Re: Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-18 12:52 -0700
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 03:53 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:37 -0500
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:29 -0500
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-20 12:38 +0100
                Re: Python Dan Espen <dan1espen@gmail.com> - 2025-12-17 16:17 -0500
                Re: Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-17 22:11 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-17 22:18 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:07 +0000
                Re: Python Richard Kettlewell <invalid@invalid.invalid> - 2025-12-17 22:13 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 00:52 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 08:03 +0100
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 07:39 +0000
                Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-18 15:43 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-18 18:38 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 00:56 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 08:18 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-19 03:30 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:38 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:01 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-21 04:08 +0000
                Re: Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-27 22:36 +0100
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 09:55 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-18 11:19 +0100
                Re: Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-18 12:36 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-14 23:36 -0500
                Re: Python candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-12-19 13:30 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-19 19:50 +0000
                Re: Python scott@slp53.sl.home (Scott Lurndal) - 2025-12-19 20:03 +0000
                Re: Python Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-12-19 21:00 +0000
                Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:16 -0500
                Re: Python c186282 <c186282@nnada.net> - 2025-12-20 04:15 -0500
                Re: Python rbowman <bowman@montana.com> - 2025-12-21 04:14 +0000
                Re: Python Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-21 09:06 -0500
                Re: Python drb@ihatespam.msu.edu (Dennis Boone) - 2025-12-21 18:31 +0000
                Re: Python rbowman <bowman@montana.com> - 2025-12-21 21:00 +0000
                Re: Python Marc Haber <mh+usenetspam1118@zugschl.us> - 2025-12-22 07:29 +0100
                Linux at work in the old days Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-12-22 07:20 -0500
                Re: Linux at work in the old days rbowman <bowman@montana.com> - 2025-12-22 19:18 +0000
                Re: Linux at work in the old days c186282 <c186282@nnada.net> - 2025-12-23 01:41 -0500
                Re: Linux at work in the old days Peter Flass <Peter@Iron-Spring.com> - 2025-12-23 07:26 -0700
                Re: Linux at work in the old days Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-23 20:21 +0000
                Re: naughty Python John Levine <johnl@taugh.com> - 2025-12-22 21:26 +0000
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 00:49 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-23 01:55 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-23 11:21 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-23 06:34 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-23 12:38 +0000
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 20:28 +0000
                Re: naughty Python Bobbie Sellers <bliss-sf4ever@dslextreme.com> - 2025-12-23 14:21 -0800
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-23 23:55 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-24 05:33 -0500
                The power of languages (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-24 15:49 +0000
                Re: The power of languages (Re: naughty Python) Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2025-12-24 23:28 +0000
                Re: The power of languages (Re: naughty Python) Thomas Prufer <prufer.public@mnet-online.de.invalid> - 2025-12-27 15:29 +0100
                Re: The power of languages (Re: naughty Python) Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-27 21:21 +0000
                Re: The power of languages (Re: naughty Python) rbowman <bowman@montana.com> - 2025-12-27 23:17 +0000
                Re: The power of languages (Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-28 04:09 +0000
                Re: The power of languages (Re: naughty Python) Bob Vloon <usenet@bananacorp.nl.invalid> - 2025-12-28 18:00 +0000
                Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-28 22:22 +0100
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-28 21:06 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 04:04 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-29 01:07 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 06:38 +0000
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-29 02:31 -0500
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-29 17:09 +0000
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-29 13:35 +0000
                Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-29 07:33 -0700
                Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-29 21:59 +0000
                Re: naughty Python John Ames <commodorejohn@gmail.com> - 2025-12-29 15:40 -0800
                Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-30 01:30 +0000
                Re: naughty Python John Ames <commodorejohn@gmail.com> - 2025-12-30 08:57 -0800
                Re: naughty Python c186282 <c186282@nnada.net> - 2025-12-30 12:51 -0500
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-30 19:00 +0000
                Re: naughty Python Lawrence D’Oliveiro <ldo@nz.invalid> - 2025-12-30 19:06 +0000
                Re: naughty Python "Carlos E.R." <robin_listas@es.invalid> - 2025-12-30 09:38 +0100
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-30 11:11 +0000
                Re: naughty Python Peter Flass <Peter@Iron-Spring.com> - 2025-12-30 07:38 -0700
                Re: naughty Python The Natural Philosopher <tnp@invalid.invalid> - 2025-12-30 15:04 +0000
                Innovation (was Re: naughty Python) Lars Poulsen <lars@beagle-ears.com> - 2025-12-30 21:40 +0000
                Re: naughty Python rbowman <bowman@montana.com> - 2025-12-30 22:02 +0000

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


csiph-web