<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joho the Blog &#187; old fart</title>
	<atom:link href="http://www.hyperorg.com/blogger/tag/old-fart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperorg.com/blogger</link>
	<description>Let's just see what happens</description>
	<lastBuildDate>Sat, 15 Jun 2013 21:48:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>[2b2k] Back when not every question had an answer</title>
		<link>http://www.hyperorg.com/blogger/2013/03/29/2b2k-back-when-not-every-question-had-an-answer/</link>
		<comments>http://www.hyperorg.com/blogger/2013/03/29/2b2k-back-when-not-every-question-had-an-answer/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 14:05:20 +0000</pubDate>
		<dc:creator>davidw</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[2b2k]]></category>
		<category><![CDATA[kaypro]]></category>
		<category><![CDATA[old fart]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.hyperorg.com/blogger/?p=12742</guid>
		<description><![CDATA[Let me remind you young whippersnappers what looking for knowledge was like before the Internet (or &#8220;hiphop&#8221; as I believe you call it). Cast your mind back to 1982, when your Mommy and Daddy weren&#8217;t even gleams in each other&#8217;s eyes. I had just bought my first computer, a KayPro II. I began using WordStar [...]]]></description>
				<content:encoded><![CDATA[<p>Let me remind you young whippersnappers what looking for knowledge was like before the Internet (or &#8220;hiphop&#8221; as I believe you call it).</p>
<p>
Cast your mind back to 1982, when your Mommy and Daddy weren&#8217;t even gleams in each other&#8217;s eyes. I had just bought my first computer, a <a href="http://en.wikipedia.org/wiki/Kaypro">KayPro II</a>.
</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.computercloset.org/KayproII-Ad.jpg"><img src="http://www.computercloset.org/KayproII-Ad.jpg" width="500" height="353" alt="kaypro ad" class /></a><p class="wp-caption-text"><span style="font-size:12px; text-align:center"><a href="http://www.computercloset.org/Kaypro2.htm">ComputerCloset</a></a></p></div>
<p>
I began using <a href="http://en.wikipedia.org/wiki/WordStar">WordStar</a> and ran into an issue pretty quickly. For my academic writing, I needed to create end notes. Since the numbering of those notes would change as I took advantage of WordStar&#8217;s ability to let me move blocks of text around (^KB and ^KK, I believe, marked the block), I&#8217;d have to go back and re-do the numbering both in the text and in the end notes section. What a bother!</p>
<p>
I wanted to learn how to program anyway, so I sat down with the included <a href="http://en.wikipedia.org/wiki/SBASIC">S-Basic</a> manual. S-Basic shared syntax with BASIC, but it assumed you&#8217;d write functions, not just lines of code to be executed in numbered order. This made it tougher to learn, but that&#8217;s not what stopped me at first. The real problem I had was figuring out how to open a file so that I could read it. (My program was going to look for anything between a &#8220;[[" and a "]]&#8221;,, which would designate an in-place end note.)The manual assumed I knew more than I did, what with its file handlers and strange parameters for what type of file I was reading and what types of blocks of data I wanted to read. </p>
<p>
I spent hours and hours and hours, mainly trying random permutations. I was so lacking the fundamental concepts that I couldn&#8217;t even figure out what to play with. I was well and truly stuck.</p>
<p>
&#8220;Simple!&#8221; you say. &#8220;Just go on the Internet&#8230;and&#8230;oh.&#8221; So, it&#8217;s 1982 and you have a programming question. Where do you go? The public library? It was awfully short on programming manuals at that time, and S-Basic was an oddball language. To your local bookstore? Nope, no one was publishing about S-Basic. Then, how about to&#8230;or&#8230;well&#8230;no&#8230;then?&#8230;nope, not for another 30 years.</p>
<p>
I was so desperate that I actually called the Boston University switchboard, and got connected to a helpful receptionist in the computer science division (or whatever it was called back then), who suggested a professor who might be able to help me. I left a message along the lines of &#8220;I&#8217;m a random stranger with a basic question about a programming language you probably never heard of, so would you mind calling me back?  kthxbye.&#8221; Can you guess who never called me back?</p>
<p>
Eventually I did figure it out, if by &#8220;figuring out&#8221; you mean &#8220;guessed.&#8221; And by odd coincidence, as I contemplate moving to doing virtually all my writing in a text editor, I&#8217;m going to be re-writing that little endnoter pretty soon now.</p>
<p>
But that&#8217;s not my point. My point is that YOU HAVE NO IDEA HOW LUCKY YOU ARE, YOU LITTLE BASTARDS.</p>
<p>&nbsp;</p>
<hr width="100px">
<p>For those of you who don&#8217;t know what it&#8217;s like to get a programming question answered in 2013, here are some pretty much random examples:
<ul>
<li>
<p>Javascript tutorial: <a href="http://www.codecademy.com/tracks/javascript">Code Academy</a></p>
<li>
<p>How to get the contents of a file: <a href="http://www.w3schools.com/php/func_filesystem_file_get_contents.asp">W3Schools</a></p>
<li>
<p>Why isn&#8217;t that working? <a href="http://stackoverflow.com/questions/6724467/why-doesnt-file-get-contents-work">Stackoverflow</a> </p>
<li>
<p>A Javascript footnoter: <a href="https://github.com/davesnitty/footnoter">github</a>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperorg.com/blogger/2013/03/29/2b2k-back-when-not-every-question-had-an-answer/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.302 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-16 05:35:08 -->