• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Upgrade Question

G

Gene E. Bloch

Flightless Bird
On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:

> On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
> <kblake@this.is.invalid.com> wrote:
>
>>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
>><not-me@other.invalid> wrote:
>>
>>
>>> As for the origin of "thread", if it's not just the obvious meaning and
>>> analogy, as in threading through a maze or threading a string of beads,
>>> then I am one who doesn't know the reason for calling them threads, and
>>> would like to learn it.

>>
>>
>>OK. It has to do with list processing. "List" is a technical term and
>>isn't just the ordinary use of the word. A list is a bunch of data
>>that has more than one sequence as follows:
>>
>>1. The physical sequence of the records.
>>
>>2. One or more logical sequences that are different from the physical
>>sequence.
>>
>>So the messages in a newsgroup are a list. Their physical sequence is
>>the order in which they were posted. Their logical sequence is the way
>>messages in a "thread" are connected--e. g. this message follows
>>yours, the one I'm replying to, even though there are usually several
>>messages between them in the physical sequence.
>>
>>So visualize each message as a shirt button, and think of these
>>buttons as parallel to each other in a row arranged in physical
>>sequence (date and time). Then think of a thread (this thread, for
>>example) as having all the buttons pertinent to it as connected by a
>>piece of thread that goes from buttonhole to buttonhole, skipping the
>>buttonholes in the messages that are not part of the thread.
>>
>>So a "thread" *is* a thread.
>>
>>Also note that (although it's not pertinent in a newsgroup) the
>>buttons have multiple buttonholes and can therefore participate in
>>multiple threads (in other words, have more than one logical
>>sequence).
>>

>
> That looks to be an overly complicated, and overly wordy, restatement
> of Gene's (and my own) understanding.


Well, I have to admit that the button/buttonhole analogy confused me enough
that i just went back to my understanding of threaded lists to try to guess
what Ken meant :)

I don't see the buttonhole thing being very different from my remarks about
threading through a maze or threading beads on a string. I also see the
name "threaded", as in threaded lists, being derived from the more homely
examples such as the ones I cited, and "thread" as used in news threads
being derived from those same ideas, rather than a thread (pun intended) of
etymology going from the everyday examples to the threaded lists to the
newsgroup threads.

BTW, I have seen beadwork where there are several threads running through
the beads, with one thread perhaps going through beads B1 B2 B3 and another
perhaps through A2 B2 C2, if you get my drift. There would be only one hole
in each bead though, large enough to allow a couple of threads to pass
through. Yikes! I just remembered the structure of core memory (magnetic
cores, of course). It's a lot like what I just described...

I believe I may have programmed data structures involving several sets of
links, such as records threaded simultaneously by name and by date of
birth. Note that computer threaded lists use pointers instead of cotton
lisle thread, providing generous opportunities for bugs :)

--
Gene E. Bloch (Stumbling Bloch)
 
C

Char Jackson

Flightless Bird
On Tue, 10 Aug 2010 17:11:57 -0700, "Gene E. Bloch"
<not-me@other.invalid> wrote:

