12 comments

[ 7.5 ms ] story [ 102 ms ] thread
Can anyone tell what these say: http://sites.harvard.edu/~chsi/markone/images/BugDrawings.jp...

I can only half-read it. I was trained in cursive, but have not used it in years.

Top left:

Table ____

Bottom left:

NRW Bug: He who sends ____ (wrong?) data

Top right:

Kitchie Boo Boo Bug: He who ____ around errors in relays

Bottom right:

He who brings good data

Wow that's iffy hand writing ...

* Upper Left is illegible -- Iskee worm(?)

* Top Right - Kitchee Boo Boo Bug, He who pors(?) around errors(?) in(?) relays

* Bottom Left - NRL Bug He who sends worms(?) data ....

* Bottom Right - He who brings good data ...

edit: Missing newline

I can half-read it, probably the same half you did.

Bottom half I feel confident in:

"NRL Bug He who sends wrong data" "he who brings good data"

Top half:

"Luke worm" – probably not right, but ¯\_(ツ)_/¯ "Kitchen Boo Boo Bug He who you/for aimed(??) ??? relays"

Amazing to see how computer science imported these terms.. since it moved from classical mechanics to electromagnetism, electronics and now to quantum mechanics.. how the future will look like ? patterns, probabilities, uncertainty, learning, self-organization... much likely all those terms are going to disappear from the jargon .. a "bug" will have no meaning
This article lists 4 terms that it says originated with Mark I. But 3 of those terms were used in the Mark I because they already meant the correct thing. The only term to get effectively a new definition when applied to computers is "bug". So it seems kind of weird to say that e.g. "loop" originated with the Mark I when the definition of the word didn't change.

In fact this kind of brings to mind patents. "ordinary thing, done by a computer" is not particularly significant, neither in terminology nor patentable ideas.

Even "bug" was in usage for malfunctioning electronics before computers.
'Loop' as a metaphor for a programming technique is perhaps less obvious than you think.
That's one of those things that sounds right only in hindsight.

Without the paper tape metaphor, the control flow for repetition might have been called "repeat" or "iterate". The word "loop" is nice and short, but it's an odd thing to say without the physical clue. The word didn't come up in my mathematical proofs class.

Instead of "patch" we probably would have said "fix" (we still sometimes do).

The control flow for repetition is in fact called "repeat" in some languages. I don't think the word "loop" stuck around because the metaphor of paper tapes is particularly compelling (especially since we stopped using those a long time ago), I think it stuck around because it's a good short word that means the right thing. And, for example, it's pretty awkward to say something like "a for repeat", but "a for loop" is nice and simple. We probably would have ended up on this word even without paper tapes.
Maybe, but the combination of "loop" and "break" makes a lot more sense if you imagine physically breaking a loop of paper.