<?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</title>
	<atom:link href="http://www.matthewsworkbench.com/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>Thoughts on JavaScript, Forth, and scripting languages</title>
		<link>http://www.matthewsworkbench.com/thoughts-on-javascript-forth-and-scripting-languages/</link>
		<comments>http://www.matthewsworkbench.com/thoughts-on-javascript-forth-and-scripting-languages/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:32:00 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=204</guid>
		<description><![CDATA[Mozilla recently released Firefox 9, a new version of their browser. One of its most important features is a JavaScript engine that is 36% faster than their previous version.</p>  <p>It strikes me that we have come quite a way if JavaScript performance is now one of the biggest selling points of a browser. The change isn't all that surprising: with JavaScript powering almost all web applications, JavaScript performance is closely tied to the perceived speed of the browser itself.</p>  <p>I think the success of JavaScript is especially impressive when you consider that JavaScript is not a “clever” language, nor does it have any popular gimmick attached to it. It has succeeded solely by being ubiquitous (all major web browsers support JavaScript) and by undergoing steady improvement.]]></description>
			<content:encoded><![CDATA[<p>Mozilla recently released Firefox 9, a new version of their browser. One of its most important features is a JavaScript engine that is 36% faster than their previous version.</p>
<p>It strikes me that we have come quite a way if JavaScript performance is now one of the biggest selling points of a browser. The change isn&#8217;t all that surprising: with JavaScript powering almost all web applications, JavaScript performance is closely tied to the perceived speed of the browser itself.</p>
<p>I think the success of JavaScript is especially impressive when you consider that JavaScript is not a “clever” language, nor does it have any popular gimmick attached to it. It has succeeded solely by being ubiquitous (all major web browsers support JavaScript) and by undergoing steady improvement. </p>
<p>Other technologies, such as Java from Sun Microsystems and ActiveX from Microsoft, were once promoted as the future of web page scripting. ActiveX involved running signed binary code, or applets, directly from a web page. That approach tied users to Windows and Internet Explorer, a desirable side effect for Microsoft but not necessarily for others. Users also feared (quite reasonably, in my opinion) the potential security nightmare if a dangerous ActiveX control was accidentally run. Java&#8217;s “write-once, run-anywhere” approach sounded impressive, but the reality of poor performance and heavy memory consumption discouraged its use in web pages. (I always disable Java in my web browsers.)</p>
<p>JavaScript, on the other hand, was never billed as the next big language. Although originally dismissed by many programmers as being too simple to be useful, JavaScript really isn&#8217;t that simple. JavaScript has very little to do with Java (despite the similar name) but is a scripting language that more closely resembles C. JavaScript supports multiple paradigms; not just imperative programming (like C or Java) but also functional programming (like Lisp or Erlang). Support for object-oriented programming is also built into the language.</p>
<p>I think this is an excellent example of perfect being the enemy of the good. Java and ActiveX were “perfect” solutions for web page scripting that nonetheless had serious problems in the real world. JavaScript was merely a “good” language that was flexible enough to be used (some might say abused) for purposes no one envisioned when it was created. (Of course, Java and ActiveX have had plenty of success in other areas, but not general purpose web scripting.)</p>
<p style="text-align:center">* * *</p>
<p>I&#8217;ve always had a soft spot in my heart for the programming language Forth. Forth was developed by Charles Moore in the 1960&#8242;s. It is a very simple language based around the concept of a stack, but behind that simplicity lies a great deal of power.</p>
<p>Forth remains one of my computing regrets, although probably not for the reasons you might think. The problem isn&#8217;t stack-based languages; I am fluent in PostScript (another stack-based language) and I&#8217;ve written dedicated stack-based languages. I&#8217;ve read <i>Starting Forth</i> and <i>Thinking Forth</i>, two classic Forth books, and I consider myself familiar with the language. Over the years, I have used somewhere around a dozen versions of Forth for almost as many platforms, and have written a number of Forth programs. By most definitions you would think that I “get” Forth.</p>
<p>But that conviction is shaken upon encountering dedicated Forth programmers. Forth may no longer be a major player on the desktop but it is still widely used in embedded systems. Forth programmers are always so adamant about their improved productivity (some say by a factor of ten!) that I begin to wonder if there is some key lesson I am missing.</p>
<p>I&#8217;ve noticed that Lisp programmers have similar convictions about the incredible productivity of Lisp programming. I&#8217;ve wondered before if Forth and Lisp are actually two sides of the same coin, even though they bear no obvious resemblances. Both languages are firmly committed to their paradigm of choice (the stack for Forth and the list for Lisp) and both have programmers who are strongly dedicated to their chosen language.</p>
<p style="text-align:center">* * *</p>
<p>I&#8217;ve often thought that a stack-based language, such as a subset of Forth, could have been an ideal scripting language for web browsers. Parsing a stack language is trivial compared to other types of languages and much faster. A well-written threaded stack language can achieve speeds comparable to assembly language, much faster than an ordinary scripting language. A stack language can be easily made to operate within a security model, essential for any language intended to run in a web browser, just by constraining the legal operations.</p>
<p>On the negative side, stack languages have never caught on with most programmers. Many newer processor optimizations work against stack languages, so their performance advantages relative to other languages have diminished with time. Also, just-in-time compilers techniques, such as those used in modern JavaScript interpreters, have largely offset those potential speed advantages. Still, I&#8217;m surprised no one ever pursued that line of development.    </p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/thoughts-on-javascript-forth-and-scripting-languages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>BBC World Service announces cuts</title>
		<link>http://www.matthewsworkbench.com/bbc-world-service-announces-cuts/</link>
		<comments>http://www.matthewsworkbench.com/bbc-world-service-announces-cuts/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 14:10:00 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Radio]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/bbc-world-service-announces-cuts/</guid>
		<description><![CDATA[The BBC has finally issued a <a href="http://www.bbc.co.uk/pressoffice/pressreleases/stories/2011/01_january/26/worldservice.shtml">press release</a> outlining the cuts they plan for the BBC World Service in order meet the government’s mandatory 16% budget reduction and those cuts seem pretty drastic.</p>

<p>In addition to job losses of 650 people, they plan to close five language services completely and end radio programs in seven languages, focusing on online content only. The BBC World Service is also beginning &#34;a phased reduction from most short wave and medium wave distribution of remaining radio services.&#34; This will include shutting down their popular 648 kHz mediumwave transmitter, which can be heard in much of Europe. It will also mean stopping English language shortwave broadcasts to Russia and limiting broadcasts to Asia and Africa to two hours a day. Considering the political climate in Russia, this seems like an odd time to be ending broadcasts there.]]></description>
			<content:encoded><![CDATA[<p>The BBC has finally issued a <a href="http://www.bbc.co.uk/pressoffice/pressreleases/stories/2011/01_january/26/worldservice.shtml">press release</a> outlining the cuts they plan for the BBC World Service in order meet the government’s mandatory 16% budget reduction and those cuts seem pretty drastic.</p>
<p>In addition to job losses of 650 people, they plan to close five language services completely and end radio programs in seven languages, focusing on online content only. The BBC World Service is also beginning &quot;a phased reduction from most short wave and medium wave distribution of remaining radio services.&quot; This will include shutting down their popular 648 kHz mediumwave transmitter, which can be heard in much of Europe. It will also mean stopping English language shortwave broadcasts to Russia and limiting broadcasts to Asia and Africa to two hours a day. Considering the political climate in Russia, this seems like an odd time to be ending broadcasts there.</p>
<p>It also sounds as though there will be even more emphasis on news, with two fewer non-news shows per day. This will mean the end of the programs Politics UK, Europe Today, World Of Music, Something Understood, Letter From&#8230;., and Crossing Continents. Considering that Crossing Continents and Something Understood derive from the domestic BBC Radio 4, I&#8217;m not sure why ending their broadcast will save much money.</p>
<p>The BBC estimates these changes will cause their weekly listenership to drop by 30 million people (out of an audience of 180 million), but unspecified &quot;investments in new services&quot; are predicted to offset those losses.</p>
<p>I&#8217;ve always felt that when the BBC World Service ended shortwave broadcasts to North America back in 2001, it marked the beginning of the end of shortwave listening in the United States. The BBC claims that rebroadcasts on FM stations have actually increased the United States audience since that time and that&#8217;s probably true, even though I think the type of listening is completely different. The BBC World Service used to offer all kinds of different programs, not just news, but music, dramas, comedies, soap operas, and even readings from books. Now it&#8217;s almost all news, and apparently there will be even more of that in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/bbc-world-service-announces-cuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deutsche Welle plans cutbacks</title>
		<link>http://www.matthewsworkbench.com/deutsche-welle-plans-cutbacks/</link>
		<comments>http://www.matthewsworkbench.com/deutsche-welle-plans-cutbacks/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 12:56:00 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Radio]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/deutsche-welle-plans-cutbacks/</guid>
		<description><![CDATA[Deutsche Welle, the German international broadcaster that has been operating since 1953, has been ordered by the German government to cut expenses. Deutsche Welle has prepared a 400 page report detailing plans to tighten its focus by dropping shortwave and reducing mediumwave (what is known as AM in the United States) broadcasts. For more details, here is a <a href="http://www.monstersandcritics.com/news/europe/news/article_1612979.php/Tighter-focus-cuts-ordered-at-German-broadcaster-Deutsche-Welle">Deutsche Presse-Agentur story</a> and also a <a href="http://www.dw-world.de/dw/article/0,,6409992,00.html">Deutsche Welle press release</a> (in German).</p>

<p>Deutsche Welle’s new focus will be FM broadcasts in target areas, which include Asia, Africa, Arab countries, Iran, and Latin America. In another big change, Deutsche Welle will no longer target German expatriates. It also sounds as though the German government will have more of a role in keeping Deutsche Welle’s output compatible with German foreign policy.]]></description>
			<content:encoded><![CDATA[<p>Deutsche Welle, the German international broadcaster that has been operating since 1953, has been ordered by the German government to cut expenses. Deutsche Welle has prepared a 400 page report detailing plans to tighten its focus by dropping shortwave and reducing mediumwave (what is known as AM in the United States) broadcasts. For more details, here is a <a href="http://www.monstersandcritics.com/news/europe/news/article_1612979.php/Tighter-focus-cuts-ordered-at-German-broadcaster-Deutsche-Welle">Deutsche Presse-Agentur story</a> and also a <a href="http://www.dw-world.de/dw/article/0,,6409992,00.html">Deutsche Welle press release</a> (in German).</p>
<p>Deutsche Welle’s new focus will be FM broadcasts in target areas, which include Asia, Africa, Arab countries, Iran, and Latin America. In another big change, Deutsche Welle will no longer target German expatriates. It also sounds as though the German government will have more of a role in keeping Deutsche Welle’s output compatible with German foreign policy.</p>
<p>The notion of an international broadcaster being forced to reduce costs is hardly news. Dropping shortwave broadcasts as part of cost reduction is also not a new idea. (Deutsche Welle already dropped English and German shortwave broadcasts to North America some time ago.) But no longer broadcasting to expatriates does surprise me. That used to be one of the biggest functions of international broadcasting and one of the reasons for its existence.</p>
<p>I also wonder about foreign policy promotion, an idea popular with politicians but rarely with listeners. One of Deutsche Welle’s stated goals is to “promote understanding of Germany as an independent nation with its roots in European culture and as a liberal, democratic, constitutional state based on the rule of law.” Done properly, promoting Germany&#8217;s foreign policy interests could be compatible with that.</p>
<p>But going too far down the road of foreign policy promotion road might threaten Deutsche Welle’s reputation for journalistic integrity. After all, who tunes into a radio station to hear more about German foreign policy?</p>
<p>One thing is for certain, these are troubling times for international broadcasters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/deutsche-welle-plans-cutbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Keeping TV Free and STV</title>
		<link>http://www.matthewsworkbench.com/keeping-tv-free-and-stv/</link>
		<comments>http://www.matthewsworkbench.com/keeping-tv-free-and-stv/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:10:00 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Television and Antennas]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/keeping-tv-free-and-stv/</guid>
		<description><![CDATA[This curious advertisement has been floating around since 1964. Titled “Keep TV Free,” it paints a dire picture of a future with only pay television and asks the citizens of California to become involved. So what was happening in California at that time deemed so threatening to free television?</p>
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/WW26apUYSzM?fs=1&#38;hl=en_US&#38;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WW26apUYSzM?fs=1&#38;hl=en_US&#38;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>

<p>The advertisement (from 1964 not 1968) refers to a nearly forgotten chapter in television history:&#160; a pay television service sold by Subscription Television, Inc., more commonly known as STV. STV was headed by Sylvester (Pat) Weaver, previously the chairman at NBC. Weaver was responsible for many television milestones at NBC, including the creation of the “Today” show and “participation advertising,” the practice of networks selling advertising within shows. In the early 1960’s, he became interested in creating a pay television service to potentially rival the networks. STV began wiring up houses in San Francisco and Los Angeles with plans to ultimately expand the service nationwide.]]></description>
			<content:encoded><![CDATA[<p>This curious advertisement has been floating around since 1964. Titled “Keep TV Free,” it paints a dire picture of a future with only pay television and asks the citizens of California to become involved. So what was happening in California at that time deemed so threatening to free television?</p>
<p> <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/WW26apUYSzM?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WW26apUYSzM?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
<p>The advertisement (from 1964 not 1968) refers to a nearly forgotten chapter in television history:&#160; a pay television service sold by Subscription Television, Inc., more commonly known as STV. STV was headed by Sylvester (Pat) Weaver, previously the chairman at NBC. Weaver was responsible for many television milestones at NBC, including the creation of the “Today” show and “participation advertising,” the practice of networks selling advertising within shows. In the early 1960’s, he became interested in creating a pay television service to potentially rival the networks. STV began wiring up houses in San Francisco and Los Angeles with plans to ultimately expand the service nationwide.</p>
<p>The STV system sounds as though it was quite ambitious. It consisted of three channels with entirely original programming. In modern language, I think it would be called a pay-per-view rather than pay-TV service, with most users expected to pay between $10 and $20 a month for programming ($68 to $136 in inflation adjusted dollars). According to a 1964 <em>LIFE</em> article, the biggest draws were baseball games from the San Francisco Giants and the Los Angeles Dodgers. Other highlights included an education series called <em>Primer for Moderns</em>, concerts by Arthur Rubinstein and Van Cliburn, a children’s show called <em>Cable Kindergarten</em>, and a recording of the off-Broadway play <em>The Trojan Women</em>. There were also plans for movies created exclusively for STV.</p>
<p>Projections were for 40,000 subscribers upon launch, although actual totals turned out to be closer to 9,400. But the biggest unexpected obstacle was the concerted opposition from owners of movie theaters and television stations. A 1964 <em>TIME</em> magazine article described some of the criticisms:</p>
<blockquote><p>The argument they offered was that pay-TV customers would one day find themselves paying to see shows they now see for nothing. And carrying the argument a bit farther, they also warned that pay TV could become just as commercial as contemporary network television.</p>
</blockquote>
<p>(It’s interesting to note that both of these scenarios did eventually happen, just decades later.)</p>
<p>Through groups such as “Citizens Committee for Free TV,” they organized a very effective campaign to rally support for a California ballot measure banning pay television. Using advertisements, such as the one above intended for movie theaters, they gathered enough signatures to place the measure on the ballot.&#160; Proposition 15 passed by a two to one margin on November 3, 1964 and STV was forced to shut down.</p>
<p>STV promptly sued to overturn Proposition 15. The California Supreme Court eventually ruled Proposition 15 unconstitutional in March 1966, calling it “an abridgment of the free speech guaranties of state and federal Constitutions.” But STV was long out of money by that time and the service never resumed.</p>
<p>I think this quote from television producer Sheldon Leonard best summed up the problem with STV:</p>
<blockquote><p>I think the people at STV are operating under two erroneous assumptions: 1) that they will find new lodes of talent, and 2) that the television audience wants something essentially different than it is getting now.</p>
</blockquote>
<p>Successful pay television would have to wait until the creation of HBO in November 1972.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/keeping-tv-free-and-stv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Internet Radio is Replacing Shortwave</title>
		<link>http://www.matthewsworkbench.com/how-internet-radio-is-replacing-shortwave/</link>
		<comments>http://www.matthewsworkbench.com/how-internet-radio-is-replacing-shortwave/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 16:58:04 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=124</guid>
		<description><![CDATA[<p>Last Friday, a 7.1 magnitude earthquake struck the South Island of New Zealand about 19 miles west of Christchurch. Fortunately, no one was killed although there was quite a bit of damage. The earthquake, which hit at 4:35 AM local time, moved the ground up to 11 feet along the fault line. 75% of homes in Christchurch were left without electricity and the water supply was cut off. Aftershocks with a magnitude as high as 5.4 continue to hit the area.</p>  <p>The initial reports on domestic radio were pretty sketchy. In years past, I would have turned to shortwave for further information. Propagation would have limited my choices, but Radio Australia and the BBC World Service would have been good choices during the day and Radio New Zealand International at night.</p>]]></description>
			<content:encoded><![CDATA[<p>Last Friday, a 7.1 magnitude earthquake struck the South Island of New Zealand about 19 miles west of Christchurch. Fortunately, no one was killed although there was quite a bit of damage. The earthquake, which hit at 4:35 AM local time, moved the ground up to 11 feet along the fault line. 75% of homes in Christchurch were left without electricity and the water supply was cut off. Aftershocks with a magnitude as high as 5.4 continue to hit the area.</p>
<p>The initial reports on domestic radio were pretty sketchy. In years past, I would have turned to shortwave for further information. Propagation would have limited my choices, but Radio Australia and the BBC World Service would have been good choices during the day and Radio New Zealand International at night.</p>
<p>With the decline of shortwave broadcasting, neither the BBC World Service nor Radio Australia still broadcast to North America. The logical choice today is radio streams on the internet. I could have listened directly to either the BBC World Service or Radio Australia, but I decided to try sources a little closer to the earthquake.</p>
<p>Some good sources for information included the newspaper <a href="http://www.nzherald.co.nz/">The New Zealand Herald</a> and <a href="http://www.radionz.co.nz/">Radio New Zealand National</a>. I also heard good information on <a href="http://www.newstalkzb.co.nz/">Newstalk ZB</a> from Christchurch (1098 AM). Newstalk ZB was right in the middle of the damage (in fact, the Newstalk ZB building was evacuated on Monday due to damage from the aftershocks). They suspended their normal Saturday programming for news about the earthquake.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/how-internet-radio-is-replacing-shortwave/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 Art and Skill of Radio-Telegraphy</title>
		<link>http://www.matthewsworkbench.com/the-art-and-skill-of-radio-telegraphy/</link>
		<comments>http://www.matthewsworkbench.com/the-art-and-skill-of-radio-telegraphy/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:57:03 +0000</pubDate>
		<dc:creator>Matthew Reed</dc:creator>
				<category><![CDATA[Radio]]></category>

		<guid isPermaLink="false">http://www.matthewsworkbench.com/?p=115</guid>
		<description><![CDATA[<p>Although obtaining an amateur radio license no longer requires demonstrating a proficiency in Morse code, interest in Morse code doesn’t seem to have taken the nose dive that some had predicted. I think that many now regard Morse code as an elite skill rather than the unpleasant (but mandatory) task it used to be.</p>]]></description>
			<content:encoded><![CDATA[<p>Although obtaining an amateur radio license no longer requires demonstrating a proficiency in Morse code, interest in Morse code doesn’t seem to have taken the nose dive that some had predicted. I think that many now regard Morse code as an elite skill rather than the unpleasant (but mandatory) task it used to be.</p>
<p>I’ve recently been enjoying the book <a href="http://www.amazon.com/gp/product/B002XN325M?ie=UTF8&amp;tag=matthewsworkbench-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002XN325M">The Art and Skill of Radio-Telegraphy</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=B002XN325M" width="1" border="0" />. Written by the late William G. Pierpont N0HFF, it can also be read <a href="http://www.zerobeat.net/tasrt/index.html">online here</a>. </p>
<p>The book is largely about learning Morse code, with chapters such as “Practice To Gain Proficiency,” “Common Errors and What to Do About Them,” and “How Long Will It Take to Learn?” But there is also a lot of historical information about early radio and Morse code, including some great anecdotes such as this one:</p>
<blockquote><p>In 1856 seven year-old John O’Brian delivered telegrams for his brother Richard, who at age 15 was the telegrapher for the local RR office. After two years of this John prevailed upon his brother to teach him how to operate. So, while still only nine years of age John became a good operator and was eager to have a job of his own. The RR offered him the position at a nearby town, and he snapped it up. People in those days were used to seeing young telegraphers, but not this young! Very soon, however, they became so pleased with his work that no more questions were asked.</p>
</blockquote>
<p>This book looks like an excellent resource for anyone who wants to learn more about Morse code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewsworkbench.com/the-art-and-skill-of-radio-telegraphy/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>
	</channel>
</rss>

