{"id":13547,"date":"2011-10-12T03:44:45","date_gmt":"2011-10-12T08:44:45","guid":{"rendered":"http:\/\/www.shamusyoung.com\/twentysidedtale\/?p=13547"},"modified":"2015-05-13T18:52:09","modified_gmt":"2015-05-13T23:52:09","slug":"autoblography-part-27-vica-regionals","status":"publish","type":"post","link":"https:\/\/www.shamusyoung.com\/twentysidedtale\/?p=13547","title":{"rendered":"Autoblography Part 27: VICA Regionals"},"content":{"rendered":"<p>Through Vo-Tech, I have become a member of the Vocational Industrial Clubs of America, which goes by the ugly and somewhat awkward name &#8220;VICA&#8221;. (In the late 1990&#8217;s, it will be renamed <a href=\"http:\/\/en.wikipedia.org\/wiki\/SkillsUSA\">SkillsUSA<\/a>.)  <\/p>\n<p>VICA holds a yearly competition for students of various vocations, where accolades and scholarships can be won by those who distinguish themselves by doing whatever it is they&#8217;re being trained to do. It works like this:  Many high schools feed students into a single Vo-Tech building.  Then many Vo-Tech chapters compete against each other for the district title.  The winners of that contest go on to compete at the state level, and the winners at state will go on to compete nationally.  <\/p>\n<p>Each individual Vo-Tech instructor can select one of their students according to their own discretion.  I imagine in most cases the teacher might have a test of some sort to find the best student, but I seem to be the runaway contender in all of Miss Shack&#8217;s classes.  I suppose if another student expressed an interest in competing she would pit us against each other, but no such challenger appears.  Having &#8220;won&#8221; at the local level by default, I will be representing our school at the district level. <\/p>\n<p>I don&#8217;t want to repeat the folly of Seven Springs. I want to win this, if I can.  This isn&#8217;t some generic &#8220;computer knowledge&#8221; test.  This is the real thing.  This is a test of programming skill and ability.  This is a chance to validate everything I&#8217;ve been working for since I was a child. I&#8217;ve poured myself into this work, and I&#8217;m eager (and a little frightened) to see how all of that effort will pay off in real-world terms.  It&#8217;s one thing to be the best in your class of twenty people.  It&#8217;s quite another to be better than hundreds or thousands of other students.  Certainly there are other Shamus-like kids out there?  If there are, I&#8217;ll be facing them. <\/p>\n<p>Having said that, I&#8217;m not sure how to prepare or train for this test.  I <em>already<\/em> spend a lot of my leisure time programming.  I&#8217;ve already explored the extremities of BASIC far beyond anything that might be taught in a classroom, on multiple machines, for over half a decade.  There isn&#8217;t that much left for me to do or learn.<\/p>\n<p><!--more-->It&#8217;s absurdly early in the morning when I arrive at the school.  There&#8217;s a massive bus waiting in the parking lot.  This is a proper coach bus, not a rattling school bus.  I find a few dozen groggy, droopy-eyed students on board.  It&#8217;s five in the morning, and some of these kids live an hour away. If I was more awake, I might have the energy and focus to feel sorry for them.  <\/p>\n<p>The population is about 75% female. Cosmetology and Culinary Arts are the largest classes in the school, and they are overwhelmingly female.  Still, I don&#8217;t know why this many of them are going.  Do they compete in groups?  I&#8217;m not complaining.  The girls are chatty and friendly, and I don&#8217;t have to deal with any of the pecking-order nonsense that would keep me away from pretty girls in a normal school setting.  There aren&#8217;t any jocks around.  Not on this trip.  <\/p>\n<p>The bus rolls away into the cold pre-dawn light. I&#8217;m uneasy. I should nod off during the trip and grab some more sleep, but I&#8217;m pumped full of nervous energy and all I can do is fidget. I spend most of the trip staring out the window.  I honestly have no idea where we&#8217;re going.  I didn&#8217;t think to ask.  When we arrive I hear someone refer to the place as &#8220;Mercer County Vo-Tech&#8221;.  So I guess that answers that question. <\/p>\n<p>The programming competition is held in a classroom much like the one in my home Vo-Tech. There&#8217;s a room with desks, next to a well-equipped computer lab with enough machines for everyone.  I breathe a sigh of relief when I see they&#8217;re IBM clones.  It didn&#8217;t occur to me before, but these could have been Apple machines.  Apple is one of the few variants of BASIC that I don&#8217;t know very well, because I haven&#8217;t had a lot of access to Apple machines.  (Thanks for that, Mrs. Grossman.)  If this had been an Apple lab, I might have been at a disadvantage.<\/p>\n<p>I am somewhat worried when they have us sit in the classroom instead of the lab.  I really, really want to program, and I&#8217;m still nervous that something will change and this will be another stupid multiple-choice test on computer history and hardware.  I have a good handle on that material, but it&#8217;s nothing compared to my experience programming.  I want to compete on my strengths. <\/p>\n<p>They explain the test.  They give us some ridiculously simple and straightforward specs for a computer program:  Read a list of contacts (name, address, phone number, etc) and print them out according to a few simple rules.  Skip names that meet certain criteria, and print some sort of special distinction on others.  It&#8217;s actually embarrassingly simple.  I&#8217;m worried.  I was hoping for something to challenge me.  A program this primitive should be a cakewalk for everybody.  The challenge level is so low, the winner might just go to the fastest typist.  My heart begins pounding.  I had a touch typing course last year, but I&#8217;d already been speed-pecking for years and I found it was too hard to overcome all of those bad habits and type &#8220;properly&#8221;.  I might be the best programmer in here, but I wouldn&#8217;t bet on being the fastest typist.  Not by a long shot. <\/p>\n<p>The instructor drops a bomb on us:  We have to write out our program by hand before we can move over to the computer lab.<\/p>\n<p>My gentle demeanor prevents me from leaping out of my seat, holding my fists in the air, and screaming, &#8220;WHY?&#8221; at the ceiling.<\/p>\n<p>What possible justification could there be for this?  This isn&#8217;t how you program.  You don&#8217;t start at the top and work your way down like you&#8217;re writing a poem.  You start outward and work your way in.  You build the framework, then insert lines as you add functionality. Otherwise you have messy code.  You debug as you go, not when you get to the end. How can these people not understand this? <\/p>\n<p>Paper is the worst possible medium for programming.  You can&#8217;t insert or delete without making a mess of the paper and re-writing things.  A flowchart would at least make a little sense, by forcing us to demonstrate that we can envision the required logic before we begin.  But making us write out our code ahead of time is actually testing us on our skill at <em>bad programming habits<\/em>. Worse, my handwriting is horrible.  It&#8217;s big and messy and I&#8217;m incredibly slow at it. This is the worst possible setup.  I have to write it, <em>then<\/em> type it, then I can begin the real work.<\/p>\n<p>The program has input data.  Do I need to write it out?  I mean, the data is supplied by the instructor.  The data will be the same for all students.  On one hand, it&#8217;s something I will need to type in, so maybe they expect me to write it out for completeness sake. On the other hand, it really should be taken as given.  However, I don&#8217;t want to be disqualified for something in the written portion of the test.  (Especially since the written bit is so irrelevant.) <\/p>\n<p>Erring on the side of caution, I painstakingly write out all of the data.  I hand-write the entire list of names, addresses, and other contact information.  This fills an entire sheet of paper, all by itself. Once that is complete, I write out my entire program.  My hands are shaking, which isn&#8217;t helping my writing speed or legibility. I&#8217;m terrified that someone else will get up and turn in their written work first.  I have to get into the lab as soon as possible to overcome my sub-optimal typing speed, but to do that I have to overcome my severely deficient handwriting speed.  Pencils are scratching all around me.  I want to look up and see how many pages the other students have filled, but I don&#8217;t want to be accused of cheating.  I keep my eyes down and scribble as fast as I can.<\/p>\n<p>My hand is cramping by the time I&#8217;m done with the first page of code, and by the second page I&#8217;m in serious pain. Still, I&#8217;m the first one to turn in my paper.  I show it to the instructor and I&#8217;m waved into the lab without ceremony.  I pick a machine, boot it up, and begin the <em>real<\/em> test.  <\/p>\n<p>I begin typing my program, and find a few bugs in the process. This means my written work won&#8217;t match my typed work.  Does that matter?  Should I go back and re-write it? If not, then what was the written portion for?  This is very confusing.<\/p>\n<p>I&#8217;m done typing in my program before another student joins me in the lab. I find a few bugs once I get the whole thing entered and run it for the first time.  <\/p>\n<p>Fifteen minutes later I print out the results of the program.  I&#8217;ve been done for a few minutes now, and I&#8217;ve just been checking and re-checking my work.  The other students seem to be so far behind that I don&#8217;t need to worry about them anymore.  The majority of them are still in the classroom, scribbling away.  A few are here in the lab with me, typing.  None of them have printed anything out, which means they&#8217;re far from done.  <\/p>\n<p>Eventually I realize there is nothing left for me to do.  I turn it in and walk away.  I write slowly, I type slowly, I painstakingly wrote out all of the input data, and I still finished long before even the closest contender.  Either I have won, or I somehow botched this exercise in a fundamental way.  <\/p>\n<p>After the test, Miss Shack asks me how I did.  I give one of my usual long, rambling answers where &#8211; unsure of what level of information the other person wants to hear &#8211; I try to relate everything in a disorganized way.  I&#8217;m even worse when I&#8217;m nervous.  <\/p>\n<p>The next day they announce the winners.  All of the girls from cosmetology and culinary arts are sitting around me.  They&#8217;ve adopted me as the pet nerd.  As the winners for computer programming are announced, they close in and put their hands on me like this is some kind of faith healing.  They let out an audible squeal as my category comes up, and rises as each name is read. I&#8217;m not third. I&#8217;m not second. I don&#8217;t know whether to laugh or cry. My name hasn&#8217;t been read yet, which means I&#8217;m either the winner or nothing. When my name is read the girls cheer me and practically shove me at the stage.  I won!<\/p>\n<p>Of <em>course<\/em> I won, the second-place person was far behind me.  I feel sort of stupid for doubting it now, but I just didn&#8217;t think it would be that easy. <\/p>\n<p>I did it.  I&#8217;m going to state. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Through Vo-Tech, I have become a member of the Vocational Industrial Clubs of America, which goes by the ugly and somewhat awkward name &#8220;VICA&#8221;. (In the late 1990&#8217;s, it will be renamed SkillsUSA.) VICA holds a yearly competition for students of various vocations, where accolades and scholarships can be won by those who distinguish themselves [&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-13547","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\/13547","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=13547"}],"version-history":[{"count":0,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/13547\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=13547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=13547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}