<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Software @ UNH</title>
	<atom:link href="http://software.unh.edu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://software.unh.edu</link>
	<description>by the U, for the U</description>
	<lastBuildDate>Wed, 18 Nov 2009 14:02:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Browser Market Share Update by Ed Sawyer</title>
		<link>http://software.unh.edu/2009/11/04/browser-market-share-update/comment-page-1/#comment-705</link>
		<dc:creator>Ed Sawyer</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=360#comment-705</guid>
		<description>As it should be! ;-) Good to see that.</description>
		<content:encoded><![CDATA[<p>As it should be! <img src='http://software.unh.edu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Good to see that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than one way to skin the Database Cat by Kirit Basu</title>
		<link>http://software.unh.edu/2009/09/22/more-than-one-way-to-skin-the-database-cat/comment-page-1/#comment-647</link>
		<dc:creator>Kirit Basu</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=340#comment-647</guid>
		<description>SQLite (http://www.sqlite.org/) is quite an amazing embedded database system; fully transactional, has plugs from most well known programming languages, amazingly lightweight and fast (can also run in-memory).
be sure to check out the faq about how to think about concurrency though.

also check out http://www.sqlite.org/testing.html if you want to blow your mind about how they do testing.</description>
		<content:encoded><![CDATA[<p>SQLite (<a href="http://www.sqlite.org/" rel="nofollow">http://www.sqlite.org/</a>) is quite an amazing embedded database system; fully transactional, has plugs from most well known programming languages, amazingly lightweight and fast (can also run in-memory).<br />
be sure to check out the faq about how to think about concurrency though.</p>
<p>also check out <a href="http://www.sqlite.org/testing.html" rel="nofollow">http://www.sqlite.org/testing.html</a> if you want to blow your mind about how they do testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Inside Look at Programming at Google by Ed Sawyer</title>
		<link>http://software.unh.edu/2009/09/11/an-inside-look-at-programming-at-google/comment-page-1/#comment-635</link>
		<dc:creator>Ed Sawyer</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=316#comment-635</guid>
		<description>I wish we (UNH) had that much time for code review. Sometimes I barely have time to even review my own code before deploying it... ;-)</description>
		<content:encoded><![CDATA[<p>I wish we (UNH) had that much time for code review. Sometimes I barely have time to even review my own code before deploying it&#8230; <img src='http://software.unh.edu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on John Backus, Computer Science pioneer by ken mikelinich</title>
		<link>http://software.unh.edu/2009/09/15/john-backus-computer-science-pioneer/comment-page-1/#comment-525</link>
		<dc:creator>ken mikelinich</dc:creator>
		<pubDate>Tue, 06 Oct 2009 14:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=323#comment-525</guid>
		<description>In my industrial telecom days we utilized ASN.1 or Abstract Syntax Notation.   ASN.1  is a standard way to describe a message (a unit of application data) that can be sent or received in a network. ASN.1 tends to be very grammar efficient. Tie this in with BER or PER (Basic Encoding Rules or Packed Encoding Rules) and you have the foundation for many telecom protocols out in the Internet and PSTN today.  One my early projects entailed writing encoders/decoders for GR303 and V5x protocols.  These were the North American and European replacements for the older SLC96 systems. 

Basically these protocols handled the information exchange between the Central Office&#039;s (CO) digital switch and the remote terminal (RT).  RT&#039;s are the funny looking stacks of green boxes one sees in neighborhoods. These boxes tie in the last mile of copper from your house, from there your voice call is multiplexed and backhauled on a T1 (or E1) circuit back to the digital switch. The GR303 and V5x protocols not only enabled channel muxing, but would indicate on-hook, off-hook, caller ID and other states.</description>
		<content:encoded><![CDATA[<p>In my industrial telecom days we utilized ASN.1 or Abstract Syntax Notation.   ASN.1  is a standard way to describe a message (a unit of application data) that can be sent or received in a network. ASN.1 tends to be very grammar efficient. Tie this in with BER or PER (Basic Encoding Rules or Packed Encoding Rules) and you have the foundation for many telecom protocols out in the Internet and PSTN today.  One my early projects entailed writing encoders/decoders for GR303 and V5x protocols.  These were the North American and European replacements for the older SLC96 systems. </p>
<p>Basically these protocols handled the information exchange between the Central Office&#8217;s (CO) digital switch and the remote terminal (RT).  RT&#8217;s are the funny looking stacks of green boxes one sees in neighborhoods. These boxes tie in the last mile of copper from your house, from there your voice call is multiplexed and backhauled on a T1 (or E1) circuit back to the digital switch. The GR303 and V5x protocols not only enabled channel muxing, but would indicate on-hook, off-hook, caller ID and other states.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than one way to skin the Database Cat by Bill Costa</title>
		<link>http://software.unh.edu/2009/09/22/more-than-one-way-to-skin-the-database-cat/comment-page-1/#comment-436</link>
		<dc:creator>Bill Costa</dc:creator>
		<pubDate>Wed, 23 Sep 2009 19:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=340#comment-436</guid>
		<description>&quot;...source code shows the Javascript...&quot;

     Use the source, Luke!  (Says the Jedi Code Master)</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;source code shows the Javascript&#8230;&#8221;</p>
<p>     Use the source, Luke!  (Says the Jedi Code Master)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than one way to skin the Database Cat by Paul Sand</title>
		<link>http://software.unh.edu/2009/09/22/more-than-one-way-to-skin-the-database-cat/comment-page-1/#comment-435</link>
		<dc:creator>Paul Sand</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=340#comment-435</guid>
		<description>Oh, yeah: viewing the &lt;a href=&quot;http://qdbm.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;QDBM page&lt;/a&gt;&#039;s source code shows the Javascript behind the title switch. (There&#039;s more than one.)</description>
		<content:encoded><![CDATA[<p>Oh, yeah: viewing the <a href="http://qdbm.sourceforge.net/" rel="nofollow">QDBM page</a>&#8217;s source code shows the Javascript behind the title switch. (There&#8217;s more than one.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than one way to skin the Database Cat by Paul Sand</title>
		<link>http://software.unh.edu/2009/09/22/more-than-one-way-to-skin-the-database-cat/comment-page-1/#comment-434</link>
		<dc:creator>Paul Sand</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=340#comment-434</guid>
		<description>Not to mention that it&#039;s really, really easy to tie a database to a Perl hash with the BerkeleyDB module. Who needs SQL? CIS Unix user databases have been handled by Berkeley DB files for years; although I wouldn&#039;t hold the system up as a model for software design, it&#039;s been very solid and (cross fingers) reliable. (&quot;We haven&#039;t deleted users by accident for... well, it&#039;s been weeks now!&quot;)</description>
		<content:encoded><![CDATA[<p>Not to mention that it&#8217;s really, really easy to tie a database to a Perl hash with the BerkeleyDB module. Who needs SQL? CIS Unix user databases have been handled by Berkeley DB files for years; although I wouldn&#8217;t hold the system up as a model for software design, it&#8217;s been very solid and (cross fingers) reliable. (&#8221;We haven&#8217;t deleted users by accident for&#8230; well, it&#8217;s been weeks now!&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More than one way to skin the Database Cat by Bill Costa</title>
		<link>http://software.unh.edu/2009/09/22/more-than-one-way-to-skin-the-database-cat/comment-page-1/#comment-426</link>
		<dc:creator>Bill Costa</dc:creator>
		<pubDate>Tue, 22 Sep 2009 22:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=340#comment-426</guid>
		<description>The first time I visited the QDBM web page, the title was:

&quot;QDBM: Quantumtheoretically Dangerous Blast Machine&quot;

but now it is just:

&quot;QDBM: Quick Database Manager&quot;

Right now I&#039;ve actually got both versions of the page in different browser tabs; the URLs are identical and title is the only difference I can see between the two versions of the page.  Even the time stamp shown on the page is identical.  I&#039;ve refreshed the page many times but have failed to get the humorous title to re-appear.  If I didn&#039;t still have the funny version of the page in my browser I would doubt myself as to actually having seen it.</description>
		<content:encoded><![CDATA[<p>The first time I visited the QDBM web page, the title was:</p>
<p>&#8220;QDBM: Quantumtheoretically Dangerous Blast Machine&#8221;</p>
<p>but now it is just:</p>
<p>&#8220;QDBM: Quick Database Manager&#8221;</p>
<p>Right now I&#8217;ve actually got both versions of the page in different browser tabs; the URLs are identical and title is the only difference I can see between the two versions of the page.  Even the time stamp shown on the page is identical.  I&#8217;ve refreshed the page many times but have failed to get the humorous title to re-appear.  If I didn&#8217;t still have the funny version of the page in my browser I would doubt myself as to actually having seen it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Inside Look at Programming at Google by Kirk Remignanti</title>
		<link>http://software.unh.edu/2009/09/11/an-inside-look-at-programming-at-google/comment-page-1/#comment-372</link>
		<dc:creator>Kirk Remignanti</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=316#comment-372</guid>
		<description>The thought of working for a company that produces the &quot;cleanest code in the digital world&quot; is certainly appealing.</description>
		<content:encoded><![CDATA[<p>The thought of working for a company that produces the &#8220;cleanest code in the digital world&#8221; is certainly appealing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Inside Look at Programming at Google by Marcus Del Greco</title>
		<link>http://software.unh.edu/2009/09/11/an-inside-look-at-programming-at-google/comment-page-1/#comment-362</link>
		<dc:creator>Marcus Del Greco</dc:creator>
		<pubDate>Tue, 15 Sep 2009 22:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://software.unh.edu/?p=316#comment-362</guid>
		<description>Wow, it&#039;s hard to read that as a software developer and NOT want to work there.  Anybody feel the same way?</description>
		<content:encoded><![CDATA[<p>Wow, it&#8217;s hard to read that as a software developer and NOT want to work there.  Anybody feel the same way?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
