<?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"
	>

<channel>
	<title>Bits &#38; Bytes</title>
	<atom:link href="http://www.vsa-software.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vsa-software.com/blog</link>
	<description>Relax, it's only zeroes and ones!</description>
	<pubDate>Sun, 16 Nov 2008 22:08:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>WordPress Upgrade</title>
		<link>http://www.vsa-software.com/blog/?p=10</link>
		<comments>http://www.vsa-software.com/blog/?p=10#comments</comments>
		<pubDate>Sun, 16 Nov 2008 21:28:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=10</guid>
		<description><![CDATA[I just took a big jump and upgraded to WordPress 2.6.3 from 2.5. Except for one brief moment of panic because I hadn&#8217;t finished uploading the new files for the root directory yet, everything went very smoothly. I have activated the Akismet plug-in and am hopeful that this will significantly cut down on the spam. [...]]]></description>
			<content:encoded><![CDATA[<p>I just took a big jump and upgraded to WordPress 2.6.3 from 2.5. Except for one brief moment of panic because I hadn&#8217;t finished uploading the new files for the root directory yet, everything went very smoothly. I have activated the Akismet plug-in and am hopeful that this will significantly cut down on the spam. I&#8217;m afraid that in my haste to clean out old comments I accidentally marked a legitimate comment as &#8217;spam.&#8217; I apologize to the author and hope that s/he visits again anyway.</p>
<p>Update: Well that was pretty awesome. I was able to find the legit comment in my old email and restore it. I guess it was still somewhere in the database, even though it didn&#8217;t show up on the Comments dashboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>If it seems easy, you must have overlooked something</title>
		<link>http://www.vsa-software.com/blog/?p=9</link>
		<comments>http://www.vsa-software.com/blog/?p=9#comments</comments>
		<pubDate>Sun, 11 May 2008 13:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Library 2.0]]></category>

		<category><![CDATA[the Interwebs]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=9</guid>
		<description><![CDATA[Now that I&#8217;ve completed a class in database design and implementation, I finally started working on the web-based library staff scheduling program that&#8217;s been on my mind for many months. The more I find out about existing tools and technologies, the easier the task becomes. Unlike the days when I was developing embedded software, I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I&#8217;ve completed a class in database design and implementation, I finally started working on the web-based library staff scheduling program that&#8217;s been on my mind for many months. The more I find out about existing tools and technologies, the easier the task becomes. Unlike the days when I was developing embedded software, I&#8217;m not really inventing anything new; I&#8217;m just using the tools that other people have developed. It&#8217;s the difference between developing MySQL and PHP, and just learning to use them.</p>
<p>Last week one of the reference librarians at my place of work asked me about putting her obituary index on-line, as she had seen another library do. In fact, she had already started entering the data into an Access database. (Believe it or not, it&#8217;s all still on index cards.) The library&#8217;s web host, chosen over two years before my arrival, is not a Windows-based server, and so would not support Access/ASP. It&#8217;s not that I wouldn&#8217;t have made the same choice, but just mentioning the words &#8220;open source&#8221; sets off such a hostile reaction at MPOW that I avoid using them at all costs. I told the librarian that she should continue to build the database in Access, since that was what she was comfortable with, and that I would then port the database to our web host. I gave her an estimate of 5 to 10 hours for the task. I didn&#8217;t know if there was such a tool, but I felt sure someone had already tackled it.</p>
<p>My brilliant friend Simon&mdash;he&#8217;s always the first in my circle to discover and use new software tools&mdash;had a similar issue with an Access database that he wanted to port to a Linux server. He found a suite of Linux applications called <a href="http://mdbtools.sourceforge.net/">MDB Tools</a> that unpacks Access databases to a series of SQL instructions for creating and populating a MySQL database, or any SQL-compliant database. After one very minor problem, I was all set up with a secure login to his server, ran the conversion programs on a small inventory of library computers that I had previously done in Access, fed the SQL into phpMyAdmin (I had installed XAMPP on my Windows XP machine the previous day), and bingo! The only remaining task was to make it pretty. If the obituary index were in electronic form today, I&#8217;d be nearly done, well within my original estimate.</p>
<p>Coming from embedded systems, a background where everything was difficult because no one else had done it before, I never cease to be amazed at how smoothly things interoperate in the world of web development. My XAMPP installation, for example, ran perfectly and took less than 10 minutes. I had to go into Windows Services and disable a few conflicting Microsoft SQL services, but other than that, no worries. It wasn&#8217;t that long ago that no such installation package existed, for XAMPP or for any other open source goodies; it was all roll-your-own, start from source code and build it. I&#8217;m sure that there are still many roadblocks in the world of web development to be tackled and overcome, but I haven&#8217;t met them yet.</p>
<p>Well, except for the Internet Explorer box model. But I understand that&#8217;s going to change in IE8. Really.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		</item>
		<item>
		<title>Proposed Additions to the PDP-11 Instruction Set</title>
		<link>http://www.vsa-software.com/blog/?p=8</link>
		<comments>http://www.vsa-software.com/blog/?p=8#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:36:51 +0000</pubDate>
		<dc:creator>sharon</dc:creator>
		
		<category><![CDATA[History]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=8</guid>
		<description><![CDATA[And if you&#8217;re not sure what a PDP-11 is, just pretend I said &#8220;Intel® Core™2 Quad.&#8221;
BBW    Branch Both Ways
BEW    Branch Either Way
BBBF    Branch on Bit Bucket Full
BH    Branch and Hang
BMR    Branch Multiple Registers
BOB    Branch On Bug
BPO  [...]]]></description>
			<content:encoded><![CDATA[<p>And if you&#8217;re not sure what a PDP-11 is, just pretend I said &#8220;Intel<span class="regtitle">®</span> Core™2 Quad.&#8221;</p>
<p>BBW    Branch Both Ways<br />
BEW    Branch Either Way<br />
BBBF    Branch on Bit Bucket Full<br />
BH    Branch and Hang<br />
BMR    Branch Multiple Registers<br />
BOB    Branch On Bug<br />
BPO    Branch on Power Off<br />
BST    Backspace and Stretch Tape<br />
CDS    Condense and Destroy System<br />
CLBR    CLoBber Register<br />
CLBRI    CLoBer Register Immediately<br />
CM    Circulate Memory<br />
CMFRM    CoMe FRoM &#8212; essential for truly structured programming<br />
CPPR    Crumple Printer Paper and Rip<br />
CRN    Convert to Roman Numerals</p>
<p>DC      Divide and Conquer<br />
DMPK    Destroy Memory Protect Key<br />
DO      Divide and Overflow<br />
EMPC    EMulate Pocket Calculator<br />
EPI     Execute Programmer Immediately<br />
EROS    Erase Read Only Storage<br />
EXCE    Execute Customer Engineer<br />
HCF     Halt and Catch Fire<br />
IBP     Insert Bug and Proceed<br />
INSQSW  INSert into Queue SomeWhere (for FISH queues (First In Still Here))<br />
PBC     Print and Break Chain<br />
PDSK    Punch Disk</p>
<p>PI      Punch Invalid<br />
POPI    Punch OPerator Immediately<br />
PVLC    Punch Variable Length Card<br />
RASC    Read And Shred Card<br />
RPM     Read Programmers Mind<br />
RSSC    Reduce Speed, Step Carefully (for improved accuracy)<br />
RTAB    Rewind Tape And Break<br />
RWDSK   REWind DiSK<br />
RWOC    Read Writing On Card<br />
SCRBL   SCRibBLe to disk &#8212; faster than a write<br />
SLC     Search for Lost Chord<br />
SPSW    Scramble Program Status Word<br />
SRSD    Seek Record and Scar Disk<br />
STROM   Store in Read Only Memory<br />
TDB     Transfer and Drop Bit<br />
WBT     Water Binary Tree</p>
<p>I have a similar list that&#8217;s lost somewhere in my house, but this particular list comes from</p>
<p><a href="http://www.gotlisp.com/lambda/lambda.txt">http://www.gotlisp.com/lambda/lambda.txt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>An Internet Minute</title>
		<link>http://www.vsa-software.com/blog/?p=7</link>
		<comments>http://www.vsa-software.com/blog/?p=7#comments</comments>
		<pubDate>Mon, 31 Mar 2008 21:32:46 +0000</pubDate>
		<dc:creator>sharon</dc:creator>
		
		<category><![CDATA[Library 2.0]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=7</guid>
		<description><![CDATA[I installed WordPress 2.5 on the library&#8217;s server today. I only just installed 2.3.3 on Friday, so there wasn&#8217;t much to salvage. I ripped out the 2.3.3 install (but not the database files) and just copied all the new 2.5 files over. I forget to save wp-config, so I had to edit it again, but [...]]]></description>
			<content:encoded><![CDATA[<p>I installed WordPress 2.5 on the library&#8217;s server today. I only just installed 2.3.3 on Friday, so there wasn&#8217;t much to salvage. I ripped out the 2.3.3 install (but not the database files) and just copied all the new 2.5 files over. I forget to save wp-config, so I had to edit it again, but that only took a few seconds. It just doesn&#8217;t get any easier than this. (Of course, I remember doing a sysgen for RSX11M that took all night, so anything else pales by comparison. Except maybe a Windows 3.1 installation.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>The Daemon, the GNU &#038; the Penguin</title>
		<link>http://www.vsa-software.com/blog/?p=6</link>
		<comments>http://www.vsa-software.com/blog/?p=6#comments</comments>
		<pubDate>Mon, 31 Mar 2008 21:09:13 +0000</pubDate>
		<dc:creator>sharon</dc:creator>
		
		<category><![CDATA[the Interwebs]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=6</guid>
		<description><![CDATA[I wasn&#8217;t there at the very beginning, but I wasn&#8217;t too far behind. In the early 1970s, the company I was working for joined the MACSYMA consortium, and soon I was exchanging emails and hacking login scripts with some of the stars of Project MAC.  I feel strongly that a true professional should know [...]]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t there at the very beginning, but I wasn&#8217;t too far behind. In the early 1970s, the company I was working for joined the <a title="MACSYMA Consortium" href="http://en.wikipedia.org/wiki/Macsyma" target="_blank">MACSYMA</a> consortium, and soon I was exchanging emails and hacking login scripts with some of the stars of Project MAC.  I feel strongly that a true professional should know something about the history of his or her field, and develop a sense of &#8220;standing on the shoulders of giants.&#8221; If you agree, or if you just enjoy amassing geeky techie knowledge, then you may enjoy reading Dr. Peter Salus&#8217;s <a title="The Daemon, the GNU &amp; the Penguin" href="http://www.groklaw.net/staticpages/index.php?page=20051013231901859" target="_blank">The Daemon, the GNU &amp; the Penguin</a>. Note that the chapter numbering starts at 0. But then, you expected that, didn&#8217;t you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade already?</title>
		<link>http://www.vsa-software.com/blog/?p=4</link>
		<comments>http://www.vsa-software.com/blog/?p=4#comments</comments>
		<pubDate>Mon, 31 Mar 2008 05:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[techie]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=4</guid>
		<description><![CDATA[I&#8217;ve had WordPress running for two whole days, and already there is an update. This is WordPress 2.5, upgraded from 2.3.3, and although it looks the same (so far) from the visitor&#8217;s point of view, the admin view sure does look different. I like it! I&#8217;m glad I didn&#8217;t have time to get too attached [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had WordPress running for two whole days, and already there is an update. This is WordPress 2.5, upgraded from 2.3.3, and although it looks the same (so far) from the visitor&#8217;s point of view, the admin view sure does look different. I like it! I&#8217;m glad I didn&#8217;t have time to get too attached to the previous one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>Hello Web!</title>
		<link>http://www.vsa-software.com/blog/?p=1</link>
		<comments>http://www.vsa-software.com/blog/?p=1#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:19:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[intro]]></category>

		<guid isPermaLink="false">http://www.vsa-software.com/blog/?p=1</guid>
		<description><![CDATA[I’m a former software engineer and current MLS student, finding my way in the wild, wild, West of the Web. I’ll be writing about the challenges of maintaining staff and public computers at a mid-sized public library, being a fledgling web developer, and straddling the intersection of libraries and the Web. Not necessarily in that [...]]]></description>
			<content:encoded><![CDATA[<p>I’m a former software engineer and current MLS student, finding my way in the wild, wild, West of the Web. I’ll be writing about the challenges of maintaining staff and public computers at a mid-sized public library, being a fledgling web developer, and straddling the intersection of libraries and the Web. Not necessarily in that order.</p>
<p>The WordPress installation was extraordinarily simple. The instructions are excellent, and the software is packaged for simplicity. When I signed up with my ISP, about a year ago, I wisely chose the Apache server with PHP and MySQL support (naturally opting for the open source solution rather than the proprietary configuration), so I was all set to go with WordPress. Now my next order of business is to find a WordPress theme that I like and that color-coordinates with the VSA Software colors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vsa-software.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
