<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Episode 78 - Mike&#8217;s Visit</title>
	<link>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit</link>
	<description>Matt, Bill, DJ, and Mike talk about technology in education.</description>
	<pubDate>Sun, 05 Feb 2012 14:05:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Mike</title>
		<link>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12553</link>
		<pubDate>Thu, 01 Nov 2007 14:42:56 +0000</pubDate>
		<guid>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12553</guid>
					<description>In response to Mike from PSUCast and TechPodZone: I didn't slam you or your podcasts.  I haven't listened to your casts yet, though I do intend to.  ANd just so you know, some of my best friends in the districts I work in ARE the Tech Teachers!  And for future reference, I prefer the term Network Dictator... ;-)  Remember I DID say when we started I WAS there to be CONTRARY!!!

I look forward to talking to you.  Cheers!

Mike the Network Nazi</description>
		<content:encoded><![CDATA[<p>In response to Mike from <span class="caps">PSU</span>Cast and TechPodZone: I didn&#8217;t slam you or your podcasts.  I haven&#8217;t listened to your casts yet, though I do intend to.  ANd just so you know, some of my best friends in the districts I work in <span class="caps">ARE</span> the Tech Teachers!  And for future reference, I prefer the term Network Dictator&#8230; <img src='http://castingfromtheserverroom.com/podcast/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   Remember <span class="caps">I DID</span> say when we started <span class="caps">I WAS</span> there to be <span class="caps">CONTRARY</span><img src="!" alt="" border="0" /></p>
<p>I look forward to talking to you.  Cheers!</p>
<p>Mike the Network Nazi</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mike</title>
		<link>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12549</link>
		<pubDate>Thu, 01 Nov 2007 01:12:02 +0000</pubDate>
		<guid>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12549</guid>
					<description>Ok, so you mention both of our shows, PSUCast and TechPodZone, and you had people on who kind of slammed us.  We would like a chance to podcast together and clear up some misconceptions. Your guest Mike seems to have all the answers .  How about getting together to debate the whole Network Nazi syndrome.  We'd love to discuss that one.

We'd love to have a show about powerschool as well.  So let us know when we can get together.

Mike</description>
		<content:encoded><![CDATA[<p>Ok, so you mention both of our shows, <span class="caps">PSU</span>Cast and TechPodZone, and you had people on who kind of slammed us.  We would like a chance to podcast together and clear up some misconceptions. Your guest Mike seems to have all the answers .  How about getting together to debate the whole Network Nazi syndrome.  We&#8217;d love to discuss that one.</p>
<p>We&#8217;d love to have a show about powerschool as well.  So let us know when we can get together.</p>
<p>Mike</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Claudio</title>
		<link>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12539</link>
		<pubDate>Tue, 30 Oct 2007 20:43:37 +0000</pubDate>
		<guid>http://castingfromtheserverroom.com/podcast/2007/episode-78-mikes-visit#comment-12539</guid>
					<description>On the topic of GNU/Linux package management, you have the option of using the Add/Remove option on the Applications menu in Ubuntu.  All of the applications and files come up in normal English, making it easy for the user to see exactly what it is they are installing.  For the ones that are a little more advanced and know the names of the apps, there's Synaptic.  Uninstalling is also through both of these applications.

As for installing a .deb that's downloaded outside of APT's repos, right clicking it and selecting to "install with GDebi" automatically installs the package and resolves all necessary dependencies for the package that are available in the repositories.  Very rarely will you find a .deb package that will not have its dependencies resolved even in this manner.

IMO, the APT package system is by far the best out there.  I remember what the RPM-hell was like which is one of the reasons I haven't touched an RPM-based distro in years.  And interestingly enough, RPM-based distros have YUM which is supposed to do exactly what APT does, albeit not as elegantly (it's very slow compared to APT).

The problem you have with installs in Mac OS X is that because they are self-contained there's no consistency of the libraries being used.  Each application has the libraries self contained, resulting in a lot of redundancy and waste.  Why have all these apps that use different versions of the same library when you can have it managed by a package manager so that all apps use the same libraries and are consistent?  Yes, it's nice that the Mac OS can drag and drop applications, but now that it's in a UNIX environment the meme loses some of its luster.  On Windows, you end up with a ton of DLLs that eventually tend to step on each other's toes.  No management whatsoever, and it's all dropped on the users' lap.

A lot of people that I have met who say that GNU/Linux still isn't up to snuff are those that really haven't given GNU/Linux the chance that it deserves.  They are basing it either on more advanced distributions not geared to end users or distributions that are dated.  GNU/Linux had truly come QUITE a long way, and with Ubuntu it's now definitely viable on the desktop.</description>
		<content:encoded><![CDATA[<p>On the topic of <span class="caps">GNU</span>/Linux package management, you have the option of using the Add/Remove option on the Applications menu in Ubuntu.  All of the applications and files come up in normal English, making it easy for the user to see exactly what it is they are installing.  For the ones that are a little more advanced and know the names of the apps, there&#8217;s Synaptic.  Uninstalling is also through both of these applications.</p>
<p>As for installing a .deb that&#8217;s downloaded outside of <span class="caps">APT</span>&#8217;s repos, right clicking it and selecting to &#8220;install with GDebi&#8221; automatically installs the package and resolves all necessary dependencies for the package that are available in the repositories.  Very rarely will you find a .deb package that will not have its dependencies resolved even in this manner.</p>
<p><span class="caps">IMO</span>, the <span class="caps">APT</span> package system is by far the best out there.  I remember what the <span class="caps">RPM</span>-hell was like which is one of the reasons I haven&#8217;t touched an <span class="caps">RPM</span>-based distro in years.  And interestingly enough, <span class="caps">RPM</span>-based distros have <span class="caps">YUM</span> which is supposed to do exactly what <span class="caps">APT</span> does, albeit not as elegantly (it&#8217;s very slow compared to <span class="caps">APT</span>).</p>
<p>The problem you have with installs in Mac <span class="caps">OS X</span> is that because they are self-contained there&#8217;s no consistency of the libraries being used.  Each application has the libraries self contained, resulting in a lot of redundancy and waste.  Why have all these apps that use different versions of the same library when you can have it managed by a package manager so that all apps use the same libraries and are consistent?  Yes, it&#8217;s nice that the Mac OS can drag and drop applications, but now that it&#8217;s in a <span class="caps">UNIX</span> environment the meme loses some of its luster.  On Windows, you end up with a ton of DLLs that eventually tend to step on each other&#8217;s toes.  No management whatsoever, and it&#8217;s all dropped on the users&#8217; lap.</p>
<p>A lot of people that I have met who say that <span class="caps">GNU</span>/Linux still isn&#8217;t up to snuff are those that really haven&#8217;t given <span class="caps">GNU</span>/Linux the chance that it deserves.  They are basing it either on more advanced distributions not geared to end users or distributions that are dated.  <span class="caps">GNU</span>/Linux had truly come <span class="caps">QUITE</span> a long way, and with Ubuntu it&#8217;s now definitely viable on the desktop.</p>
]]></content:encoded>
				</item>
</channel>
</rss>

