<?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>TuxTeam.com &#187; Computer</title>
	<atom:link href="http://tuxteam.com/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxteam.com</link>
	<description>IT Life &#38; Linux Thoughts</description>
	<lastBuildDate>Fri, 13 Aug 2010 01:16:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Attack of the Cosmic Rays!</title>
		<link>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/</link>
		<comments>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 02:38:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=180</guid>
		<description><![CDATA[KSplice has posted an interesting article regarding the consequences of a single flipped erroneous bit in RAM. It’s a well-documented fact that RAM in modern computers is susceptible to occasional random bit flips due to various sources of noise, most commonly high-energy cosmic rays. By some estimates, you can even expect error rates as high [...]]]></description>
			<content:encoded><![CDATA[<p>KSplice has posted <a href="http://blog.ksplice.com/2010/06/attack-of-the-cosmic-rays/">an interesting article</a> regarding the consequences of a single flipped erroneous bit in RAM.</p>
<blockquote><p>It’s a <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.zdnet.com');" href="http://www.zdnet.com/blog/storage/dram-error-rates-nightmare-on-dimm-street/638"> well-documented</a> fact that RAM in modern computers is susceptible to  occasional random bit flips due to various sources of noise, most  commonly high-energy cosmic rays. By <a onclick="javascript:pageTracker._trackPageview('/outbound/article/lambda-diode.com');" href="http://lambda-diode.com/opinion/ecc-memory">some  estimates</a>, you can even expect error rates as high as one error per  4GB of RAM per <strong>day</strong>! Many servers these days have ECC  RAM, which uses extra bits to store error-correcting codes that let them  correct most bit errors, but ECC RAM is still fairly rare in desktops,  and unheard-of in laptops.</p></blockquote>
<p>Makes me want to build my next desktop with ECC RAM.  Of course, that requires a motherboard that supports it, among other things.  When you&#8217;re using encryption, a single bit error can result in the inability to decrypt an entire file.  I wonder what steps could be taken to mitigate those sort of issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/24/attack-of-the-cosmic-rays/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Binary Heaps are Slow</title>
		<link>http://tuxteam.com/2010/06/15/binary-heaps-are-slow/</link>
		<comments>http://tuxteam.com/2010/06/15/binary-heaps-are-slow/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 01:01:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://tuxteam.com/?p=164</guid>
		<description><![CDATA[Most CS professors would probably take a look at the title of this post and assume it&#8217;s a senseless rant or otherwise misdirected, but it turns out it&#8217;s true: binary heaps are slow on real computers (not the theoretical systems often discussed in CS classrooms).  Poul-Henning Kamp, author of the Varnish HTTP Accelerator, discovered and [...]]]></description>
			<content:encoded><![CDATA[<p>Most CS professors would probably take a look at the title of this post and assume it&#8217;s a senseless rant or otherwise misdirected, but it turns out it&#8217;s true: binary heaps are slow on real computers (not the theoretical systems often discussed in CS classrooms).  Poul-Henning Kamp, author of the Varnish HTTP Accelerator, <a href="http://queue.acm.org/detail.cfm?id=1814327">discovered and wrote about this for the ACM</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2010/06/15/binary-heaps-are-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File System Organization</title>
		<link>http://tuxteam.com/2008/10/08/file-system-organization/</link>
		<comments>http://tuxteam.com/2008/10/08/file-system-organization/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:45:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=67</guid>
		<description><![CDATA[For some reason, I have a habit of placing all kinds of random files throughout my home directory on my laptop.  Sometimes things end up in ~/Documents, other times ~/Desktop, and still others just in ~.  This is bad. My desktop, on the other hand, I keep squeaky clean.  On the other hand, I sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason, I have a habit of placing all kinds of random files throughout my home directory on my laptop.  Sometimes things end up in ~/Documents, other times ~/Desktop, and still others just in ~.  <strong>This is bad.</strong></p>
<p>My desktop, on the other hand, I keep squeaky clean.  On the other hand, I sometimes have related files on my laptop and desktop&#8230; so even more filesystem mayhem.</p>
<p>So I think I need a good way to manage my laptop files.  First off, more self discipline.  <img src='http://tuxteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Secondly, I&#8217;m thinking of a small utility to merge files between two systems.  Perhaps some sort of bi-directional rsync based on modified dates?  Maybe also a method for mapping particular files/directories on one system to the other.  From the days of Windows 9x, I remember something like Windows Briefcase (if that&#8217;s what it was called) and it now seems like a decent idea.  Anyone know of this?  If not, maybe it&#8217;s time to learn some Glade and pyGTK.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/10/08/file-system-organization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SSH and GPG</title>
		<link>http://tuxteam.com/2008/09/15/ssh-and-gpg/</link>
		<comments>http://tuxteam.com/2008/09/15/ssh-and-gpg/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 03:43:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=60</guid>
		<description><![CDATA[This weekend I&#8217;m going to be presenting a demo on ssh/gpg (e.g., cryptography and secure communications on Linux) at the Atlanta Linux Festival.  Some of the things I intend to cover include: Basic SSH usage. Public Key Authentication SSH Tunneling SSH Socks Emulation GPG key generation GPG signing and encryption (command-line) Thunderbird integration (enigmail) If [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I&#8217;m going to be presenting a demo on ssh/gpg (e.g., cryptography and secure communications on Linux) at the <a href="http://atlantalinuxfest.org/">Atlanta Linux Festival</a>.  Some of the things I intend to cover include:</p>
<ul>
<li>Basic SSH usage.</li>
<li>Public Key Authentication</li>
<li>SSH Tunneling</li>
<li>SSH Socks Emulation</li>
<li>GPG key generation</li>
<li>GPG signing and encryption (command-line)</li>
<li>Thunderbird integration (enigmail)</li>
</ul>
<p>If anyone has any input on additional points to be covered or anything of that nature, please drop me a comment here or send me an email at david -at- webgroup -dot- org.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/09/15/ssh-and-gpg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cross-Platform Photo Tagger</title>
		<link>http://tuxteam.com/2008/09/11/cross-platform-photo-tagger/</link>
		<comments>http://tuxteam.com/2008/09/11/cross-platform-photo-tagger/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 16:37:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=58</guid>
		<description><![CDATA[I&#8217;m apparently looking for the impossible.  I want a cross-platform photo manager/tagger that can support concurrent access to a network share. Here&#8217;s the backstory: My girlfriend and I occasionally travel and we take a LOT of pictures.  (Hey, digital cameras make it so easy, right?)  In the 4 years we&#8217;ve been together, I would say [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m apparently looking for the impossible.  I want a cross-platform photo manager/tagger that can support concurrent access to a network share.</p>
<p>Here&#8217;s the backstory:<br />
My girlfriend and I occasionally travel and we take a LOT of pictures.  (Hey, digital cameras make it so easy, right?)  In the 4 years we&#8217;ve been together, I would say we have ca. 10,000 images.  And they&#8217;re all sitting on a shared drive off my desktop.  They&#8217;re in directories on a per-trip basis, but not really organized beyond that, so finding a photo involves scrolling through thumbnails: sometimes as many as 1000.  What I&#8217;d like to be able to do is access this share and tag the photos and be able to search through the tags.  Seems relatively straightforward, but since my girlfriend uses Windows, it needs to be cross-platform.  And I&#8217;d like it if it was (semi) stable if both of us access it at the same time.  I don&#8217;t need photo editing, though I&#8217;d like to be able to directly open a local photo editor for cropping/other work.</p>
<p>Anyone know of something that meets these requirements?  If nothing can be found, I may end up implementing something in, say, Python, but I don&#8217;t like to reinvent the wheel.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/09/11/cross-platform-photo-tagger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Case of the Mondays</title>
		<link>http://tuxteam.com/2008/02/04/a-case-of-the-mondays/</link>
		<comments>http://tuxteam.com/2008/02/04/a-case-of-the-mondays/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 18:28:10 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=53</guid>
		<description><![CDATA[It seems like I have been hit with a case of the mondays.  My job (end user tech support at my school) sucks.  I don&#8217;t mind helping people &#8212; I love it in fact &#8212; but I feel like a trained monkey sometimes.  90% of my time is spent resetting passwords. In any case,  I [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like I have been hit with <a href="http://www.imdb.com/title/tt0151804/">a case of the mondays.</a>  My job (end user tech support at my school) sucks.  I don&#8217;t mind helping people &#8212; I love it in fact &#8212; but I feel like a trained monkey sometimes.  90% of my time is spent resetting passwords.</p>
<p>In any case,  I am usually able to combat this with some of my entertainment sites (see below for the curious), but lately I&#8217;ve been looking more for a project to work on.  My learning process is heavily tied to getting something done &#8212; I can read a book on Python (or whatever), but for me to understand it, I need a real-world project using it to work on.  No &#8220;hello world&#8221; application can grab my interest enough.  Perhaps it&#8217;s some form of ADD.</p>
<p>So what does this all mean?  I&#8217;m becoming restless.  I need a project.  I&#8217;ve tried looking into becoming a MOTU, but I&#8217;m not sure I fully understand the process (and it&#8217;s hard to fix bugs in apps I don&#8217;t even use).  Something practical and useful, but not so large as to stretch into months or years.  (At least, I&#8217;d like something I can make progress on before months or years.)</p>
<p>Any ideas on ways to combat this crappy boredom?</p>
<p><span id="more-56"></span>FYI, these are the sites that typically amuse me somewhat:</p>
<ul>
<li><a href="http://ctrlaltdel-online.com">CTRL-ALT-DEL Comics</a></li>
<li><a href="http://userfriendly.org">User Friendly</a></li>
<li><a href="http://computerworld.com/sharky">Shark Tank</a></li>
<li><a href="http://dilbert.com">Dilbert</a></li>
<li><a href="http://phdcomics.com">Piled Higher and Deeper (Ph.D. Comics)</a></li>
<li><a href="http://planet.ubuntulinux.org">Planet Ubuntu</a></li>
<li><a href="http://blogs.ittoolbox.com/security/investigator/archives/official-securitymonkey-case-file-index-14787">Security Monkey Archives</a></li>
<li><a href="http://theregister.co.uk/odds/bofh">Bastard Operator from Hell</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/02/04/a-case-of-the-mondays/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mythbusters: Yes to Ubuntu, No to Vista</title>
		<link>http://tuxteam.com/2008/01/29/mythbusters-yes-to-ubuntu-no-to-vista/</link>
		<comments>http://tuxteam.com/2008/01/29/mythbusters-yes-to-ubuntu-no-to-vista/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 16:43:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/?p=52</guid>
		<description><![CDATA[Jamie Hyneman of Discovery Channel&#8217;s Mythbusters (an awesome show) occasionally writes a bit for Popular Mechanics.  This time he&#8217;s talking about Technology Headaches.  One of those headaches, as most of the IT world has seen, is Windows Vista.  His solution? Ubuntu Linux.  Pretty awesome that one of the guys that can build ANYTHING chooses Ubuntu.  [...]]]></description>
			<content:encoded><![CDATA[<p>Jamie Hyneman of Discovery Channel&#8217;s Mythbusters (an awesome show) occasionally writes a bit for Popular Mechanics.  This time he&#8217;s talking about Technology Headaches.  One of those headaches, as most of the IT world has seen, is Windows Vista.  His solution? Ubuntu Linux.  Pretty awesome that one of the guys that can build ANYTHING chooses Ubuntu.  Now if only we could get a Ubuntu-powered robot out of him.  <img src='http://tuxteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>http://www.popularmechanics.com/technology/upgrade/4243994.html?page=1</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2008/01/29/mythbusters-yes-to-ubuntu-no-to-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gutsy is HERE!</title>
		<link>http://tuxteam.com/2007/10/18/gutsy-is-here/</link>
		<comments>http://tuxteam.com/2007/10/18/gutsy-is-here/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 14:35:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/10/18/gutsy-is-here/</guid>
		<description><![CDATA[Ubuntu Linux 7.10, the &#8220;Gutsy Gibbon&#8221;, has arrived!  The mirrors are being hammered, so please use the torrents if possible.  Downloads are at: http://www.ubuntu.com/getubuntu/download.  This version of Ubuntu Linux comes with several nice features in addition to the stability that Ubuntu is known for. 3D Desktop Effects Tracker Desktop Search Fast User Switching Dynamic X [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu Linux 7.10, the &#8220;Gutsy Gibbon&#8221;, has arrived!  The mirrors are being hammered, so please use the torrents if possible.  Downloads are at: <a href="http://www.ubuntu.com/getubuntu/download" title="http://www.ubuntu.com/getubuntu/download">http://www.ubuntu.com/getubuntu/download</a>.  This version of Ubuntu Linux comes with several nice features in addition to the stability that Ubuntu is known for.</p>
<ul>
<li>3D Desktop Effects</li>
<li>Tracker Desktop Search</li>
<li>Fast User Switching</li>
<li>Dynamic X Configuration (Multi-monitor support, rotation, etc.)</li>
<li>True Printer Autoconfiguration</li>
<li>NTFS Write Support</li>
<li>Encrypted Hard Disk Support</li>
<li>Major Ubuntu Server Changes</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/10/18/gutsy-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Lawsuit: What are they thinking?</title>
		<link>http://tuxteam.com/2007/10/06/iphone-lawsuit-what-are-they-thinking/</link>
		<comments>http://tuxteam.com/2007/10/06/iphone-lawsuit-what-are-they-thinking/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 22:57:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Patents]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/10/06/iphone-lawsuit-what-are-they-thinking/</guid>
		<description><![CDATA[For anyone who knows me, they know I&#8217;m all for Open platforms and open source. So it probably comes as a surprise to hear me supporting Apple when they&#8217;re being sued over bricked iPhones. But I am. When a customer buys an iPhone, they AGREE not to attempt to modify it. The warranty SPECIFICALLY excludes [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who knows me, they know I&#8217;m all for Open platforms and open source.  So it probably comes as a surprise to hear me supporting Apple when they&#8217;re being sued over bricked iPhones.  But I am.</p>
<p>When a customer buys an iPhone, they AGREE not to attempt to modify it.  The warranty SPECIFICALLY excludes modifications, as does the software EULA.  They also agree to a 2-year contract with AT&amp;T.</p>
<p>Apple does not have a monopoly on the smart phone market, so this hardly amounts to an anti-competitive practice.   You can buy a Treo, or any number of Windows Mobile devices, or even the upcoming Neo 1973.</p>
<p>These people make a mockery of the American civil courts system.  Essentially, they agree to a contract, knowing the terms of the contract, and then they run to the courts asking them to invalidate the contract.  Perhaps some people are just too stupid to own an iPhone.    I hope they get kicked out of the courtroom with nothing but a bill for Apple&#8217;s attorneys.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/10/06/iphone-lawsuit-what-are-they-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comcast&#039;s Torrent Filtering: Criminal Acts?</title>
		<link>http://tuxteam.com/2007/09/04/comcasts-torrent-filtering-criminal-acts/</link>
		<comments>http://tuxteam.com/2007/09/04/comcasts-torrent-filtering-criminal-acts/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 22:00:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://matir.wordpress.com/2007/09/04/comcasts-torrent-filtering-criminal-acts/</guid>
		<description><![CDATA[According to an article on cnet.com, the manner in which Comcast is filtering BitTorrent traffic may, in fact, be criminal.  Comcast is sending forged RST (reset) packets to the end-user, which may qualify as impersonating with the intent to profit.  (Criminal Impersonation in the 2nd Degree).  Whether or not this plays out in court remains [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.cnet.com/8301-13739_1-9769645-46.html">an article on cnet.com</a>, the manner in which Comcast is filtering BitTorrent traffic may, in fact, be criminal.  Comcast is sending forged RST (reset) packets to the end-user, which may qualify as impersonating with the intent to profit.  (Criminal Impersonation in the 2nd Degree).  Whether or not this plays out in court remains to be seen.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuxteam.com/2007/09/04/comcasts-torrent-filtering-criminal-acts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
