linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-20 18:02 Steven Cole
  2001-12-20 18:16 ` Matt Bernstein
                   ` (3 more replies)
  0 siblings, 4 replies; 100+ messages in thread
From: Steven Cole @ 2001-12-20 18:02 UTC (permalink / raw)
  To: esr; +Cc: linux-kernel

Greetings all,

I see that in the very latest Configure.help version, 2.76, available at http://www.tuxedo.org/~esr/cml2/
Eric has decided to follow the following standard:
IEC 60027-2, Second edition, 2000-11, Letter symbols to be used in electrical technology - Part 2: Telecommunications and electronics.
and has changed all the abbreviations for Kilobyte (KB) to KiB, Megabyte (MB) to MiB, etc, etc.

Now, granted that this is the "standard", should there be some discussion related to this
change, or is everyone comfortable with this?  It certainly made me do a double take.

Here is a snippet from the diff between versions 2.75 and 2.76 of Configure.help:

@@ -344,8 +344,8 @@
   If you are compiling a kernel which will never run on a machine with
   more than 960 megabytes of total physical RAM, answer "off" here
   (default choice and suitable for most users). This will result in a
-  "3GB/1GB" split: 3GB are mapped so that each process sees a 3GB
-  virtual memory space and the remaining part of the 4GB virtual memory
+  "3GiB/1GiB" split: 3GiB are mapped so that each process sees a 3GiB
+  virtual memory space and the remaining part of the 4GiB virtual memory
   space is used by the kernel to permanently map as much physical memory
   as possible.

Steven

^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.hel p.
@ 2001-12-20 19:13 Nicholas Knight
  2001-12-20 19:41 ` Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help Mike Harrold
  0 siblings, 1 reply; 100+ messages in thread
From: Nicholas Knight @ 2001-12-20 19:13 UTC (permalink / raw)
  To: Dana Lacoste, 'Matt Bernstein', Steven Cole; +Cc: esr, linux-kernel

On Thursday 20 December 2001 10:36 am, Dana Lacoste wrote:
> > I believe that the main purpose of documentation, help etc is
> > to get the
> > information across in a way that is most easily understood, ie that
> > minimises the number of support questions.. ..and everyone
> > surely knows
> > what GB, MB and KB stand for. So let's leave it at that.
> > Where's the "i"
> > in "megabyte" ? Or is 1MiB 1000000 bytes, rather than 1048576?
>
> 1 MB isn't 1048576.
>
> it's 1000000
>
> mega isn't 2^10, it's 10^6
>
> so where are YOU coming from?
>
> (no, i'm not arguin, i don't particularly care.  but i'm
> pointing out that some people have completely firmly set
> definitions and some other people also have firm definitions
> and neither will agree the other's right.  MiB is the international
> standard for a 2^10 B(yte) specification.  so if you mean
> 2^10 bytes, you mean MiB, not MB, even if you don't like it :)

This "international" standard seems to have excluded a few countries. 
It wasn't until it was SET that I even heard of its existance. (And 
then only through SLASHDOT!)

Everyone I know has been using KB/MB/GB for 1024 forever. The *only* 
exception is networking, and the occasional FLASH/ROM size. The latter 
isn't very common discussion, and among those that it is, they'd know 
what the other was talking about. For the former, I can distinguish 
easily depending on who it is.

Someone without a lot of experience: I have a 1MB connection. (this 
user has a 1 Megabit connection)

Someone with experience: I have a 1mb/Mb connection. (This person has a 
1 megabit connection has used a "standard" abbreviation.)

Know how these standards came about?
Actual use. Not a bunch of "engineers" in a room arguing over how best 
to cause absurd changes in kernel help files.

^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-20 19:25 RaúlNúñez de Arenas Coronado
  2001-12-20 21:41 ` Jamie Lokier
  0 siblings, 1 reply; 100+ messages in thread
From: RaúlNúñez de Arenas Coronado @ 2001-12-20 19:25 UTC (permalink / raw)
  To: matt, michael.dunsky; +Cc: esr, linux-kernel, scole

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

    Hi all :))

>You are close - he uses "MiB" as short for "mebi" - Mega-binary.

    Personally I don't like very much the abbreviations, but I must
recognize that they remove all possible ambiguity for the
Configure.help. With MiB, GiB, etc... you're completely sure that you
are talking about 2^20, 2^30 and not 10^6, 10^9, etc...

    So I think that is a good idea in general to use that
abbreviations for the binary units. Moreover, it's official and
correct use. Eric made a sensible decision here.

    Raúl

