Skip to main content

Six Year-Old Deigns to Read for Programming

Today, an interesting thing happened today in the reading career of six year-old No. Two.  First, I should point out that Two doesn’t read yet.  He’s not really interested in it.  At least, he’s not passionate about it, (to say the least).  While he did express a desire to learn to read several months ago, since then, he’s worked at it only haltingly.  He’ll memorize a letter or two here and there, but really?  It’s just not his thing yet.

So, getting back to today’s surprise.  I’m working on a programming project with the kids using the REST API to Google mail.  There’s been a call in our homeschooling group for parents to submit lists of playgrounds they’d like the group to attend for park days in the coming year.  The kids and I have frankly enjoyed almost every playground we’ve visited in the city, (there are dozens of them), so we didn't feel the need to be original, but we do need a list of all the playgrounds we have visit.  We were in luck since the playground of the week is announced every Saturday morning via email.



Even with the emails though, we still had our work cut out for us.  We wer going ot have to cut and paste the location of each playground day out of the 60 or so emails.  Did I mention that the six year-old doesn’t read yet?  Neither does the four year-old.  That left the eight year-old and i to do all the work.  “But wait!” I thought. “What if we wrote a program to pull the information out instead?

Since ethe kids have been working on learning programming using Google CS First lately, this seemed like it might just work out.  The biggest kid has ben learning how to program outright (she can read and write which helps), but the other two have been helping her architect software—watching the videos for each new module, and then helping got make decisions about what their resulting program should do.

So, this morning when I got ready to label all the playground emails so they’d be easier for our program to find, I included Two in the process.  He and I watched a video about how to label emails,  Left to my own devices I wouldn’t have even looked for a video, (I learn best by reading), but Two likes them.

He and I began to diligently follow the video’s step.  In the second step we were supposed to find the tab labeled ‘Filters and Blocked Addresses’.  There was a picture of the tab in the video.  As I found the tab in gmail, I noticed that Two was pointing in its general direction.  It seemed weird, but since it wa in approximately the same place as in the video, I could believe Two could ‘find’ the tab without reading the words.

Next, we had to fill out a dialog and click a few boxes.  I thought I was almost done when Two said, “Don’t forget to click the box to apply the filter to existing emails.”  He pointed again.  This time, he pointed in a different place than the video had shown the box. 

I quickly scanned the screen and didn’t see the box Two had mentioned or its accompanying text label.  I remembered the step being in the video also, so we watched again.  Then, I looked at the dialog screen in gmail again.  I still didn’t see the box.  I navigated around a bit before returning to the dialog one last time.  It was then, upon a closer reading, I saw it.  The box was exactly where Two had pointed.  Bless his heart!  He was so incredibly patient with me.  He’d known, correctly mind you, where the box was all along!

Was he reading letters, or sight reading?  Who cares!  Two, a kid I can barely get to look at letters, identified an entire phrase in a different window with virtually no thought!  Once he had a reason to give a damn—we were doing something he was actually interested in—he just read! 

As an unschooling parent, I believe in self directed learning.  It’s how I’ve learned best all my life.  I’m still somehow, stunned and surprised though when I see it in action!  It’s so, so nice!
 

Comments

Popular posts from this blog

Cool Math Tricks: Deriving the Divergence, (Del or Nabla) into New (Cylindrical) Coordinate Systems

Now available as a Kindle ebook for 99 cents ! Get a spiffy ebook, and fund more physics The following is a pretty lengthy procedure, but converting the divergence, (nabla, del) operator between coordinate systems comes up pretty often. While there are tables for converting between common coordinate systems , there seem to be fewer explanations of the procedure for deriving the conversion, so here goes! What do we actually want? To convert the Cartesian nabla to the nabla for another coordinate system, say… cylindrical coordinates. What we’ll need: 1. The Cartesian Nabla: 2. A set of equations relating the Cartesian coordinates to cylindrical coordinates: 3. A set of equations relating the Cartesian basis vectors to the basis vectors of the new coordinate system: How to do it: Use the chain rule for differentiation to convert the derivatives with respect to the Cartesian variables to derivatives with respect to the cylindrical variables. The chain ...

The Alcubierre Warp Drive Tophat Function and Open Science with Sage

I transferred yesterday's Mathematica file with the Alcubierre warp drive[2] line element and space curvature calculations to the  +Sage Mathematical Software System  today, (the files been  added to the public repository [3]).  If you haven't used Sage before, it's a Python based software package that's similar in functionality to Mathematica.  Oh, and it' free.  I also worked a little more on understanding the theory, but frankly, I made far more progress with the software than the theory.  What follows will be a little more of the Alcubierre theory, plus, a cool Sage interactive demo of one of the Alcubierre functions[1], as well as a bit about my first experience with using Sage. Theory The theory is fun, but it's moving slowly.  Here's the chalk board from this morning's discussion Alcubierre setup the derivation using something called the 3+1 formalism which means we consider space to be flat, (in this case), slices that are labelled ...

How Many Files Can You Add to a GPT Project? An Interview with GPT-5 on Limits, Context Engineering Tips, and Chats

 Setting the scene: I’m tinkering with Project TouCans, knee-deep in radio logs, SQLite dumps, and Cesium code. Naturally, I’m wondering if shoving all this into one GPT Project is a recipe for brilliance… or for disaster. So I turn to Vril — you know, after Brainy from the Legion of Super-Heroes , because what else do you call your AI sidekick who always has the answers? Time to ask him straight up. [ As an aside, yes, GPT-5 has decided to sometimes call me Vail. I'm not sure why to be honest. Also, I asked Vril, er GPT-5, to write up our interview for me. Apparently, me asking it to 'Bro' up a few stories, just for fun, has convinced Vril that I use 'Like,' more than I actually might. ] Me (Vail): So Vril, how many files can I throw into a GPT Project before it just starts choking? Like, is there some magic number where the context window taps out and everything falls apart? GPT-5 (Vril): Great question. There’s no single hard file limit. What matters is ...