Groups | Search | Server Info | Login | Register
Groups > comp.unix.shell > #25393
| From | David Brown <david.brown@hesbynett.no> |
|---|---|
| Newsgroups | comp.unix.shell, comp.unix.programmer, comp.lang.misc |
| Subject | Re: Python (was Re: I did not inhale) |
| Date | 2024-08-19 21:09 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <va05a6$2vsf9$1@dont-email.me> (permalink) |
| References | (17 earlier) <v9sa91$2afht$1@dont-email.me> <v9tv8o$2iahp$1@dont-email.me> <v9uso3$2pdrg$2@dont-email.me> <v9v0e0$2q822$1@dont-email.me> <v9v7d4$2r6q2$1@dont-email.me> |
Cross-posted to 3 groups.
On 19/08/2024 12:39, Dmitry A. Kazakov wrote: > On 2024-08-19 10:40, David Brown wrote: >> On 19/08/2024 09:37, Dmitry A. Kazakov wrote: > >>> Both OSes contributed to the Dark Ages of computing. The reasons are >>> not technical, because both were worst on the market. >> >> What sort of time-frame are you thinking of here, what were the >> alternatives that you think were "better", what markets or uses are >> you considering, and in what way were other OS's "better" ? >> >> There's no doubt that non-technical issues have had a big influence on >> which OS's or types of OS have succeeded, but you seem to have >> something specific in mind. > > I think the main reason is that we do not pay the actual costs of > software developing. OS, compiler require huge investments. Vendors > never passed these to the end users funding developing from other > sources. That effectively killed the market. Free software only > aggravated the situation. In effect it is akin to the socialist > production method which always kills quality. Experience shows that commercial software vendors rarely passed the real costs on to the users - they often pass vastly higher charges on to the user for software than it cost to develop the software. Other times, they might charge very little or nothing because they have other sources of income, such as giving away the main software and charging subscription fees for add-on features. There are all sorts of models - free and open source software provides different models. At my company, the software we write is closed source, but we never charge for licenses for it. Customers either pay for the time used in development, or they pay for it as part of the cost of the electronics boards we make for them. If you use, for example, gcc or Linux, you don't pay the costs directly. But you /do/ pay them indirectly. The solid majority of development for major free and open source projects is paid work. Intel and ARM pay developers to work on gcc - every time you buy a device with an Intel or ARM processor in it, you are paying a little towards gcc. Google pays for Linux development - every time you buy a new pair of shoes, some of what you pay goes to the manufacturer's advertising budget, some of which goes to Google, some of which goes to Linux development, so that Google's servers can use a steadily better quality OS to serve up those adverts. It all goes around - there's always money there, somewhere. Just like any other kind of competition, free and open source has been disruptive in many software markets where some companies were used to spending some money on development, then living off that software for years as nearly pure profit. It has forced other companies to change models - making their software better, or providing better support. But it hasn't killed the good quality, imaginative and flexible software companies. In the embedded development world, there are large numbers of compilers available at a range of prices because they offer something that pure gcc does not - support, certification, additional tools, training, libraries, specialised extra features, or whatever. Other companies exist by taking gcc (or clang) and adding more and charging for it. These markets were not /killed/ by free and open source compilers - they were /created/ by them. And customer companies - successful, well-run ones at least - are still quite happy to pay a lot of money for software if it does a better job than equivalent free software, saving them money in the end. At my company we have bought compilers when they were better tools for the job than free tools. But they have to be /better/ - not just more expensive, and they have to be better enough to justify the price. Usually, they are not. So no, free and open source development does not "kill quality" or "kill markets". It is often /better/ quality than commercial alternatives, at least in some ways, and it forces commercial alternatives to improve their quality and cost-effectiveness. It does not /kill/ markets - it /changes/ them. It spells the end for some suppliers, and opens up opportunities for new ones, just like progress always does. People who complain about how free and open source software has killed their businesses are like saddle-makers sitting about complaining about how the car killed their markets, while their competitors have switched from making saddles to opening car repair shops. > >> Windows has locks on files, which are a different thing. While I can >> understand the point of them, they can be a real inconvenience (try >> deleting a directory tree when a file from that tree is in use). > > Oh, yes! I understand why I should not remove a locked file, but I still > enjoy Linux's ability to remove anything an be it all damned! > > The usual case is when Windows locks some file on the Linux Samba server > share for some mysterious reason. It is a sheer fun to log into the > server do "rm -rf" on the file and then go back to Windows: "eat that!" > >>> Under Linux you must log in as the root and remove the stray file >>> lock manually. It happens in UNIX administration all the time. >> >> As someone who has administrated Linux servers for decades, and used >> it as my desktop OS on many machines, I am not sure I can ever >> remember removing a stray lock file. Certainly needing to do so "all >> the time" is a very wild exaggeration. Linux, like all systems, >> undoubtedly has its flaws and weaknesses, but this is not one of them >> IME. > > In main case it is packet manager. I am too lazy to find how to turn off > automatic update checks. So when I try to run apt or dnf I have to kill > the lock. Right... so your big complaint against Linux is actually due to your own laziness and weird way of updating your system. (Like many Linux users, I have automatic update checks enabled /and/ I use "apt" or other package managers when I want to - without problems with lock files.) > >> Times change. Needs and uses change. Hardware changes. >> >> Keeping things separate and modular has advantages in scalability, >> security and stability. Keeping things monolithic has advantages in >> efficiency (speed and memory) and consistency. There is no "right" >> answer. > > Yes. E.g. in automotive you still need the system booted right after you > turned the key. > > Initially an ability to trim the system and sometimes to patch a driver > was a huge advantage Linux had over Windows NT. > It still is, for those with such niche needs that it is worth the effort. >>> On the other hand you still cannot have decent gaming under Linux. >> >> I do almost all my gaming under Linux. Some games do work better >> under Windows, but that is primarily because most games developers >> target Windows as their main platform. It may also be because Linux >> systems are more varied. > > "You are in an open field on the west side of a white house with a > boarded front door." That sort of games? (:-)) > No, RTS, FPS, that sort of thing. I don't do a lot of fast-action gaming these days - my reactions are not those of a kid any more! And my PC is not optimised for very demanding games. But most (80%+) Steam games run as well on Linux as on Windows, on the same hardware. I see some games have trouble on Linux, and some run better (especially older ones that find modern Windows confusing). Overall, if someone wanted a pure gaming PC, I'd recommend Windows over Linux - but it's absolutely fine for casual gaming. >>>> And single drive letters? >>> >>> They are dozens characters long actually, if you mean the device names. >> >> I thought by "drive letters", he meant "drive letters" - "c:", "d:", etc. > > The official file name of "C:" would be some messy string with lots of > backslashes. C: is a "DOS name." There are API to convert DOS names into > proper names. It is a mess. All Windows API is a mess. > The file path the user sees regularly starts with a driver letter. Users don't see API's. It is a /long/ time since I have had to deal much with Windows APIs directly. I remember such joys as a "CreateFile" call that you needed to do things like open a comms port or handles to many other types of devices or interfaces, but which was not useable for creating files. These days my Windows programming is almost all in Python - so dealing with the API is an SEP.
Back to comp.unix.shell | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Command Languages Versus Programming Languages Javier <invalid@invalid.invalid> - 2024-04-07 00:01 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-07 02:02 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-06 20:46 -0700
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-12 15:55 +0200
Re: Command Languages Versus Programming Languages Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:04 +0000
Re: Command Languages Versus Programming Languages usuario <anthk@disroot.org> - 2024-10-01 20:18 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-02 07:10 +0000
Re: Command Languages Versus Programming Languages usuario <anthk@disroot.org> - 2024-10-02 12:52 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-02 16:00 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-09 22:25 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-10 08:38 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 16:09 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-10 15:34 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 17:55 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-10-10 19:14 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 21:31 +0100
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-11 00:09 +0100
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 15:47 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 15:15 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-11 15:45 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 15:59 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-11 16:28 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:39 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-12 13:53 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-10-12 14:50 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-12 15:32 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-10-12 15:51 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-12 16:36 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:18 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 13:43 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 14:54 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 15:30 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 16:02 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:15 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 08:25 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-14 13:38 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 14:47 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-14 14:53 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-10-14 17:27 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 21:09 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 21:08 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-13 15:08 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 15:52 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-13 17:20 +0100
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:29 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-14 01:20 +0100
Re: On overly rigid definitions (was Re: Command Languages Versus Programming Languages) cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-14 00:58 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-13 15:02 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-10-13 16:31 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-13 20:06 +0100
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:30 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-11 16:37 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 19:01 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:40 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 20:58 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:42 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-12 14:37 +0100
Re: Command Languages Versus Programming Languages Christian Weisgerber <naddy@mips.inka.de> - 2024-10-12 17:49 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:20 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-13 21:25 +0100
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-12 20:50 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-12 21:25 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:22 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 20:33 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-11 00:07 +0100
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 16:15 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 08:17 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 19:37 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 01:33 +0000
Re: Command Languages Versus Programming Languages Eric Pozharski <apple.universe@posteo.net> - 2024-10-12 16:39 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:19 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-10-13 14:55 +0200
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-13 21:33 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 08:28 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-14 11:38 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 11:05 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-14 16:04 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 15:39 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 20:34 +0000
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-11-11 07:31 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-11 10:06 +0000
Re: Command Languages Versus Programming Languages Wolfgang Agnes <wagnes@jemoni.to> - 2024-11-11 08:28 -0300
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-11-11 16:21 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-11 20:55 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:14 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-12 09:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:31 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-12 09:53 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-11 21:24 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:23 +0100
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-08 07:55 -0700
Re: Command Languages Versus Programming Languages Javier <invalid@invalid.invalid> - 2024-04-08 17:54 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-08 22:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-12 15:48 +0200
I did not inhale (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-12 14:13 +0000
Re: I did not inhale (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-12 14:15 +0000
Re: I did not inhale (Was: Command Languages Versus Programming Languages) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-15 14:28 +0200
Re: I did not inhale (Was: Command Languages Versus Programming Languages) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-12 16:52 +0000
Re: I did not inhale Johanne Fairchild <jfairchild@tudado.org> - 2024-04-12 20:52 -0300
Re: I did not inhale Johanne Fairchild <jfairchild@tudado.org> - 2024-04-13 08:17 -0300
Re: I did not inhale kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-15 19:48 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-15 23:54 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-16 01:30 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-16 15:02 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-16 09:37 -0700
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-17 11:18 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-17 09:01 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-17 12:58 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-17 21:51 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 10:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 08:30 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 12:19 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 15:45 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 18:13 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-18 16:52 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 20:07 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-18 23:18 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 08:31 +0000
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-25 07:50 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-25 12:32 +0200
Re: Python (was Re: I did not inhale) vallor <vallor@cultnix.org> - 2024-08-25 13:41 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 22:02 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 22:00 +0000
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-18 22:15 +0100
Re: Python (was Re: I did not inhale) gazelle@shell.xmission.com (Kenny McCormack) - 2024-08-18 08:55 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 09:21 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-18 16:46 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 20:11 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-19 04:54 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 09:09 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-19 17:40 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-18 23:14 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 09:37 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 10:40 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 12:39 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 14:59 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 17:35 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 15:56 +0000
Re: Python (was Re: I did not inhale) Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 21:09 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 08:52 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-20 07:21 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 10:15 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 01:00 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 09:44 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 10:27 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 15:09 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 17:20 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 00:59 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-21 10:07 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 23:42 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-19 13:14 -0700
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-19 13:30 -0700
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-20 07:22 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-19 08:45 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 13:03 +0200
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-19 13:28 -0700
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 23:43 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-19 23:03 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 08:57 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-20 07:22 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-20 10:25 +0200
Re: Python (was Re: I did not inhale) vallor <vallor@cultnix.org> - 2024-08-21 06:10 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 06:45 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 08:17 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-18 16:59 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 15:23 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-18 16:55 +0200
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-18 12:24 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 09:44 +0200
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 14:21 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-20 14:35 +0000
Re: Python (was Re: I did not inhale) Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-08-20 14:45 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 16:10 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 21:45 +0200
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 20:56 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 09:26 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 07:36 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 11:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 10:26 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 17:27 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 15:40 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 21:15 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 07:42 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-22 09:52 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 08:18 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-22 15:11 +0200
Re: Python (was Re: I did not inhale) Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-08-22 13:58 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 14:17 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 11:09 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 10:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 08:21 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-26 08:33 -0700
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-26 17:59 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-26 21:35 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-26 15:51 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 02:50 +0000
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-27 03:21 +0000
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-27 09:39 +0100
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-27 11:26 +0100
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-27 13:46 +0100
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-28 02:53 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-08-28 13:57 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-27 15:10 +0200
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-27 15:18 +0100
Re: Python (was Re: I did not inhale) Andy Walker <anw@cuboid.co.uk> - 2024-08-28 23:07 +0100
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-27 08:03 -0700
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-27 18:08 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-27 20:46 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 21:40 +0000
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-28 03:19 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-28 12:45 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-28 22:49 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 21:34 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-27 14:49 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 23:28 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-27 19:10 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-28 05:30 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-28 13:29 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-28 23:02 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-28 17:23 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-29 01:19 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-28 19:19 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-30 23:52 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-30 21:37 -0700
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-30 21:39 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 14:05 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-30 23:49 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-31 17:06 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-03 00:09 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-09-03 10:46 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-03 21:56 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-09-04 09:30 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 14:01 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-29 23:03 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-29 16:57 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-30 02:55 +0000
Re: Python (was Re: I did not inhale) vallor <vallor@cultnix.org> - 2024-08-30 14:01 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-30 10:01 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-28 17:48 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-28 17:43 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-28 20:48 +0200
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-28 20:27 +0100
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-28 13:37 -0700
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-28 21:44 +0100
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-28 23:44 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-28 22:49 +0000
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-29 00:21 +0100
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-29 01:16 +0000
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-29 11:49 +0100
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-29 13:31 +0200
Re: Python (was Re: I did not inhale) Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 13:50 +0100
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 14:24 +0200
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-29 08:52 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 21:27 +0200
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-30 08:14 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-30 18:42 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-30 19:20 +0000
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-14 10:16 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-09-14 09:25 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-09-15 21:43 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-29 22:57 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-30 11:38 +0200
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-30 08:28 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-30 18:54 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-30 23:42 +0000
Re: Python (was Re: I did not inhale) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-09-07 18:30 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-07 22:48 +0000
Re: Python (was Re: I did not inhale) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-09-26 18:00 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 20:36 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-09-27 08:03 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-29 07:28 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 14:30 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-29 16:19 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 21:29 +0200
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-08-29 18:44 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-29 21:36 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-30 19:17 +0000
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-14 09:59 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-09-15 21:47 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-09-16 07:27 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-30 02:53 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-08-30 14:33 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-30 23:36 +0200
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-14 10:06 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-14 09:34 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-09-14 19:10 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-14 22:25 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-09-15 09:06 +0000
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-16 17:28 +0200
Re: Python (was Re: I did not inhale) Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 22:08 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-09-15 15:51 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-09-15 21:55 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-15 21:32 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-09-15 15:54 +0000
Re: Python (was Re: I did not inhale) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-09-16 17:30 +0200
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-28 02:48 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-28 08:25 -0700
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-28 16:41 +0100
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-28 18:23 +0200
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-28 16:41 +0100
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-26 23:51 +0100
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 02:49 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-26 23:32 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-22 09:02 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 12:47 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-23 00:19 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-23 09:19 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-23 08:29 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-23 12:04 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-23 22:52 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-23 13:36 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 07:38 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 11:11 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 23:43 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 13:00 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-22 13:30 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-22 15:28 +0000
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-22 16:56 +0100
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-08-22 16:31 +0000
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-22 17:55 +0100
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-22 17:38 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-22 17:48 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-22 17:36 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-08-22 17:47 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-22 20:28 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-22 20:28 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-22 18:54 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-23 00:15 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-23 09:33 +0200
Re: Python (was Re: I did not inhale) Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 22:10 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 07:27 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 11:15 +0200
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-21 08:37 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 21:18 +0200
Re: Python (was Re: I did not inhale) Nuno Silva <nunojsilva@invalid.invalid> - 2024-08-25 16:32 +0100
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-25 18:41 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 21:59 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 01:05 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-21 08:45 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 23:42 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-16 14:57 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-16 23:27 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-17 01:01 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-13 21:54 +0000
on Perl (was: Command Languages Versus Programming Languages) Javier <invalid@invalid.invalid> - 2024-04-14 20:41 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-14 22:41 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) Blue-Maned_Hawk <bluemanedhawk@invalid.invalid> - 2024-04-15 12:43 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-15 22:12 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) John Ames <commodorejohn@gmail.com> - 2024-04-15 15:29 -0700
Re: on Perl (was: Command Languages Versus Programming Languages) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-15 22:58 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) David Brown <david.brown@hesbynett.no> - 2024-04-16 10:14 +0200
Re: on Perl (was: Command Languages Versus Programming Languages) Muttley@dastardlyhq.com - 2024-04-16 08:35 +0000
Re: on Perl (was: Command Languages Versus Programming Languages) David Brown <david.brown@hesbynett.no> - 2024-04-16 11:35 +0200
Re: on Perl Christian Weisgerber <naddy@mips.inka.de> - 2024-04-16 10:58 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-16 14:00 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 14:51 +0000
Re: on Perl candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-16 15:10 +0000
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 15:42 +0000
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-17 02:44 +0000
Re: on Perl Andreas Eder <a_eder_muc@web.de> - 2024-04-17 07:34 +0200
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-17 06:44 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-17 11:27 +0200
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-17 07:55 -0700
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-17 12:19 -0700
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-17 21:52 +0200
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-17 13:39 -0700
Re: on Perl Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-18 04:18 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-18 10:30 +0200
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-18 08:36 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-18 11:31 +0200
Re: on Perl Richard Harnden <richard.nospam@gmail.invalid> - 2024-04-23 14:09 +0100
Back and forth (Was: on Perl) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-23 14:09 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-24 10:04 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 14:49 +0000
Re: on Perl scott@slp53.sl.home (Scott Lurndal) - 2024-04-16 15:01 +0000
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 15:26 +0000
Re: on Perl Chris Elvidge <chris@mshome.net> - 2024-04-16 16:42 +0100
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 15:43 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-16 08:49 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 15:51 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-16 08:59 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-16 16:13 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-16 09:18 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-17 08:22 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-17 07:59 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-17 16:15 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-17 09:55 -0700
Re: on Perl D <nospam@example.net> - 2024-04-17 23:05 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-18 07:35 +0000
Re: on Perl D <nospam@example.net> - 2024-04-18 11:28 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-18 15:37 +0000
Re: on Perl D <nospam@example.net> - 2024-04-18 20:59 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-19 08:57 +0000
Re: on Perl D <nospam@example.net> - 2024-04-19 22:40 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-20 08:58 +0000
Re: on Perl D <nospam@example.net> - 2024-04-20 12:40 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-20 10:52 +0000
Re: on Perl D <nospam@example.net> - 2024-04-20 21:00 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-18 07:33 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-18 10:16 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-19 08:57 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-19 16:08 -0700
Re: on Perl gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-20 01:48 +0000
Re: on Perl John Ames <commodorejohn@gmail.com> - 2024-04-24 08:36 -0700
Re: on Perl Muttley@dastardlyhq.com - 2024-04-20 08:59 +0000
Re: on Perl gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-16 18:11 +0000
Re: on Perl Muttley@dastardlyhq.com - 2024-04-17 08:23 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-17 11:36 +0200
Re: on Perl Muttley@dastardlyhq.com - 2024-04-17 10:21 +0000
Re: on Perl gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-16 18:09 +0000
Re: on Perl "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2024-04-16 12:05 -0400
Re: on Perl "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2024-04-16 12:25 -0400
Re: on Perl Christian Weisgerber <naddy@mips.inka.de> - 2024-04-16 19:59 +0000
Re: on Perl Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-16 13:36 -0700
Re: on Perl candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-16 16:10 +0000
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-17 02:45 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-17 11:44 +0200
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-17 11:30 +0200
Re: on Perl candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-18 15:10 +0000
Re: on Perl David Brown <david.brown@hesbynett.no> - 2024-04-18 21:55 +0200
Re: on Perl Javier <invalid@invalid.invalid> - 2024-04-16 20:47 +0000
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-17 03:14 +0000
Re: on Perl Ben Bacarisse <ben.usenet@bsb.me.uk> - 2024-04-17 18:04 +0100
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-17 23:23 +0000
Re: on Perl Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-17 16:59 -0700
Re: on Perl Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-18 01:33 +0000
Re: on Perl Rainer Weikusat <rweikusat@talktalk.net> - 2024-04-18 18:09 +0100
csiph-web