<?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>What a n00b! &#187; Tech Trends</title>
	<atom:link href="http://whatan00b.com/category/techtrends/feed" rel="self" type="application/rss+xml" />
	<link>http://whatan00b.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 02:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is Facebook Going to Start Forcing Us to Make Some Info Public?</title>
		<link>http://whatan00b.com/is-facebook-going-to-start-forcing-us-to-make-some-info-public</link>
		<comments>http://whatan00b.com/is-facebook-going-to-start-forcing-us-to-make-some-info-public#comments</comments>
		<pubDate>Thu, 29 Apr 2010 05:46:52 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1227</guid>
		<description><![CDATA[To say that Facebook has come under fire for its privacy (or lack there of) would be an understatement. They&#8217;ve been opening up users&#8217; data to the world with changes to privacy settings after the introduction of several new features. All of that seemed to come to a point for me today when I logged [...]]]></description>
			<content:encoded><![CDATA[<p>To say that Facebook has come under fire for its privacy (or lack there of) would be an understatement. They&#8217;ve been opening up users&#8217; data to the world with changes to privacy settings after the introduction of several new features. All of that seemed to come to a point for me today when I logged in to my profile and was greeted with a new feature to find pages I might be interested in linking to. Handy? Well, maybe. The feature scans your profile for key elements and finds pages &#8220;for you&#8221; so you can join. Problem is, it does things like search hometowns, jobs, etc. which is all the information in our profiles that we&#8217;re trying to keep private in the first place. Keep in mind that pages are public to the world, and for me personally, I&#8217;ve become very selective in the pages that I link to. But what was scary were the options at the bottom of the prompt:</p>
<p><a href="http://whatan00b.com/wp-content/uploads/2010/04/facebook-no-no.png"><img class="aligncenter size-medium wp-image-1228" title="facebook-no-no" src="http://whatan00b.com/wp-content/uploads/2010/04/facebook-no-no-300x22.png" alt="" width="300" height="22" /></a></p>
<p>If you&#8217;ll notice, there&#8217;s a very important option that&#8217;s missing: &#8220;No&#8221;. Perhaps this is a misconception due to a poorly-worded prompt, but it was a bad one to screw up at this stage in the privacy game.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/is-facebook-going-to-start-forcing-us-to-make-some-info-public/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands on with Opendedup</title>
		<link>http://whatan00b.com/hands-on-with-opendedup</link>
		<comments>http://whatan00b.com/hands-on-with-opendedup#comments</comments>
		<pubDate>Tue, 30 Mar 2010 07:59:20 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1174</guid>
		<description><![CDATA[After reading about Opendedup on Slashdot this weekend, I decided to try it out to see how well it all really worked. My test server was an install of Ubuntu 9.10 x64. If you happen to be using that stack, the installation isn&#8217;t too difficult: Download required files (adding links to the most recent versions [...]]]></description>
			<content:encoded><![CDATA[<p>After reading about Opendedup on <a href="http://linux.slashdot.org/story/10/03/28/0052234/Open-Source-Deduplication-For-Linux-With-Opendedup?from=rss&#038;utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29">Slashdot</a> this weekend, I decided to try it out to see how well it all really worked. My test server was an install of Ubuntu 9.10 x64. If you happen to be using that stack, the installation isn&#8217;t too difficult:</p>
<p>Download <a href="http://opendedup.org/index.php/quickstart">required files</a> (adding links to the most recent versions of each, check for newer versions as necessary):<br />
<code>cd /usr/local/src<br />
wget http://download.java.net/jdk7/binaries/<br />
wget http://opendedup.googlecode.com/files/debian-fuse.tar.gz<br />
wget http://opendedup.googlecode.com/files/sdfs-latest.tar.gz</code></p>
<p>And install:<br />
<code>chmod +x jdk-7-ea-bin-b87-linux-x64-25_mar_2010.bin<br />
./jdk-7-ea-bin-b87-linux-x64-25_mar_2010.bin</code><br />
(follow instructions &#8211; afterwards, but sure to set the JAVA_HOME variable)<br />
<code>export JAVA_HOME=/usr/local/src/jdk1.7.0<br />
tar zxf debian-fuse.tar.gz<br />
cd debian-fuse<br />
dpkg --install *.deb</code></p>
<p>Next, just extract the SDFS packages and use:<br />
<code>tar zxf sdfs-latest.tar.gz<br />
cd sdfs-bin</code></p>
<p>Now, we make our filesystem and mount it:<br />
<code>./mkfs.sdfs --volume-name=deduped --volume-capacity=5000MB<br />
./mount.sdfs -m /srv -v deduped</code></p>
<p>Assuming all goes well, you should have a newly mounted deduped mount.</p>
<p><strong>Great results from testing in the small</strong><br />
As a test, I copied over a sample song from my music collection (what nerd doesn&#8217;t enjoy a little Weird Al?). Copying to /root, the file size was 2.9MB. Once I copied it to my deduped /srv directory, the file size took just 46K on disk! Not too shabby. Just as a sanity check, I copied the file back off the deduped filesystem and the file size grew back to normal.</p>
<p><strong>Things not all rosy in Opendedup-land</strong><br />
I decided to try throwing a little more data at it as a test and copied over the Documents directory from my desktop. The folder that I copied was slightly over 600MB of docs, text files, images, and a few other file types. During the file copy, Opendedup took a significant amount of memory (it hung around the 90% mark). My test machine was a small virtual machine (1 CPU, 2GB of RAM) and the file transfer slowed it down significantly. Eventually, I got curious as to how much had been transferred. I cd&#8217;d to the test dir and did an &#8216;ls&#8217; which never completed and I could no longer open a new shell via SSH to the vm either. I&#8217;m sure this would be much better if I had the resources to throw a little more RAM and CPU at it (since I&#8217;m running the minimum), but I don&#8217;t have time the resources to try at the moment.</p>
<p><strong>Conclusion</strong><br />
Overall, the technology seems really promising and pretty straightforward to use. If my compression rates hold true, this could dramatically cut down on the amount of disk space needed to store my backups and virtual machine templates. Judging by the performance I&#8217;ve seen thus far, I don&#8217;t think I&#8217;d want to run this in production, but it looks promising, nonetheless.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/hands-on-with-opendedup/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Laughing Now? Windows Mobile to Copy iPhone?</title>
		<link>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone</link>
		<comments>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:17:07 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1168</guid>
		<description><![CDATA[Ballmer&#8217;s famous reaction to the iPhone seems all the more funnier now, looking back. According to claims, Microsoft is planning some changes for Windows Mobile 7: No multitasking Use a push notification for updates Use the iPod Touch ZuneHD interface Force apps to be installed via the iTunes App Store Windows Marketplace While these changes [...]]]></description>
			<content:encoded><![CDATA[<p>Ballmer&#8217;s famous <a href="http://video.techrepublic.com.com/2422-13792_11-172135.html">reaction to the iPhone</a> seems all the more funnier now, looking back. According to <a href="http://www.electronista.com/articles/10/02/06/windows.phone.7.may.be.deliberate.step.backwards/">claims</a>, Microsoft is planning some changes for Windows Mobile 7:</p>
<ol>
<li>No multitasking</li>
<li>Use a push notification for updates</li>
<li>Use the <span style="text-decoration: line-through;">iPod Touch</span> ZuneHD interface</li>
<li>Force apps to be installed via the <span style="text-decoration: line-through;">iTunes App Store</span> Windows Marketplace</li>
</ol>
<p>While these changes aren&#8217;t confirmed yet, even if one or two of those changes are true, they scream jealousy. Why these changes? Microsoft needs to be able to compete with Apple on speed, battery life, and stability. While I am certainly not in any inner-circles close to this, I&#8217;m sure Microsoft is finding that people want stability, responsiveness, and good battery life in their cell phones. I know that responsiveness and stability are top on my list (I haven&#8217;t been overly happy with a phone with the exception of my BlackBerry ((no AT&amp;T coverage in my area))  for some time now over those very things).</p>
<p>Whether Microsoft wants it or not, the world is <a href="http://stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been">slowly drifting away</a> from do-it-all devices that have to be setup by power users. The world wants phones that they can turn on, install apps, and start using without having to worry about one application slowing down the phone or having too many open causing the phone to crash.</p>
<p>But not to worry, to those now doubting Microsoft, they thought of all of these radical changes <a href="http://blogs.seattleweekly.com/dailyweekly/2010/02/microsoft_declares_itself_stil.php">all on their own</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/whos-laughing-now-windows-mobile-to-copy-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail to Add Twitter-Like Clutter</title>
		<link>http://whatan00b.com/gmail-to-add-twitter-like-clutter</link>
		<comments>http://whatan00b.com/gmail-to-add-twitter-like-clutter#comments</comments>
		<pubDate>Tue, 09 Feb 2010 06:00:43 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1164</guid>
		<description><![CDATA[While I can&#8217;t say that I&#8217;m surprised, I&#8217;m a bit frustrated and disappointed in Google over the recent news that they are adding a Twitter-like clutter status to the Gmail interface. While I appreciate fancy new tools built into apps I already use as much as the next geek, I really, really don&#8217;t need yet [...]]]></description>
			<content:encoded><![CDATA[<p>While I can&#8217;t say that I&#8217;m surprised, I&#8217;m a bit frustrated and disappointed in Google over the recent news that they are adding a <a href="http://www.readwriteweb.com/archives/google_creating_twitter_clone_for_gmail.php">Twitter-like <span style="text-decoration: line-through;">clutter</span> status to the Gmail</a> interface. While I appreciate fancy new tools built into apps I already use as much as the next geek, I really, really don&#8217;t need yet another social networking tool to update, integrate, and look at. Seriously, it&#8217;s not new content. Does anyone really put unique content on Facebook, Twitter, Linkedin, and every other social networking site they belong to? I certainly don&#8217;t and don&#8217;t know anyone who does. My accounts are all inter-twined and I&#8217;m tired of having to filter out the duplicate data on those sites. Adding yet another list of the same things from my friends is just clutter in a used-to-be clean interface.</p>
<p>UPDATE:</p>
<p>According to a <a href="http://tech.slashdot.org/story/10/02/09/1245247/Google-To-Challenge-Facebook-Again">Slashdot article</a> today, the problem looks like it may be much worse. According to the article, Gmail will be adding Facebook-like photo albums and comment feeds. Fortunately, the Gmail social networking tools are opt-in, so perhaps I won&#8217;t have to see the clutter when I don&#8217;t want to? We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/gmail-to-add-twitter-like-clutter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soon We Will See Just How Loyal Search Users Are</title>
		<link>http://whatan00b.com/soon-we-will-see-just-how-loyal-search-users-are</link>
		<comments>http://whatan00b.com/soon-we-will-see-just-how-loyal-search-users-are#comments</comments>
		<pubDate>Thu, 28 Jan 2010 07:36:59 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1160</guid>
		<description><![CDATA[With today&#8217;s announcement that Canonical is changing the default search provider to Yahoo, Apple&#8217;s rumored talks with Microsoft, and cell phone providers such as Verizon also jumping to Bing, we may get to see just how big of a role the default settings have on people&#8217;s search preferences. Google has been dominating the search market [...]]]></description>
			<content:encoded><![CDATA[<p>With today&#8217;s announcement that <a href="http://lifehacker.com/5458113/ubuntus-default-search-engine-switching-to-yahoo">Canonical is changing the default search provider to Yahoo</a>, Apple&#8217;s <a href="http://www.timescolonist.com/business/fp/Apple+said+talk+with+Microsoft+replace+Google+iPhone/2463180/story.html">rumored talks with Microsoft</a>, and cell phone providers such as <a href="http://jkontherun.com/2009/12/17/verizon-bing-make-google-go-boom-on-blackberry/">Verizon also jumping to Bing</a>, we may get to see just how big of a role the default settings have on people&#8217;s search preferences. Google has been dominating the search market pretty much since the beginning with a significant boost coming from the fact that Google is the default in several of the world&#8217;s browsers, though some of it is some good old-fashioned branding and marketing.</p>
<p>Canonical&#8217;s decision to change the Ubuntu default search engine and rumors that Apple may be soon to switch the default provider on the iPhone (I&#8217;m assuming with regular old Safari soon to follow), Google will no longer be the default on most of the major desktop OS&#8217;s of our time. Verizon has also struck a deal with Bing and made it the default search provider on its mobile phones. I personally was pretty mad the day that the Bing icon on my BlackBerry, but that&#8217;s a story for another day.</p>
<p>Citing <a href="http://en.wikipedia.org/wiki/Criticism_of_Google#Privacy">concerns over privacy</a>, there have been several who have spoken out against Google as well. Google has even stated that it is considering pulling out of the huge market of China.</p>
<p>Despite these things, Google&#8217;s search market share has continued to increase month after month. These next few months will be interesting to see what happens to market share as these talks fall into place. The true test of the Google brand will be for those users who have to go out of their way to choose Google as their search provider, rather than Google enjoying its nice defaults that it has enjoyed over the past few years.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/soon-we-will-see-just-how-loyal-search-users-are/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insecurity by Non-Obscurity</title>
		<link>http://whatan00b.com/insecurity-by-non-obscurity</link>
		<comments>http://whatan00b.com/insecurity-by-non-obscurity#comments</comments>
		<pubDate>Tue, 19 Jan 2010 04:59:05 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1141</guid>
		<description><![CDATA[I was a bit shocked and disheartened tonight to discover that my WordPress version was being broadcast to the world without me knowing it. It&#8217;s something that I hadn&#8217;t ever really given much thought to, mostly because I always assumed that a piece of information like that wasn&#8217;t being given out. What was even more [...]]]></description>
			<content:encoded><![CDATA[<p>I was a bit shocked and disheartened tonight to discover that my WordPress version was being broadcast to the world without me knowing it. It&#8217;s something that I hadn&#8217;t ever really given much thought to, mostly because I always assumed that a piece of information like that wasn&#8217;t being given out. What was even more disheartening to me was what I discovered as the method for disabling this broadcasting of my version number. The easiest way, by far, was to just install the <a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress extension</a> (or I could dive into a bit of their PHP code and have to make the change with each upgrade, not so much fun). Not so long ago, there was a huge ordeal about a <a href="http://www.darknet.org.uk/2009/08/wordpress-2-8-3-admin-reset-exploit/">vulnerability in WordPress 2.8.3</a> that allowed an attacker to reset an admin password very easily. No wonder they urged us to upgrade so quickly &#8211; your vulnerability was being broadcast.</p>
<p>The sad part is, broadcasting this version number isn&#8217;t something that can be disabled using the built-in settings. I don&#8217;t know what the rationale is, but one either has to edit the functions.php file in WordPress directly, or install the plugin mentioned above.</p>
<p>Anyway, this got me thinking about plenty of other open source softwares that I&#8217;ve disguised over the years.. For instance, perform a fresh install of Ubuntu 8.04 with the LAMP stack and you&#8217;ll see the version listed in the headers as detailed as this:</p>
<p><code>Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.9 with Suhosin-Patch Server</code></p>
<p>Yup, there it is, script kiddies. Bust out Metasploit and eat your hearts out. In this case, if one leaves the defaults enabled, the server major version, minor version, PHP version, OS, and WordPress version all are exposed. That leaves a pretty nice little attack vector.</p>
<p>Of course, hiding these things doesn&#8217;t mean that anything is secure. On the contrary, one must go far deeper than that. I am just disappointed in so many open source projects that cut down the time needed for any script kiddies to start playing with my public services.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/insecurity-by-non-obscurity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Business of Full Disclosure</title>
		<link>http://whatan00b.com/the-business-of-full-disclosure</link>
		<comments>http://whatan00b.com/the-business-of-full-disclosure#comments</comments>
		<pubDate>Wed, 13 Jan 2010 03:01:38 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1132</guid>
		<description><![CDATA[I&#8217;ve been enjoying reading an interesting conversation at krebsonsecurity.com surrounding news that a security firm in Russia that is disclosing a number of vulnerabilities to a number of web and database server applications. They are releasing details over this week and the next two. For as long as I&#8217;ve cared, I&#8217;ve always considered myself more [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been enjoying reading an interesting conversation at <a href="http://www.krebsonsecurity.com/2010/01/firm-to-release-database-web-server-0days/">krebsonsecurity.com</a> surrounding news that a security firm in Russia that is disclosing a number of vulnerabilities to a number of web and database server applications. They are releasing details over this week and the next two.</p>
<p>For as long as I&#8217;ve cared, I&#8217;ve always considered myself more of a &#8220;responsible disclosure&#8221; kind of a person. That is, until I heard an interesting argument that  I&#8217;ve never seen very clearly articulated before. As a sysadmin, when a vulnerability in a web server (for instance) is disclosed, one can monitor for someone trying to exploit that vulnerability and stop it (or at least log what happens). Without that disclosure, one has no idea what software is vulnerable and known only to some black market somewhere. It&#8217;s odd, but humans are comforted in that way. It&#8217;s kinda like knowing that a $500 repair is coming for one&#8217;s car. It&#8217;s a lot easier pill to swallow when one knows about it, say a month or so in advance rather than being surprised by it.</p>
<p>However, there&#8217;s still a piece of the rationale behind Intevydis&#8217;s stance on immediate full disclosure that I still don&#8217;t quite grasp. Quoting from <a href="http://intevydis.blogspot.com/2010/01/jan-10-2010-regarding-responsible.html">their blog</a>:</p>
<blockquote><p>You – ABCD company, making N millions per year selling your buggy XYZ product all over the world, why are you asking to give the results of the hard work during many years for free? Instead of wasting your and our time would not it be better to allocate resources to enforce good coding practices for all your amateur software developers?</p></blockquote>
<p>Okay, so the main argument here is that they don&#8217;t want to give away their research for nothing. That is absolutely a fair thing to ask for. Knowledge and research isn&#8217;t cheap, so it&#8217;s not something that many people want to give away for free. I get it. However, I have to ask: How is full disclosure better than &#8220;responsible disclosure&#8221; (I&#8217;m using the quotes because I&#8217;m not sure how responsible so-called &#8220;responsible disclosure&#8221; is anymore) in that respect? Seriously, you don&#8217;t get paid for posting a blog entry about the latest exploit in [insert your favorite CMS here] that allows others to break into those CMSs quite easily every time one is found on the web.</p>
<p>And another thing, exactly who&#8217;s time are we wasting here? The developers of the software are obviously not wasting their time since they&#8217;re drawing in &#8216;N millions&#8217; of dollars for the software they created. Yet, the research group is the one disclosing that they&#8217;ve found a vulnerability in the software, but they won&#8217;t tell anyone what exactly the flaw or bug is. Wait. Who&#8217;s time have we wasted now? My time for reading the report and yours for researching, finding, and sort of disclosing the vulnerability? Yes, that&#8217;s exactly who&#8217;s time was wasted. Of course, if one gets to this point in the game and are wanting money, they&#8217;re likely going to be written off as a blackmailer, but let&#8217;s be real. Either do work for pay or don&#8217;t complain about someone wasting your time for wanting you to backup claims with proof.</p>
<p>I really can&#8217;t grasp why full, immediate disclosure of vulnerabilities helps the problem of a revenue stream for this security company over &#8220;responsible disclosure&#8221;. There are a few indirect ways that these kinds of things can help their revenue such as consulting jobs due to exposure for finding a vulnerability. Of the ways that I can think of, though, there&#8217;s still room for a bit more of a &#8220;responsible disclosure&#8221; strategy than they are acknowledging. Not only that, but they&#8217;ve essentially burned a bridge with any software company that might hire them to do a penetration test on their network when they piss off said company.</p>
<p>There a ton more angles to this discussion that I simply don&#8217;t have time, nor do I suspect anyone would read much of it. However, I would like to hear from anyone who disagrees or has more to add to the discussion in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/the-business-of-full-disclosure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Do Tablet PCs Fit in the Market?</title>
		<link>http://whatan00b.com/where-do-tablet-pcs-fit-in-the-market</link>
		<comments>http://whatan00b.com/where-do-tablet-pcs-fit-in-the-market#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:46:55 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netbooks]]></category>
		<category><![CDATA[steve ballmer]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1126</guid>
		<description><![CDATA[The web is abuzz with all kinds of bloggers and other writers talking of how 2010 will be &#8216;the year of the tablet pc&#8216;. I have to admit, these devices look really cool, but where do they fit in? I&#8217;m getting a bit confused about what these tablets are supposed to replace and what exact [...]]]></description>
			<content:encoded><![CDATA[<p>The web is abuzz with all kinds of bloggers and other writers talking of how 2010 will be &#8216;<a href="http://www.wired.com/gadgetlab/2009/08/dell-intel-tablet/">the year of the tablet pc</a>&#8216;. I have to admit, these devices look really cool, but where do they fit in? I&#8217;m getting a bit confused about what these tablets are supposed to replace and what exact function they would serve in my life.</p>
<p>A conversation by the <a href="http://news.bbc.co.uk/2/hi/technology/8449378.stm">BBC with Microsoft CEO Steve Ballmer</a> said it all for me. During the interview, Ballmer was talking about why the tablet would take off this year after years of trying. Ballmer did raise some good points about technology evolving, however, he raised a big question for me. During the interview he stated that, &#8220;These things are not replacement [devices] in every sense.&#8221; Meaning, one won&#8217;t replace their laptop or smartphone with a tablet. My problem is, where does that leave the tablet, then?</p>
<p>For me personally, I&#8217;m sick of having more gadgets. I&#8217;ve got a BlackBerry, an iPod, a MacBook, a Wii, a DVR, and a desktop computer. I&#8217;ve like the idea of having a Kindle and maybe a GPS device, but I&#8217;ve been turned off about the idea of having yet another device to throw into my backpack or pocket. If a tablet PC can&#8217;t replace one of my gadgets (hopefully a gadget that&#8217;s larger than the tablet), then it definitely has no place in my home. In addition to that, I&#8217;m not sure what economy these people are living in that we can afford all these devices plus purchase another one that doesn&#8217;t let us not purchase either a phone or a laptop.</p>
<p>The closest thing that I&#8217;ve heard of a tablet replacing is a netbook. That may be the case, only time will tell. The problem with that logic in my mind, however, is that the tablet PCs will likely be significantly higher-priced than netbooks have been so far which might make them cost-prohibitive as replacements for netbooks.</p>
<p>Of course, only time will tell, but I&#8217;m not yet convinced that these tablet PCs will see nearly the market share that we&#8217;re being led to believe. If Ballmer is right (I believe he is here) and these devices are just add-ons and not replacements for traditional laptops or smartphones, the tablet is doomed to be a niche product forever.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/where-do-tablet-pcs-fit-in-the-market/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Did Thunderbird&#8217;s Account Setup Become a Pile of Poo?</title>
		<link>http://whatan00b.com/when-did-thunderbirds-account-setup-become-a-pile-of-poo</link>
		<comments>http://whatan00b.com/when-did-thunderbirds-account-setup-become-a-pile-of-poo#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:33:37 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1114</guid>
		<description><![CDATA[It really is a sad day. I used to think of the main Mozilla projects, Firefox and Thunderbird, the pinnacle of open source. I&#8217;ve always recommended Thunderbird as a mail client to those who prefer not to use the web client available from their provider. I was extremely disappointed today when I had to help [...]]]></description>
			<content:encoded><![CDATA[<p>It really is a sad day. I used to think of the main Mozilla projects, Firefox and Thunderbird, the pinnacle of open source. I&#8217;ve always recommended Thunderbird as a mail client to those who prefer not to use the web client available from their provider. I was extremely disappointed today when I had to help someone setup an email account on a server that didn&#8217;t use their domain name as part of the hostname of the mail server. I see what they are trying to do (and indeed, it made setting up my email account using mail.whatan00b.com as the server incredibly simple), but if one has to not use fairly predictable settings, said one is hosed.</p>
<p>The below screenshot is of the server info as detected by Thunderbird when I put my email address in:</p>
<p><a href="http://whatan00b.com/wp-content/uploads/2009/12/thunderbird-config-edit.png"><img class="aligncenter size-medium wp-image-1115" title="thunderbird-config-edit" src="http://whatan00b.com/wp-content/uploads/2009/12/thunderbird-config-edit-300x156.png" alt="" width="300" height="156" /></a></p>
<p>Note that the outgoing mail server is a drop-down.. populated from.. where, exactly? Now, I realize that you can just go ahead and create the account and go back, but one can&#8217;t create the account without &#8220;re-testing&#8221; (validating) the config. So.. it has to be correct before creating it, but yet it won&#8217;t let me correct it. Yup, it&#8217;s that awesome.</p>
<p>Next, changing the protocol in the drop-down didn&#8217;t change the port number. When Thunderbird didn&#8217;t find the correct mail server (which is going to be the case almost every time when one&#8217;s email is hosted in a shared, hosted environment), Thunderbird automatically populated the protocol with POP. Not a horrible thing, but changing the port when changing the protocol seems like a pretty obvious thing to do in order to avoid frustration with users (and indeed would have helped with some frustration for us tonight).</p>
<p>The last frustration that we ran into was that when selecting the &#8220;Manual Setup&#8221; option, things weren&#8217;t quite so.. er.. manual. It was more like some automatic settings that couldn&#8217;t be overridden after clicking the manual <span style="text-decoration: line-through;">frustration</span> button. Since it defaulted to POP when it couldn&#8217;t figure out the server settings, simply hitting the manual setup button created a POP account.. Not so bad if you could easily switch the protocol. Of course, not so. To get that corrected, one has to remove the account, create a new account, type in your name and login info, let it try to figure out the settings for you, manually edit the settings to change the protocol, and create the account by hitting the &#8220;manual setup&#8221; button (intuitive, eh?). <em>Then</em>, you can finally edit the server name to put in the correct info. Ugh.</p>
<p>At the end of it all, I would still recommend Thunderbird to others from a usability perspective, but now with the disclaimer that it&#8217;s nasty to setup the first time if you don&#8217;t use a mail.domain.com or similar server. I just really wish that we didn&#8217;t have to sacrifice power and easy customizations for alleged ease of use.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/when-did-thunderbirds-account-setup-become-a-pile-of-poo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to Windows 7 Because.. It Sucks Less?</title>
		<link>http://whatan00b.com/upgrade-to-windows-7-because-it-sucks-less</link>
		<comments>http://whatan00b.com/upgrade-to-windows-7-because-it-sucks-less#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:27:32 +0000</pubDate>
		<dc:creator>Wyatt Walter</dc:creator>
				<category><![CDATA[Tech Trends]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://whatan00b.com/?p=1086</guid>
		<description><![CDATA[Well, after a busy couple of months I&#8217;m finally back. I did miss the release of Windows 7 on my blog, but I definitely enjoyed watching the fireworks between Apple and Microsoft through their commercials on tv. Microsoft has definitely come out with a product that the public seems to like (which ultimately is all [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after a busy couple of months I&#8217;m finally back. I did miss the release of Windows 7 on my blog, but I definitely enjoyed watching the fireworks between Apple and Microsoft through their commercials on tv. Microsoft has definitely come out with a product that the public seems to like (which ultimately is all that matters). One of the commercials, however, caught me a bit off guard.</p>
<p><object width="530" height="321"><param name="movie" value="http://www.youtube.com/v/zcNlX7n0zEA&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zcNlX7n0zEA&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="530" height="321"></embed></object></p>
<p>In the commercial, &#8216;Angela&#8217; says: &#8220;I don&#8217;t want to worry about my computer freezing or crashing &#8230; and suddenly, Windows 7&#8243;. Uh, what? Did we just hear an admission from Microsoft that Vista had problems? I hate to add to my anti-Microsoft list of blog posts, but seriously, what are they thinking with this ad? They should&#8217;ve just said: &#8220;Upgrade to Windows 7, it sucks less than previous versions&#8221;. Definitely not the positive spin on Windows that I was expecting.. With a product out the door that the company can definitely be proud of, I expected them to tout some cool new features, but that&#8217;s not the <a href="http://www.crunchgear.com/2008/07/02/windows-vista-not-that-bad-really-try-it/">stance we&#8217;ve seen from previous versions</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatan00b.com/upgrade-to-windows-7-because-it-sucks-less/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

