<?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>Frederick&#039;s Timelog &#187; Google</title>
	<atom:link href="http://www.frederickding.com/posts/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frederickding.com</link>
	<description>News, technology, life, and more.</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Maps is even cooler now</title>
		<link>http://www.frederickding.com/posts/2011/12/google-maps-is-even-cooler-now-061298/</link>
		<comments>http://www.frederickding.com/posts/2011/12/google-maps-is-even-cooler-now-061298/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 21:23:13 +0000</pubDate>
		<dc:creator>Frederick</dc:creator>
				<category><![CDATA[Computer Matters]]></category>
		<category><![CDATA[Web Matters]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.frederickding.com/?p=1298</guid>
		<description><![CDATA[3D in my browser, rendered by my browser? I gotta get this.]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2011/12/google-maps-is-even-cooler-now-061298/"><img class="colorbox-1298"  src="http://img.youtube.com/vi/X3EO_zehMkM/2.jpg" alt="" /></a></span>
<p>3D in my browser, rendered by my browser? I gotta get this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frederickding.com/posts/2011/12/google-maps-is-even-cooler-now-061298/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Hotmail is now authenticating DKIM</title>
		<link>http://www.frederickding.com/posts/2011/05/windows-live-hotmail-is-now-authenticating-dkim-081140/</link>
		<comments>http://www.frederickding.com/posts/2011/05/windows-live-hotmail-is-now-authenticating-dkim-081140/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:39:08 +0000</pubDate>
		<dc:creator>Frederick</dc:creator>
				<category><![CDATA[Computer Matters]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[trust]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://www.frederickding.com/?p=1140</guid>
		<description><![CDATA[I haven&#8217;t seen anything published about this yet, but I noticed today that Windows Live Hotmail seems to be authenticating incoming e-mail using DKIM in addition to Sender ID. Background In the past, Hotmail has verified the authenticity of incoming &#8230; <a href="http://www.frederickding.com/posts/2011/05/windows-live-hotmail-is-now-authenticating-dkim-081140/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1141 colorbox-1140" title="Hotmail inbox screenshot" src="http://dm0v3sag25cwf.cloudfront.net/2011/05/20110508-183114.png" alt="Hotmail inbox screenshot" width="580" height="178" /></p>
<p>I haven&#8217;t seen anything published about this yet, but I noticed today that <strong>Windows Live Hotmail seems to be authenticating incoming e-mail using <a href="http://en.wikipedia.org/wiki/DomainKeys_Identified_Mail">DKIM</a> in addition to Sender ID</strong>.</p>
<h3>Background</h3>
<p>In the past, Hotmail has verified the authenticity of incoming e-mail through Microsoft&#8217;s proprietary version of <a href="http://www.openspf.org/">Sender Policy Framework</a> called <a href="http://en.wikipedia.org/wiki/Sender_ID">Sender ID</a>. Both of these projects were designed to verify that the computer sending the message, as identified by the originating IP address, is authorized to send e-mail on behalf of the named sender.</p>
<p>A typical SPF policy, specified through a TXT record in DNS, might say</p>
<pre><code>v=spf1 ip4:208.97.132.0/24 -all</code></pre>
<p>This means that only IP addresses in the 208.97.132.1–208.97.132.254 range are allowed to send e-mail on behalf of this domain. (The Sender ID policy would look similar, but starting with <code>spf2.0/pra</code>.)</p>
<p>Hotmail&#8217;s policy has been to verify all incoming e-mail using the Sender ID framework. This <em>theoretically</em> reassures users that authenticated e-mail definitely comes from the named sender, reducing the likelihood of header forgery. If an e-mail does not pass Sender ID verification (softfail) and has other signs of being forged, it will likely be classified as junk.</p>
<p>A valid e-mail is marked with these headers:</p>
<pre>X-SID-Result: Pass
X-AUTH-Result: PASS</pre>
<p>If the organization&#8217;s policy uses the strictest policy (<code>-all</code>), and the message does not pass Sender ID validation, <em>and</em> the organization has submitted its Sender ID records to Microsoft, invalid e-mail sent to @live.ca and @live.com domains are rejected. As far as I am aware, this protection is not applied to @hotmail.com accounts.</p>
<div style="float: right;"><span class="alignright" style="display: block;"><!-- ca-pub-7957220131163160/Timelog-Inpost-Square -->
<script type='text/javascript'>
GA_googleFillSlot("Timelog-Inpost-Square");
</script></span></div>
<h3>From SPF to DKIM</h3>
<p>The problem with SPF is that it doesn&#8217;t verify <em>much</em>. All it tells us is that an e-mail comes from the right computer—not that an intermediate server hasn&#8217;t tampered with it. In addition, SPF only really validates the From: or Sender: headers.</p>
<p>Besides, many large service providers cannot implement a strict SPF/Sender ID policy because users may be sending e-mail through other servers. (For example, I might use my ISP&#8217;s SMTP servers to send e-mail from my Windows Live Hotmail address; a strict SPF/Sender ID policy would mark those e-mails as junk.)</p>
<p>DKIM, however, encompasses the contents of the message body, in addition to the headers. It does not necessarily require the e-mail to come from a certain IP address. Using public key cryptography, it allows organizations to take responsibility for sent e-mails by verifying that the e-mail came from an authorized source, similar to the way secure servers connect over TLS/SSL.</p>
<p>Implementing DKIM means that all outgoing e-mails are signed using a private key; the signatures are then checked by compatible software against the public keys published in DNS. Each domain can have multiple DKIM keys, allowing multiple sending systems to sign outgoing e-mails independently.</p>
<p>A sample DKIM signature looks like this:</p>
<pre>DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=frederickding.com; s=google;
        h=domainkey-signature:mime-version:from:date:message-id:subject:to
         :content-type;
        bh=b3wR4p4G21l92tc0ahioopi7atMwDp2wkaQb/uOL65E=;
        b=YJ6nD3Nx5hgwRhYppb/n2g5lQxA5jzFvYEJ0dR4dtkRFv14GVJWStQXwwZryGuujC/
         v4ve5ZE3ZAEAtv5hCj99ZLAfR52rskpbitso+106M8uQvryLyuLSnX1mrk6JaDFLMr8V
         qHmCEZUF5+cnWEYSwlLo1T8hntgN28hj8OyJY=</pre>
<p>DKIM actually requires a lot more work for organizations to implement, as it requires additional DNS lookups and (perhaps) expensive cryptographic calculations. A decade ago, it would have been unfeasible to implement this on an organization as large as Windows Live Hotmail.</p>
<h3>Hotmail today</h3>
<p>Today, the inexpensive cost of processing power makes it possible for Hotmail to validate DKIM. Yahoo! has been doing this since the beginning, as it was the source of this technology. Gmail, too, has been validating DKIM for some time. (Both Yahoo! and Gmail sign outgoing e-mail with DKIM signatures, and Google has made this possible through its Google Apps service for companies as well.)</p>
<p>While Windows Live Hotmail has always validated Sender ID, today I noticed the addition of a new e-mail header:</p>
<pre>X-DKIM-Result: Pass</pre>
<p>This is good news.</p>
<h3>Conclusion</h3>
<p>To summarize a post&#8217;s worth of babbling, this means that Windows Live Hotmail is taking additional steps to combat e-mail forgery, phishing and spam. A step forward for everybody.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frederickding.com/posts/2011/05/windows-live-hotmail-is-now-authenticating-dkim-081140/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google &#8220;Search Stories&#8221;</title>
		<link>http://www.frederickding.com/posts/2010/07/google-search-stories-23903/</link>
		<comments>http://www.frederickding.com/posts/2010/07/google-search-stories-23903/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 21:02:06 +0000</pubDate>
		<dc:creator>Frederick</dc:creator>
				<category><![CDATA[Video Matters]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.frederickding.com/?p=903</guid>
		<description><![CDATA[Google has been posting &#8220;Search Stories&#8221; videos on its YouTube channel since November 2009 and they&#8217;re really quite touching. The original search story was &#8220;Parisian Love&#8220;, about a man who apparently finds love in Paris while studying abroad. Although I&#8217;ve &#8230; <a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Google has been posting &#8220;Search Stories&#8221; videos on <a href="http://www.youtube.com/user/SearchStories">its YouTube channel</a> since November 2009 and they&#8217;re really quite touching. The original search story was &#8220;<a href="http://www.youtube.com/watch?v=nnsSUqgkDwU">Parisian Love</a>&#8220;, about a man who apparently finds love in Paris while studying abroad.</p>
<span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/"><img class="colorbox-903"  src="http://img.youtube.com/vi/nnsSUqgkDwU/2.jpg" alt="" /></a></span>
<p>Although I&#8217;ve seen Parisian Love before, some of the newer search stories are just as moving.</p>
<h3>&#8220;<a href="http://www.youtube.com/watch?v=g65Jz43gA3A">High School</a>&#8221; &#8211; a girl works to fit in</h3>
<span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/"><img class="colorbox-903"  src="http://img.youtube.com/vi/g65Jz43gA3A/2.jpg" alt="" /></a></span>
<h3>&#8220;<a href="http://www.youtube.com/watch?v=nU19C06nLRY">Father and Daughter</a>&#8221; &#8211; a hardworking father makes time to be a good dad to his little girl</h3>
<p><span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/"><img class="colorbox-903"  src="http://img.youtube.com/vi/nU19C06nLRY/2.jpg" alt="" /></a></span><br />
<span id="more-903"></span></p>
<h3>&#8220;<a href="http://www.youtube.com/watch?v=pKd9YXOOo5Y">Graduation</a>&#8221; &#8211; a mother from Vietnam moves to America to provide the best for her son</h3>
<span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/"><img class="colorbox-903"  src="http://img.youtube.com/vi/pKd9YXOOo5Y/2.jpg" alt="" /></a></span>
<h3>&#8220;<a href="http://www.youtube.com/watch?v=Fy5LGfZgv04">Brother and Sister</a>&#8221; &#8211; siblings grow up together</h3>
<span style="text-align:center; display: block;"><a href="http://www.frederickding.com/posts/2010/07/google-search-stories-23903/"><img class="colorbox-903"  src="http://img.youtube.com/vi/Fy5LGfZgv04/2.jpg" alt="" /></a></span>
<p>I hope these short clips bring smiles to your face as they did for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frederickding.com/posts/2010/07/google-search-stories-23903/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.frederickding.com/posts/2009/12/happy-new-year-30598/</link>
		<comments>http://www.frederickding.com/posts/2009/12/happy-new-year-30598/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 05:00:12 +0000</pubDate>
		<dc:creator>Frederick</dc:creator>
				<category><![CDATA[Computer Matters]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[US]]></category>
		<category><![CDATA[Vimeo]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.frederickding.com/?p=598</guid>
		<description><![CDATA[It&#8217;s the end of another year and the end of a ground-breaking decade. Let&#8217;s look back at what&#8217;s been accomplished in the years of 2000–2009, focusing on technology. Technology Windows has entered a new era The decade—indeed, the century—began with &#8230; <a href="http://www.frederickding.com/posts/2009/12/happy-new-year-30598/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the end of another year and the end of a ground-breaking decade. Let&#8217;s look back at what&#8217;s been accomplished in the years of 2000–2009, focusing on technology.</p>
<h2>Technology</h2>
<h3>Windows has entered a new era</h3>
<p>The decade—indeed, the century—began with Windows 2000, which I consider the first great version of the operating system. XP was the version that brought widespread success, and people just seem to refuse to upgrade; even today, almost three quarters of the computers on the net are on XP.</p>
<p>Despite the dismal failure of Windows Vista, it too brought change, which was followed by the enhancements of Windows 7. Compare my desktop today to the ugly screens of a decade ago:</p>
<p><img class="aligncenter size-large wp-image-599 colorbox-598" title="My Desktop now" src="http://s1.frederickding.com/2009/12/desktop-20091229.jpg" alt="" width="520" height="325" /><br />
<a href="http://click.linksynergy.com/fs-bin/click?id=fnXbE8VP1mE&amp;offerid=166833.10000396&amp;subid=0&amp;type=4"><img class="aligncenter colorbox-598" src="http://ad.linksynergy.com/fs-bin/show?id=fnXbE8VP1mE&amp;bids=166833.10000396&amp;subid=0&amp;type=4&amp;gridnum=3" border="0" alt="Microsoft Store" /></a><br />
<a href="http://www.flickr.com/photos/avianto/441872897/"><img class="aligncenter colorbox-598" title="Windows 98" src="http://farm1.static.flickr.com/197/441872897_f75764a283.jpg" alt="Windows 98 desktop screenshot" width="500" height="375" /></a></p>
<p>Apple deserves an honourable mention for the ground-breaking work they&#8217;ve done on the Mac, elevating it to a newly trendy status.</p>
<h3>Portable media players have completely changed</h3>
<p>A decade ago, CD players and tape-based Walkmans were still the norm for &#8216;portable&#8217; audio players. <strong>The iPod, launched in 2001, entirely changed the game.</strong> (I suppose this and the iPhone were the &#8220;comeback of the decade&#8221;.) It was no longer a device that played removable media. <em>That</em> was followed by thousands of other portable media players, to which the public generally refers inaccurately as &#8220;MP3 players&#8221;, reflecting the popularity of the 15-year-old MP3 format that has also been notorious for illegal file sharing (see below).</p>
<h3>Cell phones and mobile devices have become ubiquitous</h3>
<p><a href="http://view.picapp.com/default.aspx?term=cell%20phone&amp;iid=7421960" target="_blank"><img class="alignright colorbox-598" src="http://cdn.picapp.com/ftp/Images/9/6/1/f/cellphones_a79f.JPG?adImageId=8720763&amp;imageId=7421960" alt="" width="234" height="175" /></a>These devices used to be ugly, huge and heavy objects. As we move into 2010, <strong>cell phones have become more compact</strong> (usually this means thinner and lighter) and more powerful.</p>
<p>In China, <a href="http://english.people.com.cn/90001/90778/90860/6855171.html">about 739 <em>million</em> people have cell phones</a>; that&#8217;s more than there are Internet users in China (which is <a href="http://en.wikipedia.org/wiki/List_of_countries_by_number_of_Internet_users">about 360 million</a>).<em> </em></p>
<p><em>Mobile devices have become truly powerful.</em> The iPhone, <a href="http://www.pcmag.com/article2/0,2817,2357426,00.asp">purportedly the most popular cell phone of 2009</a>, is one of the biggest platforms for software development. And it has a touch screen. RIM&#8217;s BlackBerry, initially launched in 1999, is the most popular smartphone among business users.</p>
<p>Ordinary people begin to embrace ultra-portable netbooks for lightweight computing. The move to mobile is probably <strong>the most noticeable trend</strong> in end-user gadgetry in this decade.<br />
<span id="more-598"></span></p>
<h3>Illegal file sharing has emerged</h3>
<p><strong><em> </em></strong>I don&#8217;t personally think of torrenting itself as a major problem, and it&#8217;s difficult to sympathize with big companies when <a href="http://arstechnica.com/tech-policy/news/2009/05/riaa-we-have-no-choice-but-to-file-more-named-lawsuits.ars">the RIAA</a> is <a href="http://arstechnica.com/tech-policy/news/2007/12/riaa-those-cd-rips-of-yours-are-still-unauthorized.ars">being stupid</a>. At the same time, it&#8217;s pretty easy to see how having <strong>hundreds of movies, TV shows and music albums distributed through torrents</strong> can take away from earnings for content producers. (Some dispute this and argue that those who pirate movies and TV shows are those who will purchase related memorabilia or boxed sets.)</p>
<p>In any case, it is virtually undisputed that new technologies have made distribution of such content much easier. In the previous decade, pretty much everyone was on dial-up Internet and only the students at universities with blazing connections were able to do it (think about <a href="http://en.wikipedia.org/wiki/Napster">the controversial Napster</a>).</p>
<h3>YouTube happened</h3>
<p>YouTube and hundreds of other video sites have revolutionized the way we watch video. What used to be distributed on tapes and discs has moved onto the Internet in a way that allows ordinary folks—not videophiles or geeks—to share their multimedia with the world.</p>
<p>YouTube is also the icon of the so-called Web 2.0, which is oriented on user-generated content. (<strong>Flickr</strong> deserves an honourable mention for <strong>high quality pictures</strong>, just like <strong>Vimeo</strong> for <strong>high class videos</strong>.) It has made it possible for <a href="http://www.youtube.com/user/fred">teens with crazy personalities and high-pitched edited voices</a>, artists who post music videos, and <a href="http://www.youtube.com/watch?v=zlfKdbWwruY">crazy dancers who travel the world</a> to reach out to a vast audience. Above all, it&#8217;s a legitimate new form of entertainment.</p>
<p>Following the success of online video, major content producers began to license music for online distribution (think <a href="http://www.pandora.com/">Pandora</a> or <a href="http://www.last.fm/">Last.fm</a>, not to mention Internet radio) as well as movies and TV shows (think <a href="http://www.hulu.com/">Hulu</a>).</p>
<p><a href="http://www.youtube.com/watch?v=dcLMH8pwusw">http://www.youtube.com/watch?v=dcLMH8pwusw</a></p>
<h3>Open source projects have become worthy challengers</h3>
<p><a href="http://www.frederickding.com/go/44189/"><img class="alignright colorbox-598" src="http://sfx-images.mozilla.org/affiliates/Buttons/Firefox3.5/125x125.png" alt="Spread Firefox Affiliate Button" width="125" height="125" /></a> More than a decade ago, in 1996, the Apache HTTP server became the most popular web server in use; today it has surpassed 100 million web sites served.</p>
<p><a href="http://www.frederickding.com/go/44189/"><strong>Mozilla Firefox</strong></a>, having risen out of the ashes of the Netscape browser, although not the most widely used browser in the world (it&#8217;s 2nd), is <a href="http://gs.statcounter.com/">apparently used by 32% of the market</a> analyzed by StatCounter.</p>
<p>While I still use Microsoft Office, <a href="http://openoffice.org/">OpenOffice.org</a> is also a notable alternative to the proprietary and dominant office suite, especially on non-Windows operating systems.</p>
<p>And then there are the programs used by geeks, like <a href="http://eclipse.org/">the Eclipse IDE</a> or <a href="http://aptana.org/">Aptana Studio</a>, that are depended upon. (For all of you multimedia geeks, there are open source programs that do the job much better than their closed source counterparts; think about <a href="http://handbrake.fr/">Handbrake</a>, <a href="http://www.videolan.org/vlc/">VLC</a>…)</p>
<p>Businesses can now also depend on open source projects like <a href="http://www.sugarcrm.com/crm/">Sugar CRM</a> that build their revenue model around support and premium features.</p>
<h3>News has moved onto the Web</h3>
<p>My primary news source  now is the Web. <a href="http://news.google.com/">Google News</a> is one of my frequently visited sites, as it is a fantastic aggregator of headlines. I subscribe to e-mail summaries from the Toronto Star and breaking news alerts from the New York Times. <a href="http://arstechnica.com/">ArsTechnica</a> and <a href="http://www.techcrunch.com/">TechCrunch</a> are my sources for technology-related news, and occasionally <a href="http://mashable.com/">Mashable</a> and <a href="http://www.neowin.net/">Neowin</a>. Those pesky short links in the tweets of people I follow also make for engaging news articles.</p>
<h3>Wikipedia happened</h3>
<p>At the beginning of this decade, I was researching in books and print encyclopedias. The conventional wisdom today of &#8220;just Google it&#8221; didn&#8217;t work so well then. And certainly there wasn&#8217;t a <a href="http://www.wikipedia.org/">Wikipedia</a> for the wealth of human knowledge that it now contains.</p>
<p>Today, I can near-instantly read up on the history of <a href="http://en.wikipedia.org/wiki/Walmart">Wal-Mart</a> or read up on <a href="http://en.wikipedia.org/wiki/Beslan_school_hostage_crisis">the Beslan school hostage crisis</a> and its media coverage. If I truly need it, Wikipedia connects with <a href="http://wikisource.org/wiki/Main_Page">Wikisource, the free library</a> and <a href="http://wikibooks.org/">Wikibooks</a> where I can read <a href="http://en.wikisource.org/wiki/Anna_Karenina">Anna Karenina</a> online (and I wouldn&#8217;t, because Constance Garnett&#8217;s translations are really lacking).</p>
<p>It&#8217;s truly amazing that the sum of all human knowledge can be collaboratively archived and updated through the likes of Wikipedia. Perhaps <a href="http://wikimediafoundation.org/wiki/Appeal/en">they need your support</a> this holiday season!</p>
<p><span style="font-weight: bold;">What do you think? Did I miss out on something <em>big</em> that happened in this decade in the world of tech? Write a comment!</span></p>
<p>(I <em>did</em>, however, intentionally exclude social networking—i.e. Facebook—because I don&#8217;t think it&#8217;s been revolutionary in any major way. Sure, it has connected people in new ways, but it&#8217;s still relatively fresh and more time is needed to see where it goes. Similarly, I omitted touch because it hasn&#8217;t entirely caught on yet; tablet PCs were a dismal failure a few years ago and I haven&#8217;t yet seen their widespread success. Furthermore, I omitted cloud computing because it doesn&#8217;t directly affect a large number of people. Feel free to disagree with me in the comments.)</p>
<h2>Worldly Matters</h2>
<p>I think September 11, 2001 marked the start of a new era of warfare and international affairs. The terrorist attacks, inasmuch as they have been abused to justify ill-advised battles, did shock the world.</p>
<p><a href="http://view.picapp.com/default.aspx?term=terrorism&amp;iid=6351001" target="_blank"><img class="aligncenter colorbox-598" title="The Twin Towers burn" src="http://cdn.picapp.com/ftp/Images/6/c/0/8/World_Trade_Center_7614.jpg?adImageId=8719664&amp;imageId=6351001" alt="World Trade Center Attacked" width="500" height="576" /></a></p>
<p>I recommend you head over to <a href="http://www.boston.com/bigpicture/2009/12/the_decade_in_news_photographs.html">the Big Picture</a> where you&#8217;ll be dazzled by <a href="http://www.boston.com/bigpicture/2009/12/the_decade_in_news_photographs.html">splendid photos of this decade</a>, including commentaries on the World Trade Center attacks and war. And dozens of other things like natural disasters (remember Katrina, or the Sichuan earthquake?), the Beijing Olympics, and terrorist attacks in London.</p>
<p>2009 has been a fantastic year. I look forward to the future.</p>
<p><a href="http://view.picapp.com/default.aspx?term=china%20anniversary&amp;iid=6738665" target="_blank"><img class="aligncenter colorbox-598" src="http://cdn.picapp.com/ftp/Images/1/a/1/4/Chinas_celebrates_60th_6960.JPG?adImageId=8719681&amp;imageId=6738665" alt="Chinas celebrates 60th Anniversary with miitary parade in Beijing." width="500" height="326" /></a></p>
<p><strong>Happy holidays and all the best in 2010!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frederickding.com/posts/2009/12/happy-new-year-30598/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bing: the better way to Google</title>
		<link>http://www.frederickding.com/posts/2009/06/bing-the-better-way-to-google-27328/</link>
		<comments>http://www.frederickding.com/posts/2009/06/bing-the-better-way-to-google-27328/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 19:30:55 +0000</pubDate>
		<dc:creator>Frederick</dc:creator>
				<category><![CDATA[Video Matters]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.frederickding.com/?p=328</guid>
		<description><![CDATA[This is one of the most humorous videos I&#8217;ve seen in a while. &#8220;…introducing Bing: the better way to Google&#8221;; also known as &#8220;the easiest way to Google since Yahoo!&#8221; via TechCrunch]]></description>
			<content:encoded><![CDATA[<p>This is one of the most humorous videos I&#8217;ve seen in a while.</p>
<p>&#8220;…introducing Bing: the better way to Google&#8221;; also known as &#8220;the easiest way to Google since Yahoo!&#8221;</p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="500" height="282">
      <param name="movie" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1915736&amp;fullscreen=1" />
      <param name="allowfullscreen" value="true" />
      <param name="wmode" value="transparent" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1915736&amp;fullscreen=1" width="500" height="282" allowfullscreen="true" wmode="transparent">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p>via <a href="http://www.techcrunch.com/2009/06/26/video-introducing-bing-the-better-way-to-google/">TechCrunch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frederickding.com/posts/2009/06/bing-the-better-way-to-google-27328/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.frederickding.com @ 2012-02-05 16:26:56 by W3 Total Cache -->