>On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:
>
>> On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
>> <kblake@this.is.invalid.com> wrote:
>>
>>>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
>>><not-me@other.invalid> wrote:
>>>
>>>
>>>> As for the origin of "thread", if it's not just the obvious meaning and
>>>> analogy, as in threading through a maze or threading a string of beads,
>>>> then I am one who doesn't know the reason for calling them threads, and
>>>> would like to learn it.
>>>
>>>
>>>OK. It has to do with list processing. "List" is a technical term and
>>>isn't just the ordinary use of the word. A list is a bunch of data
>>>that has more than one sequence as follows:
>>>
>>>1. The physical sequence of the records.
>>>
>>>2. One or more logical sequences that are different from the physical
>>>sequence.
>>>
>>>So the messages in a newsgroup are a list. Their physical sequence is
>>>the order in which they were posted. Their logical sequence is the way
>>>messages in a "thread" are connected--e. g. this message follows
>>>yours, the one I'm replying to, even though there are usually several
>>>messages between them in the physical sequence.
>>>
>>>So visualize each message as a shirt button, and think of these
>>>buttons as parallel to each other in a row arranged in physical
>>>sequence (date and time). Then think of a thread (this thread, for
>>>example) as having all the buttons pertinent to it as connected by a
>>>piece of thread that goes from buttonhole to buttonhole, skipping the
>>>buttonholes in the messages that are not part of the thread.
>>>
>>>So a "thread" *is* a thread.
>>>
>>>Also note that (although it's not pertinent in a newsgroup) the
>>>buttons have multiple buttonholes and can therefore participate in
>>>multiple threads (in other words, have more than one logical
>>>sequence).
>>>

>>
>> That looks to be an overly complicated, and overly wordy, restatement
>> of Gene's (and my own) understanding.

>
>Well, I have to admit that the button/buttonhole analogy confused me enough
>that i just went back to my understanding of threaded lists to try to guess
>what Ken meant :)
>
>I don't see the buttonhole thing being very different from my remarks about
>threading through a maze or threading beads on a string. I also see the
>name "threaded", as in threaded lists, being derived from the more homely
>examples such as the ones I cited, and "thread" as used in news threads
>being derived from those same ideas, rather than a thread (pun intended) of
>etymology going from the everyday examples to the threaded lists to the
>newsgroup threads.
>
>BTW, I have seen beadwork where there are several threads running through
>the beads, with one thread perhaps going through beads B1 B2 B3 and another
>perhaps through A2 B2 C2, if you get my drift. There would be only one hole
>in each bead though, large enough to allow a couple of threads to pass
>through. Yikes! I just remembered the structure of core memory (magnetic
>cores, of course). It's a lot like what I just described...
>
>I believe I may have programmed data structures involving several sets of
>links, such as records threaded simultaneously by name and by date of
>birth. Note that computer threaded lists use pointers instead of cotton
>lisle thread, providing generous opportunities for bugs :)


Would this be a good time to remind folks where the term 'bug' came
from? :)
 
G

Gene E. Bloch

Flightless Bird
On Tue, 10 Aug 2010 19:57:35 -0500, Char Jackson wrote:

> On Tue, 10 Aug 2010 17:11:57 -0700, "Gene E. Bloch"
> <not-me@other.invalid> wrote:
>
>>On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:
>>
>>> On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
>>> <kblake@this.is.invalid.com> wrote:
>>>
>>>>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
>>>><not-me@other.invalid> wrote:
>>>>
>>>>
>>>>> As for the origin of "thread", if it's not just the obvious meaning and
>>>>> analogy, as in threading through a maze or threading a string of beads,
>>>>> then I am one who doesn't know the reason for calling them threads, and
>>>>> would like to learn it.
>>>>
>>>>
>>>>OK. It has to do with list processing. "List" is a technical term and
>>>>isn't just the ordinary use of the word. A list is a bunch of data
>>>>that has more than one sequence as follows:
>>>>
>>>>1. The physical sequence of the records.
>>>>
>>>>2. One or more logical sequences that are different from the physical
>>>>sequence.
>>>>
>>>>So the messages in a newsgroup are a list. Their physical sequence is
>>>>the order in which they were posted. Their logical sequence is the way
>>>>messages in a "thread" are connected--e. g. this message follows
>>>>yours, the one I'm replying to, even though there are usually several
>>>>messages between them in the physical sequence.
>>>>
>>>>So visualize each message as a shirt button, and think of these
>>>>buttons as parallel to each other in a row arranged in physical
>>>>sequence (date and time). Then think of a thread (this thread, for
>>>>example) as having all the buttons pertinent to it as connected by a
>>>>piece of thread that goes from buttonhole to buttonhole, skipping the
>>>>buttonholes in the messages that are not part of the thread.
>>>>
>>>>So a "thread" *is* a thread.
>>>>
>>>>Also note that (although it's not pertinent in a newsgroup) the
>>>>buttons have multiple buttonholes and can therefore participate in
>>>>multiple threads (in other words, have more than one logical
>>>>sequence).
>>>>
>>>
>>> That looks to be an overly complicated, and overly wordy, restatement
>>> of Gene's (and my own) understanding.

>>
>>Well, I have to admit that the button/buttonhole analogy confused me enough
>>that i just went back to my understanding of threaded lists to try to guess
>>what Ken meant :)
>>
>>I don't see the buttonhole thing being very different from my remarks about
>>threading through a maze or threading beads on a string. I also see the
>>name "threaded", as in threaded lists, being derived from the more homely
>>examples such as the ones I cited, and "thread" as used in news threads
>>being derived from those same ideas, rather than a thread (pun intended) of
>>etymology going from the everyday examples to the threaded lists to the
>>newsgroup threads.
>>
>>BTW, I have seen beadwork where there are several threads running through
>>the beads, with one thread perhaps going through beads B1 B2 B3 and another
>>perhaps through A2 B2 C2, if you get my drift. There would be only one hole
>>in each bead though, large enough to allow a couple of threads to pass
>>through. Yikes! I just remembered the structure of core memory (magnetic
>>cores, of course). It's a lot like what I just described...
>>
>>I believe I may have programmed data structures involving several sets of
>>links, such as records threaded simultaneously by name and by date of
>>birth. Note that computer threaded lists use pointers instead of cotton
>>lisle thread, providing generous opportunities for bugs :)

