Notifications
Clear all

Zygology

6 Posts
5 Users
0 Reactions
1 Views
Posts: 1532
Admin
Topic starter
(@grantbarrett)
Member
Joined: 18 years ago

Zygology? That's the study of joining or fastening. This is part of a complete episode.

[soundcloud url="http://api.soundcloud.com/tracks/52217932" params="auto_play=false&show_artwork=false&color=ff7700" width="100%" height="80" iframe="true" /]

5 Replies
Posts: 721
(@dadoctah)
Member
Joined: 16 years ago

This seems as good a place as any to put out a public request for what may well be a coined term.

When I was teaching programming, I found that a lot of old-timers had difficulty with pointers. To explain in non-technical terms, a pointer is a place where a programs stores not a desired piece of data, but the place where that piece of data can be found. It's an important concept to understand because pointers can be used in ways that regular data can't: you can save a pointer in two places, use one of those to change the value of the data item to which it points, and now both pointers refer to the changed value (doing this without pointers requires changing the value of both targets, with the risk that someone else will retrieve and use the old value before you get the second copy changed).

Anyway, the vocabulary quest: to label the people who can't grasp the idea, I need a name for the fear of indirect reference. Some kind of -phobia, I'm sure, but I can't dig up a suitable Greek root. Maybe something to do with a pointing finger?

Reply
Posts: 551
(@robert)
Member
Joined: 14 years ago

dys ·dex ·i ·a

n.

A learning disorder marked by impairment of the ability to recognize and comprehend indices or indexing.

[New Latin : dys- + Middle English, index .]

dysdexiac n
dysdectic adj & n
dysdexic   adj

Ron, if you get something in the way of 'royalty,' be sure to send some my way.
Reply
Posts: 0
Guest
(@Anonymous)
Joined: 1 second ago

indirectile dysfunction?

Reply
Posts: 859
(@emmettredd)
Member
Joined: 18 years ago

Ron Draney said

...Anyway, the vocabulary quest: to label the people who can't grasp the idea, I need a name for the fear of indirect reference.

My research partner (who started with programming a PDP-8) suggested that a good term for the fear of indirect reference would be "common sense". 🙂

Reply
Page 1 / 2