<?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>Wes Kroesbergen&#039;s Portfolio &#187; Featured Articles</title>
	<atom:link href="http://www.kroesbergens.com/portfolio/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kroesbergens.com/portfolio</link>
	<description>my opinions, conjectures, and thoughts</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:13:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Experiences Creating a VPS-based VPN</title>
		<link>http://www.kroesbergens.com/portfolio/2010/12/experiences-creating-a-vps-based-vpn/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/12/experiences-creating-a-vps-based-vpn/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 17:39:41 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iWork]]></category>
		<category><![CDATA[Last.FM]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[Pandora]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=430</guid>
		<description><![CDATA[Years ago I used Pandora Internet Radio 1 as my primary source of discovering new music. Pandora Internet Radio is unique in that it is based on something called the Music Genome Project 2, which essentially attempts to map &#8216;genes&#8217; to songs for a more accurate analysis of the type of music the listener enjoys, [...]]]></description>
			<content:encoded><![CDATA[
<p>Years ago I used Pandora Internet Radio <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-1' id='fnref-430-1'>1</a></sup> as my primary source of discovering new music. Pandora Internet Radio is unique in that it is based on something called the Music Genome Project <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-2' id='fnref-430-2'>2</a></sup>, which essentially attempts to map &#8216;genes&#8217; to songs for a more accurate analysis of the type of music the listener enjoys, and more accurate suggestions. (Songs in the Music Genome Project database can often have upwards of 400 different attributes assigned to them!) After licensing restrictions were implemented and Pandora no longer was accessible to Canadian users, I switched to the then free Last.FM <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-3' id='fnref-430-3'>3</a></sup>, which essentially suggests songs that other people who have listened to similar music also enjoyed. Last.FM is no longer free, and costs about $3/mo.</p>
<p>Earlier this year my music collection started to seem a little stale, and I started to wish for more variety, more music I have not listened to. This lead me to consider a VPN, which would essentially tunnel my Internet connection to a server in the US, allowing me to access Pandora and other sites such as Hulu <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-4' id='fnref-430-4'>4</a></sup>. I considered paying for a subscription to a VPN, but was having difficulty finding one that was reasonably priced and would tunnel my connection properly (all my data needs to flow through the US IP, not just a HTTP proxy). The other requirement was that the VPN be accessible via my iPad and iPhone as well as my desktop computers (Windows and Mac), and the only type of VPN connection that seemed to adequately satisfy my needs was an L2TP/IPSec VPN.</p>
<p>Since I couldn&#8217;t find a VPN service that seemed to satisfy my needs, I decided to create my own, which means I need root access to a server. I also plan to tunnel a lot of data, considering I will primarily be using it for media streaming. I also didn&#8217;t want to pay Windows Server licensing fees, so decided to take the route of Ubuntu Server. OpenVPN does not do native L2TP/IPSec, so was out of the question considering my iPad/iPhone requirement. This left StrongSwan and FreeSwan as the potential VPN platforms.</p>
<p>I started looking at LowEndBox <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-5' id='fnref-430-5'>5</a></sup> for cheap Virtual Private Servers (VPS) that came with copious amounts of data. I don&#8217;t need much processing power&#8230; just a lot of bandwidth. Initially I thought I found a great service for $5/mo&#8230; an OpenVZ based VPS with unlimited data. I purchased a couple months worth, and began setting up an Ubuntu 10.10 server, using the guide at ByBacon.com <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-6' id='fnref-430-6'>6</a></sup>.</p>
<p>It was then that I hit a major stumbling block. Every time that I attempted to initiate a connection with the VPS from any one of my clients, the server would fail to respond. Checking the server logs, I didn&#8217;t see any record of either PPP connections or IPSec initiations. Obviously there was an issue with the NIC interface.</p>
<p>On investigation, I found that OpenVZ creates virtual, emulated ethernet devices, using the name VENET, with no MAC address. IPSec VPN service I was attempting to use requires root-level access to the device itself, as well as an accessible MAC address. Now, this can be accomplished using a TUN/TAP device&#8230; but requires some not-so-simple changes by the OpenVZ administrator. I put in a ticket to have one created, but unfortunately the service I&#8217;d paid for happens to not support creating these devices for clients.</p>
<p>So&#8230; I needed to find a different service&#8230; either Xen-based or VMware-based. Eventually I found a service from ENScloud <sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-430-7' id='fnref-430-7'>7</a></sup> that seems to work well, and provide me with copious amounts of bandwidth. It took about a week for them to provision my server and IP, but after the initial hiccup everything seems to function well (their support guy Brandon was more than helpful after I put in a ticket requesting update). I&#8217;ve been listening to Pandora a lot since the VPN was created.</p>
<p>I eventually plan to rent out access to my VPN to family and friends, as I want to recoup my costs, so I figure that if I can rent out access for $5/yr if I get 12-15 people interested. I&#8217;ve managed to get it working easily under Windows (certificate-based), Mac, iPad, and iPhone, so no matter what platform family and friends are using, it will be accessible to them. I would eventually like to get a WebDAV service running as part of the service, so those with iWork for iOS can use it for cloud document storage.</p>


<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-430-1'><a href="http://www.pandora.com" onclick="pageTracker._trackPageview('/outgoing/www.pandora.com?referer=');">http://www.pandora.com</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-1'>&#8617;</a></span></li><li id='fn-430-2'><a href="http://en.wikipedia.org/wiki/Music_Genome_Project" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Music_Genome_Project?referer=');">http://en.wikipedia.org/wiki/Music_Genome_Project</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-2'>&#8617;</a></span></li><li id='fn-430-3'><a href="http://www.last.fm" onclick="pageTracker._trackPageview('/outgoing/www.last.fm?referer=');">http://www.last.fm</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-3'>&#8617;</a></span></li><li id='fn-430-4'><a href="http://www.hulu.com" onclick="pageTracker._trackPageview('/outgoing/www.hulu.com?referer=');">http://www.hulu.com</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-4'>&#8617;</a></span></li><li id='fn-430-5'><a href="http://www.lowendbox.com" onclick="pageTracker._trackPageview('/outgoing/www.lowendbox.com?referer=');">http://www.lowendbox.com</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-5'>&#8617;</a></span></li><li id='fn-430-6'><a href="http://www.bybacon.com/2010/08/28/l2tp-ipsec-vpn-ubuntu-10-04-server-maciphone-clients" onclick="pageTracker._trackPageview('/outgoing/www.bybacon.com/2010/08/28/l2tp-ipsec-vpn-ubuntu-10-04-server-maciphone-clients?referer=');">http://www.bybacon.com/2010/08/28/l2tp-ipsec-vpn-ubuntu-10-04-server-maciphone-clients</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-6'>&#8617;</a></span></li><li id='fn-430-7'><a href="http://www.enscloud.com" onclick="pageTracker._trackPageview('/outgoing/www.enscloud.com?referer=');">http://www.enscloud.com</a> <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-430-7'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/12/experiences-creating-a-vps-based-vpn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summary of Steve Jobs at D8</title>
		<link>http://www.kroesbergens.com/portfolio/2010/06/summary-of-steve-jobs-at-d8/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/06/summary-of-steve-jobs-at-d8/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 03:24:46 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[D8]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=385</guid>
		<description><![CDATA[Thought I&#8217;d post a quick summary of key remarks by Steve Jobs at D8, courtesy Engadget&#8217;s live coverage1. Regarding Foxconn Suicides: Steve: It&#8217;s a factory &#8212; but my gosh, they have restaurants and movie theaters&#8230; but it&#8217;s a factory. But they&#8217;ve had some suicides and attempted suicides &#8212; and they have 400,000 people there. The [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d post a quick summary of key remarks by Steve Jobs at D8, courtesy Engadget&#8217;s live coverage<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-385-1' id='fnref-385-1'>1</a></sup>.
</p>
<p>
<em><strong>Regarding Foxconn Suicides:</strong></em><br />
<strong>Steve:</strong> It&#8217;s a factory &#8212; but my gosh, they have restaurants and movie theaters&#8230; but it&#8217;s a factory. But they&#8217;ve had some suicides and attempted suicides &#8212; and they have 400,000 people there. The rate is under what the US rate is, but it&#8217;s still troubling.<br />
<strong>Steve:</strong> We had this in my hometown of Palo Alto, copy cat suicides.
</p>
<p>
<em><strong>Regarding Search:</strong></em><br />
<strong>Walt:</strong> So last year we had a company called Siri, a search company&#8230;<br />
<strong>Steve:</strong> They&#8217;re not a search company. They&#8217;re an AI company. We have no plans to go into the search business. We don&#8217;t care about it &#8212; other people do it well.
</p>
<p>
<em><strong>Regarding Press:</strong></em><br />
<strong>Steve:</strong> Well I think the foundation of a free society is a free press. And we&#8217;ve seen what&#8217;s happening to papers in the US right now. I think they&#8217;re really important. I don&#8217;t want to see us descend into a nation of bloggers. I think we need editors now more than ever.<br />
<strong>Steve:</strong> I can tell you as one of the largest sellers of content on the internet to date &#8212; price it aggressively and go for volume. That has worked for us. I&#8217;m trying to get the press to do the same thing. They need to do it differently than they do it for print.<br />
<strong>Steve:</strong> I think people are willing to pay for content. I believe it for music and video, and I believe it for the media.
</p>
<p>
<em><strong>Regarding Interaction with Computing Devices:</strong></em><br />
<strong>Steve:</strong> People laugh at me when I say it&#8217;s magical&#8230; but something has been stripped away and removed between you and the computer&#8230;
</p>
<p>
<em><strong>Regarding Pulitzer-winning Cartoon Censorship:</strong></em><br />
<strong>Steve:</strong> Yes&#8230; and political cartoons got caught in that. We didn&#8217;t think of that. So this guy submits his app and he gets rejected. We didn&#8217;t see that coming. So we changed the rule, but this guy never resubmitted&#8230; then he wins a Pulitzer Prize, and he says we rejected him. So, we are guilty of making mistakes. We&#8217;re doing the best we can, we&#8217;re learning as fast as we can &#8212; but we thought this rule made sense.<br />
<strong>Steve:</strong> We&#8217;re doing the best we can, we&#8217;re fixing mistakes. But what happens is &#8212; people lie. And then they run to the press and tell people about this oppression, and they get their 15 minutes of fame. We don&#8217;t run to the press and say &#8220;this guy is a son of a bitch liar!&#8221; &#8212; we don&#8217;t do that.<br />
<strong>Steve:</strong> 95% (of app submissions) are approved within 7 days&#8230;
</p>
<p>
<em><strong>Regarding Gizmodo:</strong></em><br />
<strong>Steve:</strong> Well a guy&#8230; who can say if he&#8217;s a journalist.<br />
<strong>Steve:</strong> The person who took the phone plugged it into his roommates computer. And this guy was trying to destroy evidence&#8230; and his roommate called the police. So this is a story that&#8217;s amazing &#8212; it&#8217;s got theft, it&#8217;s got buying stolen property, it&#8217;s got extortion, I&#8217;m sure there&#8217;s some sex in there (huge laughs)&#8230; the whole thing is very colorful. The DA is looking into it, and to my knowledge they have someone making sure they only see stuff that relates to this case. I don&#8217;t know how it will end up.<br />
<strong>Steve:</strong> You know, when this whole thing with Gizmodo happened, I got advice from people who said &#8216;you gotta just let it slide, you shouldn&#8217;t go after a journalist just because they bought stolen property and tried to extort you.&#8217; And I thought deeply about this, and I concluded the worst thing that could happen is if we change our core values and let it slide. I can&#8217;t do that. I&#8217;d rather quit.
</p>
<p>
<em><strong>Regarding TOS Change for Analytics:</strong></em><br />
<strong>Q:</strong> You changed your TOS on analytics &#8212; do you want to own that for developer&#8217;s data?<br />
<strong>A:</strong> Well we learned this really interesting thing. Some company called Flurry had data on devices that we were using on our campus &#8212; new devices. They were getting this info by getting developers to put software in their apps that sent info back to this company! So we went through the roof. It&#8217;s violating our privacy policies, and it&#8217;s pissing us off! So we said we&#8217;re only going to allow analytics that don&#8217;t give our device info &#8212; only for the purpose of advertising. But you can&#8217;t get info off of our devices and turn around and sell it. That you can&#8217;t do&#8230; is that clear?<br />
<strong>Q:</strong> It is, but there is vital info there that could make apps better&#8230;<br />
<strong>A:</strong> That&#8217;s true&#8230; but there&#8217;s no excuse for them not asking customers if it&#8217;s okay to send that data. We&#8217;re willing to talk to some of these people when we calm down&#8230; but it&#8217;s not today.
</p>
<p>
<em><strong>Regarding DRM-ed Content:</strong></em><br />
<strong>Q:</strong> I bought the movie Up on DVD, it had a digital download. I put it on my iPad. I hooked up my VGA adapter and tried to play it&#8230; but I couldn&#8217;t because of HDCP. Can you tell me how you&#8217;re helping with this?<br />
<strong>A:</strong> We didn&#8217;t invent this stuff&#8230;<br />
<strong>Q:</strong> But you did deploy it&#8230;<br />
<strong>A:</strong> Well the content creators are trying to protect this stuff, and they&#8217;re grabbing at straws. Sometimes they grab the right ones, and sometimes they don&#8217;t. If we want access to this stuff, we have to play by some of their rules. I feel your pain.
</p>
<p>
<em><strong>Regarding TV:</strong></em><br />
<strong>Q:</strong> Hi, I&#8217;m from Hillcrest Labs&#8230; do you think it&#8217;s time to throw out the interface for TV? When will Apple do something there?<br />
<strong>A:</strong> The problem with innovation in the TV industry is the go to market strategy. The TV industry has a subsidized model that gives everyone a set top box for free. So no one wants to buy a box. Ask TiVo, ask Roku, ask us&#8230; ask Google in a few months. So all you can do is ADD a box to the TV. You just end up with a table full of remotes, a cluster of boxes&#8230; and that&#8217;s what we have today. The only way that&#8217;s going to change is if you tear up the set top box, give it a new UI, and get it in front of consumers in a way they&#8217;re going to want it. The TV is going to lose in our eyes until there is a better go to market strategy&#8230; otherwise you&#8217;re just making another TiVo.<br />
<strong>Q:</strong> In the phone area you were able to partner with a carrier&#8230; would you do that with TV?<br />
<strong>A:</strong> Well then there&#8217;s a problem, providers are local&#8230; it&#8217;s a Tower of Babel problem&#8230;
</p>

<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-385-1'><a href="http://www.engadget.com/2010/06/01/steve-jobs-live-from-d8/" onclick="pageTracker._trackPageview('/outgoing/www.engadget.com/2010/06/01/steve-jobs-live-from-d8/?referer=');">http://www.engadget.com/2010/06/01/steve-jobs-live-from-d8/</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-385-1'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/06/summary-of-steve-jobs-at-d8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why IT Pros Should Study Design and UX</title>
		<link>http://www.kroesbergens.com/portfolio/2010/04/why-it-pros-should-study-design-and-ux/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/04/why-it-pros-should-study-design-and-ux/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:45:47 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[recruiting]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/2010/04/why-it-pros-should-study-design-and-ux/</guid>
		<description><![CDATA[This may sound like a weird idea coming from someone who thinks with the right half of their brain, but I think technology professionals need to study design principles and user experience (UX). Far too often IT pros fail to grasp and/or appreciate how the technology on which they are working impacts the end user. [...]]]></description>
			<content:encoded><![CDATA[<p>This may sound like a weird idea coming from someone who thinks with the right half of their brain, but I think technology professionals need to study design principles and user experience (UX). Far too often IT pros fail to grasp and/or appreciate how the technology on which they are working impacts the end user. This results in upset clients, clients who (rightly so) feel that the technician attempting to fix their issue or help them implement a new project does not understand their &#8216;problem&#8217;. In turn, the tech feels that the user is ignorant and doesn&#8217;t appreciate how complex the task they are doing really is. This communication barrier begins to circle, and eventually you are left with two groups of people who do not trust or understand each other, and yet are forced to interact. This does not build good client relations.</p>
<p>The reason I suggest that IT pros study design principles is so that they learn to appreciate the &#8216;user-level&#8217; features for what they are, not dismissing them as merely useless pieces of eye-candy. When a tech can look at an object or interface, and not allow their &#8216;function over form&#8217; mentality to get the better of them, they can better relate to how the user will experience the interface. When the tech appreciates on some level what the user appreciates, understanding between the two parties can grow.</p>
<p>Hand-in-hand with the previous point, IT pros should also study user interface experience. By beginning to understand how to implement or at least structure a good user experience, the eyes are opened to a new perspective on how the world functions. Studying and ingraining good UX principles in the core of the tech&#8217;s mentality will drastically shift how they approach their users, and how they approach the potential technologies to be implemented.</p>
<p>Now, you may ask why I&#8217;m suggesting the actual techs learn these things instead of just ensuring that the head folks know and understand these things. I&#8217;m a firm believer in the ancient Greek holistic approach to education. However, beyond that, I think that while the head of the body is responsible for the rest of a person&#8217;s functionality, when the whole body is trained and tuned to the same level, the performance level of the particular body jumps exponentially. Consequently, new and previously unattainable heights can be reached.</p>
<p>If you&#8217;re interested in some design oriented websites, check out these for examples (mostly centered around web design):</p>
<p>Smashing Magazine: <a rel="nofollow" target="_blank" href="http://www.smashingmagazine.com" onclick="pageTracker._trackPageview('/outgoing/www.smashingmagazine.com?referer=');">http://www.smashingmagazine.com</a><br />
Noupe: <a rel="nofollow" target="_blank" href="http://www.noupe.com" onclick="pageTracker._trackPageview('/outgoing/www.noupe.com?referer=');">http://www.noupe.com</a><br />
Net-Tuts: <a rel="nofollow" target="_blank" href="http://net.tutsplus.com" onclick="pageTracker._trackPageview('/outgoing/net.tutsplus.com?referer=');">http://net.tutsplus.com</a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/04/why-it-pros-should-study-design-and-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on the iPad</title>
		<link>http://www.kroesbergens.com/portfolio/2010/04/thoughts-on-the-ipad/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/04/thoughts-on-the-ipad/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 13:26:20 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Air Video]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[FileBrowser]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Walden Galleria]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/2010/04/thoughts-on-the-ipad/</guid>
		<description><![CDATA[On April 3rd I, along with many other Canadians made the trip down to the Walden Galleria Apple Store in Buffalo, New York. I was too excited about the iPad to care that I was waiting in line for the first version of a new technology product. I for one hate shopping in general, and [...]]]></description>
			<content:encoded><![CDATA[<p>On April 3rd I, along with many other Canadians made the trip down to the Walden Galleria Apple Store in Buffalo, New York. I was too excited about the iPad to care that I was waiting in line for the first version of a new technology product. I for one hate shopping in general, and find it distasteful to wait in line. I also feel that it is silly to wait in line for a new product on the day it launches. Waiting a few days till the lineups are gone seems much more sensible to me. Yet, the lure of the iPad served to overcome my sensibilities, and at 10AM on April 3rd I was at the Apple Store waiting in line.</p>
<p> I refused to write a review on the iPad in the first week. In my mind, the iPad is a paradigm shifting technology. Until I&#8217;d used the iPad for a few weeks, I did not feel I could provide the perspective I feel is important to my readers. Reviewing a new device is like a relationship. All fuzzy feelings for the first little while, then reality hits. I wanted to write a review that was not affected by initial emotions or excitement. </p>
<p>So, without further ado, let me tell you my experience with the iPad.</p>
<p>Battery life. This thing is phenomenal. I have never had another electronic device that did not make me nervous toward the end of a day of use. Even my iPhone 3GS does not provide me with the same sense of security that the device will not die by the end of a day of use. I can even charge the iPad Friday morning, take it up north (always careful with how I use it when away from a charger), and still have 40% battery left. I completely trust the iPad to be charged when I need it.</p>
<p>Convenience. Portability. The iPad has changed the frequency with which I take my computer with me. I rarely take my MacBook Pro from home anymore. I take the iPad everywhere. It&#8217;s like carrying a notebook with me, weight-wise. I pick it up off the desk and carry it in my hand. I don&#8217;t need a backpack to take my computer with me. This has changed my perspective on using my personal commuting device. It has become a permanent companion, rather than a tool to be utilized when needed. Similar to my iPhone. </p>
<p>I have begun to reevaluate my need for the MacBook Pro. All my data is stored on my Ubuntu mediaserver (hosted on VMware ESXi along with my Windows VM&#8217;s). I now utilize the iMac for managing my virtual servers and ESXi. I have Air Video Server installed for streaming movies from the media server to the iPad, and FileBrowser installed for browsing the network files from the iPad. The only real need that I have for the laptop is for import of my photos from my Nikon D40. I&#8217;ve begun to question whether I really need the laptop solely for immediate import of my photos. My Aperture 3 library is synced across my backup server, iMac, and laptop. I&#8217;ve begun to think that as long as I can wait to import my photos from a weekend out of the city till I get back home, I have no justifiable need for my laptop. I will be continuing to evaluate this over the next month or so, but I&#8217;m afraid that the laptop will be going. Never thought I&#8217;d say this.</p>
<p>I can extoll the various features of the iPad. However, I feel enough other reviews have done that. This piece is about how the iPad has changed the way I&#8217;m using technology. The next posts that I write will likely be shaped from an iPad user&#8217;s experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/04/thoughts-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the Security of Client Platforms</title>
		<link>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 16:34:55 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=274</guid>
		<description><![CDATA[Anything the mind of man can make, the mind of man can break. Realizing this, one needs to shift their perception of how to view client platform security. Theoretical analysis is good. However, practical application is what should define security evaluation. Which platform is more secure in practice? Anyone can justify any OS&#8217;s security. However, [...]]]></description>
			<content:encoded><![CDATA[<p>Anything the mind of man can make, the mind of man can break.</p>
<p>Realizing this, one needs to shift their perception of how to view client platform security. Theoretical analysis is good. However, practical application is what should define security evaluation. Which platform is more secure in practice? Anyone can justify any OS&#8217;s security. However, the proof is in the pudding. For example, Unix has been used for government/financial servers for a long time. Windows Server has been used, and I would argue that the Windows servers have proved themselves much more vulnerable over an extended period. Just ask any system administrator. </p>
<p>Take a look at Linux. If there is any platform with serious potential vulnerability, it would be Linux. Since the code is so open, and written by so many uncoordinated, imperfect people, there is vast potential for holes. However, in practical usage, it is one of the most secure platforms available. When holes are found, they are quickly patched by the open source community. Most Linux users are reasonably tech-savvy, and don&#8217;t fall for many of the same social engineering tricks that Windows users do. It is arguably a secure platform.</p>
<p>This also leads to another point. The bigger the target, the more attackers will aim at it. Just because you are a smaller target does not mean you are less secure. Even if you are more vulnerable, the fact that you are being attacked less provides security. I for one do not want to be the tank shot at on the battlefield. I&#8217;d prefer to be the sniper, vulnerable, but inconspicuous and hardly fired upon.</p>
<p>Articles such as the recent PCWorld piece<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-274-1' id='fnref-274-1'>1</a></sup> hyping how the iPhone was first to fall in the PWN2OWN contest, and how the Macs and iPhones are no less vulnerable than Windows, are worthless drivel. One needs to accept that everything can be broken. Even RSA1024 was recently broken<sup class='footnote'><a rel="nofollow" target="_blank" href='#fn-274-2' id='fnref-274-2'>2</a></sup>. However, the fact that a platform was broken/hacked (by methods devised in the months prior) does not mean it is less secure in practical usage. I have yet to have one of my Mac installations infected or broken, while the Windows 7 install (which I only use to manage home servers or test a site in IE) has been attacked twice, and infected once.</p>
<p>Let&#8217;s stop defending our idealistic points and accept reality shall we? Mac, Linux, and Unix are all platforms that can be violated. However, in practical usage, they are more secure than the Microsoft Windows platform. </p>

<div class='footnotes'><div class='footnotedivider'></div><ol><li id='fn-274-1'><a href="http://www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html" onclick="pageTracker._trackPageview('/outgoing/www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html?referer=');">http://www.pcworld.com/article/189760/hacking_impresario_windows_safer_than_mac.html</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-274-1'>&#8617;</a></span></li><li id='fn-274-2'><a href="http://www.ns.umich.edu/htdocs/releases/story.php?id=7551" onclick="pageTracker._trackPageview('/outgoing/www.ns.umich.edu/htdocs/releases/story.php?id=7551&amp;referer=');">http://www.ns.umich.edu/htdocs/releases/story.php?id=7551</a>  <span class='footnotereverse'><a rel="nofollow" target="_blank" href='#fnref-274-2'>&#8617;</a></span></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/03/on-the-security-of-client-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Alternatives to the iPad</title>
		<link>http://www.kroesbergens.com/portfolio/2010/03/linux-alternatives-to-the-ipad/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/03/linux-alternatives-to-the-ipad/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 01:57:40 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=268</guid>
		<description><![CDATA[I was recently reading an article from LXer, entitled &#8216;Linux alternatives for the iPad &#8211; and the future of netbooks, tablets and smartbooks&#8217;. The author hypes up Linux on tablet devices, concluding that 2010 is the year of Linux on the tablet, most of which will be Android flavored. He attempts to put down the [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently reading an article from LXer, entitled <a rel="nofollow" target="_blank" href="http://lxer.com/module/newswire/view/131294/" onclick="pageTracker._trackPageview('/outgoing/lxer.com/module/newswire/view/131294/?referer=');">&#8216;Linux alternatives for the iPad &#8211; and the future of netbooks, tablets and smartbooks&#8217;.</a> The author hypes up Linux on tablet devices, concluding that 2010 is the year of Linux on the tablet, most of which will be Android flavored. He attempts to put down the iPad and the would-be iPad users, saying that <em>&#8216;Probably most Apple users don&#8217;t care [about System-on-Chip design] just as they don&#8217;t care about the hardware of their iPhones. The iPad is a closed device that&#8217;s supposed to just work and cater to fashion minded people, not to &#8216;tweakers&#8217; and hackers.&#8217;</em> (In the eyes of a computer geek, this statement is designed as an insult.) The author also refers to the iPad as an iTab, again intended to provoke, rather than inform.</p>
<p>The article makes a number of interesting observations, particularly about hardware manufacturers and suppliers. It also makes mention of a number of upcoming hardware designs and the features they will bring. I&#8217;d recommend reading the piece, even if just for the factual knowledge it contains.</p>
<p>I&#8217;m afraid however, that I have to disagree with the author. In my opinion, I don&#8217;t believe that 2010 is the year of the Linux tablet. As a matter of fact, I don&#8217;t think that any Linux device will ever out-iPad the iPad. Linux aficionados have been proclaiming the &#8216;year of Linux&#8217; on desktops for as far back as I can remember. Every year, every distribution, Linux fans rejoice and proclaim that the end is nigh for Microsoft and Apple domination, and that Linux is going to take over the world. Why? Because they believe that &#8216;free&#8217; will triumph over commercial. </p>
<p>The author summarizes my perspective exactly (though completely unintended) in a later paragraph, where he says <em>&#8216;In my opinion, Linux won&#8217;t offer this kind of magic. To bring magic like Apple does, Linux and the companies bringing Linux have to act like Apple. That means secrecy, a closed development model, a one-size-fits-all solution and one and only one manufacturer / organization which oversees hardware, software, marketing and the developer community. Not going to happen for free software and Linux!&#8217;</em> If we break down this statement meaningfully, we see that that in order to bring an almost perfect user experience, one needs to have a closed development model, and a single manufacturer designing both the hardware AND software. He continually pushes Android, an flavor of Linux being driven by a company (Google) with a lot of money behind it, and a development structure (management) that is not available in a community driven environment. </p>
<p>The author highlights another perspective I share (again, unintentionally I&#8217;m sure), when he states that <em>&#8216;Android is much more popular, and the magic comes from Google, Google marketing Android at big device manufacturers and the platform being &#8216;pretty open&#8217;. Also, in contrary to my limited view, Google understood the issue about marketing and education. That&#8217;s why, in advent of the ballot screen, they ran huge adds outside on busstops, along highways and buildings at least in NL and UK and they even bought their own front page add on free newspapers read by millions of Dutch readers.&#8217;</em> It&#8217;s funny how advertising is so important even for something free. He realizes that the idealistic nature of Linux (free) is not merely enough to make people want it. Money (and lots of it) must be spent in order for something to be adopted. Nothing in life is free, and unfortunately, the majority of the Linux community seem to miss that fact.</p>
<p>The author concludes with a short(sighted) paragraph, stating that <em>&#8216;Android on the tablet will be what Windows was on the desktop. But it will be easier for other Linux to co-exist with Android than with Windows, so for those who like to tinker the feature is pretty bright.&#8217;</em> But I thought that Linux by its very nature was supposed to be open, so that it can coexist easily with everything? Therefore, it shouldn&#8217;t be easier to code for Linux rather than Windows. Unfortunately, developers tend to code more for the platforms that make them money (but hey, everything in life should be free right? <img src='http://www.kroesbergens.com/portfolio/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ), and the majority of developers will tend to code for the Windows desktop OS. Also, I think it is very short-sighted to conclude that Microsoft will not be targeting the tablet market as well.</p>
<p>This post may come across a little bit harsh toward Linux. However, the fact remains that without proper guidance/direction in the development of a Linux tablet OS, and proper marketing, Linux will never succeed. For this &#8216;free&#8217; operating system to succeed, money, and lots of it, must be spent. The only problem is that it is not the general Linux community who will pay for it. Rather, it will be (is) big corporations (see Google) who fork out tons of money. It just seems that the Linux community does not get this fact, or, if they do, do not care about freeloading the money to support their dream of a &#8216;free&#8217; OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/03/linux-alternatives-to-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The real buzz about Google Buzz</title>
		<link>http://www.kroesbergens.com/portfolio/2010/02/the-real-buzz-about-google-buzz/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/02/the-real-buzz-about-google-buzz/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 03:48:11 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=254</guid>
		<description><![CDATA[As you&#8217;re no doubt all aware, Google launched their &#8216;social networking feed&#8217; called Buzz a little while ago. After much fanfare and hoopla, they changed a few features to make it more acceptable to the privacy-conscious. Unfortunately, they changed these features too late for many, and it would appear that many people don&#8217;t trust Google [...]]]></description>
			<content:encoded><![CDATA[<p>As you&#8217;re no doubt all aware, Google launched their &#8216;social networking feed&#8217; called Buzz a little while ago. After much fanfare and hoopla, they changed a few features to make it more acceptable to the privacy-conscious. Unfortunately, they changed these features too late for many, and it would appear that many people don&#8217;t trust Google Buzz right now. While I personally rather like it, and think it could be tweaked in a few ways, I&#8217;m not writing this post to discuss the merits of Buzz. Rather, I&#8217;d like to point out a few items that make it interesting from a technical and analytical point of view.</p>
<p>A feature that very few people seem to have noticed/commented on is the E-mail notification feature. When someone makes a &#8216;comment&#8217; on an item in your &#8216;news feed&#8217;, you are sent an email notification. What&#8217;s particularly interesting is that after you read the E-mail notification, and something else occurs on the same Buzz item, the original email appears to have the time-stamp changed, status set to unread, and the contents of the E-mail itself update dynamically to reflect the latest occurrences on that Buzz item. I have not yet tested whether the time-stamp changes only on IMAP accounts, or whether a similar &#8216;dynamic&#8217; occurrence happens with POP accounts as well.</p>
<p>This aspect of Buzz intrigues me. I&#8217;d venture that this is Google&#8217;s first attempt at blurring the lines between Google Wave communication and E-mail. I suspect that once they perfect this technique of seemingly dynamic E-mail reception, the next logical step will be two-way communication from a single E-mail/Wave item.</p>
<p>One other thing intrigues me about Google Buzz. How will it affect Google&#8217;s news algorithms?</p>
<p>I think Google Buzz really is an algorithmically beautiful piece of work. The blurring and meshing of website content, Twitter feeds, RSS feeds, all with the ability to custom permission the ability for others to comment on your items. In a world where Facebook&#8217;s young leadership are attempting to strong-arm open all communication to public eye, Google seems to realize (after their first few days of dealing with Buzz backlash) that people aren&#8217;t ready or willing to open up two-way communication with the entire world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/02/the-real-buzz-about-google-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Response to John Nack &amp; The Flash Blog</title>
		<link>http://www.kroesbergens.com/portfolio/2010/01/response-to-john-nack-the-flash-blog/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/01/response-to-john-nack-the-flash-blog/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:11:29 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[death]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone OS]]></category>
		<category><![CDATA[John Nack]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[The Flash Blog]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=248</guid>
		<description><![CDATA[I thought I&#8217;d write a quick post in response to the posts by John Nack, Product Manager at Adobe, and The Flash Blog regarding the lack of Flash on the iPad (and iPhone). You can find their respective posts here and here. First, in response to John Nack, who makes the point that Flash has [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d write a quick post in response to the posts by John Nack, Product Manager at Adobe, and The Flash Blog regarding the lack of Flash on the iPad (and iPhone). You can find their respective posts <a rel="nofollow" target="_blank" href="http://blogs.adobe.com/jnack/2010/01/sympathy_for_the_devil.html" onclick="pageTracker._trackPageview('/outgoing/blogs.adobe.com/jnack/2010/01/sympathy_for_the_devil.html?referer=');">here</a> and <a rel="nofollow" target="_blank" href="http://theflashblog.com/?p=1703#" onclick="pageTracker._trackPageview('/outgoing/theflashblog.com/?p=1703&amp;referer=');">here</a>.</p>
<p>First, in response to John Nack, who makes the point that Flash has brought standardization to the web. Yes, while it did bring a standard to the web for a while, once Adobe purchased Macromedia, Flash itself started fragmenting into many different versions which supported different levels of features. This resulted in many users having to upgrade their Flash plugins depending on the site visited. How is this any better a &#8216;standard&#8217; than HTML5? Might as well force the user to upgrade their browser to a standards-compliant version.<br />
So, Flash provides ubiquitous browser video playback? Who cares? YouTube and Vimeo are switching to HTML5, Hulu is <a rel="nofollow" target="_blank" href="http://gigaom.com/2010/01/29/hulus-plans-for-the-ipad-the-mobile-internet/" onclick="pageTracker._trackPageview('/outgoing/gigaom.com/2010/01/29/hulus-plans-for-the-ipad-the-mobile-internet/?referer=');">committed</a> to providing iPad compliant service, and everyone else doesn&#8217;t care what they use to play video in their browser. As Internet Explorer 8 begins mass penetration (via Windows 7) and Internet Explorer 6 support is dropped (as Google <a rel="nofollow" target="_blank" href="http://googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html" onclick="pageTracker._trackPageview('/outgoing/googleenterprise.blogspot.com/2010/01/modern-browsers-for-modern-applications.html?referer=');">announced</a> yesterday), Flash will become less &#038; less important. Lets be honest here. The only reason Flash is really needed is IE6&#8242;s existence. Everything else can and should be implemented via HTML5 and standards-compliant services such as OpenType.<br />
John Nack concludes with a point that the Flash team will likely be using the GPU to bring fast performance to the desktop plugin. Who cares? The iPad and iPhone are mobile devices. Utilizing a separate GPU to do the processing is irrelevant on a mobile device that uses System-on-a-Chip design.<br />
He also makes the point that the download size for QuickTime is twice that of Flash. Irrelevant. Most of the Flash-haters he is targeting with this post (and most Adobe CS users) are running a Mac, with native support. And most people with iTunes installed (read: everyone with an iPod/iPhone) have QuickTime installed as part of Apple Software Update. So no, ubiquity is not dependent on the download size of your plugin.</p>
<p>Second, in response to The Flash Blog. Have of the sites you illustrated have an iPhone compliant version (as pointed out by Mark Hughes <a rel="nofollow" target="_blank" href="http://kuoi.com/~kamikaze/read.php?id=264" onclick="pageTracker._trackPageview('/outgoing/kuoi.com/_kamikaze/read.php?id=264&amp;referer=');">here</a>), and likely more will by the time iPad launches. Other sites have worthwhile iPhone app alternatives. Why should I use your plugin if the iPad supports native HTML5, and the majority of video media is capable of being delivered to me that way (YouTube, Vimeo, and Hulu?) I don&#8217;t want to play Flash web games, and with the iPhone/iPod Touch/iPad, most games that people will be playing will be native iPhone apps anyway. So there is no use for Flash for media playback or gaming on iPhone OS. What does Flash offer me then?<br />
Your Flash plugin performance sucks. Small wonder Apple didn&#8217;t want didn&#8217;t want a battery pig like that on the iPhone and iPad.</p>
<p>Flash is dead. I hate the platform with a passion, and while I&#8217;d love to watch it die a long and slow death, the faster it goes the better. With Google&#8217;s latest announcement that they will stop supporting IE6, HTML5 ubiquity will hopefully begin. Flash is useless if my content is delivered to me through other streams, whether the iTunes store, HTML5, or a dedicated app. If I want an &#8216;interactive&#8217; game, I&#8217;ll stick with a native iPhone or iPad application. There is nothing that Flash offers me, and no real way for it to &#8216;innovate&#8217; against the march of technological progress. Welcome to the <a rel="nofollow" target="_blank" href="http://stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been" onclick="pageTracker._trackPageview('/outgoing/stevenf.tumblr.com/post/359224392/i-need-to-talk-to-you-about-computers-ive-been?referer=');">New World</a> folks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/01/response-to-john-nack-the-flash-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple iPad</title>
		<link>http://www.kroesbergens.com/portfolio/2010/01/apple-ipad/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/01/apple-ipad/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:15:59 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=244</guid>
		<description><![CDATA[As most of you are aware, Apple announced their new Apple iPad yesterday. There have been the usual set of reactions to the announcement. Shills like Paul Thurrott providing their heavily biased negative perspective, and Apple fanboys proclaiming that this device meets all their needs perfectly, and that the device is perfect. Both sides offer [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you are aware, Apple announced their new Apple iPad yesterday. There have been the usual set of reactions to the announcement. Shills like Paul Thurrott providing their heavily biased negative <a rel="nofollow" target="_blank" href="http://community.winsupersite.com/blogs/paul/archive/2010/01/27/apple-drops-an-idud.aspx" target="_blank" onclick="pageTracker._trackPageview('/outgoing/community.winsupersite.com/blogs/paul/archive/2010/01/27/apple-drops-an-idud.aspx?referer=');">perspective</a>, and Apple fanboys proclaiming that this device meets all their needs perfectly, and that the device is perfect. Both sides offer their &#8216;armchair architect&#8217; perspective, proclaiming all the pros and cons and design &#8216;flaws&#8217; that the Apple engineers obviously didn&#8217;t consider. This post shares my armchair perspective, and frankly is not based on any personal experience with the device. All my opinions have been formed from information on the Internet.</p>
<p>While some may view the lack of multi-tasking on the iPad to be a drawback, I for one view it as a plus. Since I will be using it primarily as a means of reading content (whether web, eBook, or eMagazine), I do not want distractions from other apps. Everytime I get a Growl notification on my MacBook Pro, I switch focus. No multi-tasking = less distraction.</p>
<p>I am disappointed by the lack of security measures on the iPad. I tend to lean toward paranoia when it comes to electronic security (one of the pluses of working in the government/health/financial sector), and do not want my data being accessible to someone else at the mere swipe of a finger. I will not be using this for any work purposes until there is a better authentication mechanism.</p>
<p>I&#8217;m also disappointed with the lack of a webcam. A webcam would truly complete the home user experience of this device. However, Apple has seen fit to save that for another revision, so we must suffer sans video for the time being.</p>
<p>Overall I&#8217;m very pleased with the device. I love the way Steve Jobs positioned it as a market all to itself. It&#8217;s not intended to replace the PCs/Macs, and it&#8217;s not designed to replace the iPhone/iPod Touch. It is truly an intermediate device, one which may become the primary computing mechanism for neophytes. As someone else pointed out, non-technical people will pick this device up and not even realize that what they are doing is considered computing.</p>
<p>I don&#8217;t suspect we&#8217;ll see any remotely capable competition for quite sometime, at which point Apple will have improved the device again. As John Gruber <a rel="nofollow" target="_blank" href="http://daringfireball.net/2010/01/ipad_big_picture" target="_blank" onclick="pageTracker._trackPageview('/outgoing/daringfireball.net/2010/01/ipad_big_picture?referer=');">pointed out</a>, the custom designed chip has enabled Apple to put the performance of the device far ahead of any competing silicon. And since the chip is Apple&#8217;s, competitors will have to wait for Intel or another manufacturer to produce a truly competitive CPU. I&#8217;d guess Intel is none too happy with Apple at this point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/01/apple-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting Exchange Contacts from iPhone</title>
		<link>http://www.kroesbergens.com/portfolio/2010/01/extracting-exchange-contacts-from-iphone/</link>
		<comments>http://www.kroesbergens.com/portfolio/2010/01/extracting-exchange-contacts-from-iphone/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:50:05 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Air Contacts]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/2010/01/extracting-exchange-contacts-from-iphone/</guid>
		<description><![CDATA[Last week I was helping an individual migrate information over from his old company to his new company. As he no longer had physical access to the company computers, but still had Exchange access until the end of the month, one would have thought it a relatively trivial task. Quite the contrary. Though he had [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was helping an individual migrate information over from his old company to his new company. As he no longer had physical access to the company computers, but still had Exchange access until the end of the month, one would have thought it a relatively trivial task. Quite the contrary. Though he had access to his information via Outlook Web Access and his iPhone, he did not have a personal copy of Outlook, so using Outlook to export information was out of the question. OWA also does not allow you to export contact information, and instead presents them in an HTML page. After a number of attempts to extract the contact information via iTunes, I started looking at alternative means. At this point I discovered Air Contacts. </p>
<p>Air Contacts is a great app. It essentially sets up a localized webserver, and presents all your contact information (no matter the source) in a simple, MobileMe-esque interface. You can browse individual contacts, with an option at the bottom of each contact item to export a vCard. At the top of the web interface there is an option to export all contacts. This page in turn has options to export a zip file with the information, a Windows formatted vCard, a Mac vCard, or an iPhone contact backup vCard. It is a very well thought out design. </p>
<p>I initially ran into a bug with contact export crashing the app. After contacting the developer and submitting the crash logs, it was determined that some malformed contact image data wasn&#8217;t being handled properly. A few hours later the developer sent me an updated test application to see if he&#8217;d fixed the issue. After running the test app, I can safely say that the problem is fixed. Once the updated version hits the App Store (v1.7), I highly recommend this app to anyone looking for an easy way to extract their old Exchange contact information from their iPhone. </p>
<p>Overall, I give this app a 4/5. This app serves its purpose very well. Had it not been for the bug I ran into, this would have been 5/5.</p>
<p>You can view the developer&#8217;s website at <a href="http://www.apptism.com/apps/air-contacts" onclick="pageTracker._trackPageview('/outgoing/www.apptism.com/apps/air-contacts?referer=');">http://www.apptism.com/apps/air-contacts</a> and purchase it on the iPhone App Store for $1.99.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2010/01/extracting-exchange-contacts-from-iphone/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