>
> Would this be a good time to remind folks where the term 'bug' came
> from? :)


Nah, it's apocryphal.

For instance, the term has been cited, with a similar meaning, in the
writings of Thomas Edison, long before Grace Hopper's experience.

She just verified that bugs can be real :)

My first Google hit:
http://www.jamesshuggins.com/h/tek1/first_computer_bug.htm

Since it agrees with me, I believe it :)

--
Gene E. Bloch (Stumbling Bloch)
 
G

Gene E. Bloch

Flightless Bird
On Tue, 10 Aug 2010 18:21:54 -0700, Gene E. Bloch wrote:

> On Tue, 10 Aug 2010 19:57:35 -0500, Char Jackson wrote:
>
>> On Tue, 10 Aug 2010 17:11:57 -0700, "Gene E. Bloch"
>> <not-me@other.invalid> wrote:
>>
>>>On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:
>>>
>>>> On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
>>>> <kblake@this.is.invalid.com> wrote:
>>>>
>>>>>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
>>>>><not-me@other.invalid> wrote:
>>>>>
>>>>>
>>>>>> As for the origin of "thread", if it's not just the obvious meaning and
>>>>>> analogy, as in threading through a maze or threading a string of beads,
>>>>>> then I am one who doesn't know the reason for calling them threads, and
>>>>>> would like to learn it.
>>>>>
>>>>>
>>>>>OK. It has to do with list processing. "List" is a technical term and
>>>>>isn't just the ordinary use of the word. A list is a bunch of data
>>>>>that has more than one sequence as follows:
>>>>>
>>>>>1. The physical sequence of the records.
>>>>>
>>>>>2. One or more logical sequences that are different from the physical
>>>>>sequence.
>>>>>
>>>>>So the messages in a newsgroup are a list. Their physical sequence is
>>>>>the order in which they were posted. Their logical sequence is the way
>>>>>messages in a "thread" are connected--e. g. this message follows
>>>>>yours, the one I'm replying to, even though there are usually several
>>>>>messages between them in the physical sequence.
>>>>>
>>>>>So visualize each message as a shirt button, and think of these
>>>>>buttons as parallel to each other in a row arranged in physical
>>>>>sequence (date and time). Then think of a thread (this thread, for
>>>>>example) as having all the buttons pertinent to it as connected by a
>>>>>piece of thread that goes from buttonhole to buttonhole, skipping the
>>>>>buttonholes in the messages that are not part of the thread.
>>>>>
>>>>>So a "thread" *is* a thread.
>>>>>
>>>>>Also note that (although it's not pertinent in a newsgroup) the
>>>>>buttons have multiple buttonholes and can therefore participate in
>>>>>multiple threads (in other words, have more than one logical
>>>>>sequence).
>>>>>
>>>>
>>>> That looks to be an overly complicated, and overly wordy, restatement
>>>> of Gene's (and my own) understanding.
>>>
>>>Well, I have to admit that the button/buttonhole analogy confused me enough
>>>that i just went back to my understanding of threaded lists to try to guess
>>>what Ken meant :)
>>>
>>>I don't see the buttonhole thing being very different from my remarks about
>>>threading through a maze or threading beads on a string. I also see the
>>>name "threaded", as in threaded lists, being derived from the more homely
>>>examples such as the ones I cited, and "thread" as used in news threads
>>>being derived from those same ideas, rather than a thread (pun intended) of
>>>etymology going from the everyday examples to the threaded lists to the
>>>newsgroup threads.
>>>
>>>BTW, I have seen beadwork where there are several threads running through
>>>the beads, with one thread perhaps going through beads B1 B2 B3 and another
>>>perhaps through A2 B2 C2, if you get my drift. There would be only one hole
>>>in each bead though, large enough to allow a couple of threads to pass
>>>through. Yikes! I just remembered the structure of core memory (magnetic
>>>cores, of course). It's a lot like what I just described...
>>>
>>>I believe I may have programmed data structures involving several sets of
>>>links, such as records threaded simultaneously by name and by date of
>>>birth. Note that computer threaded lists use pointers instead of cotton
>>>lisle thread, providing generous opportunities for bugs :)