^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-21 11:44 Christian Groessler
  2001-12-21 12:50 ` Rene Engelhard
  0 siblings, 1 reply; 100+ messages in thread
From: Christian Groessler @ 2001-12-21 11:44 UTC (permalink / raw)
  To: Mike Jagdis; +Cc: linux-kernel

On 12/21/2001 10:58:30 AM GMT Mike Jagdis wrote:
>
>Mike Eldridge wrote:
>
>> i was going to comment about simply using lowercase equivalents, but
>> then milli already has 'm', although the concept of a millibyte (or even
>> millibit) is absurd.
>
>Why? For instance a millibyte/s might be a hearbeat across a LAN every
>hour or so or it might be a control traffic requirement for a deep space
>probe. You might not have an immediate use for the term but it has a
>specific meaning - and certainly isn't "absurd" (see definition on
>http://www.dict.org).

So, is it 1/1024 or 1/1000 bytes ?  :-)

regards,
chris


^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-21 19:55 Per Jessen
       [not found] ` <by>
                   ` (2 more replies)
  0 siblings, 3 replies; 100+ messages in thread
From: Per Jessen @ 2001-12-21 19:55 UTC (permalink / raw)
  To: linux-kernel

On Fri, 21 Dec 2001 11:43:40 -0600, Bob Glamm wrote:

>On Fri, Dec 21, 2001 at 03:48:22PM +0000, Mike Jagdis wrote:
[snip]
>> Go look up "SI binary prefix" and "SI prefix" on Google. You might
>> not _like_ the binary prefixes (I don't either) but they're what's
>> been standardized and they're unambiguous. It does no good to claim
>> that it's enough that *you* know what you mean. This isn't Alice in
>> Wonderland (you can look that reference up in your spare time :-) ).
>
>SI standards have been around for years.  Yet many mechanical
>engineers in the US still use English units.  Convention and
>economics dictate that they do so; any change in this field is quite
>slow.

Did the US ever go metric ? Europe (minus the UK of course) did, and rarely
looked back. AFAIK (please correct me), the US never went metric. Don't they
still use Fahrenheit and all that weird stuff ?
Oh, and btw - those non-metric units are not "English units", but "Imperial units", 
if you want to picky :-) 

>
>Somehow I expect that the same convention and economics factors will
>also dominate the argument over prefixes for bits of information
>in this field for years to come as well.

That I agree with - although I suspect manufacturers increasing will go for
the IEC standards - I used to work for StorageTek where an argument just like
this went on about 2 years ago - the IEC side won. Generally the hardware
people were all for IEC, and the software side less so.


rgds,
Per Jessen, Zurich

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."



^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-21 22:55 Stuart Lynne
  0 siblings, 0 replies; 100+ messages in thread
From: Stuart Lynne @ 2001-12-21 22:55 UTC (permalink / raw)
  To: linux-kernel



> If you would pay more attention, you can see that on most drives there is
> a small note that says: 1MB = 1000000 bytes. This is why the drive
> capacity is smaller than the manufacturer says.


http://www.seagate.com/products/discsales/discselect/A1a2.html#cap

    Capacity:
    Capacity is the amount of data that the drive can store, after
    formatting. Most disc drive companies, including Seagate, calculate disc
    capacity based on the assumption that 1 megabyte = 1000 kilobytes and 1
    gigabyte=1000 megabytes.


Disks have a natural measurement of capacity based on an integral number
of 512byte blocks. So kilobytes (1024) makes sense for them. 

The only marketing wizardry is to use the smaller of:

	1 megabyte = 1000 kilobytes

instead of:

	1 megabyte = 1024 kilobytes

There are valid arguements for both interpretations. 

-- 
                                            __O 
Lineo - For Embedded Linux Solutions      _-\<,_ 
PGP Fingerprint: 28 E2 A0 15 99 62 9A 00 (_)/ (_) 88 EC A3 EE 2D 1C 15 68
Stuart Lynne <sl@fireplug.net>         www.lineo.com         604-461-7532

^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-22  2:51 Thomas Hood
  0 siblings, 0 replies; 100+ messages in thread
From: Thomas Hood @ 2001-12-22  2:51 UTC (permalink / raw)
  To: linux-kernel

Timothy Covell wrote:

> one inch = 1 thumb = 1 pouce 

Unfortunately that was not the case, since each country
had its own standards of measurement.  It wasn't even
true that "1 inch = 1 inch", let alone "1 pint = 1 pint".

> So, the English units were more attuned to nature.

It's true that in some applications units that are divided
in half, rather than in ten, are more convenient.  
Carpentry is one example.

> Farhenheit units are smaller so that they make more
> convenient divisions

That's a matter of familiarity.  Can you even tell the
difference between 65 degrees and 66 degrees?

> Why is it CH when only 30% speak French

I dunno.  But CH abbreviates "Confoederatio Helvetica" which is,
I believe, Latin.




^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help
@ 2001-12-22  8:39 matthew david reuther
  2002-01-08 21:18 ` Dr. Kelsey Hudson
  0 siblings, 1 reply; 100+ messages in thread
