<?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>The Adventures of Systems Boy! &#187; Hardware</title>
	<atom:link href="http://systemsboy.com/category/hardware/feed" rel="self" type="application/rss+xml" />
	<link>http://systemsboy.com</link>
	<description>Big, Honkin' Systems Stuff</description>
	<lastBuildDate>Sun, 20 May 2012 16:20:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Securely Erasing a Mac SSD</title>
		<link>http://systemsboy.com/2012/03/securely-erasing-a-mac-ssd.html</link>
		<comments>http://systemsboy.com/2012/03/securely-erasing-a-mac-ssd.html#comments</comments>
		<pubDate>Tue, 06 Mar 2012 12:00:22 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[MacOSX]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=4254</guid>
		<description><![CDATA[I&#8217;ve recently made the switch to an SSD for my boot drive. And, yes, it is good. Everything feels all buttery smooth now; I don&#8217;t feel like I&#8217;m waiting for my system to catch up to me as much. It was a bit of a hassle, but totally worth it. But that&#8217;s not what I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently made the switch to an SSD for my boot drive. And, yes, it is good. Everything feels all buttery smooth now; I don&#8217;t feel like I&#8217;m waiting for my system to catch up to me as much. It was a bit of a hassle, but totally worth it. But that&#8217;s not what I&#8217;m here to talk about.</p>
<p><strong>The Problem</strong><br />
If you ever want to, say, sell your now SSD-equipped computer, you&#8217;re probably going to want to erase its contents as securely as possible. Back in the HD days, this was very well-understood and relatively easy to do. You simply overwrote every bit of data on your Hard Drive numerous times with zeroes or random data or what have you. There are command-line tools that allow you to do this, as well as Disk Utility&#8217;s Secure Erase Options, which allow very secure and thorough erasure of a drive. But because of the way that SSDs work, all this goes out the window.</p>
<p>I&#8217;m not a Hard Drive or SSD expert, but, in a nutshell, in order to maintain performance and increase longevity, SSDs add another level of abstraction between the device and the filesystem that makes it impossible for the OS to accurately know the location of a given file on the actual device. This means that it&#8217;s virtually impossible to securely erase individual files. So the question becomes: How do I securely erase the entire drive?</p>
<p><strong>We Want&#8230; Information (-ation, -ation)</strong><br />
The tools and procedures for securely erasing SSDs are not self-evident. I poured over a pretty hefty amount of literature before arriving at a method that I think will work fairly effectively. Since there&#8217;s no way to accurately erase individual files, this method erases the entire SSD. And since the best way to do this, while still balancing usability and effectiveness, is to use encryption, we&#8217;ll be enabling FileVault 2 in Lion, as well as, of all things, Find My Mac in iCloud. I&#8217;ll go over all of this in a bit, but let me first talk a bit about my thinking.</p>
<p><strong>My Thinking</strong><br />
The most secure way to delete an SSD is to find a way to scrub the drive, to go through every cell on the SSD and overwrite the data, similar to how you would securely delete a typical hard drive, but at the hardware level. Out of the box the Mac has no way to do this. There are a <a href="http://gizmodo.com/5489933/leave-no-trace-how-to-completely-erase-your-hard-drives-ssds-and-thumb-drives" target="_blank">variety of Linux and Windows utilities</a> — some of which come directly from the drive vendors — that allow you to do this, but they require a huge number of hoops to jump through, not the least of which is creating a Linux LiveCD or Windows machine to boot from, as well as a significant time investment. Using this method, while perhaps a more secure deletion of the data, will be time consuming, difficult and error-prone.</p>
<p>As I mentioned, there&#8217;s a ton of literature on the topic of securely erasing SSDs, but the vast majority of it is theoretical. There are very few articles that actually tell you, practically, how to go about securely erasing your SSD. What got me thinking in the right direction was an <a href="http://arstechnica.com/ask-ars/2011/03/ask-ars-how-can-i-safely-erase-the-data-from-my-ssd-drive.ars" target="_blank">article from Ars Technica</a> that very broadly discussed the various difficulties with and methods for secure SSD erasure. In it, they talk about drive scrubbing approaches, but then they also mention using an encryption-based approach:</p>
<blockquote><p>&#8220;<em>The most popular option for protecting data, absent of robust secure erasing tools that scrub right down into the over-provisioned cracks, is to encrypt the SSD&#8217;s contents. This way, if someone&#8217;s coming after your data, the only thing you need to make sure is off the drive is the security key (128- or 256-bit AES is recommended) and your bits will be safe, unless whoever wants your data is up to cracking that code.</em>&#8220;</p></blockquote>
<p>This caught my attention, because it sounds very much to me like the secure erase procedure that newer iPhones use. If you&#8217;ve ever securely erased an iPhone 3GS or later, you may have noticed that it goes extremely fast. Older phones take a long time because they&#8217;re actually scrubbing the SSD clean of data, but newer ones are really fast because all they&#8217;re actually doing is deleting the encryption key, making the data virtually impossible to access.</p>
<p>Finding a similar procedure for an SSD-equipped Mac was no easy feat, but I think I&#8217;ve dug one up that may work for most typical users who just want to pass on their SSD-equipped Macs without worrying about someone accessing their private data. The thing that&#8217;s tricky about doing this is that Apple has provided no similar utility for erasing SSDs as they have for the iPhone. On an iPhone you simply go to your Settings and choose:<br />
<em>General-&gt;Reset-&gt;Erase All Content and Settings</em>.</p>
<p>There is no such utility on a Mac.</p>
<p>Or is there?</p>
<p><strong>Enter: FileVault 2</strong><br />
Mac OS X10.7, Lion, has a new feature called full disk encryption, now popularly known as FileVault 2. What FileVault 2 does is take all the data on your boot drive — which in my case is my SSD — and encrypts it. The encryption key is stored on the disk and is only accessible with your home account password (or any other user&#8217;s password that you allow). In and of itself, in fact, assuming you have a reasonably secure password, simply enabling FileVault 2 on your boot drive provides a pretty decent degree of security: No one can access the contents of your disk without your password.</p>
<p>Encryption key deletion, a la the iPhone, provides the final layer of security, but how do you go about doing such a thing? The Apple literature on FileVault 2 makes reference to something called &#8220;<a href="http://www.apple.com/macosx/whats-new/features.html#filevault2" target="_blank">Instant Wipe</a>:&#8221;</p>
<blockquote><p>&#8220;<em>With FileVault 2, instant wipe removes the encryption key from your Mac instantaneously, making the data completely inaccessible.</em>&#8220;</p></blockquote>
<p><strong>Enter: iCloud &amp; Find My Mac</strong><br />
I have yet to find a way to access this &#8220;Instant Wipe&#8221; from my Mac, nor is there any reference to it in the Help files. But with the addition of the Find My Mac feature, now freely available via iCloud, a Mac can securely erase a drive in a fashion quite similar to that of the iPhone. Find My Mac allows Mac users to remotely locate and lock, send messages and alert sounds to, and — most important for our purposes — wipe a lost Mac. Of course, this functionality works perfectly well with Macs that aren&#8217;t lost as well.</p>
<p>Sending the &#8220;Wipe&#8221; command to your Mac from Find My Mac (either via a browser logged in to iCloud or from Find My iPhone on your iPhone) will do the same thing to your Mac that Secure Erase does on your iPhone. It will <a href="http://www.macworld.com/article/163387/2011/11/can_filevault_2_and_find_my_mac_foil_thieves_.html" target="_blank">erase the encryption key</a> that protects the data on your SSD.</p>
<blockquote><p>&#8220;<em>The Remote Wipe command is, of course, a last resort, as it instantly destroys the boot drive&#8217;s contents by erasing the encrypted volume&#8217;s key, rendering the drive&#8217;s contents unusable.</em>&#8220;</p></blockquote>
<p>This means that, once the encryption key is deleted, even you will no longer be able to access your data with your password. Once this happens, the only way to access the data is to decrypt it, and without the key, this is a monumental task far beyond the capabilities of most users. The XTS-AES 128 bit encryption that Lion uses is extremely difficult and time consuming to crack. In fact, though there are more secure options out there, I believe this one has yet to be cracked at this point.</p>
<p>Also, once the encryption key is wiped, the wipe command apparently goes through and <a href="http://www.apple.com/macosx/what-is/security.html" target="_blank">deletes all the data as well</a>:</p>
<blockquote><p>&#8220;<em>Instant wipe removes the encryption key from your Mac — making the data completely inaccessible — then proceeds with a thorough wipe of all data from the disk.</em>&#8220;</p></blockquote>
<p>It&#8217;s unclear exactly how this wipe is performed. Does it happen at the hardware level clearing data from each and every cell of the SSD? Are the files overwritten multiple times with random data or are they just marked offline? It&#8217;s hard to tell from the scant online literature I&#8217;ve seen; even the <a href="http://developer.apple.com/library/mac/#documentation/Security/Conceptual/Security_Overview/Introduction/Introduction.html" target="_blank">developer docs</a> seem to be out of date. But whatever the case, this is pretty durned good security for the average joe.</p>
<p>So, how to get all this working? There are only two things you need to set up: FileVault 2 and iCloud with Find My Mac</p>
<p>This article is already long enough, so I won&#8217;t go into FileVault 2 or iCloud setup here. They&#8217;re easy to do and there&#8217;s already plenty of information about the procedures. Here are some great links to get you started:<br />
<a href="http://www.macworld.com/article/162999/2011/10/complete_guide_to_filevault_2_in_lion.html" target="_blank">Set Up Filevault 2</a><br />
<a href="http://www.apple.com/icloud/setup/mac.html" target="_blank">Set Up iCloud&#8217;s Find My Mac</a></p>
<p>Suffice to say, once these services are configured, erasing your SSD, when the time comes, should be as simple as logging in to iCloud, locating the Mac in question using Find My Mac, and issuing the Wipe command. After a very short amount of time, the encryption key will be deleted, and some time later (how long depends on a number of variables, some of which we don&#8217;t actually know), your disk will, in theory, be wiped clean of data.</p>
<p>One caveat: I have yet to actually try the Wipe command. Oh, believe me, I intend to. But we&#8217;re talking about a day out of my life, and that&#8217;s a day I just don&#8217;t have to spare. And you know what they say about <a href="http://www.answers.com/topic/list-of-english-proverbs" target="_blank">good intentions</a>. Yeah.</p>
<p>If I do manage to get around to this, I&#8217;ll certainly post my findings here. I encourage others to do likewise in the comments section of this article.</p>
<p><strong>MORE:</strong><br />
<a href="http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars/13" target="_blank">http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars/13<br />
</a><a href="http://en.wikipedia.org/wiki/Whole_Disk_Encryption" target="_blank">http://en.wikipedia.org/wiki/Whole_Disk_Encryption</a></p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2012/03/securely-erasing-a-mac-ssd.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Airport Extreme</title>
		<link>http://systemsboy.com/2011/12/airport-extreme.html</link>
		<comments>http://systemsboy.com/2011/12/airport-extreme.html#comments</comments>
		<pubDate>Fri, 30 Dec 2011 23:09:50 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=4219</guid>
		<description><![CDATA[This year for Xmas I asked for and received an Airport Extreme. Some of you may recall my struggles with the numerous Airport Expresses I own. This is because of the way my home network has evolved over the years, which is to say, completely piecemeal and haphazardly. A Piecemeal Network My home network, like [...]]]></description>
			<content:encoded><![CDATA[<p>This year for Xmas I asked for and received an Airport Extreme. Some of you may recall my <a href="http://systemsboy.com/2009/02/extending-an-airport-network.html">struggles with the numerous Airport Expresses</a> I own. This is because of the way my home network has evolved over the years, which is to say, completely piecemeal and haphazardly.</p>
<p><strong>A Piecemeal Network<br />
</strong>My home network, like many, started simply with a wired router. It then progressed to wireless with my first Airport Express, which, at the time was plenty for me, living alone in my small studio apartment. My next apartment, however, was a duplex, so I extended my network with an additional Airport Express, <a href="http://systemsboy.com/2009/09/802-11n.html">one capable of 802.11n</a>. Then, as wireless networks in the city exploded and frequencies grew more congested, causing problems with the wireless Netflix streaming I started doing a good deal of, I added yet another Airport Express and built out my network, creating one 5GHz network for my heaviest use-cases, and a 2.4GHz network for my phones and gadgets.</p>
<p>When all was said and done I had a wired router feeding three Airport Expresses, two of which were supplying wireless on 5GHz and one of which provided separate wireless access on the 2.4GHz frequency. It was a total mess: it took forever to set up (like when we recently moved to a new house); it broke often and was horrible to troubleshoot.</p>
<p><a href="http://systemsboy.com/wp-content/uploads/2011/12/Apple-Airport-Extreme-Base-Station.jpeg"><img class="aligncenter size-medium wp-image-4221" title="Apple-Airport-Extreme-Base-Station" src="http://systemsboy.com/wp-content/uploads/2011/12/Apple-Airport-Extreme-Base-Station-530x297.jpg" alt="" width="530" height="297" /></a></p>
<p><strong>Cut To The Present Day<br />
</strong>So this year one of my presents was an <a href="http://www.apple.com/airportextreme/" target="_blank">Airport Extreme</a>. I just wanted to simplify everything. I suppose I could&#8217;ve gotten some LinkSys dealio that would&#8217;ve been faster, but frankly, this is about laziness, and the Airport Extreme is, for me, the easiest option available, if for no other reason than the fact that I already use and am quite familiar with the Airport ecosystem.</p>
<p>And easy it was! In fact, I was able to set it up and completely replace my existing network — a router and three Airport Expresses — in about ten minutes. That&#8217;s right, what used to take me hours to set up and get working just so took ten minutes with an Airport Extreme. And now, all those boxes are gone, replaced with a single — and quite attractive, I might add — wireless router. It&#8217;s fantastic!</p>
<p>I have to say, setting up my Airport Extreme was one of the best user experiences I&#8217;ve had in a very, very long time. I&#8217;m not used to calling network setup easy, but that&#8217;s exactly what it was. I entered my settings and it simply Just Worked.</p>
<p>Clearly a lot has changed since I first began building my home network. It&#8217;s nice to finally be using some current gear, and the Airport Extreme is a great box. Super simple to set up and use. Oh, and it&#8217;s fast too!</p>
<p>If you&#8217;re looking to upgrade an aging wireless network, want simplicity and ease-of-use, and don&#8217;t need a ton of tweakable settings, I highly recommend the Airport Extreme.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2011/12/airport-extreme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4S</title>
		<link>http://systemsboy.com/2011/11/iphone-4s.html</link>
		<comments>http://systemsboy.com/2011/11/iphone-4s.html#comments</comments>
		<pubDate>Sat, 12 Nov 2011 16:49:20 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=4158</guid>
		<description><![CDATA[So I&#8217;ve had my Verizon iPhone 4S for a few weeks now, and I thought I&#8217;d let you know how it&#8217;s been going. The Phone In many regards, this is the same phone I had a few weeks ago. The software is the same, the data is the same, most things are the same. And [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve had my Verizon iPhone 4S for a few weeks now, and I thought I&#8217;d let you know how it&#8217;s been going.</p>
<p><strong>The Phone</strong><br />
In many regards, this is the same phone I had a few weeks ago. The software is the same, the data is the same, most things are the same. And this is a good thing. Moving to the new phone was almost completely painless and straightforward.</p>
<p><strong>Performance</strong><br />
Overall, though, there are some differences, of course. In general, I really like the phone itself. It&#8217;s a huge speed boost from the iPhone 3GS, and that helps make everything work better, more smoothly and quicker. The interface is just faster, and that&#8217;s really nice.</p>
<p>I was more surprised at how much faster the network is. I assume that this has something to do with my new provider, Verizon (more on that in a minute), but I also think that speed gain is a function of the phone hardware itself. Whatever the reason, I&#8217;m extremely pleased by this.</p>
<p><a href="http://systemsboy.com/wp-content/uploads/2011/11/iPhone4.png"><img class="aligncenter size-full wp-image-4165" title="iPhone4" src="http://systemsboy.com/wp-content/uploads/2011/11/iPhone4.png" alt="" width="445" height="216" /></a></p>
<p><strong>The Body</strong><br />
Coming from the <a href="http://systemsboy.com/2009/06/upgrading-from-the-1st-gen-iphone-to-the-3gs.html">iPhone 3GS</a>&#8216;s rounded edges and arched back, I was a bit skeptical that I&#8217;d like the body of the iPhone4S, with it&#8217;s all-flat surfaces and hard edges. The 3GS felt perfect in my hand. It was a most ergonomic body shape.</p>
<p>But I&#8217;ve been pleasantly surprised at how much I actually do like the 4S&#8217;s feel. It&#8217;s not as soft to the touch, but it feels a bit thinner, and the hard edges add a certain grippiness that makes it feel very firm in hand and easy to pick up. They also afford the possibility of placing the phone on its edge for video shoots.</p>
<p>The glass surfaces, too, are very elegant — far more so than the 3GS&#8217;s plastic back — yet have enough friction to them that the phone never feels in danger of slipping out of my hand. They also don&#8217;t appear to scuff as easily or as much as the 3GS&#8217;s plastic back.</p>
<p>And the iPhone 4S&#8217;s body is just beautiful, maybe the prettiest phone I&#8217;ve ever seen. There are tradeoffs to the new body style, but they&#8217;re very minor and pretty much even out. I&#8217;m quite pleased with the body style of this phone.</p>
<p><strong>The Screen</strong><br />
I&#8217;m pretty blown away by the Retina Display. This is one of my favorite things about my new phone. Sure, I&#8217;d seen friends&#8217; iPhone 4s, so it wasn&#8217;t completely new to me. But seeing the screen and using one on a regular basis are two very different things. Using the Retina Display is amazing, especially as my vision gets crappier with age. Reading text on this screen is noticeably better, an improvement that extends to every area of the iPhone experience. Also, I can finally notice tiny details, like the paper texture in Notes, that I&#8217;d never seen before. It&#8217;s really terrific.</p>
<p><strong>The Camera</strong><br />
The camera is much faster than the one on my old phone. It&#8217;s also better, but I wouldn&#8217;t say the improvement is huge. Side by side you can certainly tell a difference, but these still look like iPhone photos.</p>
<p>The HDR functionality is good only for certain types of lighting situations. For anything else it usually does a worse job. Moreover, it slows the camera down considerably. I recommend keeping it off unless you need it. For this reason I wish it had a dedicated button instead of being buried within a submenu.</p>
<p>Video is still clearly phone video, though as such it&#8217;s quite serviceable. But what impressed me was the stabilization. It&#8217;s very good, and on such a small device, it&#8217;s really essential. These little video phones tend to exacerbate camera shake, but the iPhone 4S does a pretty darned good job of smoothing out the worst of it by using the phone&#8217;s physical sensors, in part, to do the job. This, perhaps even more than the optics, makes a huge improvement to the video the iPhone 4S produces.</p>
<p><strong>Siri</strong><br />
The big surprise for me, with Siri, is how much I actually do use it. For Reminders and phone calls it really is much quicker and easier than using the touch screen. And, yes, it&#8217;s really as accurate as everyone says. It&#8217;s not for everything, but there are certain situations that Siri is perfect for, and when you&#8217;re in those situations, Siri is a joy.</p>
<p>Perhaps my favorite use of Siri is dictation. It&#8217;s great! It&#8217;s very accurate, and far more convenient than typing everything out on the touchscreen keyboard. Accurate dictation is far less useful on a computer with a physical keyboard, because you can usually type faster than you can speak. But with virtual keyboards, the equation is the reverse, and this is one place where Siri really shines.</p>
<p>Siri&#8217;s limitations can be frustrating, though. I wish (as I think everyone does) that it was more hooked into the OS. I&#8217;d love to use Siri as an application launcher, for instance. Or maybe even for navigation. Siri&#8217;s technically only in beta at this point, though, so I&#8217;m sure we&#8217;ll start to see these sorts of things as the service evolves. I think it&#8217;s going to be great.</p>
<p><strong>Verizon</strong><br />
One of the biggest changes for me with this upgrade has nothing to do with the actual phone hardware itself. For this phone purchase I <a href="http://systemsboy.com/2011/10/buyers-lament.html">switched to Verizon</a> as my mobile provider. I was actually a little worried about the switch as I&#8217;d been fairly happy with AT&amp;T&#8217;s customer service and web apps. But I live in New York City, and AT&amp;T&#8217;s reception is pretty lousy here. Moreover, at work, often when I really need a connection, AT&amp;T is spotty or just plain out of range, and that&#8217;s not cool.</p>
<p>So I switched to Verizon on a trial basis.</p>
<p>Thus far I&#8217;ve been very happy. The cell service is truly amazing, a huge step up. Calls are not only more reliable, they are also clearer and louder. Some of this may be due to the new phone hardware, but credit where due, Verizon&#8217;s cell service works everywhere I go, and works very, very well. I&#8217;ve not had a dropped or garbled call, nor been in an area with no signal yet. I actually needed to make a call on the first day I had the phone from a previously impossible location at work and it worked flawlessly. With voice commands, no less!</p>
<p>The improved reception has also brought another advantage: my data connection is more pervasive and reliable. Suddenly, I&#8217;m able to get a data connection in all sorts of places where it had been terrible on AT&amp;T. At times, I believe this more reliable data connection even makes it appear that the network is much faster than on my old phone, which would choke when trying to connect using a spotty connection. So, overall, the increased reliability has ultimately resulted in increased network speeds.</p>
<p>Verizon&#8217;s customer service has been very good as well. I&#8217;ve had two occasions to deal with their phone support, and both times they&#8217;ve gotten the job done quickly and politely. And that&#8217;s pretty much all I ask.</p>
<p>Their account management site is also very good and easy to use.</p>
<p>Verizon is definitely more expensive, however. About $30 more per month for the plan I got, which is a slight step up from my old AT&amp;T plan. I am now getting an employee discount that brings this back down to only about $10 a month more than my AT&amp;T account, but without that, the price hike is significant. If phone reception is key, though, it might just be worth it; the improvement is huge. In my case, I&#8217;m more than happy to pay $10 more per month for much, much improved service.</p>
<p><strong>Bugs and Updates</strong><br />
It hasn&#8217;t been all wine and roses, however. There have been some bugs and <a href="http://arstechnica.com/apple/news/2011/11/ios-501-update-causing-contact-wifi-headaches-for-some-users.ars" target="_blank">issues</a>.</p>
<p>The most annoying problem I&#8217;ve had is that, when shooting pictures or video with the Camera app — and this seems particularly bad when shooting from the lock screen rather than launching directly from the Springboard — sometimes they don&#8217;t show up in the Camera Roll gallery. If I sort by Places, the pictures appear and can be moved to other galleries, but for some reason they don&#8217;t appear in the Camera Roll. For that reason, importing via iPhoto can be hit-or-miss. Sometimes the photos appear for import, sometimes they don&#8217;t. Sometimes they get deleted from the phone, sometimes they don&#8217;t. It&#8217;s more of an annoyance than anything, and I haven&#8217;t permanently lost any data yet. But I really wish they&#8217;d fix it. And fast.</p>
<p>I was hoping the iOS 5.0.1 update would bring some relief, but it does not seem to have addressed the issue. Moreover, after applying the update, I<br />
experienced the bug wherein <a href="http://thestartupfoundry.com/2011/11/10/nasty-bug-in-ios-5-0-1-ota-update-screws-up-address-book-on-the-iphone-4s/" target="_blank">contact names don&#8217;t appear</a> for incoming calls, despite the fact that they&#8217;re still in your Contacts. This I was able to fix, however. It seems the Contacts database gets corrupted with the iOS 5.0.1 update, and the punctuation (parentheses and dashes and what not) gets removed from the phone numbers of all your Contacts. The incoming phone number, however, does retain all the necessary punctuation, and this inconsistency causes the Phone app to be unable to recognize said incoming number.</p>
<p>The fix that worked for me is easy enough: Just restore your contacts from a recent backup. Of course, this assumes you made a backup before updating. If you didn&#8217;t, this is perfect example of why you should. Shit happens.</p>
<p><strong>Conclusion</strong><br />
I&#8217;m very happy with my Verizon iPhone 4S. The hardware is a vast improvement over the 3GS, and I notice the speed boost and spectacular display all the time, in every area of operation, from note-taking to search, even after weeks of use. Siri is fun and useful, and the technology to watch; it&#8217;s going to be great someday and a real boon to iPhone users. Finally, Verizon has really rounded out my user experience by at last allowing my phone to perform well in its primary function, as a phone.</p>
<p>Like a lot of people, I&#8217;d imagine, I seem to be on a leapfrog iPhone upgrade cycle, upgrading every other version, and so far that seems to be working out well. Each time I upgrade I receive a subsidy on the price of the phone and a significant hardware boost. The iPhone 4S is no exception. It&#8217;s a solid upgrade, and I&#8217;m very happy with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2011/11/iphone-4s.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of The Line?</title>
		<link>http://systemsboy.com/2011/10/end-of-the-line.html</link>
		<comments>http://systemsboy.com/2011/10/end-of-the-line.html#comments</comments>
		<pubDate>Mon, 31 Oct 2011 22:38:38 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=4150</guid>
		<description><![CDATA[There&#8217;s been lots of discussion here about whether or not Apple has lost interest in the Pro market. The big turning point for me was the release of the wholly inadequate — at least for many video professionals — of Final Cut Pro. A complete ground-up rewrite of Apple&#8217;s flagship professional video editing application, for [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been lots of <a href="http://systemsboy.com/2011/06/final-cut-pro-x.html#comments">discussion</a> here about whether or not Apple has lost interest in the Pro market. The big <a href="http://systemsboy.com/2011/06/final-cut-pro-x.html">turning point</a> for me was the release of the wholly inadequate — at least for many video professionals — of Final Cut Pro. A complete ground-up rewrite of Apple&#8217;s flagship professional video editing application, for which Apple reportedly never once consulted a professional.</p>
<p>Now comes this latest salvo in the barrage of evidence that points to major focus shifts at Apple: It appears they are considering <a href="http://www.macrumors.com/2011/10/31/apple-questioning-the-future-of-its-mac-pro-line/" target="_blank">ending the Mac Pro line</a> of desktop machines.</p>
<p>Now I quite realize that this is just at the rumor stage. But I actually think it&#8217;s very likely that this will come to pass, that Apple will end the Mac Pro line, or at least radically transform it to such a degree as to be unrecognizable to its former user base. Apple is aggressively cutting out parts of the business that aren&#8217;t big money makers. Everything they&#8217;ve done with their pro-oriented products speaks to a company that&#8217;s pretty much only interested in mass markets, huge ones like cell phones, not niche ones like pro workstations and software.</p>
<p>I may be proven wrong, but I do think this is the beginning of the end, not just of the Mac Pro line, but of Macs as powerful tools for creative professionals.</p>
<p>I hope I&#8217;m wrong, but that seems to be the way the <a href="http://daringfireball.net/linked/2011/10/31/ai-mac-pros" target="_blank">wind is blowing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2011/10/end-of-the-line.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Yay!</title>
		<link>http://systemsboy.com/2011/01/yay.html</link>
		<comments>http://systemsboy.com/2011/01/yay.html#comments</comments>
		<pubDate>Wed, 12 Jan 2011 00:55:43 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3707</guid>
		<description><![CDATA[A tiny Yay! today for the iPhone coming to Verizon. Whether you switch or stay with AT&#38;T, this is good news for iPhone users. We finally have a choice of carriers, and that means competition. And that means that things get better faster. And so, a tiny Yay!]]></description>
			<content:encoded><![CDATA[<p>A tiny Yay! today for the iPhone coming to Verizon. Whether you switch or stay with AT&amp;T, this is good news for iPhone users. We finally have a choice of carriers, and that means competition. And that means that things get better faster.</p>
<p>And so, a tiny Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2011/01/yay.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trying an iPad</title>
		<link>http://systemsboy.com/2010/11/trying-an-ipad.html</link>
		<comments>http://systemsboy.com/2010/11/trying-an-ipad.html#comments</comments>
		<pubDate>Sun, 28 Nov 2010 21:58:34 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Interface]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3593</guid>
		<description><![CDATA[My initial impression of the iPad, after reading about it and seeing it in stores, was your basic meh. There didn&#8217;t seem to be much compelling about the device for a user such as myself. Let&#8217;s be clear: I don&#8217;t think the iPad is a bad thing, or not a &#8220;real&#8221; computer, or anything bad [...]]]></description>
			<content:encoded><![CDATA[<p>My initial impression of the iPad, after reading about it and seeing it in stores, was <a href="http://systemsboy.com/2010/04/touching-the-ipad.html">your basic meh</a>. There didn&#8217;t seem to be much compelling about the device for a user such as myself. Let&#8217;s be clear: I don&#8217;t think the iPad is a bad thing, or not a &#8220;real&#8221; computer, or anything bad at all. I just don&#8217;t see it being particularly useful to someone like me.</p>
<p>And by someone like me I should reiterate that I am, by trade, a systems administrator and that I use computers, to a large extent, to set up and maintain other computers with highly specialized or high-level functions. In my spare time I use computers to make art — video, music, and, most recently, to scan and post drawings. For much of my job an iPad is simply useless. And for many of my personal pursuits it&#8217;s a non-option as well. I&#8217;m really not the intended audience for the iPad.</p>
<p>So when a co-worker recently purchased an iPad and was kind enough to let me test it out for a week, the question I set out to answer was: Is there anything useful I can do with the iPad?</p>
<p>The short answer is a qualified yes. There is a lot about the iPad to like, and there are quite a few things I don&#8217;t like, but I did manage to find some areas in which the iPad shined, even for &#8220;someone like me.&#8221;</p>
<h3><strong>The Downside</strong></h3>
<p>Let&#8217;s start with the areas that, for me, proved disappointing. These will, of course, be based on my own usage preferences. But suffice to say there are at least a few areas where the iPad left me wanting, and some of them were quite surprising.</p>
<p><strong>Performance</strong><br />
Much has been said about the iPad&#8217;s performance. All of it positive. But frankly — and I realize I sound like a crank here, but — I just didn&#8217;t see it. Maybe it was all the hype going in, or maybe it was the iOS 4.2 update I applied immediately after cracking the box, but the iPad felt to me like it performed almost exactly like my iPhone 3GS. That&#8217;s right, <em>3GS</em>. Not that that&#8217;s particularly bad, mind you, but I was expecting to be impressed with the speed of the iPad, especially considering the fact that I&#8217;m accustomed to previous-generation hardware, and I wasn&#8217;t.</p>
<p>In my experience, I often would touch an interface element and have to wait — sometimes for well over a second — for something to happen. For example, in iBooks, when I would touch a book in the Store section it would typically take up to five seconds to load the book info. Once it would load, if I pressed the Get Book button I&#8217;d be waiting between two and three seconds for any sort of response from the interface. Pressing a book in my library would result in a similar wait time.</p>
<p>What&#8217;s worse is that sometimes there&#8217;d be no indication that the touch had even taken place. No dimming of the touched item, no &#8220;Loading&#8230;&#8221; message, no barber pole. You&#8217;d just wait and hope that the touch had occurred. There seemed to be some caching issues at work here, as this sort of thing seemed to get better with time spent in a given application. Nevertheless, I would hesitate to describe much of the iPad interface as zippy.</p>
<p><strong>Typing</strong><br />
Coming from the iPhone, typing on the software keyboard felt — and largely continues to feel — awkward and difficult. Typing is so key to so many things I do that not being able to do it as easily as I can on my iPhone feels pretty crippling. I felt like I was able to learn to thumb-type much more quickly on my iPhone. But on the iPad, it&#8217;s too wide to hold and thumb type on, at least with my rather dainty hands. But two-handed typing is even more difficult, and touch typing is simply impossible without some sort of tactile feedback. Without easier typing the iPad feels a lot more limited than my iPhone.</p>
<p><strong>Netflix &amp; Facebook</strong><br />
One thing I could see myself using the iPad for is casual movie and TV watching, and it&#8217;s pretty good for that. I have to say, though, that after using the Netflix app for iPhone — which by and large I like quite a bit — I found the iPad version to be quite terrible. It&#8217;s essentially no different than the web app. Unlike the iPhone app, the iPad version doesn&#8217;t appear to have been optimized for the device at all. It just a slow, laggy view of the Netflix website, and I found it to be really irritating to use. The only place Netflix for iPad really shines is, of course, the watching of movies. Here, of course, the large screen makes watching stuff much nicer than it is on the iPhone.</p>
<p>The Facebook app, on the other hand, simply hasn&#8217;t been refactored at all, which was disappointing to discover. I use my iPhone to peruse Facebook quite a bit. It&#8217;s nice that iPhone apps will run on the iPad, but it really is true that they scale poorly. I was a bit surprised at how bad they look. I actually prefer the Facebook app on my iPhone to the scaled up version on iPad. The good news is that the Facebook website looks terrific, but I often prefer using the mobile app to the website; in many ways it&#8217;s a better interface for browsing. So overall, while nice to have, Facebook on the iPad was disappointing.</p>
<p><strong>The Physical Device</strong><br />
While the build quality of the iPad is, in typical Apple fashion, lovely, I found handling it to be less than optimal for many of the things I want to use it for. After watching a movie in bed for a while, I found my hands and arms getting tired. The iPad starts to feel heavy and I found myself adjusting the way I was sitting or switching hands a lot. In fact, fatigue set in when using the iPad for surfing too. And when typing or holding the iPad for extended periods, the sharp metal edges frequently dug uncomfortably into my hands and fingers. While the squared off edges do look beautiful, I can&#8217;t help feeling something round would be a bit easier on the hands, and overall the iPad just felt a bit too heavy for extended use.</p>
<p>My co-worker also got the Apple-made <a href="http://www.apple.com/ipad/accessories/" target="_blank">iPad case</a>. And as superb as the build quality of the iPad itself is, this case is just as crappy. Really. It&#8217;s worse than I&#8217;d even <a href="http://systemsboy.com/2010/02/its-not-a-computer.html">surmised from the photos</a>. Just total shit. The material is like cardboard wrapped in cheap plastic, it&#8217;s flimsy, and when getting the iPad into and out of it it feels very much like it could easily break. The case also offers a way to prop the iPad up for extended viewing, but I think you&#8217;ll get just as much mileage out of something homemade, and for much less money. If you&#8217;re looking for a way to prop up your iPad, find a different case. One that&#8217;s good. Though really, I wish there were a built-in way to do this. Maybe in iPad 2.</p>
<p>Finally, the iPad Dock. The dock is actually pretty nice, akin to the dock for iPhone. It makes a great and fairly stable stand for the iPad. My only gripe is that it&#8217;s a bit difficult to remove the iPad from the dock without lifting the entire kit and kaboodle off the table. Still, it&#8217;s a worthwhile accessory.</p>
<p><strong>Activation and IDs</strong><br />
There were just a few other spots in the whole experience that I found perplexing. For one, can someone tell me why I need to activate this thing with a computer? This seems pretty ridiculous to me. And activation is through iTunes? But&#8230; I have iTunes on my iPad, right? Why can&#8217;t I just use that? It&#8217;s a shame that a computer that&#8217;s perfect for <a href="http://systemsboy.com/2010/02/ipad-revalations.html">people who aren&#8217;t particularly interested in computers</a> requires both a computer and a fairly tech saavy computer user to activate. I really, really don&#8217;t get this. It seems contrary to the very idea of the iPad.</p>
<p>What&#8217;s worse, I could at least see the activation process simplifying the activation of all those Apple-supplied services, but it doesn&#8217;t. Despite the fact that I have to activate the iPad on my computer using my Apple ID, that ID exists in limbo on the iPad. If I launch the App Store, or iTunes, or iBooks on the iPad, I end up having to enter that same stupid Apple ID every time. Why? Can&#8217;t the iPad make the assumption that you&#8217;ll be using that ID for every Apple service? It would really make my life easier, and I&#8217;m an advanced user. Imagine how much better it would make my mom&#8217;s life.</p>
<h3><strong>The Upside</strong></h3>
<p>In the end, I actually did manage to find a few areas in which an iPad could serve some use in my life. It took a while, but I managed.</p>
<p><strong>Reading</strong><br />
It&#8217;s been pretty obvious to me from the start that the iPad would be a great device for reading books. And it is. The form factor is that of a book, the weight is similar to a hardcover book. And if those clues weren&#8217;t enough: iBooks.</p>
<p>I really enjoy reading books on the iPad far more than I do on my iPhone, for obvious reasons. The large, bright screen and jumbo touch areas make reading on a digital device a true pleasure. If I were going to go all digital with my book collection today, I&#8217;d do it on an iPad. And the iPad itself — along with the spatial deficiencies of a Manhattan apartment — makes a great case for doing just that. My only complaint about reading on the iPad is the weight. My arms do get tired. Fortunately, I don&#8217;t tend to read for large stretches of time, so for me it&#8217;s a minor point.</p>
<p><strong>Pictures</strong><br />
I&#8217;ve been doing a lot of drawing lately. Particularly comics. I was very pleasantly surprised at how wonderful it&#8217;s been to look at my comics on the iPad.</p>
<p>As the story goes, I was testing the basic Photo app functionality, and just happened to have my comics on hand to work with, so that&#8217;s what I ended up using. But it turned out to be such a thrill to look at them on the iPad, flipping from page to page in the Photos app (<a href="http://systemsboy.com/2010/11/mobileme-vs-dropbox-redux.html">or in Dropbox</a>). There&#8217;s a physicality to hand-drawn images that is wonderfully complimented by the physicality of the iPad. Both are about gesture and the touch of the human hand. And the iPad&#8217;s display and the way it processes images is just glorious. Looking at my drawings on the iPad was the closest I got to that revelatory feeling I had when I first slid open my iPhone. It was truly magical.</p>
<h3><strong>General Coolness</strong></h3>
<p>There are a few other areas where the iPad really shines for me. And while these aren&#8217;t necessarily things that will make the device useful to me, they are immensely cool, and worthy of mention. They are a showcase of the promise this device holds.</p>
<p><strong>Mixed Mode Interface</strong><br />
The change in interface that occurs in some apps when held horizontally versus vertically is terrific. I always thought this was really smart in the ads for the iPad. But in practice it&#8217;s even better. The mixed mode interface adds both delight and functionality to the basic idea that the iPad can function in either orientation. It takes advantage of this fact by offering a reason beyond personal preference to turn the device. I just find it a very thoughtful touch that could really be exploited by developers.</p>
<p><strong>Battery Life</strong><br />
Another delight is the phenomenal battery life. I used the iPad moderately all Thanksgiving weekend (a three-day weekend for me) and when I got back to work (yes, on Sunday) the battery still read 34%, which means it probably would have lasted another day if I&#8217;d been so lucky as to be off. That&#8217;s amazing battery performance, folks! I&#8217;ve never seen anything like it.</p>
<p><strong>Maps</strong><br />
While it&#8217;s probably not all that useful unless you have the 3G version (which I did not) the Maps application is really nice. The larger screen makes it much more usable, and the zooming implementation in that app in particular works very, very well. I&#8217;m not sure what it is, it&#8217;s very subtle. But it&#8217;s nice! And I found myself impressed with the Maps app.</p>
<p><strong>Keyboard</strong><br />
Using the Bluetooth keyboard really makes the iPad much more computer-like in its usefulness. Set the iPad on the Dock and use the keyboard for typing and it&#8217;s really pretty useful. I only got to do this a bit, but I can already see the potential. The keyboard and iPad combo is a powerful one.</p>
<p><strong>My Stepfather</strong><br />
We&#8217;ve wanted to get my stepfather involved in computing somehow for a long time now, but he&#8217;s been resistant. I think it&#8217;s the learning curve. Computers tend to make people feel either really smart or really stupid, and I think my stepfather — and probably most normal people — falls into the latter camp. So I decided to show him the iPad as he&#8217;s expressed some interest in getting one. With very little &#8220;training&#8221; he was able to start using the device, and I think he even enjoyed it somewhat. It&#8217;s by no means a sure thing, but I think the iPad represents the best hope for people like my stepfather who want to take advantage of the basic wonders computers have to offer without feeling like an idiot. If we can accomplish this with my stepfather using an iPad it would be, in my eyes, the ultimate success of the device. Time will tell.</p>
<h3>Conclusion</h3>
<p>So the ultimate question is: Do I want an iPad? Or perhaps, more specifically, Can I use an iPad?</p>
<p>This answer&#8217;s not so cut and dry, I&#8217;m afraid. There is a techno-lusty side of me that wants one just because they&#8217;re neat. Any new device offers a certain allure to folks like me. But folks like me also have a huge practical side.</p>
<p>I&#8217;ve said many times now, if the iPad were $200 I&#8217;d buy one in a heartbeat. But at $500 clams, bare minimum — no keyboard, no case, no dock — I&#8217;ll have to pass. For now. If I&#8217;m going to spend that kind of money, I&#8217;m going to need to be able to do a lot more with an iPad than I can right now. I&#8217;m going to need a reason for one, a killer app, a justification. And that doesn&#8217;t quite exist yet.</p>
<p>That said, after using it for a week, while my basic suspicions were confirmed, I also came away with a greater appreciation of the device. And a much greater sense of its potential. This is already a great device for reading digital books. And it&#8217;s simply a joy for perusing images. I fully expect to get one of these babies someday. Maybe it will be iPad 2, maybe iPad 3, I don&#8217;t know. But they&#8217;re only going to get more useful, and at some point that usefulness will reach a critical mass and I&#8217;ll have to have one. What I&#8217;ve seen so far has proven at least that to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2010/11/trying-an-ipad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 4 More Camera-Like</title>
		<link>http://systemsboy.com/2010/06/iphone-4-more-camera-like.html</link>
		<comments>http://systemsboy.com/2010/06/iphone-4-more-camera-like.html#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:40:55 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3351</guid>
		<description><![CDATA[Gruber points out that the flat edges on the iPhone 4 make it &#8220;feel much more like a camera.&#8221; It occurs to me that those flat sides might also have the added benefit of allowing one to place the iPhone on a flat surface while shooting, for hands-free video recording, for instance, self-portraits, or longer FaceTime [...]]]></description>
			<content:encoded><![CDATA[<p>Gruber <a href="http://daringfireball.net/2010/06/iphone_4" target="_blank">points out</a> that the flat edges on the iPhone 4 make it &#8220;feel much more like a camera.&#8221; It occurs to me that those flat sides might also have the added benefit of allowing one to place the iPhone on a flat surface while shooting, for hands-free video recording, for instance, self-portraits, or longer FaceTime conversations.</p>
<div id="attachment_3362" class="wp-caption aligncenter" style="width: 532px"><a href="http://systemsboy.com/wp-content/uploads/2010/06/video-yourself-20100607.jpg"><img class="size-full wp-image-3362" title="video-yourself-20100607" src="http://systemsboy.com/wp-content/uploads/2010/06/video-yourself-20100607.jpg" alt=" " width="522" height="335" /></a><p class="wp-caption-text"> </p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2010/06/iphone-4-more-camera-like.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen Savers and Firewire Drives</title>
		<link>http://systemsboy.com/2010/05/screen-savers-and-firewire-drives.html</link>
		<comments>http://systemsboy.com/2010/05/screen-savers-and-firewire-drives.html#comments</comments>
		<pubDate>Thu, 13 May 2010 12:57:05 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3305</guid>
		<description><![CDATA[For some time now I&#8217;ve had an odd problem on my MacBook wherein my Time Machine firewire drive appears to spontaneously, and without reason, disconnect. No warning is produced, no error message appears. It always happens, in fact, when the computer is not in use. I leave the system on, say, while a large backup [...]]]></description>
			<content:encoded><![CDATA[<p>For some time now I&#8217;ve had an odd problem on my MacBook wherein my Time Machine firewire drive appears to spontaneously, and without reason, disconnect. No warning is produced, no error message appears. It always happens, in fact, when the computer is not in use. I leave the system on, say, while a large backup is taking place, and I go up to go to sleep. I come down the next morning to find the drive unmounted. The only sign something&#8217;s gone wrong is an entry in my system log that reads something like this:</p>
<blockquote><p><em>May 10 11:01:02 mrpooter com.apple.backupd[255]: Stopping backupd to allow ejection of backup destination disk!</em></p></blockquote>
<p>Weird, huh? I know!</p>
<p>My Energy Saver setting are set to never sleep the machine and never spin down hard drives, though I&#8217;ve tried every variance of this, as per this <a href="http://discussions.apple.com/thread.jspa?threadID=2138946&amp;start=0&amp;tstart=0" target="_blank">Apple Knowledgebase thread</a>, to no avail. The problem persists.</p>
<p>After reading that thread, though, I was able to narrow and eventually solve the problem. Oddly, it seems to be related to my screen saver. I&#8217;ve been using an iPhoto album for my screen saver for a while, and I wondered if it had to do with that. So I switched back to one of the built-in, included screen savers — Arabesque, if you must know — and it&#8217;s all better now.</p>
<p>For a few nights in a row now I&#8217;ve been able to leave my machine on indefinitely, even overnight. And where this would once have certainly cause my firewire drive to unmount, it no longer does.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2010/05/screen-savers-and-firewire-drives.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Window for One</title>
		<link>http://systemsboy.com/2010/04/window-for-one.html</link>
		<comments>http://systemsboy.com/2010/04/window-for-one.html#comments</comments>
		<pubDate>Sat, 17 Apr 2010 15:31:14 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3240</guid>
		<description><![CDATA[Like a lot of SysAdmins, I work in a cave. No windows except for the odd Dell system, of course. No natural light whatsoever. It can get depressing. So I was pretty intrigued when I saw this Winscape virtual window. I&#8217;ve actually had this idea for some time. Get a large, bright screen and show [...]]]></description>
			<content:encoded><![CDATA[<p>Like <a href="http://en.wikipedia.org/wiki/The_IT_Crowd" target="_blank">a lot of SysAdmins</a>, I work in a cave. No windows except for the odd Dell system, of course. No natural light whatsoever. It can get depressing. So I was pretty intrigued when I saw this <a href="http://www.tuaw.com/2010/04/16/winscape-apple-powered-fake-windows/" target="_blank">Winscape virtual window</a>.</p>
<div id="attachment_3241" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2010/04/winscape.png"><img class="size-medium wp-image-3241" title="winscape" src="http://systemsboy.com/wp-content/uploads/2010/04/winscape-530x321.png" alt="" width="530" height="321" /></a><p class="wp-caption-text">Winscape</p></div>
<p>I&#8217;ve actually had this idea for some time. Get a large, bright screen and show video of the outdoors on it. Hang it on the wall and frame it with some trim so it looks like a window, and voila! Instant techno-window. But this rig adds one cool wrinkle: <a href="http://en.wikipedia.org/wiki/Parallax" target="_blank">parallax</a>. Parallax is the changing of said view out said window as your position relative to said window changes. Simply playing video of the beach on a screen will yield less realistic results as it will lack the parallax effect.</p>
<p>Parallax in the Winscape rig is achieved with a transmitter on the viewer that sends location to a sensor on or near the virtual window display. As the viewer moves relative to the screen, a computer tracks the movement and updates the display accordingly.</p>
<p>As someone who deals with a lot of art and museum installation, I can tell you that there is at least one big potential problem with this kind of setup. How do you deal with more than one viewer?</p>
<p>The Winscape system, while cool in concept, is clearly only suitable for the basement-living single crowd. Pity.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2010/04/window-for-one.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Touching the iPad</title>
		<link>http://systemsboy.com/2010/04/touching-the-ipad.html</link>
		<comments>http://systemsboy.com/2010/04/touching-the-ipad.html#comments</comments>
		<pubDate>Sun, 11 Apr 2010 19:29:42 +0000</pubDate>
		<dc:creator>systemsboy</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://systemsboy.com/?p=3220</guid>
		<description><![CDATA[Yesterday I found myself at the Apple Store. At last, a chance to try out an iPad. At last a chance to pass judgment. Color me unimpressed. I know, I know. Lots of people will say I don&#8217;t &#8220;get it.&#8221; That the iPad is revolutionary. That&#8217;s it&#8217;s the next big thing in computing. And that [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I found myself at the Apple Store. At last, a chance to try out an iPad. At last a chance to pass judgment.</p>
<p>Color me unimpressed.</p>
<p>I know, I know. Lots of people will say I don&#8217;t &#8220;<a href="http://daringfireball.net" target="_blank">get it</a>.&#8221; That the iPad is revolutionary. That&#8217;s it&#8217;s the next big thing in computing. And that may all be true. But there&#8217;s nothing the iPad offers, in it&#8217;s present incarnation, that I need, or, frankly, even that I want. Don&#8217;t get me wrong, I <em>want</em> to want an iPad. I really do. I&#8217;m as close to being an Apple fanboy as you can get (Hell, maybe I am one); I love new toys and gadgets; and I love all my Apple products — my MacBook Pro, my iPhone, they&#8217;re among my favorite products ever.</p>
<div id="attachment_3223" class="wp-caption aligncenter" style="width: 540px"><a href="http://systemsboy.com/wp-content/uploads/2010/04/applestore-59street-stairs.jpg"><img class="size-medium wp-image-3223" title="applestore-59street-stairs" src="http://systemsboy.com/wp-content/uploads/2010/04/applestore-59street-stairs-530x397.jpg" alt="" width="530" height="397" /></a><p class="wp-caption-text">Apple Store 59th Street Stairs</p></div>
<p>But, after touching it and experiencing it for myself, the iPad just kinda leaves me cold.</p>
<p>Yes, the touch interface is undeniably cool and well-done. Yes, the hardware is gorgeous. But I can&#8217;t help seeing the iPad as a hobbled MacBook on the one hand, and as a hobbled iPhone on the other. I can only see it in terms of what doesn&#8217;t do, because there&#8217;s nothing it does much better than anything I already have. I don&#8217;t plan on using a tablet to consume ever more movies and TV; I get enough of that already, and it&#8217;s disappointing enough as it is. And, frankly, the hype around the idea that surfing the web on the iPad with my hands is somehow the apex of the browsing experience is completely over the top. I did not find it particularly magical at all. The only thing the iPad offers is the promise of something great in the  future, the idea that there&#8217;s a simple computing paradigm for people who aren&#8217;t particularly interested in technology for technology&#8217;s sake.</p>
<p>Maybe I&#8217;m underwhelmed because I&#8217;ve already experienced the first-time rush of touch interaction three years ago when I bought my first iPhone. Maybe it&#8217;s because I actually like computers and always have. Maybe the iPad, as I suspect, is just not intended for someone like me. This is probably the case.</p>
<p>That said, speaking from the point of view of someone like me — someone who likes computers and already has a laptop and a smartphone that work really well — who has now experienced the iPad firsthand, in the flesh, there is little I find compelling about the product. As a device that can&#8217;t even be activated without a computer, and that is shackled in many of the same ways the iPod is (another product I never saw a need to buy), the iPad represents an interesting, yet in many ways still frustrating, vision of what computers could someday become. The touch interaction and simplicity are great and will someday be a boon to people who don&#8217;t particularly enjoy using computers. But for those of us who do, the current iPad will likely prove disappointing until it is capable of much more than it currently is.</p>
<p>I&#8217;ll say again, I think the main schism is between <a href="http://systemsboy.com/2010/02/its-not-a-computer.html">creativity and consumerism</a>. Right now, the iPad is mainly geared towards the consumption of digital media. Until its capabilities as a creative tool are greatly expanded, I think you&#8217;ll see those of use who want to use computers primarily to make stuff unimpressed by the device.</p>
<p>Now that I&#8217;ve touched the iPad, that&#8217;s the camp you&#8217;ll find me in.</p>
]]></content:encoded>
			<wfw:commentRss>http://systemsboy.com/2010/04/touching-the-ipad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/46 queries in 0.081 seconds using disk: basic
Object Caching 534/633 objects using disk: basic

Served from: systemsboy.com @ 2012-05-22 18:45:36 -->