>>
>> Would this be a good time to remind folks where the term 'bug' came
>> from? :)

>
> Nah, it's apocryphal.
>
> For instance, the term has been cited, with a similar meaning, in the
> writings of Thomas Edison, long before Grace Hopper's experience.
>
> She just verified that bugs can be real :)
>
> My first Google hit:
> http://www.jamesshuggins.com/h/tek1/first_computer_bug.htm
>
> Since it agrees with me, I believe it :)


My description is a bit harsh, I'd say. The bug was real, and she probably
the first person to document so publicly a real bug (insect!) causing a
computer failure.

I really only meant that the use of the word bug to mean a flaw or
unexplained failure is quit old, and that Grace Hopper didn't *coin* the
term.

The link I cited is pretty good, I think, and if you go here:

http://www.jamesshuggins.com/h/tek1/first_computer_bug_large.htm

and scroll down a ways, the author shows a big picture of said moth.

--
Gene E. Bloch (Stumbling Bloch)
 
G

Gene E. Bloch

Flightless Bird
On Tue, 10 Aug 2010 18:32:51 -0700, Gene E. Bloch wrote:

> and she probably the first person


and she probably *was* the first person

Lousy typist, lousy proofreeder.

("proofreeder" was intentional, for a change.)

--
Gene E. Bloch (Stumbling Bloch)
 
K

Ken Blake

Flightless Bird
On Tue, 10 Aug 2010 17:11:57 -0700, "Gene E. Bloch"
<not-me@other.invalid> wrote:

> On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:
>
> > On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
> > <kblake@this.is.invalid.com> wrote:
> >
> >>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
> >><not-me@other.invalid> wrote:
> >>
> >>
> >>> As for the origin of "thread", if it's not just the obvious meaning and
> >>> analogy, as in threading through a maze or threading a string of beads,
> >>> then I am one who doesn't know the reason for calling them threads, and
> >>> would like to learn it.
> >>
> >>
> >>OK. It has to do with list processing. "List" is a technical term and
> >>isn't just the ordinary use of the word. A list is a bunch of data
> >>that has more than one sequence as follows:
> >>
> >>1. The physical sequence of the records.
> >>
> >>2. One or more logical sequences that are different from the physical
> >>sequence.
> >>
> >>So the messages in a newsgroup are a list. Their physical sequence is
> >>the order in which they were posted. Their logical sequence is the way
> >>messages in a "thread" are connected--e. g. this message follows
> >>yours, the one I'm replying to, even though there are usually several
> >>messages between them in the physical sequence.
> >>
> >>So visualize each message as a shirt button, and think of these
> >>buttons as parallel to each other in a row arranged in physical
> >>sequence (date and time). Then think of a thread (this thread, for
> >>example) as having all the buttons pertinent to it as connected by a
> >>piece of thread that goes from buttonhole to buttonhole, skipping the
> >>buttonholes in the messages that are not part of the thread.
> >>
> >>So a "thread" *is* a thread.
> >>
> >>Also note that (although it's not pertinent in a newsgroup) the
> >>buttons have multiple buttonholes and can therefore participate in
> >>multiple threads (in other words, have more than one logical
> >>sequence).
> >>

> >
> > That looks to be an overly complicated, and overly wordy, restatement
> > of Gene's (and my own) understanding.

>
> Well, I have to admit that the button/buttonhole analogy confused me enough
> that i just went back to my understanding of threaded lists to try to guess
> what Ken meant :)



In that case, I recommend that you do a web search and see if you find
someplace that explains it better than I did. What you say and what I
said were not the same.

Ken
 
K

Ken Blake

Flightless Bird
On Tue, 10 Aug 2010 18:21:54 -0700, "Gene E. Bloch"
<not-me@other.invalid> wrote:

> On Tue, 10 Aug 2010 19:57:35 -0500, Char Jackson wrote:
>


> > Would this be a good time to remind folks where the term 'bug' came
> > from? :)

>
> Nah, it's apocryphal.



Took the words out of my mouth. I was just about to post the same
thing.


> For instance, the term has been cited, with a similar meaning, in the
> writings of Thomas Edison, long before Grace Hopper's experience.



By the way, I met her once, abut 30 years ago, and she verified that
the story was apocryphal.


> She just verified that bugs can be real :)
 
K

Ken Blake

Flightless Bird
On Tue, 10 Aug 2010 18:35:35 -0700, "Gene E. Bloch"
<not-me@other.invalid> wrote:

> On Tue, 10 Aug 2010 18:32:51 -0700, Gene E. Bloch wrote:
>
> > and she probably the first person

>
> and she probably *was* the first person
>
> Lousy typist, lousy proofreeder.
>
> ("proofreeder" was intentional, for a change.)



Interesting. I am also a lousy typist (I use just a couple of
fingers), but a very good proofreader, as long as I'm proofreading
what someone else wrote. I'm terrible at proofreading my own stuff.
 
R

relic

Flightless Bird
"Ken Blake" <kblake@this.is.invalid.com> wrote in message
news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...
> On Tue, 10 Aug 2010 18:35:35 -0700, "Gene E. Bloch"
> <not-me@other.invalid> wrote:
>
>> On Tue, 10 Aug 2010 18:32:51 -0700, Gene E. Bloch wrote:
>>
>> > and she probably the first person

>>
>> and she probably *was* the first person
>>
>> Lousy typist, lousy proofreeder.
>>
>> ("proofreeder" was intentional, for a change.)

>
>
> Interesting. I am also a lousy typist (I use just a couple of
> fingers), but a very good proofreader, as long as I'm proofreading
> what someone else wrote. I'm terrible at proofreading my own stuff.
>


Ditto. That's why I seldom comment about other's typos.
 
K

Ken Blake

Flightless Bird
On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:

>
> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...


> > Interesting. I am also a lousy typist (I use just a couple of
> > fingers), but a very good proofreader, as long as I'm proofreading
> > what someone else wrote. I'm terrible at proofreading my own stuff.
> >

>
> Ditto. That's why I seldom comment about other's typos.



Same here. The only time I call attention to someone's typo (or error
in spelling, grammar, or usage) is in a technical message when the
error might confuse the meaning.
 
C

Char Jackson

Flightless Bird
On Wed, 11 Aug 2010 12:01:54 -0700, Ken Blake
<kblake@this.is.invalid.com> wrote:

>On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:
>
>>
>> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...

>
>> > Interesting. I am also a lousy typist (I use just a couple of
>> > fingers), but a very good proofreader, as long as I'm proofreading
>> > what someone else wrote. I'm terrible at proofreading my own stuff.
>> >

>>
>> Ditto. That's why I seldom comment about other's typos.

>
>
>Same here. The only time I call attention to someone's typo (or error
>in spelling, grammar, or usage) is in a technical message when the
>error might confuse the meaning.
>


<AOL>Me too!</AOL>
 
G

Gene E. Bloch

Flightless Bird
On Wed, 11 Aug 2010 07:07:17 -0700, Ken Blake wrote:

> On Tue, 10 Aug 2010 17:11:57 -0700, "Gene E. Bloch"
> <not-me@other.invalid> wrote:
>
>> On Tue, 10 Aug 2010 18:00:52 -0500, Char Jackson wrote:
>>
>>> On Tue, 10 Aug 2010 15:01:26 -0700, Ken Blake
>>> <kblake@this.is.invalid.com> wrote:
>>>
>>>>On Tue, 10 Aug 2010 11:36:36 -0700, "Gene E. Bloch"
>>>><not-me@other.invalid> wrote:
>>>>
>>>>
>>>>> As for the origin of "thread", if it's not just the obvious meaning and
>>>>> analogy, as in threading through a maze or threading a string of beads,
>>>>> then I am one who doesn't know the reason for calling them threads, and
>>>>> would like to learn it.
>>>>
>>>>
>>>>OK. It has to do with list processing. "List" is a technical term and
>>>>isn't just the ordinary use of the word. A list is a bunch of data
>>>>that has more than one sequence as follows:
>>>>
>>>>1. The physical sequence of the records.
>>>>
>>>>2. One or more logical sequences that are different from the physical
>>>>sequence.
>>>>
>>>>So the messages in a newsgroup are a list. Their physical sequence is
>>>>the order in which they were posted. Their logical sequence is the way
>>>>messages in a "thread" are connected--e. g. this message follows
>>>>yours, the one I'm replying to, even though there are usually several
>>>>messages between them in the physical sequence.
>>>>
>>>>So visualize each message as a shirt button, and think of these
>>>>buttons as parallel to each other in a row arranged in physical
>>>>sequence (date and time). Then think of a thread (this thread, for
>>>>example) as having all the buttons pertinent to it as connected by a
>>>>piece of thread that goes from buttonhole to buttonhole, skipping the
>>>>buttonholes in the messages that are not part of the thread.
>>>>
>>>>So a "thread" *is* a thread.
>>>>
>>>>Also note that (although it's not pertinent in a newsgroup) the
>>>>buttons have multiple buttonholes and can therefore participate in
>>>>multiple threads (in other words, have more than one logical
>>>>sequence).
>>>>
>>>
>>> That looks to be an overly complicated, and overly wordy, restatement
>>> of Gene's (and my own) understanding.

>>
>> Well, I have to admit that the button/buttonhole analogy confused me enough
>> that i just went back to my understanding of threaded lists to try to guess
>> what Ken meant :)

>
>
> In that case, I recommend that you do a web search and see if you find
> someplace that explains it better than I did. What you say and what I
> said were not the same.
>
> Ken


That's OK, I can live with the error :)

For one thing, I honestly have no idea what I would be looking for, which
makes it heard to pose a meaningful query.

--
Gene E. Bloch (Stumbling Bloch)
 
G

Gene E. Bloch

Flightless Bird
On Wed, 11 Aug 2010 07:12:10 -0700, Ken Blake wrote:

> Interesting. I am also a lousy typist (I use just a couple of
> fingers), but a very good proofreader, as long as I'm proofreading
> what someone else wrote. I'm terrible at proofreading my own stuff.


My hypothesis is that you (and I and relic and Ken and Char and a million
others) already *know* what the text says.

In different words, since we wrote it, we have a mental picture of it that
is unaffected by reality.