From: matthew david reuther @ 2001-12-22  8:39 UTC (permalink / raw)
  To: linux-kernel

This is drifting off topic, but...

0 degrees Fahrenheit is the freezing point of salt-water, though I don't
recall offhand what solution

100 degrees Fahrenheit is the rectal temperature of a cow

I guess the reason these feel more "natural" to some people, is because
they relate to our bodies, just like the inch, foot, hand, and cubit. It
still doesn't explain things like pounds, but that's probably related to
agriculture somehow.

At any rate, the US allows people to continue to work in thing like pounds
and ounces (wet and dry) because it is the standard for their trade. They
put the metric equivalent on the package in paentheses, but it's "soft"
metric, not "hard" metric (which would be nice round numbers).

Anyway, I think the switch is a good idea, but some education is in order.

^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-22 23:22 Per Jessen
  2001-12-23  7:21 ` Nicholas Knight
  0 siblings, 1 reply; 100+ messages in thread
From: Per Jessen @ 2001-12-22 23:22 UTC (permalink / raw)
  To: linux-kernel

On Sat, 22 Dec 2001 21:18:08 +0100 (MET), Pozsar Balazs wrote:
>
>This might be a standard, but _it_is_not_adopted_anywhere! (at least I
>haven't seen it anywhere (I might be blind)).
>I would rather call standard something which is adopted in real life.

No, that would be a socalled defacto standard. Ie. not necessarily a standard 
proposed and recommended by a standards body. For instance, you may think that 
the UK using pounds and ounces is standard - after all they are both being 
used in real life. But it is contrary to the standard. (as given by the SI
system).


rgds,
Per 

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."



^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help.
@ 2001-12-23  9:18 Per Jessen
  2001-12-23 16:34 ` Stephen Satchell
  0 siblings, 1 reply; 100+ messages in thread
From: Per Jessen @ 2001-12-23  9:18 UTC (permalink / raw)
  To: linux-kernel, nknight

On Sat, 22 Dec 2001 23:21:11 -0800, Nicholas Knight wrote:
>On Saturday 22 December 2001 03:22 pm, Per Jessen wrote:
>> On Sat, 22 Dec 2001 21:18:08 +0100 (MET), Pozsar Balazs wrote:
>> >This might be a standard, but _it_is_not_adopted_anywhere! (at least
>> > I haven't seen it anywhere (I might be blind)).
>> >I would rather call standard something which is adopted in real
>> > life.
>>
>> No, that would be a socalled defacto standard. Ie. not necessarily a
>> standard proposed and recommended by a standards body. For instance,
>> you may think that the UK using pounds and ounces is standard - after
>> all they are both being used in real life. But it is contrary to the
>> standard. (as given by the SI system).
>
>Not anymore. Apparently it is now illiegal in the UK to use Imperial 
>measurements (or for that matter, anything but standard metric) in 
>transactions. If people are still using the Imperial system in day to 
>day life, they won't be very soon (and yes, this has infact been 
>enforced at least once that I've heard of.)

Yeah, I know of those too. I lived in London when that case with the greengrocer 
or butcher or whatever was on. I think the guy was prosecuted.
That case was partially about the metric system, partially about EU legislation.
The UK government had agreed that by a certain date, all supermarkets etc.
would be required by law to mark all goods with a per 100g price. Not per ounce
or whatever. 
This is of course caused a few people to whine ....
And soon AFAIR, at least one supermarket turned around, and stopped also marking
goods in price per ounce etc. Downright silly.

>
>Let me know when we're done fighting about wether or not we should 
>confuse everyone (further) that tries to configure their first kernel.

Sooner or later, the IEC notation will also make it into the schools, and students
will be graduating knowing nothing but the IEC notation. If we haven't changed by 
then, that's when we'll see some true confusion.


/Per Jessen, Zurich.

regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.

Windows 2001: "I'm sorry Dave ...  I'm afraid I can't do that."



^ permalink raw reply	[flat|nested] 100+ messages in thread
* Re: Changing KB, MB, and GB to KiB, MiB, and GiB =?iso-8859-1?q?in Configure=2Ehelp=2E?=
@ 2002-01-08 21:24 Dr. Kelsey Hudson
  2002-01-08 21:29 ` Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help H. Peter Anvin
  2002-01-08 23:03 ` Timothy Covell
  0 siblings, 2 replies; 100+ messages in thread
From: Dr. Kelsey Hudson @ 2002-01-08 21:24 UTC (permalink / raw)
  To: J.A. Magallon; +Cc: H. Peter Anvin, linux-kernel

On Sat, 22 Dec 2001, J.A. Magallon wrote:
> And different length for sea and land 'miles'. Very natural...

nautical miles are defined as 1852 meters, the exact length of one second 
of longitude at the equator :)

 Kelsey Hudson                                           khudson@ctica.com 
 Software Engineer
 Compendium Technologies, Inc                               (619) 725-0771
