<?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>Incredible Vehicle &#187; Technology</title>
	<atom:link href="http://incrediblevehicle.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://incrediblevehicle.com</link>
	<description>(It&#039;s a blog.)</description>
	<lastBuildDate>Fri, 27 Apr 2012 03:50:37 +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>Sublime Text 2</title>
		<link>https://incrediblevehicle.com/2012/04/21/sublime-text-2/</link>
		<comments>https://incrediblevehicle.com/2012/04/21/sublime-text-2/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 17:04:52 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[st2]]></category>
		<category><![CDATA[sublimetext2]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=1112</guid>
		<description><![CDATA[Today I took a relatively big step in terms of my coding workflow. I purchased a license for Sublime Text 2 and immediately began using it as my full-time code editor. Advantages Vim keybindings for 70% &#8211; 90% of the commands I use (e.g. ci(, marks, :w) Find in files Cmd-R to jump to a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I took a relatively big step in terms of my coding workflow. I purchased a license for <a href="http://www.sublimetext.com/">Sublime Text 2</a> and immediately began using it as my full-time code editor.</p>

<p><span id="more-1112"></span></p>

<h3>Advantages</h3>

<ul>
<li>Vim keybindings for 70% &#8211; 90% of the commands I use (e.g. <code>ci(</code>, marks, <code>:w</code>)</li>
<li>Find in files</li>
<li>Cmd-R to jump to a symbol</li>
<li>Command-T-style fuzzy completion of filenames via Cmd-P</li>
<li>Projects (i.e. a list of files spread across disparate dirs accessible via Cmd-P)</li>
<li>Menu commands executable through Cmd-Shift-P, complete with fuzzy matching</li>
<li>A sensible configuration &amp; plugin language</li>
<li>Fast. Buttery smooth.</li>
<li>Linux AND Mac compatibility</li>
<li>One license, all of your machines</li>
</ul>

<p>It&#8217;s not that Vim can&#8217;t do most of this stuff (modulo the sensible configuration language). It&#8217;s that all of the above <em>works out of the box</em>. There&#8217;s a litany of things that I&#8217;ve just never quite gotten to work right. For instance, CommandT worked for a while and then broke. I don&#8217;t mean to pick on anybody. But this was not uncommon.</p>

<p>That was perhaps the single biggest reason that I switched.</p>

<p>At another point, I was trying to fix bugs in a dozen or so Python scripts, themselves scattered across three or more different subdirectories at various depths. In ST2, I added all three dirs to my project, and I bounced between them with Cmd-P quickly and easily. It just worked. And it&#8217;s <em>fast</em>. It breaks my heart to say it but Vim felt positively medieval in comparison.</p>

<p>I also look forward to learning how to write plugins. I&#8217;ve never been able to convince myself to learn Vim&#8217;s scripting language.</p>

<p>There are some disadvantages worth mentioning.</p>

<h3>Disadvantages</h3>

<ol>
<li>Split-pane isn&#8217;t as good as Vim</li>
<li>Inaccessible via the Terminal</li>
<li>Not libre or gratis</li>
<li>I may run into cognitive dissonance wrt Vim bindings</li>
</ol>

<p>With ST2, you have to switch between a canned set of layouts rather than being able to ad-hoc split pane. With Vim, I have anywhere from 3 &#8211; 5 panes open, and with <code>^W</code> and some handy <code>\ew</code> aliases (edit file in same working dir as this file), it&#8217;s mostly muscle memory.</p>

<p>I can&#8217;t use ST2 in the Terminal, which means I&#8217;ll have to fallback to Vim. That&#8217;s not the end of the world, but it is inconvenient.</p>

<p>I hesitated for weeks, having taken it for a test drive for some of the toying around I&#8217;ve done with <a href="http://golang.org">Go</a>. But it wasn&#8217;t about FOSS. It was about the price. Why pay for a text editor when there are N free ones available?</p>

<p>That said, I am willing to pay a little bit of money to get the job done. (Shit, if time is money, it&#8217;s already saved me a ton of time.) And I know that I&#8217;m supporting a small and independent developer. I want to live in a world where people can make money off of developing kick-ass software.</p>

<p>Vintage (the plugin for ST2 which adds Vim keybindings) does have some limitations. <code></code> &#8220;, double grave, doesn&#8217;t work right. <code>g;</code> and <code>g,</code> don&#8217;t work. I&#8217;m sure I&#8217;ll run across more.</p>

<h3>Conclusion</h3>

<p>It&#8217;s been some weeks since I switched, and I haven&#8217;t really looked back. If you&#8217;ve got the dough and you&#8217;re looking for an editor that&#8217;ll help you step your game up, I recommend you check out Sublime Text 2. As I said, it&#8217;s a free trial.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2012/04/21/sublime-text-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My latest apostasy: webmail vs. IMAP</title>
		<link>https://incrediblevehicle.com/2011/09/18/my-latest-apostasy-webmail-vs-imap/</link>
		<comments>https://incrediblevehicle.com/2011/09/18/my-latest-apostasy-webmail-vs-imap/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 00:48:17 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=1004</guid>
		<description><![CDATA[I am extremely biased. I&#8217;ve been involved with Gmail as a product for some time. And I&#8217;ve had a Gmail account since 2004, when Gmail first came out. And yet I&#8217;ve become conflicted lately. When Lion came out, I decided to check out the state of the art in ostensibly user-friendly (read: GUI) email clients. [...]]]></description>
			<content:encoded><![CDATA[<p>I am extremely biased. I&#8217;ve been involved with Gmail as a product for some time. And I&#8217;ve had a Gmail account since 2004, when Gmail first came out. And yet I&#8217;ve become conflicted lately.</p>

<p>When Lion came out, I decided to check out the state of the art in ostensibly user-friendly (read: GUI) email clients. I don&#8217;t pretend to know much about how Apple Mail It was purely curiosity. But a number of issues have cropped up in my mind.</p>

<ul>
<li><p>Gmail can get really bloated, memory-wise. I was surprised when Mail took up less than 200MB; I assumed all mail clients routinely took up at least twice as much. Gmail often takes up something north of 500MB. (I suppose Chrome doesn&#8217;t help, if only because its multiprocess model necessarily involves a RAM tax.) Part of this is that I keep it open all the time, or rather I used to; now I feel obligated to close it now and then to keep my RAM clear. On balance, I don&#8217;t <em>want</em> to care about RAM, but in practice I feel I have to. I share a laptop with my -girlfriend- wife, which means Gmail effectively occupies 1GB or more. Running a Minecraft server on my desktop machine means I&#8217;m consistently down by 1GB, at least until I move it off.</p></li>
<li><p>The idea of having my mail on every machine is less of a concern now. Chiefly this is because I have a smartphone; if I don&#8217;t have a laptop with me, I always have my phone. IMAP means that changes on one client propagate elsewhere automatically, whether it&#8217;s on the phone, the iPad, or a full-fledged computer.</p></li>
<li><p>I can use an email client offline. This doesn&#8217;t happen <em>that</em> often, admittedly, and when I am completely offline I&#8217;m typically on vacation. Still, there were a couple of occasions recently where my connectivity was poor enough to make Gmail sluggish. A mail client simply had to download my messages once and I could read and search all of them without hitting the server via my flaky connection.</p></li>
<li><p>An email client is consistently faster when it comes to common UI operations. This is not to say that Gmail is slow, at last not <strong>most</strong> of the time. Most of the time, it&#8217;s fast enough. But when it&#8217;s not, it&#8217;s quite frustrating when a simple search takes longer than it really should! Contrariwise, once a client downloads my mail, I&#8217;m not subject to network delays. Yes, the client can be slow due to limitations of my machine, but those same constraints apply to the browser as well. Furthermore, the difference between searching my mail via Gmail and on my own machine continues to narrow, at least for me.</p></li>
<li><p>With Gmail + IMAP, I have the best of both worlds. I can check mail via a browser should I need to, but should I have the need, I can use the client. This is the strongest point in favor of retaining Gmail, modulo other logistical issues: it does&#8217;t have to be either/or.</p></li>
</ul>

<p>That said, there are some significant drawbacks, at least to Apple Mail in particular as well as Gmail/IMAP.</p>

<ul>
<li><p>Gmail/IMAP integration isn&#8217;t that great. Or maybe I should say that IMAP itself isn&#8217;t that great. It&#8217;s a folder-based paradigm, which treats emails like files. I think that&#8217;s ridiculous. IMHO, people only think about emails that way because it&#8217;s been thrust on them, and it&#8217;s not like most people understand the filesystem paradigm in the first place. Labeling/tagging a message is a &#8220;copy&#8221; operation, which is dumb. Archiving a message means &#8220;move to All Mail,&#8221; which is silly, too. Overall I&#8217;d say <a href="http://mail.google.com/support/bin/answer.py?answer=77657">the mapping is somewhat leaky</a>. I&#8217;m not sure it&#8217;s anyone&#8217;s fault in particular; I prefer Gmail&#8217;s model, but I wouldn&#8217;t expect Apple to sign on to that model wholesale.</p></li>
<li><p>Your -filters- Rules don&#8217;t sync across multiple machines. It seems that previously you&#8217;d have to pay for MobileMe to get this, which is/was ridiculous. Perhaps iCloud will fix this? It would be surprising if it didn&#8217;t, esp. considering they&#8217;re offering a full-fledged email service as far as I can tell.</p></li>
<li><p>The keyboard shortcuts aren&#8217;t nearly as good. Although there are hitches now and then, for the most part I can drive Gmail entirely through keyboard shortcuts. Mail&#8217;s keyboard shortcuts are merely OK.</p></li>
</ul>

<p>All this really amounts to in terms of my behavior is that nowadays I often have Mail open on my personal machines. I don&#8217;t shy away from using Mail on iOS devices, either. Beyond that, I still use Gmail for chat and I use it for most email operations that aren&#8217;t simply reading or deleting. The thought remains that I could, if I really wanted to, make the switch. I&#8217;m just not sure what it would take for me to do it; certainly I have no reason to now or in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2011/09/18/my-latest-apostasy-webmail-vs-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Lion</title>
		<link>https://incrediblevehicle.com/2011/07/27/thoughts-on-lion/</link>
		<comments>https://incrediblevehicle.com/2011/07/27/thoughts-on-lion/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 01:55:56 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=951</guid>
		<description><![CDATA[I don&#8217;t think I&#8217;ve documented my Mac apostasy by this point. I feel like I should, but maybe another time? The point is that for everything but video games, I prefer MacOS, which recently saw an upgrade, 10.7 aka Lion. autocorrect I didn&#8217;t realize this was going to be as big a deal to me [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think I&#8217;ve documented my Mac apostasy by this point. I feel like I should, but maybe another time? The point is that for everything but video games, I prefer MacOS, which recently saw an upgrade, 10.7 aka Lion.</p>

<h3>autocorrect</h3>

<p>I didn&#8217;t realize this was going to be as big a deal to me as I thought. Actually, I&#8217;d forgotten about it entirely until I started writing a couple of blog posts. Thus I was pleasantly surprised when I realized the built-in autocorrect is actually pretty handy. The vast majority of the time it does the right thing! Were I using Vim to do most of my writing, it might not matter so much; Vim has so many handy motions that it&#8217;s easy to jump between words, sentences, and lines in order to fix mistakes quickly. For a standard (read: less arcane) input method like this one, though, I&#8217;ve only got the standard ctrl-a, ctrl-e, alt-left, alt-right, and so on. Having the OS correct the litany of stupid typos I make regularly helps.</p>

<p>I had sort of wondered why this wasn&#8217;t an OS feature in the first place. Input fields are common as mud and autocorrect has been a feature in word processors for a long, long time. So why isn&#8217;t it in the OS? Who knows? It is now.</p>

<p>Irrationally, I worry that a feature like this will erode my typing accuracy.</p>

<h3>fullscreen apps</h3>

<p>To some extent, I&#8217;m being conspicuous when I use them. There&#8217;s no <strong>real</strong> reason that I need to use Safari fullscreen while blogging. After all, Chrome is my main browser. But it does have a nice way of focusing my attention. I&#8217;m also trying out Apple Mail, and segregating it to its own space means I&#8217;m less likely to fidget with checking it.</p>

<h3>mission control</h3>

<p>I was a litte worried about Mission Control doing away with Snow Leopard&#8217;s way of laying out windows via Exposé. Leopard laid out windows sort of haphazardly and without obvious consistency. Snow Leopard made it into a grid layout, which made it a little harder to figure out which window was which but looked a lot neater and cleaner overall. Mission Control looks to restore it back to a semi-haphazard layout, grouped by application, which seemed like a loss of functionality.</p>

<p>What rescues it is the presence of a gesture for application-level Exposé. With that, I don&#8217;t have to Cmd-` my way through two or more Chrome windows. I&#8217;m not sure how useful Mission Control&#8217;s facility for selecting one or more of an app&#8217;s windows is, though.</p>

<h3>launchpad</h3>

<p>It&#8217;s pretty! I&#8217;ll give it that. But I am not sure how useful it is.</p>

<p>It looks like it finds <strong>all</strong> of your apps, which is a good thing overall. It&#8217;d be dumb if it didn&#8217;t.</p>

<p>However, putting them into iOS-style folders and whatnot is odd. For example, I&#8217;ve got a bunch of git clients (<a href="http://www.git-tower.com/">Tower</a>, <a href="http://gityapp.com/">GitY</a>, <a href="http://gitx.frim.nl/">GitX</a>, <a href="http://mac.github.com/">GitHub</a>) sitting in my Applications folder. There&#8217;s also a Development folder in Launchpad. Except it actually corresponds to /Developer. When I moved my various Git.* apps around in Launchpad, it created /Applications/Developer which had only the Git.* apps in it.</p>

<p>Call it a leaky abstraction, I guess. Or a corner case, given that the majority of apps go under /Applications in any case.</p>

<h3>scrolling, gestures</h3>

<p>I&#8217;m fine with the new scrolling. I guess I&#8217;ve lived with it for a week, like I said I would, and I don&#8217;t feel like turning it off.</p>

<p>The gestures are kind of messed up out of the box, though. Two finger swipe for fwd/back is fine in theory but it doesn&#8217;t work at all in Chrome (expected; I presume they&#8217;d have to make a code change) or even System Preferences (!). It&#8217;s easy to switch it back to three finger swipe, and I did that.</p>

<p>I like the new scrollbars, although once again they&#8217;re hideous in Chrome. Chrome still has the old scrollbar gutter, and the gray scrollbar is always present. The Chrome team <a href="http://www.macnn.com/articles/11/07/27/mac.software.undergoing.slow.evolution/">is working on it, or so I hear</a>.</p>

<h3>TTFN</h3>

<p>That&#8217;s all I&#8217;ve got for now.</p>

<p>I sort of want to write something about Resume and whatnot, but I&#8217;m out of steam at the moment. Perhaps another time. John Siracusa&#8217;s <a href="http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars">excellent review</a> of Lion <a href="http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars/8#process-model">covers this</a> in more detail, and he probably says it better than I would anyway.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2011/07/27/thoughts-on-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile apps for RPGs</title>
		<link>https://incrediblevehicle.com/2010/04/11/mobile-apps-for-rpgs/</link>
		<comments>https://incrediblevehicle.com/2010/04/11/mobile-apps-for-rpgs/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 21:45:07 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Roleplaying]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[D&D]]></category>
		<category><![CDATA[ip*]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[nwod]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=823</guid>
		<description><![CDATA[Aia Critical Hits, I saw this, iPhone/iPad applications for RPGs on EnWorld. I&#8217;ve had some thoughts about this of and on, especially as far as the iPad is concerned. I wouldn&#8217;t be surprised if I had much the same thoughts: what potential such a device has for tabletop RPGs! Even if you assume only the [...]]]></description>
			<content:encoded><![CDATA[<p>Aia <a href="http://www.critical-hits.com/">Critical Hits</a>, I saw this, <a href="http://www.enworld.org/forum/news/274552-monday-5-april-2010-a.html">iPhone/iPad applications</a> for RPGs on <a href="http://www.enworld.org/">EnWorld</a>.</p>

<p>I&#8217;ve had some thoughts about this of and on, especially as far as the iPad is concerned. I wouldn&#8217;t be surprised if I had much the same thoughts: what potential such a device has for tabletop RPGs! Even if you assume only the DM has one, there are many possibilities.</p>

<p>I&#8217;m thinking mostly of what this could do for the DM, to be honest&#8212; I don&#8217;t imagine that enough people own such devices that you assume everyone in the group has a smartphone. There&#8217;s more you could do in that realm but I think we&#8217;re some ways away before something like that is feasible. In any case, that would have to be a web app, I think; the web is the only development platform smartphones have in common these days.</p>

<p>For D&amp;D, the obvious advantage is data tracking augmented by automation. With a larger screen, an app to track various states and automate certain mechanics becomes much easier. You could have an application that allowed you to run combat much more easily by tracking status effects, marks, and so on. The possibilities are so obvious that it&#8217;s weird that Wizards is still absent from this space.</p>

<h3>A new project?</h3>

<p>In any case, I was excited enough about these possibilities to finally start learning Cocoa Touch. I&#8217;ve no idea if this will result in an actual product. For the time being, it&#8217;s a way to kill some time, to learn something new and write some code.</p>

<p>Seeing those apps I linked above cemented my desire to write something unrelated to D&amp;D. The audience for D&amp;D is broad enough that other people have tackled this, so my inclination is to focus more on narrative-driven games instead. While I&#8217;ll admit I haven&#8217;t sought it out much, it does seem to me that this area is somewhat under-represented in terms of their online presence. There&#8217;re some obvious reasons why that might be. Either way, it seems like an opportunity to me.</p>

<p>For instance, I&#8217;m often carrying a laptop to the table or a pile of index cards. I have notes for scenes, stats for NPCs, and so on. Tracking status effects, encounter powers, loot, and the like is far less of a concern and requires less math for games like the new World of Darkness. In concrete terms, there&#8217;s less of a need for automation and more need for an efficient system for data storage and retrieval.</p>

<p>Is this a worthwhile idea? I&#8217;m not sure. Maybe it&#8217;s enough that I think I would use such an app. The sticking point is that my games require a fair amount of improvisation. An app could be too heavyweight for that&#8212; why not just open a web browser to a website like <a href="http://www.obsidianportal.com/">Obsidian Portal</a>, <a href="http://www.wikia.com/Wikia">Wikia</a>, or simply use a notepad app like <a href="http://simplenoteapp.com/">Simplenote</a>?</p>

<p>Another question is how much effort the development itself will be. I wouldn&#8217;t require someone to enter their game notes on their iDevice, which implies some manner of web-based data entry app. Does that mean I need to get cracking on something like <a href="http://code.google.com/appengine/">AppEngine</a>?</p>

<p>I also don&#8217;t know how difficult it is to get something up and running on the iP* (as my friends and I often refer to the iPhone OS devices). So, in the coming weeks I&#8217;ll continue playing around with Cocoa Touch, sketch out some ideas, and we&#8217;ll see what I come up with. If it turns out to be a stupid idea, I&#8217;ll still have learned something and broadened my coding horizons.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2010/04/11/mobile-apps-for-rpgs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More thoughts on DEVICES.</title>
		<link>https://incrediblevehicle.com/2010/02/06/more-thoughts-on-devices/</link>
		<comments>https://incrediblevehicle.com/2010/02/06/more-thoughts-on-devices/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:01:35 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Roleplaying]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[rpg]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=794</guid>
		<description><![CDATA[This has RPG and tech components, so I&#8217;m putting it in both. Most of it has to do with e-readers and the iPad at large. I also talk about how gaming might be able to take advantage of the iPad. PDFs I can&#8217;t help but think about the iPad in terms of gaming. For one [...]]]></description>
			<content:encoded><![CDATA[<p>This has RPG and tech components, so I&#8217;m putting it in both. Most of it has to do with e-readers and the iPad at large. I also talk about how gaming might be able to take advantage of the iPad.</p>

<p><span id="more-794"></span></p>

<h3>PDFs</h3>

<p>I can&#8217;t help but think about the iPad in terms of gaming. For one thing, it seems like it&#8217;s a viable portable device for viewing PDFs. Not that I would advocate this, but if one were to acquire, say, PDFs of the old TSR books, one might find it somewhat more pleasant to read them on that sort of screen as opposed to a full-fledged laptop.</p>

<p>I know people have suggested a rich media experience for RPG books, and if the iPad takes off, this is the opportunity. Being able to buy eBooks or PDFs or what have you through iBooks could certainly tempt a lot of people into buying and reading RPG books, given the right price and enough of an installed base. (Of course, this assumes that it&#8217;s not just baby boomers, for example, that are buying them. We&#8217;ll see.)</p>

<h3>Programs</h3>

<p>For another, it&#8217;s programmable. There are a number of iPhone apps out there that are designed to assist either DMs or players. Oh, sure, there&#8217;s potential for networking them to do various bits of magic, but I see that as being a somewhat unlikely use case. Gamers are rare enough that the subset of technologically- or gadget- inclined gamers will be relatively small.</p>

<p>So, yes, gaming-related apps exist. But even outside of that, it&#8217;s far easier or natural to consult prep notes on a larger screen. It just comes down to sheer size: you can take in more information.</p>

<p>I do think that Wizards is leaving money on the table here, if you&#8217;ll forgive my office chair quarterbacking. I&#8217;m biased towards web apps, but that&#8217;s only because that&#8217;s the best way to ensure somebody can engage with something when they&#8217;re not at their &#8220;main&#8221; computer. Look at World of Warcraft&#8217;s Armory application for an example. It&#8217;s a standalone app that lets you shop for equipment for your character, and apparently they added Facebook integration recently. How&#8217;s that for maintaining engagement with the game even when you can&#8217;t actually play it?</p>

<p>Tiny Adventures is fun, but I&#8217;d up the level of interactivity a notch, especially to capitalize on the cooperative nature of D&amp;D. I&#8217;d offer something similar to the Armory for your character, suggesting feats, powers, and equipment for a given character. Allow you to share the list of &#8220;recommended&#8221; items with the DM for your game so they can more easily choose magic items for your character.</p>

<p>Mobile is getting pretty big, too. While a full-bore character creation tool would be better suited to the iPad, you could still make a tool like that for the iPhone. Or a game that relied on a cooperative turn-taking, accessible either through an app or the web. People could play a cooperative D&amp;D mini-game whether they&#8217;re on their phone, at work, at a coffee shop, or at home.</p>

<p>Obviously I don&#8217;t know what they&#8217;re doing, so I don&#8217;t know what&#8217;s in the works. But I remember hearing Mike Noonan mention in a podcast that they really should get into the iPhone app business. That was in 2008 or even earlier, if memory serves.</p>

<p>My guess is that it&#8217;s problematic to hire staff as specialized as this; the margins in the RPG industry can&#8217;t be that good, esp. if the annual December layoffs are any indication of WotC (or Hasbro&#8217;s?) position on retaining highly qualified or experienced employees.</p>

<h3>eBooks</h3>

<p>To get away from gaming for a bit, I&#8217;m not sure how I feel about eBooks, but I don&#8217;t think their future is very bright from a mainstream perspective. We know that, at least for now, eBooks are going to be in the ballpark of $15 rather than $10.</p>

<p>At first I couldn&#8217;t really figure out why they&#8217;d do this. It turns out that that was because I assumed publishers were in some other kind of trouble, either because of rising cost of paper, gas, or a decline in book sales (at least in aggregate if not for bestsellers, f&#8217;rex). If you remove that assumption, the goal here is to delay eBooks as much as possible. People who own Kindles may now think twice about buying eBooks. Anyone who buys a Kindle will probably factor that in, too.</p>

<p>What remains to be seen is how the iPad does. Amazon had leverage before Apple showed up. For my part, I think $9.99, the cost of a paperback, is a reasonable price for an eBook. With Apple on the scene, Amazon lost leverage and Apple gained some. They have a strong reputation as a device manufacturer, but I don&#8217;t think that&#8217;d be enough to bargain publishers down. And why should they do that, anyway? Apple&#8217;s willing to play ball if that means they can add another bullet point or two related to iBooks. If people buy eBooks at $13 a pop, then so much the better. If people keep buying glue-and-paper books, publishers continue to get a return on their printing and distribution infrastructure.</p>

<p>Another part to watch is, if the iPad takes off, what authors do. Small authors will have every incentive to get on board. Would published-but-not-bestsellers have an incentive to jump on board? I don&#8217;t know whether they typically sign exclusivity contracts nor how substantial the benefits to being published are if you&#8217;re not, say, Stephen King. I could see people throwing some of their works on iBooks or Kindle to see how well they sell. Jaded A-listers who command a large audience might opt out of the publishing model. They&#8217;d have to weigh that against what I presume are commensurately large advances, however.</p>

<p>In terms of mid-range publishers, I don&#8217;t know enough about the industry to even know if that exists. Entrenched publishers obviously have a disincentive to get in on this; if more people own e-readers, the barrier to entry vis a vis publishing is much lowered, which could put them out of business. But what about those folks who would put them out of business? If the big publishers aren&#8217;t on board but if a relatively large number of people own e-readers, does anyone have an incentive to step up and assist authors in promoting their eBooks? Would that even work?</p>

<h3>Exciting times</h3>

<p>We live in unpredictable and exciting times. Though they and their holding companies bear a large amount of responsibility for where they are, newspapers are in decline. Book publishers are in a much better place than they or the music industry ever were.</p>

<p>And of course there&#8217;s the ever-present digital divide. What happens to libraries, a highly accessible venue for people to read books they otherwise couldn&#8217;t afford? What happens when rich people can buy e-readers and poor people are stuck with whatever paper books remain?</p>

<p>Like I said: interesting times.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2010/02/06/more-thoughts-on-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The inevitable thoughts on the iPad</title>
		<link>https://incrediblevehicle.com/2010/01/28/the-inevitable-thoughts-on-the-ipad/</link>
		<comments>https://incrediblevehicle.com/2010/01/28/the-inevitable-thoughts-on-the-ipad/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 02:50:20 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=791</guid>
		<description><![CDATA[Hoo boy. The Internet has worked itself up into a fine frenzy now, on account of Apple&#8217;s latest device, the iPad. For my part, I&#8217;m already sick of hearing people pontificate about it. The extent to which people believed baseless Internet hype isn&#8217;t terribly surprising. What I did find surprising is that people&#8217;re pissed that [...]]]></description>
			<content:encoded><![CDATA[<p>Hoo boy. The Internet has worked itself up into a fine frenzy now, on account of Apple&#8217;s latest device, the iPad. For my part, I&#8217;m already sick of hearing people pontificate about it. The extent to which people believed baseless Internet hype isn&#8217;t terribly surprising. What I did find surprising is that people&#8217;re pissed that Apple&#8217;s device didn&#8217;t live up to the mythical device people had built up in their heads.</p>

<p>Oh, sure, if we&#8217;re talking about the actual device, I&#8217;m intrigued.</p>

<p>I decided a little less than a year ago that I had no interest in a netbook. The small form factor and low price were attractive. The keyboards were cramped; I didn&#8217;t want Yet Another Windows XP machine; and ultimately, I saw the lackluster performance firsthand. I could&#8217;ve gone for Linux, I suppose. My girlfriend&#8217;s netbook, originally an XP machine, now has a bunch of Linux Problems.</p>

<p>By contrast, I could see myself buying an iPad, either this generation or next. I own an iPod Touch and a Nexus One (disclosure: I work for the big G, meaning I received the latter as a Christmas gift). I frequently make use of one of my miniature devices, and while I enjoy the browsing experience, it could easily be improved.</p>

<p>Beyond that, I have some other thoughts.</p>

<p><span id="more-791"></span></p>

<h3>Remember the iPod?</h3>

<p>A pet peeve of mine is pronouncing that the device is DOA. I have no idea how well it will do, but some amount of perspective is in order, here. Only a very small set of people have actually used the device, and the ones that aren&#8217;t under NDA only got to use it for a little while.</p>

<p>Remember, too, that the iPhone lacked a great many features that the 3GS has today. An iPhone without apps is nearly unthinkable, given how prominent the App Store is these days. But the iPhone launched without one. It didn&#8217;t have GPS. Or cut-and-paste. Or even 3G.</p>

<p>The real clincher for me? Well, does anyone remember the original iPod launch? It launched in October of 2001. It was roundly criticized. People hated it! It was too expensive ($400). It supported FireWire only. It didn&#8217;t support Windows! Now, of course, the iPod is widely praised. It&#8217;s ubiquitous.</p>

<p>So that&#8217;s why I shake my head when I hear people talking about how this thing doesn&#8217;t do enough of this or that.</p>

<h3>Closed systems</h3>

<p>My biggest concern about the iPad and its potential popularity lies in the software. If we&#8217;re to infer from the iPad Apple&#8217;s vision of the future, it&#8217;s quite different from the world today. Apps are heavily controlled, meaning that whatever Apple doesn&#8217;t like won&#8217;t make it on to the device. That&#8217;s a huge difference.</p>

<p>Now, I am sympathetic to the reasoning behind this. Isn&#8217;t users running all kinds of unauthorized or sketchy software one of the biggest problems we face in computer security? A single repository of curated apps is an effective way to mitigate this problem, as well as a bunch of others that modern operating systems face.</p>

<p>And all right, sure: you can use web apps. And I use a heck of a lot of webapps. I spend most of my time reading RSS feeds and e-mail, both of which happen in a browser.</p>

<p>But in terms of the device, the iPhone is surely among the most locked down computing devices in the industry. It works out that, in this space, DRM is the rule, not the exception. You do with your device what Apple says you can, and no more.</p>

<h3>E-readers</h3>

<p>I don&#8217;t really care for e-readers, but I suspect that Amazon&#8217;s got a bit of a dilemma right now. As I understand it, most people probably aren&#8217;t interested in e-readers. But they are interested in netbooks, if netbook sales over the last year or so are any indication. Furthermore, if the rumors of a high return rate are to be believed, the iPad is pretty well positioned, price-wise and functionality-wise, to become a new standard among satellite computing devices.</p>

<p>For these people, the fact that it&#8217;s an e-reader will be one bullet point among many. E-books will be a couple of taps away in iTunes, which by the way keeps your credit card on file. That makes it fiendishly easy to buy music, apps, and now, ebooks.</p>

<p>Another question, of course, is price. I don&#8217;t mean the Kindle vs. the iPad. I think the iPad has it beat, if nothing else, in terms of value. The sole difference is whether eInk is worth sacrificing a full-fledged Internet device. I think most people will opt for a netbook-like device that, incidentally, is an e-reader.</p>

<p>No, by price I mean: will people pay $13 or more for an e-book? Amazon sells new hardcovers for, what, $9.99? It&#8217;s a reasonable price, I&#8217;ll admit. But I&#8217;m not sold on e-books myself, and I suspect most other people aren&#8217;t, either. An unscientific survey of <a href="http://www.amazon.com/gp/bestsellers/digital-text">Amazon&#8217;s best sellers</a> indicates that the majority of books that people buy are either free or cost less than a couple of dollars. Is the iTunes e-book store liable to suffer the same fate? I think it might.</p>

<h3>Ubiquitous Internet</h3>

<p>I&#8217;d say that the thing that excites me most about the iPad, if I can be said to be excited, is the notion of ubiquitous Internet computing. That&#8217;s really just a fancy term for <em>Internet everywhere</em>. I&#8217;ve only recently stepped into the world of smartphones, and it&#8217;s lovely. It&#8217;s just too bad it&#8217;s so damn expensive to get something like that on your laptop, right?</p>

<p>WiFi is nice, but at the rate that municipal WiFi is taking over the world (<em>cough</em>), it&#8217;s unlikely that you&#8217;ll be able to use a WiFi-only device on the bus or the train.</p>

<p>Consequently, what excites me is a device I can carry <em>anywhere</em>, confident that it has an Internet connection. It would have to be big enough to read stuff on, but not as big as a laptop. And that&#8217;s roughly what the iPad is aiming at. If that&#8217;s the proposition, I&#8217;m very nearly sold.</p>

<h3>TTFN</h3>

<p>Beth is telling me to wait for v2, and given that we&#8217;re gearing up for some Big Things nowadays, that seems like the best bet. It won&#8217;t be out until June anyway, and in the meantime, I&#8217;d like to get the heck off of Windows as my main machine. (Latest anger point? Lack of RDP in Home Premium. Why should I pay $80 more for a single feature that, by all rights, should be free?)</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2010/01/28/the-inevitable-thoughts-on-the-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy Windows 7 tip</title>
		<link>https://incrediblevehicle.com/2009/12/01/handy-windows-7-tip/</link>
		<comments>https://incrediblevehicle.com/2009/12/01/handy-windows-7-tip/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 03:20:25 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=789</guid>
		<description><![CDATA[I try to keep my browser windows segregated by task, but sometimes tabs can proliferate to the point where you want to split them off into a new window. Trouble is, sometimes I don&#8217;t stick with that, and I want to move all those tabs to a new window. Most browsers have drag &#38; drop [...]]]></description>
			<content:encoded><![CDATA[<p>I try to keep my browser windows segregated by task, but sometimes tabs can proliferate to the point where you want to split them off into a new window.</p>

<p>Trouble is, sometimes I don&#8217;t stick with that, and I want to move all those tabs to a new window. Most browsers have drag &amp; drop functionality, but that can be tricky to use. Pulling a tab off of a maximized window to make a new window means that when you try to drag another one onto the new window, the maximized window takes up focus.</p>

<p>In Windows, you can effectively tile your windows by selecting a window, holding down the Windows key, and pressing a direction. So I might Ctrl-N to create a new window, Win + Right to move it to the right, Alt-Tab back to the main window, Win + Left to move it to the left, and then start the drag-and-drop procedure.</p>

<p>All right, no more procrastinating.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2009/12/01/handy-windows-7-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My apostasy worsens</title>
		<link>https://incrediblevehicle.com/2009/10/23/my-apostasy-worsens/</link>
		<comments>https://incrediblevehicle.com/2009/10/23/my-apostasy-worsens/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 02:17:08 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=774</guid>
		<description><![CDATA[All right, so let me get this out of the way: I am a sucker for new and shiny things. That might lead you to peg me as a Mac guy. You&#8217;d be half right. I like anything that&#8217;s new and shiny. Here&#8217;s what I am excited about right now. iMac pls Let&#8217;s get this [...]]]></description>
			<content:encoded><![CDATA[<p>All right, so let me get this out of the way: I am a sucker for new and shiny things.</p>

<p>That might lead you to peg me as a Mac guy. You&#8217;d be half right. I like <em>anything</em> that&#8217;s new and shiny. Here&#8217;s what I am excited about right now.</p>

<p><span id="more-774"></span></p>

<h3>iMac pls</h3>

<p>Let&#8217;s get this out of the way: my apostasy is worsening.</p>

<p>Back in 2006, Tycho/Jerry of Penny Arcade went into the PC vs. Mac thing (<a href="http://www.penny-arcade.com/2006/3/3/" title="The Forbidden Fruit">here</a> and <a href="http://www.penny-arcade.com/2006/3/6/" title="The Tome of Secrets">here</a>). Like Jerry, I didn&#8217;t like Apple&#8217;s marketing campaigns, and it cast a pall over pretty much everything they&#8217;d do. Once I read his pieces on this, though, I had to think twice. I started to let go of my grudge. From there, it became just a matter of time: I had to use a Mac Mini; I chose a MacBook Pro over a PC for my work laptop; I bought a unibody MacBook this past March; and I got Snow Leopard.</p>

<p>At any rate, I&#8217;ve coveted a Mac on my desktop ever since my Mac Mini experience. I&#8217;m glad I waited! It&#8217;s likely I&#8217;ll spring for one in November, and the <a href="http://store.apple.com/us/browse/home/shop_mac/family/imac?mco=MTAyNTM5OTY" title="iMac - Apple Store (U.S.)">27&#8243; Intel Core i5</a> seems like a really, really solid choice. The new mouse looks pretty cool, too, although I have some misgivings as to whether or not it&#8217;s practical.</p>

<p>My reasons for Mac lust? In short, I feel it&#8217;s the best trade-off between usability and power. Windows isn&#8217;t powerful or transparent enough for me, and Linux is often too transparent and fairly clunky. OS X is running freaking BSD under the hood, and has really solid UI design.</p>

<h3>Windows 7</h3>

<p>So, um, I also like Windows 7. In fact, I&#8217;m typing all of this on a Windows 7 machine <em>right now</em>. It&#8217;s shiny! It&#8217;s new! Granted, I play video games, so I can&#8217;t avoid Windows and I&#8217;m sick of running an OS that was showing its age a few years ago. But it helps to be, you know, excited about the whole thing, and I am.</p>

<p>For instance, I like how you can search the start menu. I like how you can search the control panel for settings. The <del>Dock</del> new taskbar is solid, what with Aero Peek and all. In general, I enjoy the sort of cognitive dissonance or brain shock that comes from seeing and learning a new user interface, and given that I never used Vista for very long, I&#8217;m quite happy to use it.</p>

<p>Of course, it&#8217;s still Windows, which means they cripple parts of the OS so they can charge more. I&#8217;m a bit peeved that Home Premium doesn&#8217;t include a Remote Desktop server. Whereas I&#8217;d prefer RDP over VNC, I don&#8217;t $80-like RDP and [TightVNC] is $0.</p>

<p>The method for looking at logs and whatnot is absurd&#8212; I was trying to troubleshoot a problem where my machine would go to sleep (good) and wake up 30s later (bad). It would do this all night and all day (really bad). I fired up Event Viewer or whatever it&#8217;s called and, of course, all of the logs are in XML, so they must be parsed! That&#8217;s ~3s where I sit there trying not to twitch.</p>

<h3>Karmic Koala!</h3>

<p>Aaand I&#8217;m also excited about Ubuntu 9.10. Maybe I just have a thing about operating systems? I use Ubuntu at work, and I really appreciate it in that context. I even took the step of using a fairly minimalist tiling window manager to maximize screen space and performance.</p>

<p>If this seems at odds with my affinity for Mac OS, you&#8217;re right. It doesn&#8217;t make sense to me, either.</p>

<p>I think I&#8217;m just fascinated with the idea of an OS that&#8217;s completely transparent. Everything is designed to be poked and prodded or used, from <code>/proc</code> to everything in <code>/etc</code>. The command line tools revolve around and interoperate using a simple building block: plain text! I think what it comes down to is that when there&#8217;s a real problem with my system, I want any fancy features to get out of my way&#8212; I want to get as close to the bottom as I can. Linux is good at that, which is part of the problem with it, of course.</p>

<p>I&#8217;m not sure when I&#8217;ll find time to install and use it. This is actually kind of a problem: I don&#8217;t have nearly enough monitors to install and run simultaneously some four-odd operating systems. Plus I&#8217;ve got to do the whole clean install thing for Win7 to do. And I figure in a month or two, I might be running an iMac as my main machine, meaning I&#8217;ll need to transfer over various media and miscellanea. Whee!</p>

<h3>That&#8217;s all for now</h3>

<p>I&#8217;m done geeking out now. Have a good night!</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2009/10/23/my-apostasy-worsens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fascinating times ahead</title>
		<link>https://incrediblevehicle.com/2009/10/23/fascinating-times-ahead/</link>
		<comments>https://incrediblevehicle.com/2009/10/23/fascinating-times-ahead/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 16:00:29 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[win7]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=738</guid>
		<description><![CDATA[It&#8217;s an absolutely fascinating time in the PC industry right now. First of all, a little known company released a little known operating system. Perhaps you&#8217;ve heard of it? It&#8217;s kind of a big deal! Vista was a black eye, for a variety of reasons, and Windows 7 is very much an attempt to recover [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s an absolutely fascinating time in the PC industry right now.</p>

<p>First of all, a little known company released a little known operating system. <a href="http://www.microsoft.com/windows/windows-7/" title="Spoiler: it's called Windows 7">Perhaps you&#8217;ve heard of it?</a> It&#8217;s kind of a big deal! Vista was a black eye, for a variety of reasons, and Windows 7 is very much an attempt to recover from the loss of reputation and generate interest in their operating systems once again.</p>

<p>In light of Windows 7&#8242;s release, you can find a whole heck of a lot of analysis about Vista, Windows 7, and (of course) Apple. 
<span id="more-738"></span></p>

<h3>Vista?! Damn near killed &#8216;im!</h3>

<p><a href="http://www.schneier.com/blog/archives/2009/10/ballmer_blames.html" title="Ballmer Blames the Failure of Windows Vista on Security">Bruce Schneier</a> and <a href="http://www.emergentchaos.com/archives/2009/10/vista_didnt_fail_because.html" title="Vista Didn't Fail Because of Security">mordaxus</a>, a fellow Bruce Schneier links to in the same post, discuss Vista&#8217;s lack of uptake from a security (or not) perspective. <a href="http://www.daringfireball.net">John Gruber</a> wrote up <a href="http://daringfireball.net/2009/10/microsofts_competition_for_windows_7">a piece</a> about it, too, to which <a href="http://www.marco.org/">Marco Arment</a> <a href="http://www.marco.org/217159338">responds</a>.</p>

<p>That&#8217;s a lot to read, but I recommend all of it, if you have the time. It&#8217;s all thought provoking, whether or not you agree with the premises or lines of argument.</p>

<p>Despite all the speculation and pontificating, nobody can really summarize, with facts and figures and studies, why Vista bombed so hard, exactly. And I think people will still be talking about what the heck went on with Vista for kind of a long time&#8212; it still amazes me, frankly, because I&#8217;m used to a world where people buy what Microsoft puts out and that&#8217;s that.</p>

<p>As a side note, what really drove it home for me was seeing Dell offering machines that came with Vista but were &#8220;pre-downgraded&#8221; to XP. Pre-downgraded! It sounds like a joke, but that&#8217;s real. That actually happened! People complained so bad that they couldn&#8217;t <em>give</em> it away.</p>

<h3>XP versus Win7: FIGHT!</h3>

<p>Let&#8217;s be honest, though. Whether you love or hate Microsoft, despite all this, they&#8217;re not going anywhere. Windows XP has an enormous installed base. Netbooks are selling like hotcakes and <a href="http://blog.laptopmag.com/ubuntu-confirms-linux-netbook-returns-higher-than-anticpated" title="Ubuntu Confirms Linux Netbook Returns Higher than Anticipated">evidence suggests that Linux is a non-starter</a>. <a href="http://news.cnet.com/8301-13506_3-10374772-17.html" title="Michael Dell dings Netbooks">Some</a> <a href="http://www.joeydevilla.com/2009/05/26/fast-food-apple-pies-and-why-netbooks-suck/" title="Fast Food Apple Pies and Why Netbooks Suck">people</a> would argue that it won&#8217;t last, but that remains to be seen.</p>

<p>So what we have here, perhaps, is simultaneously a race to the bottom with PCs and netbooks. It blows my mind that you can go to <a href="http://dell.com">dell.com</a> and get a reasonably powerful PC with everything you&#8217;d need&#8212; yes, a monitor, even&#8212; for less than $600. But you can! Or perhaps you&#8217;d like a <a href="http://www.gadgetreview.com/2009/10/hp-aw016av-pavilion-slimline-s5280t-mini-tower-desktop-475-shipped.html" title="HP AW016AV Pavilion Slimline s5280t Mini-Tower Desktop – $475 Shipped">quad core machine with 6gb RAM for ~$475</a>? They&#8217;re really cheap and I think we&#8217;re well past the point where people <em>expect</em> not to pay all that much for a Windows machine.</p>

<p>The stratospheric growth behind netbooks is another extremely convincing data point. As Joe Wilcox puts it, <a href="http://www.betanews.com/joewilcox/article/Apple-declares-war-on-the-entire-PC-industry/1256063102" title="Apple declares war on the entire PC industry">netbooks are a plague</a>. They&#8217;re <a href="http://www.electronista.com/articles/09/10/08/netbooks.forcing.notebook.revenue.down/" title="Netbook growth poisoning notebook revenues?">poisoning notebook growth</a> even as their own growth <a href="http://www.tomshardware.com/news/displaysearch-netbook-growth-notebook-laptop,8572.html" title="Netbook Sales Growth Outpaces Full Notebooks">outpaces same</a>. People want cheap PCs!</p>

<p>Now, of course, it could be that people are just buying netbooks on top of whatever PCs they own. They retain their PCs with XP because It Already Works and a netbook is an extremely cheap alternative to a notebook. And that netbook is almost certainly running XP, by the way!</p>

<p>I think it&#8217;s up in the air as to what people do with their main machine, if anything, since a machine you&#8217;ve bought within the last four years or so can do what most people need: YouTube, Facebook, photos, and e-mail. Upgrading is most likely a <em>quantitative</em> difference than a qualitative difference. Throwing $500 down for a faster machine doesn&#8217;t really make your internet experience $500 better, in other words.</p>

<h3>A new challenger? Um. Maybe.</h3>

<p>Now let&#8217;s talk about Apple. Apple made a whole lot of money. They made a lot more money than <a href="http://brainstormtech.blogs.fortune.cnn.com/2009/10/20/apple-earnings-how-the-analysts-got-it-so-wrong/" title="Apple earnings: How the analysts got it so wrong">many analysts expected</a>. As I mentioned, there&#8217;s <a href="http://www.betanews.com/joewilcox/article/Apple-declares-war-on-the-entire-PC-industry/1256063102" title="Apple declares war on the entire PC industry">this</a> and also <a href="http://www.betanews.com/joewilcox/article/Apple-has-91-of-market-for-1000-PCs-says-NPD/1248313624" title="Apple has 91% of market for $1,000+ PCs, says NPD">this</a>. And there&#8217;s also Apple&#8217;s sales figures. Where does this leave us?</p>

<p>In my opinion, it&#8217;s a very, very interesting time. Vista set a precedent that Microsoft&#8217;s operating systems do, in fact, have legitimate competitors. It&#8217;s just that it happens to be Windows XP. Vista couldn&#8217;t beat it, and although there&#8217;s lots of analysis up, no one&#8217;s completely sure why. The consensus seems to be that it was annoying, slow, not as-advertised, and generally didn&#8217;t offer any perceived value.</p>

<p>So far, Windows 7 is getting good reviews. (Hang on a second! What kind of reviews did Vista get? As it turns out, most reviews were <a href="http://technologizer.com/2009/10/12/windows-vista-a-review-recap/" title="&quot;Back in late 2006 and early 2007, most appraisals of Vista were fairly kind.&quot;">quite favorable</a>, esp. relative to how poorly it did.)</p>

<p>More than that, though, I&#8217;ve actually had a chance to use it on a relatively new machine that used to run Windows XP. I like it as much as I&#8217;ve ever liked any Windows OS, and it seems like a solid operating system. I went for the cheap upgrade through Microsoft, and I&#8217;ll install it when I get my installation keys.</p>

<p>Furthermore, Amazon is <a href="http://www.tgdaily.com/content/view/44377/140/" title="Amazon: Windows 7 is 'the biggest pre-order product of all time'">saying</a> that Windows 7 is the biggest preorder product of all time. Yes, that&#8217;s even with the Harry Potter books. Now that Win7 is officially out, I imagine OEMs will start shipping it with their netbooks, and this time Microsoft has had a chance to prepare an operating system better suited than Vista or XP.</p>

<p>Nevertheless, folks upgrading from XP to Win7 face what can only imagine is an enormous hassle. <em>All</em> of those people&#8212; those people that vastly outnumber Vista users&#8212; will have to wipe their XP drive. Maybe it won&#8217;t be so bad and maybe I&#8217;m unimaginative, but I really can&#8217;t see how this could end well. Millions of people reformatting their computers and installing a new operating system? Really?</p>

<h3>Quit stalling! Where does that leave us, god dammit?</h3>

<p>Oh right. I didn&#8217;t answer that question. I don&#8217;t know.</p>

<p>I don&#8217;t expect Apple to gain a whole bunch of market share from this. But dang did they make a lot of money! And their announcements this week weren&#8217;t so much to upstage Microsoft&#8212; regardless of what Apple does, an OS release entails much more sustained press. Rather, they&#8217;re reminding everybody that they&#8217;re around, they&#8217;re doing <em>really</em> well, and check out all this shiny new hardware! Given this and the above, Apple&#8217;s trash talk about Windows 7 driving more people to Macs begins to look a more convincing.</p>

<p>Anyway, Apple&#8217;s kind of a serious contender now, in terms of profit. Like Joe Wilcox says, Apple makes money off of all of their machines while OEMs and Microsoft make dwindling amounts of money off of netbooks. The point that&#8217;s easy to forget is that Apple doesn&#8217;t have to win everybody, or even a really large percentage of people&#8212; they make a substantial amount with each sale, enough that they can afford to whittle away at the rest of the industry.</p>

<p>What does this mean in practical terms? I don&#8217;t know. If Windows 7 doesn&#8217;t do all that well, Microsoft is in kind of a bind, and understandably so. Supporting three different OSs has got to suck. And XP is coming up on a decade old by this point. And people sticking with their current machines and/or XP means Microsoft makes a lot less money, and OEMs, too, perhaps.</p>

<p>As far as Apple is concerned? I don&#8217;t know what the hell Apple is going to do with all that money. Maybe they&#8217;ll just sleep on piles of it. Whatever they do, it&#8217;ll be interesting.</p>

<h3>kthxbai</h3>

<p>Well, that&#8217;s a really long post. I didn&#8217;t intend for it to run this long. Dang.</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2009/10/23/fascinating-times-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating systems, banking, and security. Oh boy.</title>
		<link>https://incrediblevehicle.com/2009/10/13/725/</link>
		<comments>https://incrediblevehicle.com/2009/10/13/725/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:07:05 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://incrediblevehicle.com/?p=725</guid>
		<description><![CDATA[Perhaps you&#8217;ve seen this article in the Washington Post. Therein, their resident security person (blogger? reporter?), Brian Krebs, gives some advice about how to avoid getting pwned when you want to do some online banking. The advice? Use a Linux LiveCD to do your online banking. Throwing in Knoppix or running Ubuntu live is a [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps you&#8217;ve seen <a href="http://voices.washingtonpost.com/securityfix/2009/10/avoid_windows_malware_bank_on.html">this</a> article in the Washington Post. Therein, their resident security person (blogger? reporter?), Brian Krebs, gives some advice about how to avoid getting pwned when you want to do some online banking. The advice? Use a Linux LiveCD to do your online banking.</p>

<p>Throwing in <a href="http://www.knoppix.net/">Knoppix</a> or running <a href="http://www.ubuntu.com/getubuntu/download">Ubuntu</a> live is a great way to get around this problem. Although I&#8217;m sure it&#8217;s possible to exploit the OS while it&#8217;s running in memory, the current operating system installed base climate means that the odds are <em>enormously</em> against it, even when you set aside the added security of a GNU/Linux OS running ephemerally, in read-only mode.</p>

<p>Ultimately, however, I have such mixed feelings about this situation. Among the worst outcomes I see is that people get really paranoid about doing anything with computers because it could screw them over. That&#8217;s bad for everybody in the computing industry, and, frustratingly, it doesn&#8217;t have to be that way.</p>

<p><span id="more-725"></span></p>

<p>I&#8217;ll admit that insinuating anything about the way things &#8220;should&#8221; be is a recipe for trouble. I may work in the software industry, but let&#8217;s face it: I&#8217;m mostly self taught, and I don&#8217;t know shit relative to plenty of people. Furthermore, speculating about how things &#8220;should&#8221; be is a lousy practice&#8212; that way lies madness or, if you prefer, wank. It&#8217;s a losing proposition.</p>

<p>What I mean to say is that computers don&#8217;t have to be this terrifying thing that they are, and yet <em>I&#8217;m</em> feeling a bit paranoid about my own machine even reading this. And I consider very computer literate!</p>

<p>At any rate, reading this article left me wondering: what&#8217;s the endgame, here? It&#8217;s a question I&#8217;ve become fond of asking about many situations (e.g. the healthcare debate in the United States). The situation regarding mainstream computer security is clearly untenable.</p>

<p>Linux offers something of a solution, but the user experience is brittle and don&#8217;t see anybody heading in that direction anytime soon. Perhaps news like this combined with similar advice from banks will push people in that direction. Mostly, I doubt it.</p>

<p>In my opinion, Mac OS X offers the best compromise, but only as long as it remains obscure. After that, it&#8217;s anybody&#8217;s guess. Sure, they&#8217;ve got a leg up in that they&#8217;re running BSD. Beyond that, I think they&#8217;re largely untested due to the fact that it&#8217;s vastly more efficient to exploit Windows machines.</p>

<p>As with so many things, this is one area in which only time will tell. In the meantime, maybe I&#8217;ll reconsider relegating Linux to a headless machine. I&#8217;ve got some spare parts lying around, after all. How much is a socket 775 motherboard these days?</p>
]]></content:encoded>
			<wfw:commentRss>https://incrediblevehicle.com/2009/10/13/725/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