As I look at that last sentence, I realize that the phenomenon is not by
any means limited to proofreading :)

Or maybe I mean :-(

--
Gene E. Bloch (Stumbling Bloch)
 
K

Ken Blake

Flightless Bird
On Wed, 11 Aug 2010 14:48:05 -0700, "Gene E. Bloch"
<not-me@other.invalid> wrote:

> On Wed, 11 Aug 2010 07:12:10 -0700, Ken Blake wrote:
>
> > Interesting. I am also a lousy typist (I use just a couple of
> > fingers), but a very good proofreader, as long as I'm proofreading
> > what someone else wrote. I'm terrible at proofreading my own stuff.

>
> My hypothesis is that you (and I and relic and Ken and Char and a million
> others) already *know* what the text says.



You are very likely right.


> In different words, since we wrote it, we have a mental picture of it that
> is unaffected by reality.
>
> As I look at that last sentence, I realize that the phenomenon is not by
> any means limited to proofreading :)
>
> Or maybe I mean :-(
>
> --
> Gene E. Bloch (Stumbling Bloch)
 
P

Peter Foldes

Flightless Bird
There is no update path from 32 bit to 64 bit as there is no downgrade path from 64
to 32.

Afraid the step from 32 bit to 64 bit is only by a fresh install

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.
http://www.microsoft.com/protect

"El.Plates" <pints@thebar.com> wrote in message
news:i3ochc$g96$1@news.eternal-september.org...
> Hi, is it possible to do an in place upgrade from Windows 7 Ultimate 32 Bit to
> Windows 7 Ultimate 64 Bit using full retail DVDs.
> TIA
 
D

Dave

Flightless Bird
"Ken Blake" <kblake@this.is.invalid.com> wrote in message
news:cos566dkn0at97foqslmhtbp5vbt7bp3ot@4ax.com...
> On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:
>
>>
>> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...

>
>> > Interesting. I am also a lousy typist (I use just a couple of
>> > fingers), but a very good proofreader, as long as I'm proofreading
>> > what someone else wrote. I'm terrible at proofreading my own stuff.
>> >

>>
>> Ditto. That's why I seldom comment about other's typos.

>
>
> Same here. The only time I call attention to someone's typo (or error
> in spelling, grammar, or usage) is in a technical message when the
> error might confuse the meaning.
>
>


Have you seen the email that went around some time back, with the letters in
words scrambled? According to some study, they found that most people will
still recognize a word if the first and (IIRC) last letters are correct and
the other letters are scrambled. The email had a message with words like
that and interestingly, it was readable.
Dave
 
K

Ken Blake

Flightless Bird
On Thu, 12 Aug 2010 08:25:26 -0500, "Dave" <davidj92@wowway.com>
wrote:

>
> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
> news:cos566dkn0at97foqslmhtbp5vbt7bp3ot@4ax.com...
> > On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:
> >
> >>
> >> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
> >> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...

> >
> >> > Interesting. I am also a lousy typist (I use just a couple of
> >> > fingers), but a very good proofreader, as long as I'm proofreading
> >> > what someone else wrote. I'm terrible at proofreading my own stuff.
> >> >
> >>
> >> Ditto. That's why I seldom comment about other's typos.

> >
> >
> > Same here. The only time I call attention to someone's typo (or error
> > in spelling, grammar, or usage) is in a technical message when the
> > error might confuse the meaning.
> >
> >

>
> Have you seen the email that went around some time back, with the letters in
> words scrambled? According to some study, they found that most people will
> still recognize a word if the first and (IIRC) last letters are correct and
> the other letters are scrambled. The email had a message with words like
> that and interestingly, it was readable.



Yes, I've seen it, and I don't completely agree with it. It's true of
some words, but not others (especially longer ones). So, picking out
examples of words from your message, "anurod" doesn't look like
"around," "agroccrind" doesn't look like "according," "ilettrinensy"
doesn't look like "interestingly," and so on. The words in the message
were carefully chosen.
 
D

Dave