---------------------------------------------------------------------------     


^ permalink raw reply	[flat|nested] 100+ messages in thread
* Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help
@ 2002-03-18 11:31 Nayyer Tiger
  2002-03-18 16:12 ` Randy.Dunlap
  2002-03-18 17:04 ` Steven Cole
  0 siblings, 2 replies; 100+ messages in thread
From: Nayyer Tiger @ 2002-03-18 11:31 UTC (permalink / raw)
  To: faheemullahkhan101, zohair420, danish4000; +Cc: linux-kernel

Greetings all,

I see that in the very latest Configure.help version, 2.76, available at 
http:/www.tuxedo.org/~esr/cml2/
Eric has decided to follow the following standard:
IEC 60027-2, Second edition, 2000-11, Letter symbols to be used in 
electrical technology - Part 2: Telecommunications and electronics.
and has changed all the abbreviations for Kilobyte (KB) to KiB, Megabyte 
(MB) to MiB, etc, etc.

Now, granted that this is the "standard", should there be some discussion 
related to this
change, or is everyone comfortable with this?  It certainly made me do a 
double take.

Here is a snippet from the diff between versions 2.75 and 2.76 of 
Configure.help:

@@ -344,8 +344,8 @@
   If you are compiling a kernel which will never run on a machine with
   more than 960 megabytes of total physical RAM, answer "off" here
   (default choice and suitable for most users). This will result in a
-  "3GB/1GB" split: 3GB are mapped so that each process sees a 3GB
-  virtual memory space and the remaining part of the 4GB virtual memory
+  "3GiB/1GiB" split: 3GiB are mapped so that each process sees a 3GiB
+  virtual memory space and the remaining part of the 4GiB virtual memory
   space is used by the kernel to permanently map as much physical memory
   as possible.

Steven
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


^ permalink raw reply	[flat|nested] 100+ messages in thread
[parent not found: <Pine.LNX.4.33.0203181358540.25105-100000@router.windsormac hine.com>]

end of thread, other threads:[~2002-03-19 14:20 UTC | newest]

