<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>International Mac Podcast &#187; Matt Rhinesmith</title>
	<atom:link href="http://impodcast.tv/author/platnicat/feed/" rel="self" type="application/rss+xml" />
	<link>http://impodcast.tv</link>
	<description>Mac News and Views From Around the World</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:45:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="advanced" -->
	<itunes:summary>Mac News and Views From Around the World</itunes:summary>
	<itunes:author>International Mac Podcast Team</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://impodcast.tv/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:owner>
		<itunes:name>International Mac Podcast Team</itunes:name>
		<itunes:email>info@impodcast.tv</itunes:email>
	</itunes:owner>
	<managingEditor>info@impodcast.tv (International Mac Podcast Team)</managingEditor>
	<copyright>International Mac Podcast &#xA9; 2008-2010</copyright>
	<itunes:subtitle>Mac News and Views From Around the World</itunes:subtitle>
	<image>
		<title>International Mac Podcast &#187; Matt Rhinesmith</title>
		<url>http://impodcast.tv/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://impodcast.tv</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Overclocking G-Series Macs</title>
		<link>http://impodcast.tv/2010/08/13/overclocking-g-series-macs/</link>
		<comments>http://impodcast.tv/2010/08/13/overclocking-g-series-macs/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:52:15 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[G3]]></category>
		<category><![CDATA[G4]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Open Firmware]]></category>
		<category><![CDATA[Overlocking]]></category>
		<category><![CDATA[PowerPC]]></category>
		<category><![CDATA[Retro]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=2228</guid>
		<description><![CDATA[Hi all, it&#8217;s me, Matt Rhinesmith, back with another post, after a &#8220;short&#8221; delay. This time, I&#8217;m posting a little tidbit I found about overclocking ANY sub-533 MHz G3 or G4 Mac to 533 MHz. I have tried this personally on both my iBook and iMac G3, and I&#8217;ve definitely noticed improved performance. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all, it&#8217;s me, Matt Rhinesmith, back with another post, after a &#8220;short&#8221; delay. This time, I&#8217;m posting a little tidbit I found about overclocking <em><strong>ANY</strong></em> sub-533 MHz G3 or G4 Mac to 533 MHz. I have tried this personally on both my iBook and iMac G3, and I&#8217;ve definitely noticed improved performance. For example, as I write this post in Safari 4.1.1 with 3 tabs open, I also have Mail and Twitterrific open, and DVD Player open, paused.</p>
<p>While it definitely helps that I have the maximum of 567 MB of RAM installed, it would choke long before this at 366 MHz. These instructions are courtesy of Mark Sokolovsky, a netizen of <a href="http://groups.google.com/group/g3-5-list">LEM&#8217;s G3-5 List</a>. You will want to print these out, since they&#8217;re not easy commands to remember. Also, where it says &#8221; &lt;something&gt;, there is a space in between &#8221; and &lt;something&gt;. That tripped me up when I first tried this. Anyway, here they are, exactly as he posted them to the list:<span id="more-2228"></span></p>
<p>(1) Boot by holding down &#8220;Cmd&#8221; + &#8220;Opt&#8221; + &#8220;O&#8221; + &#8220;F&#8221; keys to enter the OpenFirmware terminal.</p>
<p>(2) Enter the NVRAMRC editor. (&lt;return&gt; shows you should type &#8220;return&#8221; key)<br />
nvedit &lt;return&gt;</p>
<p>(3) Type following script exactly (including spaces).</p>
<p>&#8221; /&#8221; select-dev &lt;return&gt;<br />
7efdc44 &#8221; clock-frequency&#8221; get-my-property 2drop ! &lt;return&gt;<br />
&#8221; /cpus/PowerPC,G4@0&#8243; select-dev &lt;return&gt;<br />
1fca0554 &#8221; clock-frequency&#8221; get-my-property 2drop ! &lt;return&gt;<br />
7efdc44 &#8221; bus-frequency&#8221; get-my-property 2drop ! &lt;return&gt;<br />
1fbf711 &#8221; timebase-frequency&#8221; get-my-property 2drop !</p>
<p>(4) Type &#8220;Ctrl&#8221; + &#8220;C&#8221; to exit NVRAMRC editor.</p>
<p>(5) Save the script<br />
nvstore &lt;return&gt;</p>
<p>(6) To enable the NVRAMRC, type this command.<br />
setenv use-nvramrc? true &lt;return&gt;</p>
<p>(7) Reboot with new timebase constant.<br />
reset-all &lt;return&gt;</p>
<p>Use this command to successfully overclock any G-powered PowerPC processor to 533Mhz without soldering. This only works on sub-533Mhz processors. As for PowerPC G3, use PowerPC,750@0 instead of PowerPC,G4@0.</p>
<p>Good luck, and I hope this works for you!</p>
<p>&#8211;Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/08/13/overclocking-g-series-macs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reader Poll: What&#8217;s your favorite Twitter client for Tiger?</title>
		<link>http://impodcast.tv/2010/04/21/reader-poll-whats-your-favorite-twitter-client-for-tiger/</link>
		<comments>http://impodcast.tv/2010/04/21/reader-poll-whats-your-favorite-twitter-client-for-tiger/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 00:06:33 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Polls]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=2108</guid>
		<description><![CDATA[Hey all, I&#8217;m back with another (shorter) post, this time a poll. The question: What Twitter client do you use? The conditions are: the client must run reasonably on an iMac G3 running OS X 10.4.11, it must be a native app, (no Adobe Air) and it must not be the web version. This is [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all, I&#8217;m back with another (shorter) post, this time a poll. The question: What Twitter client do you use? The conditions are: the client must run reasonably on an iMac G3 running OS X 10.4.11, it must be a native app, (no Adobe Air) and it must not be the web version. This is a poll because <span style="text-decoration: line-through;">I&#8217;m lazy and I couldn&#8217;t find many anyway</span> crowdsourcing is a great way to discover things you never knew exist, and also to involve readers. I&#8217;ll review as many as possible, so you have that to look forward to! Vote for your favorite(s) in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/04/21/reader-poll-whats-your-favorite-twitter-client-for-tiger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RemotePad Review</title>
		<link>http://impodcast.tv/2010/03/28/remotepad-review/</link>
		<comments>http://impodcast.tv/2010/03/28/remotepad-review/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 03:37:08 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[Articles & Thoughts]]></category>
		<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[iPhone & iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Remote Control]]></category>
		<category><![CDATA[RemotePad]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=2059</guid>
		<description><![CDATA[This is a companion review for the NosillaCast podcast for RemotePad, an iPhone and iPod touch remote control app. So, you&#8217;ve been buying equipment, enduring the harsh and sometimes often untruthful sales pitches from Best Buy associates, and you&#8217;re now setting it up. Your home theater system is starting to look really good, but how [...]]]></description>
			<content:encoded><![CDATA[<p>This is a companion review for the <a title="The NosillaCast Site" href="http://podfeet.com" target="_blank">NosillaCast</a> podcast for RemotePad, an iPhone and iPod touch remote control app.</p>
<p>So, you&#8217;ve been buying equipment, enduring the harsh and <span style="text-decoration: line-through;">sometimes</span> often untruthful sales pitches from Best Buy associates, and you&#8217;re now setting it up. Your home theater system is starting to look really good, but how to control the Mac mini at the center of it all? RemotePad does that, and it does it well.</p>
<p><span id="more-2059"></span></p>
<p>So, what is it? RemotePad is a free and Open Source app which allows you to control a computer running Windows, Linux/UNIX/BSD, or Mac OS X from your iPhone or iPod touch. While not as fancy as, say, Keymote, it gets the job done quite well. So, with no more than 3 seconds of ado, let&#8217;s get to the review!</p>
<p>When you start the app, you&#8217;re presented with a screen that looks much like this:</p>
<div id="attachment_2060" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0018.png"><img class="size-medium wp-image-2060" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0018-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">The RemotePad Opening Screen</p></div>
<p>As you can see, it allows you to select a Bonjour/zeroconf server from the list, or type in the IP address or hostname.</p>
<p>Once connected, you are greeted with a descriptive yet simple &#8220;Connected!&#8221; popup.</p>
<div id="attachment_2061" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0019.png"><img class="size-medium wp-image-2061" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0019-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Connected!</p></div>
<p>Then, you get a basic but functional trackpad.</p>
<div id="attachment_2062" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0024.png"><img class="size-medium wp-image-2062" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0024-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">The Trackpad</p></div>
<p>You can change lots of settings, which is always a plus for me.</p>
<div id="attachment_2065" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_00201.png"><img class="size-medium wp-image-2065" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_00201-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Settings Screen #1</p></div>
<div id="attachment_2066" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0021.png"><img class="size-medium wp-image-2066" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0021-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Settings Screen #2</p></div>
<div id="attachment_2067" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0022.png"><img class="size-medium wp-image-2067" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0022-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Settings Screen #3</p></div>
<div id="attachment_2068" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0023.png"><img class="size-medium wp-image-2068" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0023-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Settings Screen #4</p></div>
<p>As you can see, there are lots of cool settings, my favorite of which is &#8220;Pseudo high pass filter&#8221;. What it means is that if you hold down your finger while waving it around, the cursor follows. Very cool! Now, the rest of the features are as to be expected, a very functional trackpad, a keyboard, etc. One slight annoyance is that the keyboard doesn&#8217;t have <kbd>?</kbd>, <kbd>?</kbd>, <kbd>?</kbd>, etc. Keys.</p>
<div id="attachment_2069" class="wp-caption alignnone" style="width: 210px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0068.png"><img class="size-medium wp-image-2069" src="http://impodcast.tv/wp-content/uploads/2010/03/IMG_0068-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">The Keyboard</p></div>
<p>So, all in all, RemotePad is very worth a spot on your SpringBoard. You can get it on the <a title="RemotePad" href="http://itunes.apple.com/us/app/remotepad/id291741057?mt=8" target="_blank">App Store</a>, and you can download the server software at <a title="Remotepad Site" href="http://www.tenjin.org/RemotePad/">the site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/03/28/remotepad-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gliding Into The Past&#8230;</title>
		<link>http://impodcast.tv/2010/03/26/gliding-into-the-past/</link>
		<comments>http://impodcast.tv/2010/03/26/gliding-into-the-past/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 02:54:05 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[Articles & Thoughts]]></category>
		<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Glider]]></category>
		<category><![CDATA[Houses]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[Retro]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=2028</guid>
		<description><![CDATA[What if I told you that you could play a game that&#8217;s been around since 1988 on your Mac&#8230; without an emulator or compatibility layer? And what if said game was an important part of Macintosh history? And&#8230; what if said game was both highly addictive, and free? No, this isn&#8217;t some kind of nostalgic [...]]]></description>
			<content:encoded><![CDATA[<p>What if I told you that you could play a game that&#8217;s been around since 1988 on your Mac&#8230; without an emulator or compatibility layer? And what if said game was an important part of Macintosh history? And&#8230; what if said game was both highly addictive, and free? No, this isn&#8217;t some kind of nostalgic fantasy, it&#8217;s real, and boy is it fun!</p>
<p><span id="more-2028"></span>This game is called Glider. You veteran Mac users will know what I&#8217;m talking about, whereas most everyone else will just go &#8220;what?&#8221;. The basic idea is to guide your glider throughout miscellaneous &#8220;Houses&#8221;. Your glider looks something like this:</p>
<div id="attachment_2031" class="wp-caption alignnone" style="width: 299px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Main-Window-1.jpg"><img class="size-full wp-image-2031" src="http://impodcast.tv/wp-content/uploads/2010/03/Main-Window-1.jpg" alt="Matt Rulez!" width="289" height="156" /></a><p class="wp-caption-text">A glider. </p></div>
<p>To control it, you press keys to tilt it back and forth. This moves it in the direction it is tilted. Your objective is to make it through a &#8220;house&#8221; without losing all of your gliders. If you land on the floor, hit a cabinet, or collide with an enemy, you lose a glider and have to resume the game from the beginning of the room. Now, Glider has gone through many iterations, the earliest being Glider. However, it&#8217;s nearly impossible to find copies of the original, so the next version up was Glider 3.12. You can check it out at <a title="Glider 3.12" href="http://macintoshgarden.org/games/glider-312" target="_blank">Macintosh Garden</a>. This was followed by Glider 4.0:</p>
<div id="attachment_2032" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Mini-vMac-1.jpg"><img class="size-medium wp-image-2032" src="http://impodcast.tv/wp-content/uploads/2010/03/Mini-vMac-1-300x213.jpg" alt="Glider 4.0's Startup Screen" width="300" height="213" /></a><p class="wp-caption-text">Glider 4.0&#39;s Startup Screen.</p></div>
<p>Glider 4.0 brought a number of changes, including powerups (batteries which allowed you to speed up your glider for a short time) and editable houses.</p>
<div id="attachment_2033" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Mini-vMac.jpg"><img class="size-medium wp-image-2033" src="http://impodcast.tv/wp-content/uploads/2010/03/Mini-vMac-300x212.jpg" alt="Room 1 Of Glider 4.0's Default House" width="300" height="212" /></a><p class="wp-caption-text">Room 1 Of Glider 4.0&#39;s Default House.</p></div>
<p>Glider 4.0 was followed by Glider PRO for OS 7+, which was followed by Glider PRO for OS 9 and (drumroll please&#8230;) OS X! Luckily, Glider PRO for OS X works perfectly in Rosetta, so it can be played on an Intel Mac too.</p>
<div id="attachment_2034" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Main-Window-2.jpg"><img class="size-medium wp-image-2034" src="http://impodcast.tv/wp-content/uploads/2010/03/Main-Window-2-300x225.jpg" alt="Glider PRO's Opening Screen" width="300" height="225" /></a><p class="wp-caption-text">Glider PRO&#39;s Opening Screen.</p></div>
<p>The gameplay is identical to that of Glider 4.0 but for 4 things: Helium, Rubber Bands, 9 room view, and the fact that to win, you have to collect stars instead of make it to the end. 9 room view does what it says. It allows you to see 9 rooms at a time, which is very helpful in large houses.</p>
<div id="attachment_2035" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen.jpg"><img class="size-medium wp-image-2035" src="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen-300x168.jpg" alt="Slumberland's Opening Screen" width="300" height="168" /></a><p class="wp-caption-text">Slumberland&#39;s Opening Screen In 9 Room View.</p></div>
<div id="attachment_2037" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen-1.jpg"><img class="size-medium wp-image-2037" src="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen-1-300x168.jpg" alt="Fun!" width="300" height="168" /></a><p class="wp-caption-text">Slumberland.</p></div>
<div id="attachment_2038" class="wp-caption alignnone" style="width: 310px"><a href="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen-2.jpg"><img class="size-medium wp-image-2038" src="http://impodcast.tv/wp-content/uploads/2010/03/Fullscreen-2-300x168.jpg" alt="Gaah, I need sleep!" width="300" height="168" /></a><p class="wp-caption-text">Slumberland&#39;s Second Room.</p></div>
<p>Glider PRO comes with 2 houses: Slumberland and Demo House. I suggest playing Demo House to get a feel for things before trying to go all out and beat Slumberland.</p>
<p>So, you ask, &#8220;Where can I get this amazing game?&#8221; Well, the game&#8217;s author has been so kind as to release it as freeware, and it is now available (along with Glider 4.0) for OS 9 and OS X at: <a title="Hehe" href="http://homepage.mac.com/calhoun/Glider%20PRO.html" target="_blank">http://homepage.mac.com/calhoun/Glider%20PRO.html</a></p>
<p>If you want more houses, there are excellent archives at: <a title="Haha" href="http://www.sterlingstudiosinc.com/GliderPro/index.html" target="_blank">http://www.sterlingstudiosinc.com/GliderPro/index.html</a> and <a title="ZZZZZzzzzzZZZZZZ" href="http://www.sacredsoftware.net/GliderPRO/GliderPRO.xhtml" target="_blank">http://www.sacredsoftware.net/GliderPRO/GliderPRO.xhtml</a></p>
<p>I suggest you take a look sometime.</p>
<p>Anyway, thanks for reading, Matt.</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/03/26/gliding-into-the-past/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Emulation and the Mac</title>
		<link>http://impodcast.tv/2010/03/12/emulation-and-the-mac/</link>
		<comments>http://impodcast.tv/2010/03/12/emulation-and-the-mac/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:06:28 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[Articles & Thoughts]]></category>
		<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=2010</guid>
		<description><![CDATA[Now, your first thought is probably: &#8220;Emulation? Huh? Why would I want to emulate anything? I mean, yeah, I use a Windows VM every so often, but aside from that&#8230;&#8221;, right? Well, in this post I&#8217;ll give you a few use cases for miscellaneous emulation, and list a few sites to get emulators from. So, [...]]]></description>
			<content:encoded><![CDATA[<p>Now, your first thought is probably: &#8220;Emulation? Huh? Why would I want to emulate anything? I mean, yeah, I use a Windows VM every so often, but aside from that&#8230;&#8221;, right? Well, in this post I&#8217;ll give you a few use cases for miscellaneous emulation, and list a few sites to get emulators from.</p>
<p><span id="more-2010"></span></p>
<p>So, emulation. Here are a few questions you might have right about now.</p>
<p><strong>What is it?</strong></p>
<p>Well, Emulation is the process/concept of a software program pretending to be a piece of hardware. For example, <a title="Mini vMac Website" href="http://minivmac.sourceforge.net/" target="_blank">Mini vMac</a> emulates, AKA pretends to be, a Macintosh Plus with 4MB of RAM.</p>
<p><strong>Why do I want/need it?</strong></p>
<p>Well, I can tell you why you might need it. If, say, you were to find a box of floppy disks from your original Macintosh with important data on them, and you sent them to be converted to disk images, you wouldn&#8217;t be able to read those disk images on your Mac without something that can read MFS. Enter the emulator! Mini vMac, running System 6.0.8, would be very capable of reading those disk images. As for why you might want it, if you ever owned a Super Nintendo Entertainment System, or SNES, and miss the fun of playing Super Mario World, fear not! SNES emulators, combined with a gamepad or just your keyboard, can solve this problem! There are lots of other emulators out there, such as <a title="Catakig" href="http://catakig.sourceforge.net/" target="_blank">Catakig</a>, <a title="Don't Look It In The Eye!" href="http://basilisk.cebix.net/" target="_blank">Basilisk II</a>, <a title="Shave Some Sheep!" href="http://sheepshaver.cebix.net/" target="_blank">SheepShaver</a>, <a title="DOSBox" href="http://www.dosbox.com/" target="_blank">DOSBox</a>, <a title="Einstein" href="http://code.google.com/p/einstein/" target="_blank">Einstein</a>, <a title="Frodo" href="http://www.bannister.org/software/frodo.htm" target="_blank">Frodo</a>, <a title="KEGS" href="http://www.casags.net/kegs-osx/index.html" target="_blank">KEGS</a>, <a title="SNES9x" href="http://www.pure-mac.com/emu.html#snes9x" target="_blank">SNES9x</a>, and <em>many</em> more.</p>
<p><strong>Cool! Now where can I get an emulator?</strong></p>
<p>There are a bunch of places, such as <a title="Matt Was Here" href="http://www.pure-mac.com/emu.html" target="_blank">Pure Mac&#8217;s Emulators Page</a> and <a title="Alt-Text Rulez!" href="http://emulation.macscene.net/" target="_blank">MacScene&#8217;s Emulation Page</a>, although the latter is more of a discussion board. Also a quick Google search will turn up the more legally-gray-area&#8217;d parts of emulation (hint-hint, nudge-nudge, *COUGH* ROMs *COUGH*) so you should be able to get a complete emulator set up. I&#8217;ll write a future post on how to set an emulator up.</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/03/12/emulation-and-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uses For That Old PowerBook or iBook You Have Lying Around</title>
		<link>http://impodcast.tv/2010/03/03/uses-for-that-old-powerbook-or-ibook-you-have-lying-around/</link>
		<comments>http://impodcast.tv/2010/03/03/uses-for-that-old-powerbook-or-ibook-you-have-lying-around/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:48:39 +0000</pubDate>
		<dc:creator>Matt Rhinesmith</dc:creator>
				<category><![CDATA[Articles & Thoughts]]></category>
		<category><![CDATA[Matt's Classic Macs]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[iBook]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[PowerBook]]></category>
		<category><![CDATA[Recycle]]></category>
		<category><![CDATA[Vintage]]></category>

		<guid isPermaLink="false">http://impodcast.tv/?p=1998</guid>
		<description><![CDATA[Hi there, it&#8217;s the newest member of the IMP team, Matt Rhinesmith, with my first post! Today I&#8217;ll be talking about some neat and useful things you can do with the old PowerBook or iBook you have sitting in your “Macs I Used To Use But Didn&#8217;t Have The Heart To Get Rid Of” closet/shed/bin/etc. [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } -->Hi there, it&#8217;s the newest member of the IMP team, Matt Rhinesmith, with my first post!</p>
<p>Today I&#8217;ll be talking about some neat and useful things you can do with the old PowerBook or iBook you have sitting in your “Macs I Used To Use But Didn&#8217;t Have The Heart To Get Rid Of” closet/shed/bin/etc.</p>
<p><span id="more-1998"></span></p>
<h3>Use #1: Alarm Clock</h3>
<p>This is a great one if your &#8216;Book has a completely dead battery. There&#8217;s an app called “Alarm Clock 2” from <a href="http://www.robbiehanson.com/alarmclock/index.html">http://www.robbiehanson.com/alarmclock/index.html</a> which allows you to use your Mac running Tiger to function as an iTunes enabled alarm clock with multiple schedules, customizable volume, and lots more! Best of all, it&#8217;s free! If your &#8216;Book is running OS 9 or even as low as System 6, there&#8217;s a less frilly but still useful app called BluClock available at <a href="http://www.blufiresoftware.com/prod/bc/index.html">http://www.blufiresoftware.com/prod/bc/index.html</a> for free as well.</p>
<h3>Use #2: Twitter</h3>
<p>Yes, Twitter. If you have to be tweeting constantly, you could get a good Twitter client for whatever version of the OS you&#8217;re running (a few good ones are: Grackle68k for System 6-OS 9 Macs at <a href="http://www.retards.org/projects/grackle68k/">http://www.retards.org/projects/grackle68k/</a>, Twitterrific for Tiger+ at <a href="http://iconfactory.com/software/twitterrific">http://iconfactory.com/software/twitterrific</a>, and any client that you like), and set it in the kitchen, by your bed, near the couch, etc. so you can tweet about every movement you make. <img src='http://impodcast.tv/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>Use #3: RSS</h3>
<p>No, RSS isn&#8217;t dead, and a good RSS client can really make an older machine useful again. Most blogs have an RSS feed, so you can read them to varying extents without having to specifically open a browser. If you&#8217;re running Tiger, NetNewsWire is excellent <a href="http://www.newsgator.com/Individuals/NetNewsWire/">http://www.newsgator.com/Individuals/NetNewsWire/</a> Endo is very nice too: <a href="http://infinite-sushi.com/software/endo/">http://infinite-sushi.com/software/endo/</a>. If you&#8217;re running OS 8 or 9, BottomFeeder ought to make you happy: <a href="http://www.cincomsmalltalk.com/BottomFeeder/">http://www.cincomsmalltalk.com/BottomFeeder/</a>.</p>
<h3>Use #4: Light Browsing</h3>
<p>For light browsing, I&#8217;d recommend Processor-Optimized Camino for OS X at <a href="http://www.rpm-mozilla.org.uk/builds/camino/">http://www.rpm-mozilla.org.uk/builds/camino/</a>, and for OS 7.5- OS 9 I&#8217;d recommend iCab at <a href="http://www.icab.de/dl.php">http://www.icab.de/dl.php</a>.</p>
<p>Thanks to everyone who helped me get on the team, especially Stu!</p>
<p>&#8211;Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://impodcast.tv/2010/03/03/uses-for-that-old-powerbook-or-ibook-you-have-lying-around/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
