<?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>Matthew&#039;s Workbench &#187; Technology</title>
	<atom:link href="http://www.matthewsworkbench.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewsworkbench.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Jan 2012 13:34:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Studio 2005 and Windows SDK v7.1</title>
		<link>http://www.matthewsworkbench.com/visual-studio-2005-and-windows-sdk-v7-1/</link>
		<comments>http://www.matthewsworkbench.com/visual-studio-2005-and-windows-sdk-v7-1/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:13:28 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=196</guid>
		<description><![CDATA[Despite its age, I think Microsoft Visual Studio 2005 is quite a useful tool. It works well for native C++ Windows development and I prefer its user interface to later versions. But one problem is that it doesn't support the newer Windows 7 headers. This makes software development using Windows 7 features rather difficult. </p>

<p>The obvious solution is to download the latest version of the Windows software development kit (SDK) from Microsoft. The documentation for the current version of the SDK (v7.1) describes it as supporting Visual Studio 2005. But the SDK configuration tool which is necessary to configure Visual Studio 2005 doesn't work with it, describing Visual Studio 2005 as &#34;not a supported scenario.&#34; So how do you configure Visual Studio 2005 with Windows SDK v7.1 if the configuration tool won't do it?</p>

<p>The trick is to set the configuration paths manually. Visual Studio paths can be changed in the menus under Tools, Options..., VC++ Directories.]]></description>
			<content:encoded><![CDATA[<p>Despite its age, I think Microsoft Visual Studio 2005 is quite a useful tool. It works well for native C++ Windows development and I prefer its user interface to later versions. But one problem is that it doesn&#8217;t support the newer Windows 7 headers. This makes software development using Windows 7 features rather difficult. </p>
<p>The obvious solution is to download the latest version of the Windows software development kit (SDK) from Microsoft. The documentation for the current version of the SDK (v7.1) describes it as supporting Visual Studio 2005. But the SDK configuration tool which is necessary to configure Visual Studio 2005 doesn&#8217;t work with it, describing Visual Studio 2005 as &quot;not a supported scenario.&quot; So how do you configure Visual Studio 2005 with Windows SDK v7.1 if the configuration tool won&#8217;t do it?</p>
<p>The trick is to set the configuration paths manually. Visual Studio paths can be changed in the menus under Tools, Options&#8230;, VC++ Directories.</p>
<p>On my system running 64-bit Windows 7, I added the following paths to the top of Executable files:    <br />C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE     <br />C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin\     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\bin</p>
<p>I added these paths to Include files:    <br />C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\Include     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\Include\gl     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\VC\Include</p>
<p>And this path to Library files:    <br />C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib</p>
<p>And these under Exclude directories:    <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\Include     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\Include\gl     <br />C:\Program Files\Microsoft SDKs\Windows\v7.1\VC\Include</p>
<p>I had expected that more configuration would be required, but that was all it took. I am now using the newest versions of Visual C++ and the Standard Template Library with Visual Studio 2005.</p>
<p>The one problem I have found is that Intellisense doesn&#8217;t work with the new headers, even if you change the Source files paths (the source of the Intellisense information). I don&#8217;t know if the Intellisense format has changed since Visual Studio 2005, or if there is a configuration problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/visual-studio-2005-and-windows-sdk-v7-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are there so many video and audio formats?</title>
		<link>http://www.matthewsworkbench.com/why-are-there-so-many-video-and-audio-formats/</link>
		<comments>http://www.matthewsworkbench.com/why-are-there-so-many-video-and-audio-formats/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 14:06:01 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=192</guid>
		<description><![CDATA[Recently, a commentator posed an interesting question. Why, he wondered, are there so many computer video and audio formats? Why can't everyone involved take a lesson from the phonograph record? After all, there is only one type of phonograph record and it can be played by any record player.</p>

<p>Although this idea makes sense at first, it has a few historical problems. It is true that any phonograph record you can buy today (assuming you can find one) will play on any record player you can buy. But this is the result of a long process that spanned almost a century.]]></description>
			<content:encoded><![CDATA[<p>Recently, a commentator posed an interesting question. Why, he wondered, are there so many computer video and audio formats? Why can&#8217;t everyone involved take a lesson from the phonograph record? After all, there is only one type of phonograph record and it can be played by any record player.</p>
<p>Although this idea makes sense at first, it has a few historical problems. It is true that any phonograph record you can buy today (assuming you can find one) will play on any record player you can buy. But this is the result of a long process that spanned almost a century.</p>
<p>When Thomas Edison invented his phonograph in 1877, his prototype stored sound on tin foil or waxed tape. When the phonograph became popular with the public in the 1880&#8242;s, the “records” it played were wax cylinders. Disc records, what we think of today as records, edged out wax cylinders in popularity by 1910. But wax cylinders were still being sold as late as 1929, and surprisingly, there are still a few companies selling them today.</p>
<p>When it came to the disc records, different players rotated them at different speeds. Some early players went as high as 160 rpm, but manufacturers standardized on 78 rpm (actually 78.2608 rpm) in 1925. 78 rpm replaced other common speeds such as 80 or 82 rpm.</p>
<p>The first “modern” record, playable on a record player you can buy today, dates back to 1948. That was when Columbia Records standardized the 33⅓ rpm format, although there were unsuccessful attempts at using that speed dating back to 1930. In 1949, RCA Victor came out with the 45 rpm record, the other speed supported by a modern record player. Those two competing speeds battled for consumer favor for several years in a dispute that became known as “The War of the Speeds.” The end result was that most record players supported multiple speeds using a switch to change between 45 rpm, 33⅓ rpm, and 78 rpm (and sometimes the rarely used 16⅔ rpm). Support for 78 rpm disappeared after a while, but 45 rpm and 33⅓ rpm remained the standards until the compact disc began to replace the phonograph record in 1982.</p>
<p>Looking at the history, it is clear that it took over 70 years before the modern standards were created. I don&#8217;t like to predict history, but I think it is a safe bet that it might take another 70 years before the one definitive video and audio format is standardized.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/why-are-there-so-many-video-and-audio-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPrognostication</title>
		<link>http://www.matthewsworkbench.com/iprognostication/</link>
		<comments>http://www.matthewsworkbench.com/iprognostication/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:09:41 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/iprognostication/</guid>
		<description><![CDATA[Unless you have been living under a rock for the past few months then you undoubtedly have heard about the iPad, Apple’s new handheld device. Given the widespread media fascination with the iPad, I can’t think of any other way to have avoided hearing about it.</p>

<p>I also don’t know of any product that has been more widely rumored before its official release. Apple officially announced the iPad on January 27, 2010, but the rumors were flying months before that. Some of the rumors seemed unlikely (a three-dimensional user interface), some were bizarre (built-in solar panels), but some were fairly accurate (an accompanying ebook store).]]></description>
			<content:encoded><![CDATA[<p>Unless you have been living under a rock for the past few months then you undoubtedly have heard about the iPad, Apple’s new handheld device. Given the widespread media fascination with the iPad, I can’t think of any other way to have avoided hearing about it.</p>
<p>I also don’t know of any product that has been more widely rumored before its official release. Apple officially announced the iPad on January 27, 2010, but the rumors had been flying for months before that. Some of the rumors seemed unlikely (a three-dimensional user interface), some were bizarre (built-in solar panels), but some were fairly accurate (an accompanying ebook store). </p>
<p>I can’t help but wonder if some of those rumors came from Apple itself. Apple has always maintained a tight control of its image and managing information is an important part of that. A few pieces of carefully leaked information could help point the discussion in a new direction.</p>
<p>For example, one of the most widely reported rumors was that the device would cost around $1000. Many people were dismayed by this relatively high price. Of course, those same people were delighted when the real price turned out to be just $499 for the lowest configuration.</p>
<p>All the excessive hype may have partially backfired though, considering the number of people now predicting that the iPad will fail in the marketplace. After the iPhone was introduced, I remember listening to one “expert” explain exactly all the features it was lacking and why it would fail. His arguments made perfect sense, but all he ended up proving was how hard it is to predict the future. My bet is still on the iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/iprognostication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The end of the Microsoft Flight Simulator</title>
		<link>http://www.matthewsworkbench.com/the-end-of-the-microsoft-flight-simulator/</link>
		<comments>http://www.matthewsworkbench.com/the-end-of-the-microsoft-flight-simulator/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 13:40:56 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=111</guid>
		<description><![CDATA[<p>I'm pretty late in noticing this, but the <a href="http://www.gamasutra.com/php-bin/news_index.php?story=21981">Microsoft Flight Simulator is no more</a>. Microsoft shut down ACES Studio, the internal group that developed Microsoft Flight Simulator, back in January 2009.</p>  <p>I think this is a shame because the Flight Simulator was one of the oldest personal computer programs still being actively developed. Although some sources (including Microsoft) state that the first version was for the IBM PC in 1982, the program actually dates back further than that.</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty late in noticing this, but the <a href="http://www.gamasutra.com/php-bin/news_index.php?story=21981">Microsoft Flight Simulator is no more</a>. Microsoft shut down ACES Studio, the internal group that developed Microsoft Flight Simulator, back in January 2009.</p>
<p>I think this is a shame because the Flight Simulator was one of the oldest personal computer programs still being actively developed. Although some sources (including Microsoft) state that the first version was for the IBM PC in 1982, the program actually dates back further than that.</p>
<p>The original version, known as A2-FS1, was created for the Apple II by Bruce Artwick and published by subLOGIC in 1980. A <a href="http://www.trs-80.org/t80-fs1">TRS-80 Model I version</a>, known as T80-FS1, soon followed also in 1980 (this was the version I first used). subLOGIC continued to develop the Apple II version and also created new versions for the TRS-80 Color Computer, Commodore 64, Atari ST, Commodore Amiga, and others up until 1988.</p>
<p>In 1982, Microsoft licensed from subLOGIC a version of the Flight Simulator for the IBM PC, which they renamed the Microsoft Flight Simulator. It became enormously successful, selling 21 million copies by 1999 according to the <em>Guinness Book of World Records</em>. By being both very popular and very demanding on the computer hardware, the Microsoft Flight Simulator became a de-facto test of IBM PC compatibility; if a computer could run Flight Simulator, then it could be considered IBM PC compatible.</p>
<p>Bruce Artwick left subLOGIC in 1988 but retained rights to the Flight Simulator and continued developing it for Microsoft through his own company. In 1996, Microsoft bought the Flight Simulator outright and developed the subsequent versions internally. The final version was <a href="http://www.amazon.com/gp/product/B001DPZE84?ie=UTF8&amp;tag=matthewsworkbench-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001DPZE84">Microsoft Flight Simulator X</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=matthewsworkbench-20&amp;l=as2&amp;o=1&amp;a=B001DPZE84" width="1" border="0" />, released in 2006.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/the-end-of-the-microsoft-flight-simulator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The DTVPal Plus</title>
		<link>http://www.matthewsworkbench.com/dtvpal-plus/</link>
		<comments>http://www.matthewsworkbench.com/dtvpal-plus/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 01:13:37 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[DTVPal]]></category>
		<category><![CDATA[HDTV]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/dtvpal-plus/</guid>
		<description><![CDATA[I’ve written before about the <a href="http://www.matthewsworkbench.com/dtvpal-released/">DISH Network DTVPal</a>, a $59.99 digital converter box with some of the best features of any converter box available. DISH Network later released another converter box, the <a href="http://www.matthewsworkbench.com/tr40-cra/">EchoStar TR-40 CRA</a>, with a price $20 lower than the DTVPal. This was somewhat confusing because the TR-40 CRA was exactly the same unit as the DTVPal!]]></description>
			<content:encoded><![CDATA[<p>I’ve written before about the <a href="http://www.matthewsworkbench.com/dtvpal-released/">DISH Network DTVPal</a>, a $59.99 digital converter box with some of the best features of any converter box available. DISH Network later released another converter box, the <a href="http://www.matthewsworkbench.com/tr40-cra/">EchoStar TR-40 CRA</a>, with a price $20 lower than the DTVPal. This was somewhat confusing because the TR-40 CRA was exactly the same unit as the DTVPal!</p>
<p>Now DISH Network has released the DTVPal Plus, which costs $20 more than the DTVPal. This time, the DTVPal Plus seems to be a different unit from the DTVPal and the TR-40 CRA. The main advantage of the DTVPal Plus seems to be an improved tuner for weak digital signals. </p>
<p>I think it is safe to say that the DISH Network’s strategy for converter box releases could be described as haphazard at best. If you’re interested in the DTVPal Plus, you can order it at the <a href="http://dtvpal.com/">official DTVPal site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/dtvpal-plus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DIY Nuclear Fusion</title>
		<link>http://www.matthewsworkbench.com/diy-nuclear-fusion/</link>
		<comments>http://www.matthewsworkbench.com/diy-nuclear-fusion/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 00:41:50 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/diy-nuclear-fusion/</guid>
		<description><![CDATA[<p>Here's an article from the Wall Street Journal with a startling title: <a href="http://online.wsj.com/public/article/SB121901740078248225.html?mod=blog">Nuclear Ambitions: Amateur Scientists Get a Reaction From Fusion</a>. It focuses on amateur researchers who have built their own fusion reactors.</p> <p>Their fusion reactors, or fusors, aren't used for power generation. That's because a fusor consumes more energy than it produces. Fusors have been used commercially as neutron sources, but the interest among these researchers seems to be improving the device itself.</p>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an article from the Wall Street Journal with a startling title: <a href="http://online.wsj.com/public/article/SB121901740078248225.html?mod=blog">Nuclear Ambitions: Amateur Scientists Get a Reaction From Fusion</a>. It focuses on amateur researchers who have built their own fusion reactors.</p>
<p>Their fusion reactors, or fusors, aren&#8217;t used for power generation. That&#8217;s because a fusor consumes more energy than it produces. Fusors have been used commercially as neutron sources, but the interest among these researchers seems to be improving the device itself.</p>
<p>I am amazed that so many people would have the dedication necessary to build such an unusual device. I&#8217;m also amazed that fusors haven&#8217;t been banned by authorities frightened by the idea of a homemade nuclear reactor. In reality, the dangers would be limited to the extremely high voltages used and the possible production of x-rays. </p>
<p>If you&#8217;re interested, there are a number of web pages devoted to the topic, including <a href="http://www.brian-mcdermott.com/fusion_is_easy.htm">Fusion is Easy</a> and <a href="http://www.fusor.net/">Fusor</a>. Thanks to <a href="http://www.qrz.com/kd5njr">Scott Haley</a> for the pointer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/diy-nuclear-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A $12 Computer?</title>
		<link>http://www.matthewsworkbench.com/12-dollar-computer/</link>
		<comments>http://www.matthewsworkbench.com/12-dollar-computer/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 01:53:00 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/12-dollar-computer/</guid>
		<description><![CDATA[<p>The Boston Herald published an interesting article recently: <a href="http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/">Designers on quest to build $12 computer</a>. The idea seems to be to develop educational software for inexpensive 8-bit computers that are commonly available in China and India. What caught my attention was the mention that those 8-bit computer are based on the Apple II.</p>]]></description>
			<content:encoded><![CDATA[<p>The Boston Herald published an interesting article recently: <a href="http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/">Designers on quest to build $12 computer</a>. The idea seems to be to develop educational software for inexpensive 8-bit computers that are commonly available in China and India. What caught my attention was the mention that those 8-bit computer are based on the Apple II.</p>
<p>That didn&#8217;t make much sense to me. The ROMs inside an Apple II are very important for compatibility and they are still copyrighted. I would consider it unlikely that Apple would license them, even at this late date. Not only that, but the Applesoft BASIC ROM is owned by Microsoft, not Apple, making that idea even less likely. Any computer with copied ROMs would be illegal, making the whole project suspect.</p>
<p>But a later Computerworld article gave more details: <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9111759">$12 Indian &#8216;TV computer&#8217; a knockoff of &#8217;80s Nintendo system, not Apple II</a>. According to that article, the computer mentioned is manufactured by Victor and named the Victor-70. It is actually a Nintendo Entertainment System (NES) clone. Both the Apple II and the NES used a 6502 processor, which was probably the basis for the confusion. I don&#8217;t know how large a boot ROM the NES used, but it would probably have been easier to reverse engineer than the Apple II. Of course, that assumes that the Victor-70 doesn&#8217;t just include a copy of the NES ROM.</p>
<p>All of the information available is somewhat contradictory, but you can see a wiki with more details here: <a href="http://design4dev.wetpaint.com/page/TV+Computer?t=anon">The $10 TV Computer Project</a>. I would have thought that NES clones are rare, but there seem to be at least three of them available for sale in the United States:</p>
<ul>
<li><a href="http://www.playmessiah.com/products/classics/generation-nex-videogame-console.htm">Generation NEX</a>
<li><a href="http://www.estarland.com/index.asp?page=NintendoNES&amp;cat=HW&amp;product=22536&amp;q=">Neo Fami System Silver/Black US Version</a>
<li><a href="http://kotaku.com/385032/this-portable-nes-is-legit-works">FC Mobile</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/12-dollar-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rechargeable Batteries</title>
		<link>http://www.matthewsworkbench.com/rechargeable-batteries/</link>
		<comments>http://www.matthewsworkbench.com/rechargeable-batteries/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 23:59:37 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Batteries]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/technology/rechargeable-batteries/</guid>
		<description><![CDATA[<p>I've used rechargeable batteries for many years, mostly nickel-cadmium batteries, also known as nicads, which are ideal for infrequently used items such as radios or flashlights. They can be stored safely and they don't lose their charge over time. Even though nickel-cadmium batteries can last far longer than most people think, they do eventually wear out and need to be replaced. </p> <p>When I recently tried to buy some replacement nickel-cadmium batteries, I was surprised that I couldn't find them anywhere. Nickel-cadmium batteries must have gone out of favor while I wasn't paying attention. Environmental concerns may have played a role because cadmium is a heavy metal and difficult to dispose of safely.</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used rechargeable batteries for many years, mostly nickel-cadmium batteries, also known as nicads, which are ideal for infrequently used items such as radios or flashlights. They can be stored safely and they don&#8217;t lose their charge over time. Even though nickel-cadmium batteries can last far longer than most people think, they do eventually wear out and need to be replaced. </p>
<p>When I recently tried to buy some replacement nickel-cadmium batteries, I was surprised that I couldn&#8217;t find them anywhere. Nickel-cadmium batteries must have gone out of favor while I wasn&#8217;t paying attention. Environmental concerns may have played a role because cadmium is a heavy metal and difficult to dispose of safely.</p>
<h3>Rechargeable Alkalines</h3>
<p>Another option used to be rechargeable alkaline batteries. I&#8217;ve never used any rechargeable alkalines myself, but I have read some accounts suggesting that they weren&#8217;t very reliable. That might explain why they disappeared from stores not too long after their introduction. </p>
<p>I have had several people tell me that the best idea is to recharge ordinary alkaline batteries, despite the fact that every battery manufacturer warns you not to. But I&#8217;ve seen too many electronic items damaged or destroyed by leaking alkaline batteries to seriously consider that option. I don&#8217;t want to <em>encourage</em> batteries to burst.</p>
<h3>Nickel-Metal Hydride Batteries</h3>
<p>Now the stores are full of nickel-metal hydride and lithium-ion batteries. Consumer lithium-ion batteries seem to be quite new (some sources still say that they don&#8217;t exist). But I already use nickel-metal hydride batteries in a number of items. Many high-powered devices, such as digital cameras, require nickel-metal hydride batteries and won&#8217;t work properly with alkaline batteries.</p>
<p>But nickel-metal hydride batteries have two related disadvantages:</p>
<ul>
<li>they need to be charged before they can be used
<li>they discharge a good deal of their capacity in storage.</li>
</ul>
<p>The need to charge the batteries before use doesn&#8217;t bother me. But the rapid loss of charge does make them unsuitable for the very applications for which nickel-cadmium batteries are best suited. Some of my nickel-metal hydride batteries lose half of their charge in just a matter of days.</p>
<h3>Low Self Discharge Nickel-Metal Hydride Batteries</h3>
<p>Fortunately, there seem to have been some advancements in nickel-metal hydride battery technology since I last purchased any. There is a new class of batteries called low self discharge (which has an unfortunate acronym). They address the two disadvantages of nickel-metal hydride batteries:</p>
<ul>
<li>they come precharged when you buy them
<li>they discharge much more slowly</li>
</ul>
<p>Some of the low self discharge batteries appear to discharge even slower than nickel-cadmium batteries, and are advertised to keep nearly their full charge if stored for six months or a year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/rechargeable-batteries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Weblogs Should Be Different</title>
		<link>http://www.matthewsworkbench.com/why-weblogs-should-be-different/</link>
		<comments>http://www.matthewsworkbench.com/why-weblogs-should-be-different/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 02:32:06 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/why-weblogs-should-be-different/</guid>
		<description><![CDATA[Robert Scoble wrote an thought-provoking article titled Has/How/Why tech blogging has failed you. It addressed an idea I have been considering for a while: are technology weblogs just not as interesting and relevant as they used to be? Have they become too focused on the business of ideas and not the ideas themselves? There are [...]]]></description>
			<content:encoded><![CDATA[<p>Robert Scoble wrote an thought-provoking article titled <a title="Has/How/Why tech blogging has failed you" href="http://scobleizer.com/2008/07/22/why-tech-blogging-has-failed-you/">Has/How/Why tech blogging has failed you</a>. It addressed an idea I have been considering for a while: are technology weblogs just not as interesting and relevant as they used to be? Have they become too focused on the business of ideas and not the ideas themselves?</p>
<p>There are so many weblogs out there that no one person could possibly follow them all. You have to narrow it down, and I have some definite ideas of what I am looking for. I want to read weblogs by people who are doing interesting things, or at least people who are talking about people who are doing interesting things. I want to read weblogs by people who express creative ideas that challenge the status quo. I want a weblog to be different, not just the same as what I can find from a dozen other sources.</p>
<h3>A Seemingly Unrelated Story</h3>
<p>Many excellent early computer magazines were produced by people who had little or no magazine experience. You might say that they were too ignorant of the accepted wisdom of the magazine business to realize that what they were attempting couldn&#8217;t work. So sometimes they went ahead in their ignorance and created a great magazine anyway.</p>
<p>One way they did this was by actively soliciting reader contributions and building up a community around their magazine.&nbsp; The end result was a magazine that catered to their readers better than any other could. This was a brilliant approach, but it&#8217;s not the way you&#8217;re supposed to run a &#8220;professional&#8221; magazine.</p>
<p>Once the magazines lost sight of that approach and tried to imitate their peers, they lost their focus. They started to use more staff writers, switched to printing only in-house reviews, and reduced the amount of reader-created content. They turned their backs on their community of readers, which was the very thing that made their magazine special in the first place.</p>
<h3>The Moral</h3>
<p>So what is the moral of this story? <strong>The crucial mistake they made was changing their focus to try to impress their peers rather than serve their readers</strong>. I frequently see the criticism of weblogs that they need to &#8220;grow-up&#8221; and become more like magazines or newspapers. But this is completely wrong. Imitation may be the sincerest form of flattery, but it doesn&#8217;t make for very interesting reading. It would be a grave mistake for weblogs to give up the very qualities that make them unique in an ill-fated attempt to mimic their more &#8220;professional&#8221; brethren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/why-weblogs-should-be-different/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atomic Wristwatches</title>
		<link>http://www.matthewsworkbench.com/atomic-wristwatches/</link>
		<comments>http://www.matthewsworkbench.com/atomic-wristwatches/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 23:51:09 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/atomic-wristwatches/</guid>
		<description><![CDATA[I always wear a wristwatch. But I notice that wristwatches are far less common today, now that cell phones have become ubiquitous. Wired ran an article reviewing four atomic watches. The &#8220;atomic&#8221; part of the name means that the watches set their time using the atomic clock at the WWVB time station in Colorado. Some [...]]]></description>
			<content:encoded><![CDATA[<p>I always wear a wristwatch. But I notice that wristwatches are far less common today, now that cell phones have become ubiquitous.</p>
<p><a href="http://www.wired.com">Wired</a> ran an article reviewing four <a href="http://www.wired.com/gadgets/gadgetreviews/news/2008/07/atomicwatches_reviews">atomic watches</a>. The &#8220;atomic&#8221; part of the name means that the watches set their time using the atomic clock at the WWVB time station in Colorado. Some of them can also use time stations in England, Germany, Japan, and China. The watches are filled with unusual features, but with prices to match.</p>
<p>Of the watches they featured in the article, I liked the <a href="http://www.amazon.com/gp/product/B0017U1MJU?ie=UTF8&amp;tag=matreestrs80o-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B0017U1MJU">Casio Pathfinder</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=matreestrs80o-20&amp;l=as2&amp;o=1&amp;a=B0017U1MJU" width="1" border="0">, which perhaps not coincidentally is the only one I have ever seen in person. According to the <a href="http://pathfinder.casio.com/">Casio Pathfinder site</a>, the watch has these features:</p>
<ul><img style="margin: 0 0 10px 10px" height="204" alt="Casio Pathfinder" src="http://www.matthewsworkbench.com/images/AtomicWristwatches_1171C/Pathfinder.jpg" width="160" align="right" border="0">
<li>Atomic timekeeping
<li>Tough solar power
<li>Digital compass
<li>Altimeter
<li>Barometer
<li>Thermometer
<li>Tide graph
<li>Depth gauge
<li>Diving log
<li>Auto EL backlight</li>
</ul>
<p>I notice that they don&#8217;t mention a stopwatch, countdown timer, or alarms, even though the Pathfinder does have all three. The Casio Pathfinder is a pretty impressive watch and it really should be, when you consider the retail price of $350.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/atomic-wristwatches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