Thread overview: 100+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-20 18:02 Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help Steven Cole
2001-12-20 18:16 ` Matt Bernstein
2001-12-20 18:42   ` Randolph Bentson
2001-12-20 19:00     ` Dave Jones
2001-12-20 19:07       ` Nicholas Knight
2001-12-20 18:47   ` Michael Dunsky
2001-12-20 19:00     ` Timothy Covell
2001-12-21  1:44   ` Stephen Satchell
2001-12-20 18:26 ` Robert Love
2001-12-20 18:52 ` Eric S. Raymond
2001-12-20 19:32   ` Steven Cole
2001-12-20 19:37     ` Eric S. Raymond
2001-12-20 20:40     ` Marc Schiffbauer
2001-12-20 20:32   ` Gábor Lénárt
2001-12-20 21:05     ` Richard B. Johnson
2001-12-20 21:14       ` Gábor Lénárt
2001-12-20 21:25         ` Andreas Dilger
2001-12-20 22:49         ` Mike Eldridge
2001-12-21 10:58           ` Mike Jagdis
2001-12-26 18:59           ` Riley Williams
2002-01-02 17:17           ` Jonathan Amery
2002-01-02 20:17             ` Timothy Covell
2002-01-03  4:23               ` Daniel Phillips
2002-01-03 15:46                 ` Timothy Covell
2001-12-24 13:39   ` Lionel Bouton
2001-12-25 11:25     ` Pavel Machek
2001-12-25 20:14       ` Lionel Bouton
2001-12-20 19:49 ` Bernd Eckenfels
2001-12-22 10:24   ` Pozsar Balazs
2001-12-22 10:47     ` Phil Howard
2001-12-22 11:30     ` Bernd Eckenfels
2001-12-22 20:18       ` Pozsar Balazs
2001-12-23  5:39         ` Bernd Eckenfels
2001-12-24 13:21     ` Ian Molton
2001-12-22 16:03   ` Stephen Satchell
2001-12-23 10:43   ` David Woodhouse
2001-12-23 12:00     ` Vojtech Pavlik
2001-12-23 16:24   ` Stephen Satchell
2001-12-24 12:37   ` David Woodhouse
2001-12-28 10:25   ` Kai Henningsen
2001-12-20 19:13 Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.hel p Nicholas Knight
2001-12-20 19:41 ` Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help Mike Harrold
2001-12-21 16:59   ` Alan Cox
2001-12-21 17:50     ` Mike Harrold
2001-12-21 18:41       ` Kent Borg
2001-12-21 18:49         ` lk
2001-12-21 19:12           ` Kent Borg
2001-12-22  4:51       ` Albert D. Cahalan
2001-12-20 19:25 RaúlNúñez de Arenas Coronado
2001-12-20 21:41 ` Jamie Lokier
2001-12-21 23:05   ` Rob Landley
2001-12-21 11:44 Christian Groessler
2001-12-21 12:50 ` Rene Engelhard
2001-12-21 14:40   ` Reid Hekman
2001-12-21 14:48     ` Rene Engelhard
2001-12-26 19:04       ` Riley Williams
2001-12-21 15:48   ` Mike Jagdis
2001-12-21 16:07     ` Rene Engelhard
2001-12-21 17:43     ` Bob Glamm
2001-12-21 20:50       ` Andreas Ferber
2001-12-21 19:55 Per Jessen
     [not found] ` <by>
2001-12-22  1:48 ` Timothy Covell
2001-12-22  4:32   ` H. Peter Anvin
2001-12-22  4:49     ` Timothy Covell
2001-12-22  7:57     ` Alan Cox
2001-12-22 18:22       ` Timothy Covell
2001-12-22 19:54         ` Derek Fawcus
2001-12-22  2:11 ` Timothy Covell
2001-12-22  4:44   ` H. Peter Anvin
2001-12-22  4:55     ` M. Edward (Ed) Borasky
2001-12-22  5:29   ` Ryan Cumming
2001-12-22  5:53     ` Timothy Covell
2001-12-22 22:41     ` Changing KB, MB, and GB to KiB, MiB, and GiB in?Configure.help Vojtech Pavlik
2001-12-22 10:53   ` Pekka Pietikäinen
2001-12-21 22:55 Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help Stuart Lynne
2001-12-22  2:51 Thomas Hood
2001-12-22  8:39 matthew david reuther
2002-01-08 21:18 ` Dr. Kelsey Hudson
2001-12-22 23:22 Per Jessen
2001-12-23  7:21 ` Nicholas Knight
2001-12-23 13:35   ` Alan Cox
2001-12-23  9:18 Per Jessen
2001-12-23 16:34 ` Stephen Satchell
2002-01-08 21:24 Changing KB, MB, and GB to KiB, MiB, and GiB =?iso-8859-1?q?in Configure=2Ehelp=2E?= Dr. Kelsey Hudson
2002-01-08 21:29 ` Changing KB, MB, and GB to KiB, MiB, and GiB in Configure.help H. Peter Anvin
2002-01-08 22:15   ` Dr. Kelsey Hudson
2002-01-08 23:03 ` Timothy Covell
2002-03-18 11:31 Nayyer Tiger
2002-03-18 16:12 ` Randy.Dunlap
2002-03-18 16:36   ` Richard B. Johnson
2002-03-18 13:53     ` Andreas Dilger
2002-03-18 17:38     ` Jakob Kemi
2002-03-18 18:24     ` H. Peter Anvin
2002-03-18 18:35       ` Rik van Riel
2002-03-18 19:00         ` Mike Dresser
2002-03-18 19:08           ` Rik van Riel
2002-03-18 19:31             ` Chris Friesen
2002-03-18 22:04               ` Mike Dresser
2002-03-18 22:12                 ` Mike Dresser
2002-03-19 11:48             ` Remco Post
2002-03-18 17:04 ` Steven Cole
     [not found] <Pine.LNX.4.33.0203181358540.25105-100000@router.windsormac hine.com>
2002-03-19 14:20 ` Pete Cervasio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).