Music for curmudgeons

The curmudgeon has found a new radio station – Kona FM 105.3 – “Music that was popular when you were“.

Posted in Uncategorized | Comments Off on Music for curmudgeons

Programming

I learned the basics of writing code out of necessity. This was the way things were done in the early days of the “personal computer’. It took a while before many commercial programs were available and it was just kind of fun. I started with the books provided by Apple and some books that I purchased. Then there were the magazines. Do people still buy subscriptions to magazines that come in the mail once a month? Let’s see. There was Nibble (that is half a byte – old computer joke – try wikipedia for more information). Nibble was for the 6502 CPU or Mac only. There was BYTE – a magazine for the generalist. And, there was a magazine that I think was named Softtalk. It was basically mostly programs. You read the description in the magazine and you entered them into the computer and saved them to disk. 5.25 disks I might add. I remember what a tremendous bargain it was when a box (10) of Elephant brand 5.25 single side disks went on sale for $20. Anyway, I digress (actually this entire post is a digression).
Most of the time the program you entered from the magazine would not execute. It was very difficult to enter all of the code exactly. And then, there was this long list of numbers at the end of the BASIC code that would be poked into memory and then peeked when executed. This was the lower-level machine code that could do things BASIC commands could not. Understanding the numbers was hopeless. I did later learn to write some rudimentary assembly code that would be compiled into machine code. That type of coding was really beyond me and I learned just enough to understand and modify subroutines written by others. You learn a lot by puzzling over a small program that does not work. Looking for errors, debugging, can be quite educational. I learned to program by attempting to understand my keyboarding errors and by making programs that did fundamental things more and more complex. There must be some cognitive principles at work here and possibly some important educational lessons. When you are motivated and having a good time, mistakes are just opportunities for learning.

I published a paper in 1984 with Steve Mann  based on the first sophisticated set of programs I was able to develop. It was a reading “game” called Master Detective focused on a cognitive skill called metacomprehension. When we read we sometimes misunderstand. This is normal for all readers, but more prevalent in less capable readers. What is important is whether we notice. Rereading is an effective remedy, but one must notice and then identify what must be reread. Researchers had been investigating this skill by purposefully creating flawed texts and then having young readers attempt to locate the errors. It was sometimes called the “proof reader” paradigm. It was a task that did reliably differentiate more and less skilled readers, BUT who actually reads anything looking for errors? Proof readers and teachers and maybe really critical people might look for errors, but not fourth grade readers. So, I wanted to create a game in which looking for errors made some sense.
I decided that one setting in which statements might be expected to be flawed would be in the interrogation conducted by a criminal investigator. And so, the game “master detective” was conceived. A detective read statements made by potential criminals and decided which statements were flawed and which were not. Flaws could be factual contradictions or cross sentence inconsistencies. Statements were 3, 5 or 7 sentences long. Each game consisted of two rounds. In the first round, the participant read 10 statements (5 of which were inconsistent) and in the second round there were 5 statements with one inconsistency. Get 8 out of 10 in the first round and make no mistakes in the second round and you were rated as a master detective. When the game focused on inconsistencies, you first identified a statement as flawed and then used the arrow keys to move from the beginning of one sentence to the next and had to press the space bar for the two sentences that were inconsistent. There were 10 suspects each with two acceptable and two flawed statements. The culprit, 5 individuals making flawed statements, and statements were randomly selected at the beginning of each game so you could play the same game multiple times and the experience would vary some. I also wrote a programwith my then student Steve Mann  that recorded the data for participants and determined when a participant should move on to the next level of difficulty (determined by paragraph length). The operating system and the scheduling/data collection disk went into one floppy drive. The student started the computer and booted this drive. The student entered his/her name and the computer then told the student which game to play. The student located this game (floppy) in the box of disks, put this disk in the second drive, and played the game.

I placed four computers in an open setting housing two classes of fourth graders and it was a data generating machine. The schools had no computers at this time, the students seemed to enjoy the activity, and I could do research over an extended period of time with a population of real interest (translated – someone other than the college students we so often use in our studies).

