<?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>Overheard In Providence &#187; computing</title>
	<atom:link href="http://www.overheardinprovidence.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.overheardinprovidence.com</link>
	<description>A blog by EERac</description>
	<lastBuildDate>Thu, 03 Jun 2010 01:19:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>By chance, flawed</title>
		<link>http://www.overheardinprovidence.com/2008/05/27/by-chance-flawed/</link>
		<comments>http://www.overheardinprovidence.com/2008/05/27/by-chance-flawed/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:45:56 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/?p=174</guid>
		<description><![CDATA[When you visit this blog, your computer sends a message to the computer that hosts this site. That computer, in turn, responds with the priceless content currently being displayed by your web browser. This simple exchange, in essence, is the purpose of the internet; it provides a way for computers talk.
With so very many computers [...]]]></description>
			<content:encoded><![CDATA[<p>When you visit this blog, your computer sends a message to the computer that hosts this site. That computer, in turn, responds with the priceless content currently being displayed by your web browser. This simple exchange, in essence, is the purpose of the internet; it provides a way for computers talk.</p>
<p>With so very many computers in the world, they cannot all be connected directly. Instead, messages between computers are routed around the globe by glorious web of intermediary computers, all working in tandem to get billions of information packets to their intended destinations. If it helps, you can imagine the whole network as an electronic version of UPS.</p>
<p>The beauty of this system is that it is decentralized, efficient, and robust. Lots of computers are all working together to send lots of information, and there is no single point of failure. A concern, however, is privacy. When your computer sends a message, the random assortment of computers that help deliver your message all have a chance to take a peek. If you are merely visiting this website, eavesdropping is hardly a concern. The content of this site is public, so there&#8217;s no problem with some nosey computer reading the sites content en route. Sometimes, however, your computer needs to send private information over the internet.</p>
<p>What if you send google your gmail your password? Or log in to your employer&#8217;s computer system? Or give amazon your credit card number? In all cases, the message you&#8217;re computer is sending needs to be kept secret. What&#8217;s needed is a way to put the message in some kind of &#8220;locked box&#8221;, and that&#8217;s where cryptography comes in. When private information is sent, the computers involved can encode their messages using some <a href="http://en.wikipedia.org/wiki/Public-key_cryptography" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">slightly fancy mathematics</a>. When done properly, only those two computers will be able to decode each others messages (i.e. open each others&#8217; boxes). The intermediate computers routing their messages will no longer be able to read their content.<br />
<span id="more-174"></span></p>
<p>Lots of folks write software that sends information over the internet, but most of these people are not about to learn how to write cryptographic protocols for securely sending messages in mathematically sealed boxes. Fortunately for everyone, there are standard tools available. One of them, called <a href="http://en.wikipedia.org/wiki/OpenSSL" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">OpenSSL</a>, implements a secure message transmission protocol called <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">SSL</a>.</p>
<p>Your computer uses SSL every time you visit a web address that begins with &#8220;https:&#8221; (instead of the standard &#8220;http&#8221;). When you see the &#8220;s&#8221;, it means that the messages your computer is sending and receiving are secure (i.e. inside a locked box). If you tell google your gmail password, and your computer is following the SSL protocol properly, your password will be safe from snoopers. Almost all software that sends private information over the internet relies on SSL. This (at least!) brings me to the point of this post.</p>
<p>Last week, the folks who maintain <a href="http://en.wikipedia.org/wiki/Debian" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">Debian</a>, a popular version of <a href="http://en.wikipedia.org/wiki/Linux" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">Linux</a>, announced that they had <a href="http://it.slashdot.org/article.pl?sid=08/05/13/1533212&#038;from=rss" onclick="javascript:urchinTracker ('/outbound/article/it.slashdot.org');">mistakenly altered</a> OpenSSL. As a result, for several years, programs running on a computer using Debian Linux (or a <a href="https://lists.ubuntu.com/archives/ubuntu-security-announce/2008-May/000705.html" onclick="javascript:urchinTracker ('/outbound/article/lists.ubuntu.com');">related distribution</a>), and relying on SSL, were critically flawed. Such programs were all sending their secure messages (as well as possibly generating user passwords) using a very small number of random numerical keys. As a result, the encrypted information could be decrypted (i.e. unlocked) by testing all possible keys. In other words, it&#8217;s as if OpenSSL, running on Debian Linux, was choosing all of its passwords from a very small dictionary.</p>
<p>Now most people use Windows or Mac OS X at home and at work, but many websites (and other internet services) run on computers using Linux, since it&#8217;s free and open source. When your computer sends secure information over the internet, however, you not only rely on your computer&#8217;s ability to use SSL correctly, but also on the computer you are communicating with. This computer is very likely to be running Linux, and though only certain versions of Linux were affected, this recently discovery speaks to a very serious problem. This recent (and massive) security flaw was introduced when some poorly informed developer (<a href="http://www.gergely.risko.hu/debian-dsa1571.en.html" onclick="javascript:urchinTracker ('/outbound/article/www.gergely.risko.hu');">lots more info here</a>, also <a href="http://www.links.org/?p=328" onclick="javascript:urchinTracker ('/outbound/article/www.links.org');">here</a>) modified a grand total of two (2) lines of codes. (and if you&#8217;re curious how this poor schlub got his position in the first place, <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332498" onclick="javascript:urchinTracker ('/outbound/article/bugs.debian.org');">here&#8217;s your answer</a>)</p>
<p>If you care to read <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363516" onclick="javascript:urchinTracker ('/outbound/article/bugs.debian.org');">this discussion thread</a> (which is quite technical), you&#8217;ll discover that the lines in question were causing a software debugging tool called <a href="http://en.wikipedia.org/wiki/Valgrind" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">Valgrind</a> to report errors. The errors were due to OpenSSL telling Linux to read information from a random location in memory. Valgrind was reporting this as a mistake, since normally when a program accesses a random locations in memory, it is a mistake. In this case, however, the random information was being used to generate a random key to securely encrypt information. When the developers told Linux to ignore the two lines of code, they prevented OpenSSL from properly generating random keys. As a result, internet-related programs running on Debian Linux were all encrypting messages using a very small number of keys, which in turn made the encrypted data very easy to unlock (provided the eavesdropper was aware of this shortcoming).</p>
<p>In the world of computers, finding a security flaw is not uncommon, and I wouldn&#8217;t normally spend time writing such a long post about such a technical subject. My concern, however, is that this security flaw has not gotten any attention outside of the world of <a href="http://www.channelregister.co.uk/2008/05/21/massive_debian_openssl_hangover/" onclick="javascript:urchinTracker ('/outbound/article/www.channelregister.co.uk');">nerdy</a> <a href="http://computerworld.com/action/article.do?command=viewArticleBasic&#038;taxonomyName=security&#038;articleId=9085980&#038;taxonomyId=17&#038;intsrc=kc_top" onclick="javascript:urchinTracker ('/outbound/article/computerworld.com');">websites</a>. It seems to me, however, that a computer security flaw of this magnitude (and of course the potential for even larger flaws) is a public policy issue.</p>
<p>A typical security flaw allows an intruder to gain access to a single computer, or perhaps a computer network, but this flaw does all that and more. With so many computers affected for such a long period of time, you have a real potential for economic disruption (dare I say, even a <a href="http://www.wired.com/politics/security/magazine/15-09/ff_estonia?currentPage=all" onclick="javascript:urchinTracker ('/outbound/article/www.wired.com');">cyberattack</a>).</p>
<p>Furthermore data encrypted by faulty versions of OpenSSL remains vulnerable even now that the flaw has been discovered (and hopefully on most computers, and faulty passwords, fixed). If someone were monitoring and recording encrypted internet communication (I imagine <a href="http://www.theatlantic.com/doc/200803/chinese-firewall" onclick="javascript:urchinTracker ('/outbound/article/www.theatlantic.com');">China does this</a>), they could retroactively use information about the OpenSSL flaw to decrypt all sorts of recorded data. Not only would private information be revealed, but compromised passwords would make additional computer systems vulnerable. Incidentally, <a href="http://en.wikipedia.org/wiki/Perfect_forward_secrecy" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">there are methods</a> for ensuring that encoded information cannot be discovered retroactively, but these methods are not necessarily used by OpenSSL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2008/05/27/by-chance-flawed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Airic</title>
		<link>http://www.overheardinprovidence.com/2008/03/05/macbook-airic/</link>
		<comments>http://www.overheardinprovidence.com/2008/03/05/macbook-airic/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 00:31:58 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computing]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2008/03/05/macbook-airic/</guid>
		<description><![CDATA[Taking my cue from Stephen of cogitamus, I&#8217;m obliged to announce my acquisition of a macbook air just over a week now. Also I&#8217;m writing this from my local coffee shop, which I think makes the whole post more authentic. 
So far I&#8217;ve found the Macbook Air to be quite lovely. I&#8217;ll admit, it&#8217;s not [...]]]></description>
			<content:encoded><![CDATA[<p>Taking my cue from <a href="http://www.cogitamusblog.com/2008/02/take-a-break-fr.html" onclick="javascript:urchinTracker ('/outbound/article/www.cogitamusblog.com');">Stephen</a> of <a href="http://www.cogitamusblog.com" onclick="javascript:urchinTracker ('/outbound/article/www.cogitamusblog.com');">cogitamus</a>, I&#8217;m obliged to announce my acquisition of a <a href="http://www.apple.com/macbookair/" onclick="javascript:urchinTracker ('/outbound/article/www.apple.com');">macbook air</a> just over a week now. Also I&#8217;m writing this from my <a href="http://www.overheardinprovidence.com/2007/08/29/blue-state-coffee-my-official-report/" >local coffee shop</a>, which I think makes the whole post more authentic. </p>
<p>So far I&#8217;ve found the Macbook Air to be quite lovely. I&#8217;ll admit, it&#8217;s not the thriftiest purchase I&#8217;ve ever made, but it does fit my lifestyle very well. Before last week, I had a 12&#8243; Powerbook that I carried everywhere. The Air fits beautifully in the same bag and is definitely more pleasant to carry. Its screen is also a huge improvement. It&#8217;s much brighter and sharper, and I like the extra width as well.</p>
<p>Before I bought this computer, I read <a href="http://www.engadget.com/2008/01/25/macbook-air-review/" onclick="javascript:urchinTracker ('/outbound/article/www.engadget.com');">a lot</a> of <a href="http://www.engadget.com/2008/02/08/how-would-you-change-apples-macbook-air/" onclick="javascript:urchinTracker ('/outbound/article/www.engadget.com');">comment threads</a> filled with a bunch of people whining about its supposed shortcomings. So far these complaints have not bothered me one bit.<br />
<span id="more-157"></span></p>
<p>The DVD drive on my 12&#8243; Powerbook had been broken for years, so I certainly don&#8217;t miss having one in my new machine. Also, in my three years owning the Powerbook, I almost never plugged in anything besides an external monitor, an ipod, and a digital camera, so having one USB port is fine by me. Finally, I&#8217;ve never carried around a spare laptop battery, so its hardly a sacrifice not to be able to do so now.</p>
<p>One final note: <a href="http://www.overheardinprovidence.com/2007/08/29/blue-state-coffee-my-official-report/" >This Ars Technica review</a> reported a very poor experience with the Macbook Air&#8217;s battery, but this does not match my own experience. I agree that getting a full five hours of battery life is unlikely, but 4+ is definitely possible depending on what your running (PowerPoint appears to be a bit of a hog). I&#8217;ll also note that the first day I got this computer it was running fairly hot and the battery was depleting rapidly. When I opened up Activity Monitor, I noticed that Dashboard had froze up and was using 99% of my CPU. Restarting fixed the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2008/03/05/macbook-airic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Looking to the past</title>
		<link>http://www.overheardinprovidence.com/2008/02/15/looking-to-the-past/</link>
		<comments>http://www.overheardinprovidence.com/2008/02/15/looking-to-the-past/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 19:55:37 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[NYC]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2008/02/15/looking-to-the-past/</guid>
		<description><![CDATA[Sometimes people ask me exactly we computer science types study. What is a &#8220;computer&#8221; really? Why are computers so important? How do they relate to the world around us?
Footage from IBM&#8217;s booth at the 1964 worlds fair fills in some of the details (skip to 2:30 if you like) :

As a graduate student in computer [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes people ask me exactly we computer science types study. What is a &#8220;computer&#8221; really? Why are computers so important? How do they relate to the world around us?</p>
<p>Footage from IBM&#8217;s booth at the 1964 worlds fair fills in some of the details (skip to 2:30 if you like) :</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fHvd-HWXYK4&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/fHvd-HWXYK4&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>As a graduate student in computer science, and general railroad enthusiast, I found their explanation to be dead on. It may not make much sense, but it uses the word &#8220;reality&#8221; several times, and it&#8217;s presented by a guy wearing a tux, so that&#8217;s a plus. Regardless, I&#8217;m pretty psyched to live in that tundra village.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2008/02/15/looking-to-the-past/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thinking small</title>
		<link>http://www.overheardinprovidence.com/2007/10/28/thinking-small/</link>
		<comments>http://www.overheardinprovidence.com/2007/10/28/thinking-small/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 22:08:57 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[nanotechnology]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2007/10/28/thinking-small/</guid>
		<description><![CDATA[It&#8217;s a few days old, but I just saw this Engadget post pointing me to a nanotechnology-related Wired article. The article highlights some recent work of Professor Michael Kozicki, demonstrating a new method for storing data using nanoscale copper wires.
Today&#8217;s technology takes about 10,000 square nanometers to store a bit of data on a chip [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a few days old, but I just saw this <a href="http://www.engadget.com/2007/10/27/terabyte-nanotech-thumb-drives-around-the-corner/#comments" onclick="javascript:urchinTracker ('/outbound/article/www.engadget.com');">Engadget post</a> pointing me to a nanotechnology-related <a href="http://www.wired.com/gadgets/miscellaneous/news/2007/10/ion_memory" onclick="javascript:urchinTracker ('/outbound/article/www.wired.com');">Wired</a> article. The article highlights some <a href="http://ieeexplore.ieee.org/xpls/abs_all.jsp?isnumber=4317723&#038;arnumber=4317748&#038;count=38&#038;index=26" onclick="javascript:urchinTracker ('/outbound/article/ieeexplore.ieee.org');">recent work</a> of Professor <a href="http://www.eas.asu.edu/~mkozicki/" onclick="javascript:urchinTracker ('/outbound/article/www.eas.asu.edu');">Michael Kozicki</a>, demonstrating a new method for storing data using nanoscale copper wires.</p>
<p>Today&#8217;s technology takes about <a href="http://www.physorg.com/news2962.html" onclick="javascript:urchinTracker ('/outbound/article/www.physorg.com');">10,000 square nanometers</a> to store a bit of data on a chip (a nanometer is 1 billionth of a meter). We can currently build computer chips using wires that are about 70 nanometers wide, but newer nanoscale technology may allow for wires only 5 to 10 nanometers wide. Similarly, it may be able to store a bit of data using less than 100 square nanometers. This would allow us to store terabytes of data on those nifty little usb drives we all have.</p>
<p>Sometimes when a new nanoscale data storage technology is demonstrated, the folks involved (or their company/university) decide to hype it up and put out a press release. With luck, this results in an actual article being written, which in turn results in a post on <a href="http://www.engadget.com" onclick="javascript:urchinTracker ('/outbound/article/www.engadget.com');">Engadget</a> or <a href="http://slashdot.org" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');">Slashdot</a> or something. When this happens, both the article and the post tend to contain an optimistic claim about when the described may come to market.</p>
<p>Since this is one of the few areas in which I have <a href="http://www.cs.brown.edu/people/eerac/" onclick="javascript:urchinTracker ('/outbound/article/www.cs.brown.edu');">actual credentials</a>, I&#8217;m usually tempted to leave a slightly technical <a href="http://hardware.slashdot.org/comments.pl?sid=218630&#038;cid=17748772" onclick="javascript:urchinTracker ('/outbound/article/hardware.slashdot.org');">comment</a> pointing out the difficulties that still lie ahead. Since I have this blog, a big ol&#8217; post seemed more appropriate (and hopefully more reusable).</p>
<p><span id="more-112"></span><br />
The storage technology demonstrated by Professor Kozicki sounds promising, but this is far from the first time nanoscale storage has been demonstrated (for example, there&#8217;s <a href="http://www.physorg.com/news88874126.html" onclick="javascript:urchinTracker ('/outbound/article/www.physorg.com');">this</a>, or <a href="http://jjap.ipap.jp/link?JJAP/45/L807/" onclick="javascript:urchinTracker ('/outbound/article/jjap.ipap.jp');">this</a>, or <a href="http://www.sciencedaily.com/releases/2007/09/070904081912.htm" onclick="javascript:urchinTracker ('/outbound/article/www.sciencedaily.com');">this</a>). When you hear about this type of thing, it&#8217;s important to remember that there&#8217;s more to building a memory than simply having a medium for storing data. You need a way to control that medium.</p>
<p>Typically when researchers demonstrated a new type of nanoscale storage, they place their device between two electrodes, then use the electrodes to read and write information (this generally involves applying various voltages across the device). Even though the electrodes are small (about 100 nanometers wide), but they are still quite large compared to the device itself.</p>
<p>Even if the device works perfectly, you cannot make a nanoscale memory by simply placing billions of devices between billions of non-nanoscale electrodes. If you do this, it will still take about 10,000 square nanometers to store each bit. For much denser storage, additional nanoscale technology is required.</p>
<p>One promising approach being pursued is to create a grid of nanoscale wires, then position storage devices between each pair of perpendicular wires. As luck would have it, grids of tightly packed nanowires have <a href="http://www.sciam.com/article.cfm?articleID=5538BDC4-E7F2-99DF-38BA958C99BC5960&#038;chanID=sa018" onclick="javascript:urchinTracker ('/outbound/article/www.sciam.com');">been produced</a>, and even used to store data. Unfortunately, no one has yet demonstrated a way of efficiently controlling the individual nanowires that make up the grid. Until we have a way to control tightly packed nanowires, we cannot take advantage of nanoscale storage devices.</p>
<p>For the record, I am optimistic that a fully functional nanoscale memory will be produced before 2010, but I think it is very unlikely that any such device will come to market before then.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2007/10/28/thinking-small/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Presents</title>
		<link>http://www.overheardinprovidence.com/2007/09/18/google-presents/</link>
		<comments>http://www.overheardinprovidence.com/2007/09/18/google-presents/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 21:01:36 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2007/09/18/google-presents/</guid>
		<description><![CDATA[Building on an ongoing theme, it&#8217;s only fitting that I mention google office&#8217;s new presentation app. Unlike word processing and spreadsheets, I make power point slides fairly often, so I was pretty into the idea of a google-based replacement. 
The great thing about making slides online is that there&#8217;s not need to transfer them from [...]]]></description>
			<content:encoded><![CDATA[<p>Building on an ongoing <a href="http://www.overheardinprovidence.com/2007/09/07/online-photoshop-sort-of/" >theme</a>, it&#8217;s only fitting that I mention <a href="http://docs.google.com/" onclick="javascript:urchinTracker ('/outbound/article/docs.google.com');">google office&#8217;s</a> new presentation app. Unlike word processing and spreadsheets, I make power point slides fairly often, so I was pretty into the idea of a google-based replacement. </p>
<p>The great thing about making slides online is that there&#8217;s not need to transfer them from one computer to the next (transferring slides sucks, since on Macs and PCs they may look different). Plus if you collaborate on a presentation (as I often do) everyone can edit the slides online. In fact, you can even gchat while both looking at the slides. Also google office provides automatic back up and version history.</p>
<p>The key drawback of using google presentations though is that the app pretty much blows. It&#8217;s just nowhere near Powerpoint. For one, it doesn&#8217;t automatically resize text, the one things that makes using Powerpoint super fast. It&#8217;s true that Apple&#8217;s Keynote doesn&#8217;t do this either, but the google program doesn&#8217;t even let draw lines and boxes or edit themes. This is particularly frustrating since I was able to import existing slides that contained objects I couldn&#8217;t edit or create from scratch. I was also surprised I couldn&#8217;t embed content using google video (or google images). Putting video in Powerpoint is risky, so this seemed like a potential major selling point. There was also no way to select multiple objects.</p>
<p>Anyway, here&#8217;s my <a href="http://docs.google.com/Doc?id=dd468b6h_2dsmpk5&#038;invite=ghc2mk4" onclick="javascript:urchinTracker ('/outbound/article/docs.google.com');">sample presentation</a>. You need a google account to view it, and also it doesn&#8217;t show up correctly in Safari. Hopefully this app will get a lot better real soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2007/09/18/google-presents/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Online Photoshop (sort of)</title>
		<link>http://www.overheardinprovidence.com/2007/09/07/online-photoshop-sort-of/</link>
		<comments>http://www.overheardinprovidence.com/2007/09/07/online-photoshop-sort-of/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 03:31:24 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2007/09/07/online-photoshop-sort-of/</guid>
		<description><![CDATA[A while back I sung the praises of internet-based computing. With google office, for example, you never have to install a program, and you have access to your documents anywhere, and all your stuff is automatically backed up. What more could you possibly want?
Well you probably also want a photo editor. Good thing Adobe just [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I <a href="http://www.overheardinprovidence.com/2007/08/06/zonbu-a-new-breed-of-computer/" >sung the praises</a> of internet-based computing. With <a href="https://www.google.com/accounts/ServiceLogin?service=writely&#038;passive=true&#038;continue=http%3A%2F%2Fdocs.google.com%2F&#038;followup=http%3A%2F%2Fdocs.google.com%2F&#038;ltmpl=homepage&#038;nui=1" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');">google office</a>, for example, you never have to install a program, and you have access to your documents anywhere, and all your stuff is automatically backed up. What more could you possibly want?</p>
<p>Well you probably also want a photo editor. Good thing Adobe just previewed their new online app <a href="http://blogs.adobe.com/jnack/2007/09/photoshop_expre.html" onclick="javascript:urchinTracker ('/outbound/article/blogs.adobe.com');">Photoshop Express</a>. I doubt it comes anywhere close to doing everything Photoshop does, but it&#8217;s a start. If you&#8217;re looking to edit videos online, Adobe <a href="http://www.riapedia.com/tags/premiere_express"  onclick="javascript:urchinTracker ('/outbound/article/www.riapedia.com');">can help</a> with that too.</p>
<p>I&#8217;m not really sure about the state of online file storage. As more and more mainstream apps appear online, however, it&#8217;d be nice to have a central place to store and organize your online documents. At that point you&#8217;d really start to feel like you had your own computer online. If I weren&#8217;t busy getting a PhD I&#8217;d totally get on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2007/09/07/online-photoshop-sort-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zonbu: A new breed of computer</title>
		<link>http://www.overheardinprovidence.com/2007/08/06/zonbu-a-new-breed-of-computer/</link>
		<comments>http://www.overheardinprovidence.com/2007/08/06/zonbu-a-new-breed-of-computer/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 18:01:42 +0000</pubDate>
		<dc:creator>eerac</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.overheardinprovidence.com/2007/08/06/zonbu-a-new-breed-of-computer/</guid>
		<description><![CDATA[The Zonbu is a new low power, environmentally friendly, $99 dollar computer. It has no moving parts (so it&#8217;s totally silent) and limited storage (4 GB of flash). Most of its computing power comes from being connected to the internet, so Zonbu users actually pay the company for monthly storage (although the storage is actually [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.zonbu.com/home/index.htm" onclick="javascript:urchinTracker ('/outbound/article/www.zonbu.com');">Zonbu</a> is a new low power, environmentally friendly, $99 dollar computer. It has no moving parts (so it&#8217;s totally silent) and limited storage (4 GB of flash). Most of its computing power comes from being connected to the internet, so Zonbu users actually pay the company for monthly storage (although the storage is actually provided by <a href="http://aws.amazon.com/s3" onclick="javascript:urchinTracker ('/outbound/article/aws.amazon.com');">amazon&#8217;s S3 service</a>). Salon.com&#8217;s <a href=http://machinist.salon.com/feature/2007/08/02/zonbu/index.html>Machinist</a> recently gave the Zonbu a very positive review. It&#8217;s very easy to use and does almost everything most people use a home computer for.</p>
<p>I&#8217;m probably not going to get a Zonbu, particularly because I don&#8217;t want to pay a monthly fee to use a computer (after all, I already pay a monthly fee to host this website). Also it restricts what software you can install (like the iPhone). Still, I&#8217;m excited that the Zonbu is out there, because it points to an obvious change in personal computing. In the next five years almost everything most computer do is going to be done over the internet.</p>
<p>Storing your files on the internet is much better than storing them on your home machine. Your home computer will break one day, I promise. If amazon.com is storing your files, they will be fine. When you go buy a new computer, you&#8217;ll need a bunch of programs. If those programs are web-based (think <a href="http://www.google.com/google-d-s/tour1.html" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');">google docs &#038; spreadsheets</a>) you won&#8217;t need to install them. Also they&#8217;ll probably be free, never crash your computer, and you&#8217;ll never need to upgrade them (google can add features and fix bugs without you doing a thing)</p>
<p>And the benefits of internet-based computing don&#8217;t stop there! If you want to share your files, or collaborate with someone on a document, you can just tell the service storing your files to provide your collaborator access. When your on someone else&#8217;s computer, you&#8217;ll be able to access your files. Using a free public computer will be as good as using your own.</p>
<p><a href="http://www.cs.brown.edu/" onclick="javascript:urchinTracker ('/outbound/article/www.cs.brown.edu');">Where I work</a> you can log on to any computer in the building, and it behaves just like the one at your desk. Your personal settings and files all appear, and everything you do gets automatically backed up. This is exactly what computers like Zonbu allow for, only on a world-wide scale. It&#8217;s also just one of the many reasons why fast reliable broadband needs to be more than <a href="http://select.nytimes.com/2007/07/23/opinion/23krugman.html" onclick="javascript:urchinTracker ('/outbound/article/select.nytimes.com');">a luxury in the US</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overheardinprovidence.com/2007/08/06/zonbu-a-new-breed-of-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

