<?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>What&#039;s All This Brouhaha? &#187; Nonpareil</title>
	<atom:link href="https://whats.all.this.brouhaha.com/category/computing/software/software-ive-written/nonpareil/feed/" rel="self" type="application/rss+xml" />
	<link>https://whats.all.this.brouhaha.com</link>
	<description>miscellaneous musings and random rantings</description>
	<lastBuildDate>Fri, 01 Nov 2019 06:31:54 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>HP-41 card reader bug</title>
		<link>https://whats.all.this.brouhaha.com/2011/07/25/hp-41-card-reader-bug/</link>
		<comments>https://whats.all.this.brouhaha.com/2011/07/25/hp-41-card-reader-bug/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 09:32:48 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=921</guid>
		<description><![CDATA[It occurred to me while studying simulator traces that it might be interesting to investigate a bug in early versions of the 82104A card reader for the HP-41C calculator. The bug was fairly esoteric and easily avoided, as it seemed &#8230; <a href="https://whats.all.this.brouhaha.com/2011/07/25/hp-41-card-reader-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>It occurred to me while studying simulator traces that it might be interesting to investigate a bug in early versions of the 82104A card reader for the HP-41C calculator. The bug was fairly esoteric and easily avoided, as it seemed to occur when backspacing over a four-digit numeric prompt after EEX and two digits have been entered. (This is somewhat reminiscent of the famous <a title="Therac-25" href="http://en.wikipedia.org/wiki/Therac-25" target="_blank">Therac-25</a> bug, though without the fatal consequences.)<span id="more-921"></span></p>
<p>The card reader bug is present in the 1E version of the  card reader (and probably 1D), and fixed in the 1G version. I haven&#8217;t  got a 1D or 1F to check.  I discovered the bug around 1981, and I think I  saw it mentioned by someone else in the PPC Journal at one point.</p>
<p>With the card reader plugged in, press the key sequence</p>
<pre>GTO . EEX 0 0 backspace backspace</pre>
<p>What you should see after that is</p>
<pre>GTO .1__</pre>
<p>If you have the bug, the display rotates so it reads</p>
<pre>0      GTO .1</pre>
<p>From study of a instruction trace, it appears that the bug is due to the  card reader ROM&#8217;s I/O service poll routine violating one of the  requirements of the mainframe polling code.  From the mainframe source  code:</p>
<blockquote><p>All subroutine levels are available except in I/O service entry. If PKSEQ is set then I/O service routines must either preserve three subroutine returns on the subroutine stack or else terminate the partial key sequence.</p></blockquote>
<p>The CR-1E I/O service poll code uses two levels of subroutines.  Perhaps  the CR-1G ROM was changed to not need two levels of subroutines, though  I haven&#8217;t yet disassembled the code to determine what the actual  changes are.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2011/07/25/hp-41-card-reader-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP-41CV ROM set version HFF bug fix</title>
		<link>https://whats.all.this.brouhaha.com/2011/07/25/hp-41cv-rom-set-version-hff-bug-fix/</link>
		<comments>https://whats.all.this.brouhaha.com/2011/07/25/hp-41cv-rom-set-version-hff-bug-fix/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 09:22:01 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>
		<category><![CDATA[RetroChallenge]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=914</guid>
		<description><![CDATA[As I was studying HP-41CV microcode running in simulation, I finally uncovered what one of the bug fixes in the HFF ROM version does. This has been a mystery for many years, though there&#8217;s still one more unexplained change relative &#8230; <a href="https://whats.all.this.brouhaha.com/2011/07/25/hp-41cv-rom-set-version-hff-bug-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As I was studying HP-41CV microcode running in simulation, I finally uncovered what one of the bug fixes in the HFF ROM version does. This has been a mystery for many years, though there&#8217;s still one more unexplained change relative to the earlier GFF version.<span id="more-914"></span></p>
<p>For the first half of the product life of the HP-41CV, and the tail  end of the product life of the HP-41C, the mainframe ROMs used were the  &#8220;GFF&#8221; ROMs, which fixed most of the serious known bugs of earlier ROMs.  Some of those bug fixes upset early synthetic programming fans, such as  fixing &#8220;bug 2&#8243; which allowed program memory and status registers to be  accessed by addresses that wrapped around, and &#8220;bug 3&#8243; which allowed  altering system flags.  Of course, other methods were developed for  doing those things without reliance on bug 2 and bug 3.</p>
<p>Around late 1983, the HP-41CV changed to using the &#8220;HFF&#8221; ROM set. As far  as I know, there is no published explanation of the difference between  ROM 0 revisions G and H.  Aside from the version number and checksum,  there are two actual changes, at address range 01c9..01f3, and the  single word at 081a.  I haven&#8217;t figured out the latter, but I&#8217;ve  discovered what the 01c9 change does.</p>
<p>The HP-41 mainframe ROMs have code to support expansion ROMs using  &#8220;buffers&#8221; of registers allocated in main RAM, just after the key  assignments. The first register of a buffer contains two copies of the  buffer number, used by an expansion ROM to identify the buffer it owns,  and a buffer length which is used to locate the next buffer, or the end  of the buffers.</p>
<p>There was a longstanding bug in the mainframe ROMs which would cause a  hard lockup if the length of a buffer was mismarked as zero. The code to  scan the buffers would sit in a tight loop looking at the same  zero-length buffer forever. This situation could easily be caused by  buggy synthetic programs. The ON-backspace trick wouldn&#8217;t recover from  this, because the buffer check happened before the ON-backspace check.   Recovery generally requires removing the batteries until the RAM  contents are lost.</p>
<p>The code change at 01c9 in the 0H ROM, and also the 0N ROM of the 41CX,  fixes this bug!  They reversed the order of the tests, so that the  ON-backspace test is done before the buffer scan, so that it can avoid  the zero-length buffer lockup.</p>
<p>It has been reported that the 41CV with HFF ROMs may have the &#8220;buzz  mode&#8221; of the 41CX (PPCJ v10n9p24), but I don&#8217;t have a 41CV with HFF ROMs  so I can&#8217;t confirm that.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2011/07/25/hp-41cv-rom-set-version-hff-bug-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nonpareil status</title>
		<link>https://whats.all.this.brouhaha.com/2008/06/11/nonpareil-status-2/</link>
		<comments>https://whats.all.this.brouhaha.com/2008/06/11/nonpareil-status-2/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 08:46:20 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/2008/06/11/nonpareil-status-2/</guid>
		<description><![CDATA[I&#8217;m still making progress towards a new release on Nonpareil.Â  Sometimes it seems like the more work I do, the more I find that needs to be done. The ability to cross-compile a Windows version has been broken for a &#8230; <a href="https://whats.all.this.brouhaha.com/2008/06/11/nonpareil-status-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m still making progress towards a new release on Nonpareil.Â  Sometimes it seems like the more work I do, the more I find that needs to be done.<span id="more-679"></span></p>
<p>The ability to cross-compile a Windows version has been broken for a while, but now I&#8217;ve got it going again, thanks in no small part to Ronald Burkey&#8217;s <a href="http://www.sandroid.org/imcross/" title="I'm Cross!" target="_blank">IMCROSS</a>, a package which automates building cross-development environments for Windows and Mac OS X.</p>
<p>I&#8217;ve nearly completed the conversion to having each calculator defined by two files, an .ncd (Nonpareil Calculator Definition) file that defines everything about the behavior of the calculator, and an .nui (Nonpareil User Interface) file that defines GUI interface.Â  The .ncd file is a compressed XML file, while the .nui is a ZIP file containing a .kml file defining the user interface, and a lot of .png files for the calculator background (without buttons or legends), overlay (shifted legends), and buttons.Â  The intent is that a given calculator model (e.g., 34C) needs only one .ncd file, which would normally never need to be altered, but any number of .nui files that might present different appearances, window sizes, etc.</p>
<p>For the 41C family only, the actual firmware for the mainframe, peripheral, and option ROMs comes from .mod files rather than the .ncd file.</p>
<p>I still need to integrate an NSIS installer builder into the Nonpareil build system.Â  Some time back, Christoph Giesselink contributed an .nsi file that will serve as the basis.Â  However, rather than having the details of which calculator models are included and which files they need present in the .nsi file, I want to have the SConstruct generate them from its own data structures and the .ncd and .nui files.</p>
<p>Aside from some bug fixes, there probably won&#8217;t actually be that much in the way of new features visible to the user.Â  There will be support for the 29C and for a 67 without card reader.Â  Jacques Laporte helped me quite a bit with figuring out how the card reader instructions work, and he has the card reader working in his Java-based <a href="http://www.jacques-laporte.org/sim67.htm" title="HP-67 Microcode Simulator" target="_blank">simuulator</a>, but I don&#8217;t want to hold up the Nonpareil release until I get it working in my simulation code.Â  I do plan to have it in a future release.Â  I still don&#8217;t have a complete understanding of the ACT processor&#8217;s pointer wraparound behavior, but I know how to fake it well enough to avoid the hang in the label search code in the 19C, 29C, 67 and 97.</p>
<p>The Voyager calculators (11C, 12C, 15C, and 16C) will NOT be included in the next Nonpareil release, but will be in a separate add-on package.Â  This is because the ROM files for the Voyager calculators are not available under a Free Software license, so a package containing them cannot be included in Fedora, Debian, or various other Linux distributions.Â  By splitting them into a separate package, at least the base Nonpareil package can be accepted into Linux distributions.Â Â  I really should have avoided this problem by putting them in a separate add-on package in the first place.</p>
<p>The new release (other than the Voyager add-on package) will be releasedÂ  under the <a href="http://gplv3.fsf.org/" title="GPLv3" target="_blank">GPLv3</a>, rather than the GPLv2 that was previously used.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2008/06/11/nonpareil-status-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Suboptimal new computer experience &#8212; privacy vs. Mac OS X</title>
		<link>https://whats.all.this.brouhaha.com/2008/04/10/suboptimal-new-computer-experience-privacy-vs-mac-os-x/</link>
		<comments>https://whats.all.this.brouhaha.com/2008/04/10/suboptimal-new-computer-experience-privacy-vs-mac-os-x/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:35:16 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Nonpareil]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[The Suboptimal Way]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=657</guid>
		<description><![CDATA[I just got a refurbished Apple Mac mini, with the 1.83 GHz Intel Core 2 Duo processor. It is mainly intended for use compiling my open source programs such as Nonpareil for Mac OS X. I am extremely surprised at &#8230; <a href="https://whats.all.this.brouhaha.com/2008/04/10/suboptimal-new-computer-experience-privacy-vs-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just got a refurbished <a href="http://www.apple.com/" title="Apple" target="_blank">Apple</a> <a href="http://www.apple.com/macmini/" title="Mac mini" target="_blank">Mac mini</a>, with the 1.83 GHz Intel Core 2 Duo processor.  It is mainly intended for use compiling my open source programs such as <a href="http://nonpareil.brouhaha.com/" title="Nonpareil" target="_blank">Nonpareil</a> for Mac OS X.  I am extremely surprised at the user experience of booting <a href="http://www.apple.com/macosx/" title="Mac OS X" target="_blank">Mac OS X</a> Leopard for the first time, and very disappointed in Apple.</p>
<p>I&#8217;m used to new operating system installations wanting a very small amount of personal information from the user.  Windows asks for the user&#8217;s name and company, though it allows the user to leave the company blank, as would be typical for home users.  Fedora Core Linux asks for the users full name (not required) and a username.  Neither of these seem very onerous, and the reasons for requesting the user&#8217;s name are reasonably clear.  It&#8217;s less obvious why Microsoft wants a company name, but since you can omit it, I don&#8217;t much care.</p>
<p>Mac OS X, on the other hand, requires the user&#8217;s full name, postal address, phone number, expected place of use (home, small business, medium business, large business, etc), and industry.  It will not allow the user to proceed until this information is entered.  I don&#8217;t mind entering my name, but I&#8217;ll be damned if I&#8217;m going to tell my computer any of that other stuff without a very good reason.  If I don&#8217;t put personally identifying information into a computer, that makes it less likely that the information will be misused or compromised.  I&#8217;m pretty sure that the C compiler isn&#8217;t going to need any of that in order to compile my programs successfully.</p>
<p>The pages requesting the information have a button to view Apple&#8217;s privacy policy, which explains that Apple collects the information in order to provide an exceptional user experience.  Exceptionally bad, in my opinion.  I was put in the position of lying to the computer.  I put &#8220;n/a&#8221; for all the fields that would accept that, and all nines for the ZIP code and phone number.  I selected &#8220;home&#8221; for the place the computer will be used, though I wasn&#8217;t very happy about it.  I selected &#8220;other&#8221; for the industry.</p>
<p>Apple shouldn&#8217;t force the user to choose between revealing personal information for no good reason, and providing false information.  They should allow the user to skip providing the unnecessary information, or better yet, not even attempt to collect it.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2008/04/10/suboptimal-new-computer-experience-privacy-vs-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nonpareil status</title>
		<link>https://whats.all.this.brouhaha.com/2006/12/09/nonpareil-status/</link>
		<comments>https://whats.all.this.brouhaha.com/2006/12/09/nonpareil-status/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 08:02:28 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=387</guid>
		<description><![CDATA[Several people have inquired about the status of Nonpareil, so it&#8217;s time for an update. There are major changes in progress that are mostly &#8220;under the hood.&#8221; The released versions of Nonpareil install KML, image, and ROM files in a &#8230; <a href="https://whats.all.this.brouhaha.com/2006/12/09/nonpareil-status/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Several people have inquired about the status of Nonpareil, so it&#8217;s time for an update.</p>
<p>There are major changes in progress that are mostly &#8220;under the hood.&#8221;  The released versions of Nonpareil install KML, image, and ROM files in a library directory (or with the Program Files in Windows).  There has been no clear distinction made between the files relating to the user interface, and the files that define a calculator model.  In fact, the KML files contain both kinds of information.</p>
<p>In the next major release (probably to be numbered 0.90), there is a clean division.  The user interface will be defined by &#8220;.nui&#8221; files (Nonpareil User Interface), which are ZIP files that contain a KML file and a bunch of .png images.  Instead of a single image, there are now separate background and overlay images, and separate images for each key.  But since they are all bundled together into a .nui file, there is actually less clutter.</p>
<p>The ROM code and the information formerly in the KML file that defined a calculator model (non-UI) will now be in a &#8220;.ncd&#8221; (Nonpareil Calculator Definition) file.</p>
<p>Generally there will only be a single .ncd file for each model of calculator (e.g., HP-25, HP-38C, HP-41CV, etc.), but there may be any number of .nui files for a model.  I am only going to supply one .nui file per model initially, based on the graphics developed by Maciej Bartosiak for the MacOS X port, but it is intended that other people be able to create more relatively easily.  Thus people that prefer photorealistic images can create new .nui files to suit.</p>
<p>The Voyager calculators (11C, 12C, 15C, 16C) will be removed from the base &#8220;nonpareil&#8221; package, and instead will be part of a &#8220;nonpareil-voyager&#8221; add-on package.  This is due to the the Voyager firmware being covered by a non-GPL license, most likely the Creative Commons Attribution-Noncommercial-Sharealike 2.5 license.  (The Voyager firmware has never been covered by the GPL or licensed for distribution, despite the fact that most of Nonpareil is covered by the GPL.)</p>
<p>Note that the trunk of the Subversion source code repository is not usable at the moment; in fact, it is rarely expected to be usable.  Any time that there is a significant improvement or bug fix to the code, and it is usable, I publish a release.  The purpose of allowing anonymous access to the source code repository is so that people can look at the history, or at what&#8217;s changing.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2006/12/09/nonpareil-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nonpareil release 0.78</title>
		<link>https://whats.all.this.brouhaha.com/2006/10/31/nonpareil-release-078/</link>
		<comments>https://whats.all.this.brouhaha.com/2006/10/31/nonpareil-release-078/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 08:00:36 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=384</guid>
		<description><![CDATA[This is just a minor release to fix build problems.Â  Two missing semicolons were added to src/kmly.y because some versions of Bison complained about them.Â  The GDK initialization in src/str2png.c was replaced with GObject initialization, so that str2png doesn&#8217;t require &#8230; <a href="https://whats.all.this.brouhaha.com/2006/10/31/nonpareil-release-078/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This is just a minor release to fix build problems.Â  Two missing semicolons were added to src/kmly.y because some versions of Bison complained about them.Â  The GDK initialization in src/str2png.c was replaced with GObject initialization, so that str2png doesn&#8217;t require an X server to be present at Nonpareil build time.</p>
<p>There is no change to the actual Nonpareil code.Â  Nonpareil development continues slowly.Â  Aside from work and school, I have a higher priority personal project that will probably prevent me from finishing the next major Nonpareil release until spring.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2006/10/31/nonpareil-release-078/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New calculator models in Nonpareil</title>
		<link>https://whats.all.this.brouhaha.com/2006/08/27/new-calculator-models-in-nonpareil/</link>
		<comments>https://whats.all.this.brouhaha.com/2006/08/27/new-calculator-models-in-nonpareil/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 01:38:46 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=336</guid>
		<description><![CDATA[I just committed the KML files and graphics for the HP-22 and HP-27, the graphics being based on Maciej Bartosiak&#8217;s graphics for other models.Â  I have poor graphic art skills, so the 27 artwork could be better.Â  But at least &#8230; <a href="https://whats.all.this.brouhaha.com/2006/08/27/new-calculator-models-in-nonpareil/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just committed the KML files and graphics for the HP-22 and HP-27, the graphics being based on Maciej Bartosiak&#8217;s graphics for other models.Â  I have poor graphic art skills, so the 27 artwork could be better.Â  But at least there&#8217;s finally something; I&#8217;ve had the ROM dumps for a long time but without suitable graphics they weren&#8217;t very useful.</p>
<p>The upcoming release of Nonpareil probably will not have any other new models.Â  I need to convert to using Maciej&#8217;s images for the Classic series, fix the KML files for the Voyager series, figure out a better way for the build system deal with the ROM files, and get the source tarball and Windows cross compilation working again.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2006/08/27/new-calculator-models-in-nonpareil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nonpareil progress</title>
		<link>https://whats.all.this.brouhaha.com/2006/08/26/nonpareil-progress-2/</link>
		<comments>https://whats.all.this.brouhaha.com/2006/08/26/nonpareil-progress-2/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 22:40:50 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=335</guid>
		<description><![CDATA[I haven&#8217;t written about Nonpareil in over six months. There&#8217;s been some progress, but it&#8217;s been very slow due to work and school. I&#8217;ve been improving the build system (SCons-based), and hacking up a new &#8220;Cbutton&#8221; widget for the calculator &#8230; <a href="https://whats.all.this.brouhaha.com/2006/08/26/nonpareil-progress-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I haven&#8217;t written about <a target="_blank" title="Nonpareil" href="http://nonpareil.brouhaha.com/">Nonpareil</a> in over six months.  There&#8217;s been some progress, but it&#8217;s been very slow due to work and school.  I&#8217;ve been improving the build system (SCons-based), and hacking up a new &#8220;Cbutton&#8221; widget for the calculator buttons and slide switches, based on the GtkButton widget.  This will allow for much better looking illustration-based calculator appearance; formerly the 41C family and Voyager calculators used illustrations by Maciej Bartosiak, and the others used photos from the <a target="_blank" title="Museum of HP Calculators" href="http://www.hpmuseum.org/">Museum of HP Calculators</a> (by permission).  Now I&#8217;ll be switching to using the illustrations for all models.</p>
<p>I&#8217;m considering adding support for SVG (vector-based) illustrations in the future; right now they are all PNG format (raster).</p>
<p>I hope to have a new release ready in time for the <a target="_blank" title="HHC 2006" href="http://holyjoe.net/hhc2006/">HHC 2006</a> conference in about three weeks.  The release will add support for the HP-22 and HP-27 models.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2006/08/26/nonpareil-progress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First non-RPN calculator in Nonpareil</title>
		<link>https://whats.all.this.brouhaha.com/2006/01/14/first-non-rpn-calculator-in-nonpareil/</link>
		<comments>https://whats.all.this.brouhaha.com/2006/01/14/first-non-rpn-calculator-in-nonpareil/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 01:43:37 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=194</guid>
		<description><![CDATA[Thanks to a ROM image and code provided by HrastProgrammer, Nonpareil will soon support its first non-RPN calculator, the TI-57. Since non-RPN calculators (even the HP-01 and HP-10) aren&#8217;t really consistent with the name Nonpareil, I&#8217;ve decided to put them &#8230; <a href="https://whats.all.this.brouhaha.com/2006/01/14/first-non-rpn-calculator-in-nonpareil/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Thanks to a ROM image and code provided by HrastProgrammer, Nonpareil will soon support its first non-RPN calculator, the TI-57.</p>
<p>Since non-RPN calculators (even the HP-01 and HP-10) aren&#8217;t really consistent with the name Nonpareil, I&#8217;ve decided to put them into an optional &#8220;downgrade pack&#8221;.</p>
<p>I&#8217;m not sure whether the TI-57 will make it into the next release, which I&#8217;m trying to finish up this month.  If not, it will be in the following release.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2006/01/14/first-non-rpn-calculator-in-nonpareil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP-67 image</title>
		<link>https://whats.all.this.brouhaha.com/2005/12/13/hp-67-image/</link>
		<comments>https://whats.all.this.brouhaha.com/2005/12/13/hp-67-image/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 08:42:57 +0000</pubDate>
		<dc:creator><![CDATA[Eric]]></dc:creator>
				<category><![CDATA[Calculators]]></category>
		<category><![CDATA[Nonpareil]]></category>

		<guid isPermaLink="false">http://whats.all.this.brouhaha.com/?p=181</guid>
		<description><![CDATA[In mid-November, Xavier ThÃ©ry contributed a very nice HP-67 image. I&#8217;ve just adjusted the KML file and checked both into the Subversion repository. It will be used in the next release.]]></description>
				<content:encoded><![CDATA[<p>In mid-November, Xavier ThÃ©ry contributed a very nice <a href="http://svn.brouhaha.com/viewcvs/*checkout*/nonpareil/trunk/image/67.png?rev=913">HP-67 image</a>.  I&#8217;ve just adjusted the KML file and checked both into the Subversion repository.  It will be used in the next release.</p>
]]></content:encoded>
			<wfw:commentRss>https://whats.all.this.brouhaha.com/2005/12/13/hp-67-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
