{"id":13353,"date":"2011-10-04T04:00:23","date_gmt":"2011-10-04T09:00:23","guid":{"rendered":"http:\/\/www.shamusyoung.com\/twentysidedtale\/?p=13353"},"modified":"2021-09-19T11:03:09","modified_gmt":"2021-09-19T15:03:09","slug":"autoblography-part-23-vo-tech","status":"publish","type":"post","link":"https:\/\/www.shamusyoung.com\/twentysidedtale\/?p=13353","title":{"rendered":"Autoblography Part 23: Vo-Tech"},"content":{"rendered":"<p>Eleventh grade.  My junior year of high school. On one hand, I&#8217;m really looking forward to getting out of this madhouse and its bureaucratic idiocy. On the other hand, I&#8217;m terrified of what will happen next.  What if I can&#8217;t get a job with computers?  People keep telling me it&#8217;s impossible to enter the field without a degree. I don&#8217;t want a degree.  I want to go and do something useful. I want to write software and make stuff happen.  I can&#8217;t bear the idea of <em>more<\/em> school. <\/p>\n<p><div class='imagefull'><img src='https:\/\/www.shamusyoung.com\/twentysidedtale\/images\/shamus_1989.jpg' width=100% alt='' title=''\/><\/div><div class='mouseover-alt'><\/div><\/p>\n<p>I&#8217;m at a new building. In contrast to the Intermediate Building, the high school is a sprawling campus.  There are huge windows everywhere, and the most expedient way to get someplace is usually by going outside.  It feels more like an institution of learning and less like a dungeon.  In keeping with our custom over the last four years, David and I hang out in the library in the mornings.  <\/p>\n<p><!--more-->The new building has better facilities, and so I have more classes available to me.  I try to sign up for the various computer courses being offered.  They&#8217;re all far behind my skill level, but I&#8217;m not allowed to take them because I&#8217;m not in any advanced math classes.  Apparently there&#8217;s just no way a student would fathom the intricacies of the BASIC programming language without first learning calculus.  (Even though I&#8217;m fluent in four dialects of BASIC by this point, and I still don&#8217;t know what calculus is.)  I make a halfhearted attempt to protest, but I can tell it&#8217;s useless.  The people setting up these prerequisites really have no idea in the world how any of this works.  They&#8217;re obviously following rules and guidelines passed down from other people, and don&#8217;t even have the knowledge to explain what BASIC is, much less why it would need to follow calculus. <\/p>\n<p>Resigned, I try to get into the required math course, but the prerequisite to Calculus is Trigonometry, and the prerequisite to Trigonometry is Algebra II, which I&#8217;m about to take this year.  There&#8217;s no way for me to get into the computer class.  Even if I threw myself into math right now, I would finish the required math courses just in time for graduation.<\/p>\n<p>The one thing that saves my high school career from disaster is the <a href=\"http:\/\/www.bcvt.tec.pa.us\/\">Butler Area Vocational Technical School<\/a>. Vo-Tech, in the vernacular. It&#8217;s a separate school beside the high school.  It serves a large area, including many other high schools.  Kids are bussed great distances to attend here, but I can attend by just exiting the high school and walking twenty steps.  Vo-Tech is mostly geared to low-tech or blue-collar jobs:  HVAC repair, automotive repair, cosmetology, and the culinary arts.  But they also offer a fully equipped computer course, and it blows away everything they have at the high school.  The computer lab has proper IBM compatible machines for every student, and everyone is given liberal access to them. There&#8217;s no prerequisite for signing up, other than being in the right grade.  <\/p>\n<p>I attend Vo-Tech for the first two hours, and then walk back over to the high school for the rest of the school day.  <\/p>\n<p>For the first half of eleventh grade, our instructor is Mr. B, a cheerfully bearded old-school computer science guy.  He&#8217;s a coder first, and a teacher second.  This is understandable.  In this time period, there just aren&#8217;t that many teachers with computer experience.  <\/p>\n<p>The start of the year begins with a mercifully brief introduction to computers before we&#8217;re turned loose on the machines. We learn a bit of history, a bit of vocabulary, and a bit of <a href=\"http:\/\/en.wikipedia.org\/wiki\/MS-DOS\">MS-DOS<\/a>. He teaches us both BASIC and COBOL.  This is now my fifth flavor of Basic, and each one is easier than the one before.  The version of BASIC on this machine offers a bunch of line and pixel tools, which allows me to draw arbitrary shapes, which greatly expands the number and variety of cheap arcade knockoffs I can create.  <\/p>\n<p>I don&#8217;t like COBOL.  COBOL is a programming language, and its name stands for <strong>CO<\/strong>mmon <strong>B<\/strong>usiness-<strong>O<\/strong>riented <strong>L<\/strong>anguage. Even the acronym is cumbersome. I see it as largely obsolete and useless. You don&#8217;t write interactive programs in COBOL, and I&#8217;m not interested in non-interactive programs.  I realize that not everyone can make videogames for a living, but I don&#8217;t want to find myself in a job writing software that is &#8211; from the user&#8217;s perspective &#8211;  deaf and mute. <\/p>\n<p>A COBOL program is designed to do one thing.  When you run it, the program pulls in some data and spews out the result. It&#8217;s good for projects like, &#8220;Scan through the customer database, find everyone with an overdue invoice, and list them in order of how much they owe us.&#8221;  There are no tools for allowing the user to control how the program behaves.  No graphics.  No menus. No input. Nothing.  It&#8217;s just a report generator.  If you want a different report &#8211; maybe you only want to list invoices worth over $100 &#8211; then you have to change the source code.  This offends me.  In my view, a good program is one where a complete non-programmer can intuit how to use it.  <\/p>\n<p>I&#8217;m irritated that we spend half of our time on this obviously archaic language.  I understand that BASIC is seen as a &#8220;kid&#8217;s language&#8221;, and that there aren&#8217;t many jobs for BASIC programmers,  but COBOL doesn&#8217;t seem like much of an alternative.  It&#8217;s a dead end.  You shouldn&#8217;t need a programmer to make simple changes to a report, and you shouldn&#8217;t need two pages of source code to accomplish what BASIC can do in fifteen lines.  COBOL feels like a racket to me, and the lessons seem to bear this out.  All of the assignments are functionally the same program, with only a few small details changed.  That might be great for keeping you gainfully employed, but it&#8217;s inelegant and it sounds like a boring way to earn a living.  <\/p>\n<p>I&#8217;ve heard about another language called &#8220;C&#8221;.  I don&#8217;t know anything about it, but I get the impression it might be a little more &#8220;grownup&#8221; than BASIC while being less horrible and cumbersome than COBOL.<\/p>\n<p>I don&#8217;t know it, but I&#8217;m now on the outskirts of the Programming Language Wars. Programmers everywhere look at the work they want to do, and choose a language that suits their task.  Then they defend that language as the One True Way of getting things done.  After all, if this programming language is my favorite tool, it must be the best tool.  And if it&#8217;s the best tool, then everyone else should stop using those inferior tools. Now that I know more than one language, I&#8217;m joining the debate. This is a big step for me. <\/p>\n<p>My assignments take a trivial amount of time.  I spend the rest of the class making games or helping other students when they ask.  By helping, I am able to see the discipline of programming through the eyes of people who are new to it.  Through this, I am able to perceive a clear dividing line through the students.  Just about everyone is passing, but not everyone is &#8220;getting it&#8221;.  Some people are able to recite the correct answer to a problem, but they do this only because they were told it&#8217;s the right answer.  They don&#8217;t know why it&#8217;s right and they can&#8217;t use that knowledge to solve other problems.  They can take the example program given in lecture and change a couple of lines to complete the assignment, but they are completely unable to improvise.  They can&#8217;t create anything new. They can&#8217;t follow the flow of a program by looking at the source. They can&#8217;t predict what values a variable will have at any arbitrary point in the execution. In short, <em>they can&#8217;t write code<\/em>. As the year goes on, this distinction does not go away. These kids are otherwise smart and good students, but the art of programming is lost on them.  <\/p>\n<p><table   class=\"\" cellpadding='0' cellspacing='0' border='0' align='center'><tr><td><img src='https:\/\/www.shamusyoung.com\/twentysidedtale\/images\/shamus_1989_kids.jpg' class='insetimage'   alt='Me, playing a game with Ruthie and Daniel.' title='Me, playing a game with Ruthie and Daniel.'\/><\/td><\/tr><tr><td class='insetcaption'>Me, playing a game with Ruthie and Daniel.<\/td><\/tr><\/table><\/p>\n<p>&#8220;Here&#8221;, Kris says, handing me a valentine as she passes by on the way to her seat.  She usually sits in the back of the bus with her sister.  I usually sit a few seats up, with David. <\/p>\n<p>I smile.  Nobody has given me a valentine before.  I&#8217;m suddenly very nervous.  We talk sometimes on the way to school.  She&#8217;s smart, friendly, and attractive, which has resulted in me having a very predictable crush on her, which until now I have assumed was unrequited.  I look down at the valentine and wonder what it means.  Maybe&#8230; maybe the crush is mutual?  Although, maybe she&#8217;s just being nice? Maybe she just, like, brought one of these for all of her friends? Maybe she&#8217;s just sort of thanking me for being her friend on the bus in the mornings?  It&#8217;s so hard to tell.  I stammer out some thanks, but I don&#8217;t follow up.<\/p>\n<p>I explain the situation to each of my friends, and they all come to the same conclusion:  I am an idiot.<\/p>\n<p>I&#8217;ve had a few girlfriends over the last few years.  These were simple, fleeting arrangements with distant girls. Often these took place during summer camp, and they began and ended with tame kissing.  Now I&#8217;m seventeen, and dating is a little more complicated.  It comes with the expectation of going out on dates and spending time together outside of school.  I don&#8217;t know it, but I&#8217;m actually not ready to have a &#8220;real&#8221; relationship yet. I <em>want<\/em> that sort of relationship, but I&#8217;m still a bit underdeveloped socially.  I&#8217;m not even sure what would be expected of me on a date.  Moreover, I don&#8217;t drive.  I spend all my free time programming at home, so I&#8217;ve never had a use for a driver&#8217;s license before now.  How can I ask her out without implicitly bumming a ride at the same time?  <\/p>\n<p>I hang onto the valentine, but I never ask her out. Next year I&#8217;ll finally get up the nerve to begin dating.<\/p>\n<div class=\"dmnotes\">I bumped into her a few years after graduation, and did a search for her when I wrote this section.  She&#8217;s married with a great career. So many people have vanished over the years, their stories halting at unresolved cliffhangers. It&#8217;s nice to find out a few arrived at happy endings.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Eleventh grade. My junior year of high school. On one hand, I&#8217;m really looking forward to getting out of this madhouse and its bureaucratic idiocy. On the other hand, I&#8217;m terrified of what will happen next. What if I can&#8217;t get a job with computers? People keep telling me it&#8217;s impossible to enter the field [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[205],"class_list":["post-13353","post","type-post","status-publish","format-standard","hentry","category-personal","tag-autoblography"],"_links":{"self":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/13353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13353"}],"version-history":[{"count":1,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/13353\/revisions"}],"predecessor-version":[{"id":52856,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/13353\/revisions\/52856"}],"wp:attachment":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13353"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=13353"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=13353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}