<?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>michaelwyres.com &#187; Geekdom</title>
	<atom:link href="http://michaelwyres.com/category/geekdom/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelwyres.com</link>
	<description>musings of a geek</description>
	<lastBuildDate>Tue, 22 May 2012 11:58:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Chrome &#8216;Weak Signature Algorithm&#8217; Solved</title>
		<link>http://michaelwyres.com/2012/05/chrome-weak-signature-algorithm-solved/</link>
		<comments>http://michaelwyres.com/2012/05/chrome-weak-signature-algorithm-solved/#comments</comments>
		<pubDate>Fri, 04 May 2012 00:10:38 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=5453</guid>
		<description><![CDATA[For people who have &#8211; (or have automatically had) &#8211; their Google Chrome installation upgraded to version 18 or later, you may have noticed the following error message on some sites you are accessing over SSL/HTTPS: This has been mostly the case for people &#8211; (developers in particular) &#8211; accessing sites with self-signed certificates, like [...]]]></description>
			<content:encoded><![CDATA[<p>For people who have &#8211; (or have automatically had) &#8211; their <a target="_blank" href="http://www.google.com/chrome/">Google Chrome</a> installation upgraded to version 18 or later, you may have noticed the following error message on some sites you are accessing over SSL/HTTPS:</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000386.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Google Chrome Certificate Error&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;A lot of people - (including me) - have been seeing this...&lt;/font&gt;&lt;br&gt;&lt;br&gt;Screen Capture&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000386.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>This has been mostly the case for people &#8211; (developers in particular) &#8211; accessing sites with self-signed certificates, like I do with a number of development projects I deal with.  </p>
<p>At lot of people suggested that it is a bug with the latest version of Chrome &#8211; and it still may well be &#8211; but there is a workaround.  </p>
<p>This error seems to occur when the self-signed certificates are hashed with the MD5 algorithm.  This is not uncommon, as the example certificate creation routine supplied by OpenSSL, which most people follow, runs through an example that uses the MD5 algorithm, which Chrome appears to be declaring to be too weak a hashing algorithm.</p>
<p>Honestly, that&#8217;s probably correct too.  However, if this isn&#8217;t a bug, it seems that Google has made this call arbitrarily.</p>
<p>The solution?</p>
<p>Change the hashing from MD5 to SHA512.</p>
<p>If you create your certificates directly from the command line, use the -sha512 switch instead of the -md5 switch &#8211; for example:</p>
<blockquote><p>&#8220;openssl req -new -x509 -sha512 -nodes -out server.crt -keyout server.key&#8221;</p></blockquote>
<p>If using an &#8220;openssl.cnf&#8221; configuration file, make sure all &#8220;default_md&#8221; directives have &#8220;sha512&#8243; as their values.</p>
<blockquote><p>&#8220;default_md = sha512&#8243;</p></blockquote>
<p>Your new keys should now be signed with SHA512 instead of MD5, and no more complaints from Google Chrome about the weak algorithm.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2012/05/chrome-weak-signature-algorithm-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epic Dragon Sculpture</title>
		<link>http://michaelwyres.com/2011/11/epic-dragon-sculpture/</link>
		<comments>http://michaelwyres.com/2011/11/epic-dragon-sculpture/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 07:19:53 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Personal Thoughts]]></category>
		<category><![CDATA[crappyRoads]]></category>
		<category><![CDATA[dragon]]></category>
		<category><![CDATA[sculpture]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=4361</guid>
		<description><![CDATA[I spotted this awesome sculpture in North Laverton on the way to work this morning &#8211; (avoiding a heavily congested Princes Freeway) &#8211; made out of scrap metal, and used to advertise a scrap metal merchant. If memory serves &#8211; (and it often doesn&#8217;t) &#8211; I do think I have seen these before, but had [...]]]></description>
			<content:encoded><![CDATA[<p>I spotted this awesome sculpture in North Laverton on the way to work this morning &#8211; (avoiding a heavily congested Princes Freeway) &#8211; made out of scrap metal, and used to advertise a scrap metal merchant.</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000327.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Epic Dragon Sculpture&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Dohertys Road Laverton, metal dragon sculpture advertising a scrap metal yard.&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000327.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>If memory serves &#8211; (and it often doesn&#8217;t) &#8211; I do think I have seen these before, but had certainly forgotten about them.</p>
<p>Also, sample one of the fine potholes you&#8217;ll find on Melbourne roads.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/11/epic-dragon-sculpture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny Foursquare Moment</title>
		<link>http://michaelwyres.com/2011/10/funny-foursquare-moment/</link>
		<comments>http://michaelwyres.com/2011/10/funny-foursquare-moment/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 08:10:27 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Funny Stuff]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=4015</guid>
		<description><![CDATA[Had a bit of a chuckle this evening at this response from Foursquare, while checking into the local McDonald&#8217;s for the birthday party of a school friend of our daughter Hannah. If this was my SECOND time checking into this location, why is it the first McDonald&#8217;s I&#8217;ve checked into, and the first fast food [...]]]></description>
			<content:encoded><![CDATA[<p>Had a bit of a chuckle this evening at this response from <a target="_blank" href="http://foursquare.com/">Foursquare</a>, while checking into the local McDonald&#8217;s for the birthday party of a school friend of our daughter Hannah.</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000307.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Funny Foursquare&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Got a chuckle out of this!&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000307.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>If this was my SECOND time checking into this location, why is it the first McDonald&#8217;s I&#8217;ve checked into, and the first fast food restaurant I&#8217;ve checked into?</p>
<p>Lulz &#8211; but I&#8217;ll take the nine points!</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/10/funny-foursquare-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holy Levitation Batman!</title>
		<link>http://michaelwyres.com/2011/10/holy-levitation-batman/</link>
		<comments>http://michaelwyres.com/2011/10/holy-levitation-batman/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 22:03:30 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=4001</guid>
		<description><![CDATA[I was just pointed towards this really cool video about quantum levitation. The possibilities for transportation systems alone are mind boggling. Awesomesauce.]]></description>
			<content:encoded><![CDATA[<p>I was just pointed towards this really cool video about quantum levitation.</p>
<p><center>
<table border="1" width="1" cellpadding="0" cellspacing="0">
  <tr>
    <td><object width="450" height="290"><param name="movie" value="http://www.youtube.com/v/Ws6AAhTw7RA&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed wmode="transparent" src="http://www.youtube.com/v/Ws6AAhTw7RA&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="290"></embed></object>
  </tr>
</table>
</center>
</p>
<p>The possibilities for transportation systems alone are mind boggling.</p>
<p>Awesomesauce.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/10/holy-levitation-batman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Your iOS5 Device Up For Wireless Sync</title>
		<link>http://michaelwyres.com/2011/10/setting-your-ios5-device-up-for-wireless-sync/</link>
		<comments>http://michaelwyres.com/2011/10/setting-your-ios5-device-up-for-wireless-sync/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 06:53:06 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Newsworthy]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iOS5]]></category>
		<category><![CDATA[wirelessSync]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=3968</guid>
		<description><![CDATA[So, you&#8217;ve managed to update your iDevice to the newly released iOS5 &#8211; hopefully you didn&#8217;t have the problems that some have had. Now that you&#8217;ve done it, how do you setup one of the coolest new features &#8211; wireless iTunes synchronisation? You&#8217;ll never need to connect up your device to your computer with a [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve managed to update your iDevice to the newly released iOS5 &#8211; hopefully you didn&#8217;t have <a target="_blank" href="http://mashable.com/2011/10/12/error-3200ios-5-upgrade-woes/">the problems that some have had</a>.</p>
<p>Now that you&#8217;ve done it, how do you setup one of the coolest new features &#8211; wireless iTunes synchronisation?  You&#8217;ll never need to connect up your device to your computer with a cable ever again.</p>
<p>Well, you will at least one more time!</p>
<p>The first thing to do is to connect your device with your Apple cable to the computer you normally sync with.  Once iTunes finds your device, go to its summary page and make sure that &#8220;Sync with this [iDevice] over Wi-Fi&#8221; is ticked, like so:</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000301.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;iTunes Setup&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Make sure this is ticked!&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000301.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>Click &#8220;Apply&#8221;, and do a normal sync to save this new setting to the device itself.</p>
<p>Now, disconnect the device &#8211; and you may never need to connect it by cable again.  Make sure your device is connected to your wireless network.</p>
<p>Go into your &#8220;Settings&#8221; app, and under &#8220;General&#8221; go to &#8220;iTunes Wi-Fi Sync&#8221;, like so:</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000302.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;On-phone Settings&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Go here to sync from the phone.&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000302.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>Once inside you can click the &#8220;Sync Now&#8221; button &#8211; watch what happens in iTunes on your computer.  Your device will also sync automatically whenever you plug it into your charger, and you can tell it to sync from within iTunes on your computer, and it will find your phone on the network.</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000303.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Sync Here!&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Click here to do a wireless sync!&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000303.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>Pure magic &#8211; and about time!</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/10/setting-your-ios5-device-up-for-wireless-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Rocks</title>
		<link>http://michaelwyres.com/2011/09/solar-rocks/</link>
		<comments>http://michaelwyres.com/2011/09/solar-rocks/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 01:33:37 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[carbontax]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=3795</guid>
		<description><![CDATA[Just a quick post for anyone considering getting a solar electricity system for their home. This should bring a smile to your face: A meter running backwards always brings a smile to mine! This was ours this morning, generating almost 1.5kW.]]></description>
			<content:encoded><![CDATA[<p>Just a quick post for anyone considering getting a solar electricity system for their home.  This should bring a smile to your face:</p>
<p><center>
<table border="1" width="1" cellpadding="0" cellspacing="0">
  <tr>
    <td><object width="450" height="290"><param name="movie" value="http://www.youtube.com/v/tkQvBY5YS5Y&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed wmode="transparent" src="http://www.youtube.com/v/tkQvBY5YS5Y&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="450" height="290"></embed></object>
  </tr>
</table>
</center>
</p>
<p>A meter running backwards always brings a smile to mine!  This was ours this morning, generating almost 1.5kW.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/09/solar-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Frames Hack</title>
		<link>http://michaelwyres.com/2011/09/wordpress-frames-hack/</link>
		<comments>http://michaelwyres.com/2011/09/wordpress-frames-hack/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 12:11:45 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[framesHack]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=3785</guid>
		<description><![CDATA[For security reasons, by default, in the later versions of WordPress &#8211; (not sure which version this started with) &#8211; you cannot load a WordPress site within a frameset of another page. This prevents people with malicious intent, from hi-jacking your site inside a frame within their own site, and possibly stealing information from within [...]]]></description>
			<content:encoded><![CDATA[<p>For security reasons, by default, in the later versions of <a target="_blank" href="http://www.wordpress.org/">WordPress</a> &#8211; (not sure which version this started with) &#8211; you cannot load a WordPress site within a frameset of another page.</p>
<p>This prevents people with malicious intent, from hi-jacking your site inside a frame within their own site, and possibly stealing information from within your installation.  A most sensible precaution.</p>
<p>However, there are times where you may in fact want to do this yourself.</p>
<p>If you must do it &#8211; and please, only do it if you really know what you are doing, because you may open up a security hole in your site &#8211; it is as simple as changing a single line of code.</p>
<p>Inside the &#8220;wp-includes&#8221; folder within your WordPress installation, edit the &#8220;default-filters.php&#8221; file, and remove &#8211; (or comment out) &#8211; the following line:<br />
<code><br />
add_action( 'login_init',          'send_frame_options_header',     10, 0 );<br />
</code></p>
<p>This line should be at or around line 225.</p>
<p>That&#8217;s it.  Done.</p>
<p>Your WordPress installation should now load inside a frame.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/09/wordpress-frames-hack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gold Class IPTV</title>
		<link>http://michaelwyres.com/2011/08/gold-class-iptv/</link>
		<comments>http://michaelwyres.com/2011/08/gold-class-iptv/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 06:02:22 +0000</pubDate>
		<dc:creator>Michael Wyres</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[iptv]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://michaelwyres.com/?p=3709</guid>
		<description><![CDATA[Anyone who has a modern TV capture card in their computer will probably be aware &#8211; (depending on software) &#8211; that whatever your card is capturing, can be streamed onto the network. Some do it well, some not so well. In the midst of the project I&#8217;m working on at the moment, here is the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has a modern TV capture card in their computer will probably be aware &#8211; (depending on software) &#8211; that whatever your card is capturing, can be streamed onto the network.</p>
<p>Some do it well, some not so well.</p>
<p>In the midst of the project I&#8217;m working on at the moment, here is the &#8220;gold version&#8221; of how to stream TV over an IP network:</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000284.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Encoder Rack&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Nice piece of kit!&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000284.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>There&#8217;s a range of different encoder cards in this chassis.  There are cards to turn terrestrial free-to-air channels into IPTV streams, cards to turn Foxtel channels into IPTV streams, and cards to turn analogue inputs into IPTV streams.</p>
<p>In the end, each stream can be access as required, such as shown below, clockwise in order &#8211; FOX8, Sky News Australia, Discovery World HD, and Fox Sports 3.</p>
<p></div>
<center>
<table border="0" width="1" cellpadding="0" cellspacing="0" here="1">
  <tr>
    <td class="linkbox"><a href="http://optics.michaelwyres.com/mg/l/mg000285.jpg" rel="lightbox" title="&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;Lotsa TV&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font face=&quot;Arial&quot; size=&quot;1&quot;&gt;Multiple streams from the encoder rack...&lt;/font&gt;&lt;br&gt;&lt;br&gt;Michael Wyres&lt;br&gt;&lt;br&gt;"><img border="1" src="http://optics.michaelwyres.com/mg/m/mg000285.jpg" title="Click here for more on this image!"></img></a></td>
  </tr>
</table>
</center>
<div class="entry-content">
</p>
<p>Tiny little set-top boxes are configured to access the streams, and be attached to televisions anywhere on the network via HDMI connectors.</p>
<p>Seriously cool, but not cheap.</p>
<p>But I still want one.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelwyres.com/2011/08/gold-class-iptv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

