Skip to main content

Technology At Its Best

"When I was a young warthog..." - Poombah, The Lion King

I may not be young, but my wife would argue that I'm still a warthog. Meh. When I was young, however (7th grade), I can recall seeing my first computer: a Tandy Radio Shack, Z-80 (where the TRS-80 moniker originated) based PC with 4K of RAM and a cassette tape used for DASD. The local Tandy Sales Representative had dropped by my class (just before lunch) and showed us a simple program that was something like this:

10 PRINT "Hello world ";
20 GOTO 10

As I watched "Hello world" scroll across the screen at the speed of light, I was enamored. I just had to be a part of this phenomenon. Of course, being spoiled by TV shows like Lost in Space (funny, huh?) I figured computer programming was a cinch. So I, as a huge video games buff and a big fan of Space Invaders specifically, attempted the following during the last 15 minutes of lunch before they took the computer away.

10 Create 5 rows of aliens that are 10 wide; let them descend at the rate of 1 space per second
20 GOTO 10

I didn't want to make the program too complex, after all, so I "kept it simple." Imagine my dismay when the computer spit back the following:

?SN ERROR
LINE 10

READY

And that was the beginning of a lifelong obsession with computer programming.

(For what it's worth, I spent the better part of 8th and 9th grades teaching myself BASIC so that I could eventually write that Space Invaders game. Toward the end, my cassette tape got damaged and I lost everything I had done during the past 2 years. By that point, however, I didn't care any longer since my curiosity took me to many other places in the realm of application development.)

This trip down Nostalgia Lane was prompted by a New York Times article regarding the latest application of technology in an educational setting. I can recall many, many articles written over the past 20 years predicting the downfall of mankind because kids are exposed to too much technology. Oh, the horrors of technology replacing a good education! Oh, how their brains will rot and turn to mush!

I wonder what the authors of those articles are thinking now.

If you haven't yet followed the link, the story is about the Vail school district in Arizona, where a router with satellite access to the Internet was attached to a school bus giving students the chance to browse the web on the way to and from school. Along with Empire High School (in the same district), which was christened in 2005 as a digital school (meaning that students were given laptops instead of textbooks where they could access the Internet at over 100 wireless points in the school), this school district seems to have fully embraced the idea that technology - when used properly - can enhance the educational experience instead of replace it with mind numbing gaming and the endless use of Facebook and Twitter.

This doesn't mean that those things don't occur. On the bus, the author writes, you will occasionally see someone playing video games. But for the most part, students are quietly finishing up homework (that they submit electronically), writing essays, etc. Not only are they able to complement their education by learning how technology facilitates efficiency (and therefore illustrates the advantages of good time management) but the school bus is also much quieter too.

Ms. Cody Bingham, the driver of that school bus, said it best: "that was the quietest ride I’ve ever had with high schoolers."

Maybe it's because their brains have indeed turned to mush and are no longer able to communicate like the proponents of such disastrous consequences predicted during the past 20 years. My guess is that the students are simply getting their work done.

Popular posts from this blog

It's Easier to Fail at DevOps than it is to Succeed

Slippery when wet Since the term DevOps was coined in Belgium back in 2009, it is impossible to avoid the term whether in discussions with colleagues or in professional trade magazines.  And during the years while this movement has gained momentum, many things have been written to describe what elements of a DevOps strategy are required for it to be successful. Yet in spite of this, there is an interesting data point worth noting: not many organizations feel there is a need for DevOps.  In a Gartner report entitled DevOps Adoption Survey Results (published in September 2015),  40%  of respondents said they had no plans to implement DevOps and 31% of respondents said they hadn't implemented it but planned to start in the 12 months after the survey was conducted. That left only 29% who had implemented DevOps in a pilot project or in production systems, which isn't a lot. "Maybe it's because there truly isn't a need for DevOps," you say.  While t...

So What is this IPaaS Stuff, Anyway?

 In my last post , I discussed how no-code/low-code platforms fulfill rapid development of business applications - addressing the needs of the Citizen Developer (a Gartner term  first used around 2009).  I also commented on how this specific objective limits their ability to provide true integration capabilities, which require the flexibility to adapt to the myriad variations of infrastructure.  This is a concern because companies often have acquired legacy systems via M&A activity while simultaneously investing in new technology solutions, resulting in a mishmash of systems with multiple ways of accessing them. In this post, I'd like to examine how the needs of the latter group are met by describing some key capabilities that are "must-haves" for any company looking to execute on a digital transformation strategy.  In order to do this, let's define who the target user base is for such a technology platform. Disclaimer:   I work for MuleSoft (a division...

Application Development Done Right

In a previous article, entitled DevOps as the Ultimate Panacea? , I described how developing code without thinking about the current needs of the end user as well as the future needs once they've become accustomed to using your application ends up not only frustrating them but also can result in customer churn and ultimately lower revenues.  In this article, I'd like to describe something simple that I came across today that shows a definite degree of effort to do quite the opposite. Recently, we had a severe snowstorm, one with blizzard-like conditions, which is unheard of in central New Jersey.  Being responsible adults, my wife and I went to the grocery store to stock up on essentials (read:  chips, chocolate, etc.) in case we get stuck at home. As we were ringing up our order, the cashier mentioned to us that the store has a mobile application.  Since both of us are in technology oriented professions, we were skeptical about the need for a grocery store mob...