Flightless Bird
"Ken Blake" <kblake@this.is.invalid.com> wrote in message
news:t488665229he9hemqh76f608pbkciakrhv@4ax.com...
> On Thu, 12 Aug 2010 08:25:26 -0500, "Dave" <davidj92@wowway.com>
> wrote:
>
>>
>> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> news:cos566dkn0at97foqslmhtbp5vbt7bp3ot@4ax.com...
>> > On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:
>> >
>> >>
>> >> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> >> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...
>> >
>> >> > Interesting. I am also a lousy typist (I use just a couple of
>> >> > fingers), but a very good proofreader, as long as I'm proofreading
>> >> > what someone else wrote. I'm terrible at proofreading my own stuff.
>> >> >
>> >>
>> >> Ditto. That's why I seldom comment about other's typos.
>> >
>> >
>> > Same here. The only time I call attention to someone's typo (or error
>> > in spelling, grammar, or usage) is in a technical message when the
>> > error might confuse the meaning.
>> >
>> >

>>
>> Have you seen the email that went around some time back, with the letters
>> in
>> words scrambled? According to some study, they found that most people
>> will
>> still recognize a word if the first and (IIRC) last letters are correct
>> and
>> the other letters are scrambled. The email had a message with words like
>> that and interestingly, it was readable.

>
>
> Yes, I've seen it, and I don't completely agree with it. It's true of
> some words, but not others (especially longer ones). So, picking out
> examples of words from your message, "anurod" doesn't look like
> "around," "agroccrind" doesn't look like "according," "ilettrinensy"
> doesn't look like "interestingly," and so on. The words in the message
> were carefully chosen.
>
>


I see your logic. There's another urban legend I can quit sending around.
=D
 
F

felmon

Flightless Bird
On Thu, 12 Aug 2010 09:33:33 -0700, Ken Blake wrote:

> On Thu, 12 Aug 2010 08:25:26 -0500, "Dave" <davidj92@wowway.com> wrote:
>
>
>> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> news:cos566dkn0at97foqslmhtbp5vbt7bp3ot@4ax.com...
>> > On Wed, 11 Aug 2010 10:23:03 -0700, "relic" <relic211@cjb.net> wrote:
>> >
>> >
>> >> "Ken Blake" <kblake@this.is.invalid.com> wrote in message
>> >> news:8qb5665cj5frqgg3qtcapc5u7p1ojjtjth@4ax.com...
>> >
>> >> > Interesting. I am also a lousy typist (I use just a couple of
>> >> > fingers), but a very good proofreader, as long as I'm proofreading
>> >> > what someone else wrote. I'm terrible at proofreading my own
>> >> > stuff.
>> >> >
>> >> >
>> >> Ditto. That's why I seldom comment about other's typos.
>> >
>> >
>> > Same here. The only time I call attention to someone's typo (or error
>> > in spelling, grammar, or usage) is in a technical message when the
>> > error might confuse the meaning.
>> >
>> >
>> >

>> Have you seen the email that went around some time back, with the
>> letters in words scrambled? According to some study, they found that
>> most people will still recognize a word if the first and (IIRC) last
>> letters are correct and the other letters are scrambled. The email had
>> a message with words like that and interestingly, it was readable.

>
>
> Yes, I've seen it, and I don't completely agree with it. It's true of
> some words, but not others (especially longer ones). So, picking out
> examples of words from your message, "anurod" doesn't look like
> "around," "agroccrind" doesn't look like "according," "ilettrinensy"
> doesn't look like "interestingly," and so on. The words in the message
> were carefully chosen.


I am not sure but I believe the phenomenon requires a _context_. you
cannot understand scrambled letters of _isolated_ words.

e.g. "I am not sure but I belivee the pehmonoenn reqruies a _ceoxtnt_.
you caonnt uednranstd scabmerld lettres of _ilosated_ words."

note also the hypothesis requires that the first and the last letter
correspond to the word. 'agroccrind' does not have the first and last
letter of 'according'.

perhaps this was a typo?<g>

Felmon
 
Top