If this sounds complex, I now think in describing it that it really was. I probably took me a year of fooling around to get to the point that I could write programs that would accomplish what I have just described and probably another year to complete the research. It was a different time. I probably published only a couple of studies out of this effort and pressure for publication would now make the effort I invested a foolish commitment. Still, it was something completely different from what anyone else was doing at the time or since as far as I know.

I have kept with this general approach throughout the last 20 years of my career – write your own code and conduct long term studies with real students in real learning environments. It is my plan and I am sticking with it.

Posted in Uncategorized | Comments Off on Programming

Curmudgeon surf board guy

We curmudgeons are everywhere and we do many different jobs.

Posted in Uncategorized | Comments Off on Curmudgeon surf board guy

Digital natives – beginning when?

The concept of digital natives drives me crazy. The idea, as I understand it, is that those who have grown up with a technology embrace it in a more natural fashion and thus do not use it in ways compromised by early models of the world.  So, even if this were true, why would this be universally desirable. This sounds a lot like tabula rasa to me (weird things pop into my head when I write) I remember the notion of individuals as blank slates was always included in the first chapter of Child Development books and as a blank slate children are neither good nor bad. We shape our models of the world as we go and what we are adapting to is a moving target.

We ordered an iPad this morning. The 6 year old and I will start at the same point in exploring this device. Well, not exactly. I have used a variety of digital devices for 30 years and I would suggest I have a much broader range of models to draw on in adapting to new ideas.

So, here is the short version of the beginning of a long story. Sometime in the ’80s Steve and Woz created the Apple II and within a year or so there was a move to encourage schools to use these new devices. To seed the process, Apple was offering small grants for educational projects. I was able to secure 4. Now for you natives, it is a little difficult to explain what happened when you booted an Apple II. You are used to seeing things on the screen. I don’t mean you expect to have program running, I mean you expect to see the interface (if you knew that there was such as thing). There are icons and menus. If I remember correctly, what I saw was a blinking square (the cursor I guess) on what I think was called the command line (I may be confused on the terminology with past  linux experiences).

The Apple was waiting. You had to enter commands to tell it what to do. This was necessary, from todays perspective, because there was no mouse. I had no idea what to say to the machine. I had to read to learn the commands. I also had no software. There was little available. I kind of knew what I wanted the machine to do, but I had to learn to program to do so. Actually, Cindy claims the machines sat in our basement for a couple of months until I worked up enough courage to start hacking around.

I taught myself to program. I assume I have some bad habits becuase I just learned to make the computer do what I wanted it to do. This is now considered undisciplined. I probably have a mindset that results in spaghetti code. It would take a while to explain exactly what this is and why it is not ideal.  Actually, spaghetti coding is a great example of why natives don’t always get it right. Expertise is difficult to acquire (10,000 hours according to my cognitive psych book) and some guidance or apprenticeship along the way helps. However, as soon as I turned on the machine in my basement, I knew more about the machine than anyone I knew. Living in North Dakota. No Internet. No instructional videos. Just me and that blinking block of grey light on that small square monitor.
…. more when I have time

Posted in Uncategorized | Comments Off on Digital natives – beginning when?

So, I am not the only curmudgeon

My colleague tells me that there is another “curmudgeon speaks“. My colleague is quite the thorough researcher. How was I to know? The reason I paid for the domain name was to see if I was the original. Looks like the original curmudgeon blogger has been slowing down – 80 posts in 2005 and 6 in 2009. Age will do that to you.

It turns out that there are other curmudgeons. Perhaps we have identified another characteristics. Perhaps curmudgeons would rather not spend their  money to register a domain.

Bah ….

Posted in Uncategorized | Comments Off on So, I am not the only curmudgeon

Something new from an old guy …

The last thing I need is another blog.  Bah ….

Curmudgeon – a crusty, ill-tempered, and usually old man. What?

I have a macroblog and a microblog. I started this one because I thought of a title and I hate to let a title I like go to waste.

Posted in Uncategorized | Comments Off on Something new from an old guy …