bytes vs. octets Alex Shinn (15 Sep 2004 09:01 UTC)
Re: bytes vs. octets bear (15 Sep 2004 16:26 UTC)
Re: bytes vs. octets Alex Shinn (16 Sep 2004 00:17 UTC)
Re: bytes vs. octets Thomas Bushnell BSG (15 Sep 2004 18:54 UTC)
Re: bytes vs. octets Alex Shinn (16 Sep 2004 00:28 UTC)
Re: bytes vs. octets Thomas Bushnell BSG (16 Sep 2004 01:01 UTC)
Re: bytes vs. octets Alex Shinn (16 Sep 2004 01:52 UTC)
Re: bytes vs. octets Thomas Bushnell BSG (16 Sep 2004 02:15 UTC)
Re: bytes vs. octets Per Bothner (16 Sep 2004 04:18 UTC)

Re: bytes vs. octets Thomas Bushnell BSG 16 Sep 2004 01:01 UTC

Alex Shinn <xxxxxx@synthcode.com> writes:

> At 15 Sep 2004 11:53:58 -0700, Thomas Bushnell BSG wrote:
> >
> > Alex Shinn <xxxxxx@synthcode.com> writes:
> >
> > > I've given it a lot of thought and have decided to stick to *-byte in
> > > the names as there is simply no advantage in changing to octet.  In
> > > this day and age "byte" is universally accepted as being 8 bits and
> > > any argument that it could be misinterpreted is simply not
> > > realistic.
> >
> > What do you mean my "universally accepted", given that you have seen
> > it not accepted on this very list?
>
> I have only seen evidence that in those machines for which the
> smallest addressable memory unit is not 8 bits they still use "byte"
> to refer to 8 bits.  This is the modern definition of byte.

So the PDP-10 doesn't count, does it?

You can make whichever decision you wish, but please don't support
your decision with a lie.  It is true that many people use "byte" to
mean "eight bits".  They are wrong, but the usage may be so prevelant
that your SRFI should give in.

There are lots of people who think "baud" means "bits per second";
they are wrong too.  But fortunately, people got out of the habit of
that usage, now that we have high bps modems for which baud != bits
per second.

So go ahead and name the functions whatever you want, after taking all
factors into account.  But don't then back up your decision with the
dishonest claim that your usage is "universally accepted".

Thomas