<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Keith Silgard</title>
 <link href="http://keithsilgard.com/atom.xml" rel="self"/>
 <link href="http://keithsilgard.com/"/>
 <updated>2013-04-15T15:27:56+00:00</updated>
 <id>http://keithsilgard.com/</id>
 <author>
   <name>Keith Silgard</name>
   <email>ksilgard@gmail.com</email>
 </author>

 
 <entry>
   <title>An Easy Way to Use Safe Passwords</title>
   <link href="http://keithsilgard.com/articles/easy-passwords.html"/>
   <updated>2013-03-14T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/easy-passwords</id>
   <content type="html">&lt;p&gt;Do you have one password that you use for everything? Is that password shorter than 12 characters long? If so, that&amp;#8217;s super dumb. Don&amp;#8217;t feel bad though, pretty well everyone does that same dumb thing. I don&amp;#8217;t blame you either. Remembering unique, 12+ character passwords — in addition to usernames — for every site you use is basically impossible.&lt;/p&gt;
&lt;!-- END --&gt;
&lt;h2 id='why_every_site_needs_a_different_password'&gt;Why every site needs a different password&lt;/h2&gt;

&lt;p&gt;When you sign up for any site online [&lt;a href='#footnotes'&gt;1&lt;/a&gt;], they need to save your password in a database. Unfortunately, safely storing these passwords is really hard, and a lot of sites do it wrong. Some sites store your password with no security precautions at all. That makes &lt;a href='https://www.google.com/search?q=passwords%20stolen'&gt;stealing passwords&lt;/a&gt; a super common tactic for dickhead thieves. If you use the same password for every site, you&amp;#8217;re only as safe as the least secure site you&amp;#8217;re using.&lt;/p&gt;

&lt;h2 id='common_password_tactics_that_do_nothing'&gt;Common password tactics that do nothing&lt;/h2&gt;

&lt;p&gt;Does your password end in a &amp;#8220;1&amp;#8221;, or some other number? Did you swap a vowel for a number? Congrats, you&amp;#8217;ve effectively made it take a few minutes instead of a few seconds to crack your password. You&amp;#8217;ve probably saved yourself from some clown guessing it by typing a few common patterns, but that&amp;#8217;s about it.&lt;/p&gt;

&lt;p&gt;Common tactics that lead to a false sense of security involve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adding a number at the end of a dictionary word or name: &lt;code&gt;pasta1&lt;/code&gt;&lt;/li&gt;

&lt;li&gt;replacing vowels with numbers: &lt;code&gt;p4ssw0rd&lt;/code&gt;&lt;/li&gt;

&lt;li&gt;keyboard sequences: &lt;code&gt;asdfghjkl&lt;/code&gt;, &lt;code&gt;qwertyuiop&lt;/code&gt;, etc.&lt;/li&gt;

&lt;li&gt;using your phone number, birthday, or any other personally identifiable sequences: &lt;code&gt;1994/06/24&lt;/code&gt;, &lt;code&gt;7805556792&lt;/code&gt;, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of those things are bad, it&amp;#8217;s just that none of them will help you if you have a short password.&lt;/p&gt;

&lt;h2 id='a_super_easy_way_to_make_a_pretty_good_password'&gt;A super easy way to make a pretty good password&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Come up with an uncommon, three or four word phrase: &lt;code&gt;hot garbage soup&lt;/code&gt;, &lt;code&gt;great underwear divide&lt;/code&gt;, &lt;code&gt;ugly green drapes&lt;/code&gt; (just make sure it ends up being at least 12 characters long)&lt;/li&gt;

&lt;li&gt;Remove spaces, add at least one number, and at least one capital (this isn&amp;#8217;t for extra security, it&amp;#8217;s so that your password will work on stupid sites that have password restrictions): &lt;code&gt;hotG4rb4geSoup&lt;/code&gt;, &lt;code&gt;gr34tUnderw34rDivide&lt;/code&gt;, &lt;code&gt;uglyGr33nDrapes&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Huge success. You&amp;#8217;ve created an easy to remember, easy to type password that&amp;#8217;s exponentially safer than what you&amp;#8217;re using right now [&lt;a href='#footnotes'&gt;2&lt;/a&gt;]. Go change your bank and email password right now.&lt;/p&gt;

&lt;h2 id='now_do_that_three_times'&gt;Now do that three times&lt;/h2&gt;

&lt;p&gt;Those passwords are hard to crack. If a bad guy gets a database with your password in it (and it&amp;#8217;s properly stored), it would be really annoying to figure it out. That said, it&amp;#8217;s not impossible (and it&amp;#8217;s not always going to be properly stored), so that&amp;#8217;s why you need to create and remember three different passwords.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Super Important Password&lt;/strong&gt;&lt;br /&gt;This is your bank, and your email address. Anything where your life could be ruined if bad guys gain access. (Remember, your email can likely be used to access every other site you use.)&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Pretty Important Password&lt;/strong&gt;&lt;br /&gt;This is Facebook, Twitter, Amazon, TicketMaster, and anything that stores your credit card number. If someone gets this password it would be bad, but you could probably recover. You want to keep this group pretty small if you can.&lt;/p&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Everything Else Password&lt;/strong&gt;&lt;br /&gt;This is pretty straight forward. If some jerk site stores your password in plain text, and some asshat steals their database and gets your password, hopefully it can&amp;#8217;t be used to ruin your life.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is a totally manageable system that is probably a whole heck of a lot safer than whatever you&amp;#8217;re doing right now. You&amp;#8217;re still sharing passwords, but at least you&amp;#8217;ve managed to contain the possible damage [&lt;a href='#footnotes'&gt;3&lt;/a&gt;].&lt;/p&gt;

&lt;h2 id='bonus_a_kind_of_annoying_way_to_use_super_safe_unique_passwords_for_every_site'&gt;Bonus: a kind of annoying way to use super safe, unique passwords for every site&lt;/h2&gt;

&lt;p&gt;There are applications that can do this for you. I strongly recommend &lt;a href='https://agilebits.com/onepassword'&gt;1password&lt;/a&gt;. It will create, and remember insanely long, ultra secure passwords for every site you visit. There are also iOS and Android apps, so you can sync your passwords to your phone/tablet. This is the only way you can truly limit the potential damage of a compromised password. (Though it also creates a single point of failure, because if someone has access to your 1passwork app, the have full access to your life. &lt;em&gt;eep&lt;/em&gt;)&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;You might have noticed that lots of sites let you sign up using your Google, Twitter, or Facebook accounts. On the plus side, that&amp;#8217;s one less password to remember, but that peace of mind comes at a (sometimes significant) loss of privacy.&lt;/li&gt;

&lt;li&gt;Don&amp;#8217;t literally use those passwords. Make your own, you lazy bugger.&lt;/li&gt;

&lt;li&gt;For bonus security points, you can add part of the current domain name and make every site&amp;#8217;s password unique. So, if you&amp;#8217;re on facebook.com, you could take the 3-5th letters (fa&lt;strong&gt;ceb&lt;/strong&gt;ook), and make your password &lt;code&gt;cebHotG4rb4geSoup&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>Last.fm Loved Tracks to Rdio playlist</title>
   <link href="http://keithsilgard.com/projects/lastfm-loved-tracks-to-rdio-playlist.html"/>
   <updated>2013-02-25T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/projects/lastfm-loved-tracks-to-rdio-playlist</id>
   <content type="html">&lt;p&gt;Hey, this is super easy and safe [&lt;a href='#footnotes'&gt;1&lt;/a&gt;]! I&amp;#8217;m going to make you a super great Rdio playlist using all of the songs you&amp;#8217;ve loved on Last.fm [&lt;a href='#footnotes'&gt;2&lt;/a&gt;], and I&amp;#8217;m going to do it pretty automagically. Stick with me kid, I&amp;#8217;ll have you farting through silk.&lt;/p&gt;
&lt;form class='form-horizontal' method='get' action='/lastfm-favs-to-rdio/rdio-auth.php' accept-charset='utf-8'&gt;
	&lt;div style='text-align: center'&gt;
		&lt;button class='btn btn-primary' type='submit'&gt;Step 1: Connect to Rdio&lt;/button&gt;
	&lt;/div&gt;
&lt;/form&gt;&lt;!-- END --&gt;&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;I won&amp;#8217;t do anything creepy or annoying with your Rdio or Last.fm accounts. I&amp;#8217;ll just create a playlist, then forget all about you.&lt;/li&gt;

&lt;li&gt;Well&amp;#8230; the most recent 250 of them.&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>Do We Need a Bigger iPhone?</title>
   <link href="http://keithsilgard.com/articles/a-bigger-iphone.html"/>
   <updated>2013-01-29T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/a-bigger-iphone</id>
   <content type="html">&lt;figure class='extra-wide'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bigger-iphone-screen/android-screen-size-averages.png' alt='Average Android screen sizes' /&gt;
	&lt;figcaption&gt;Average Android phone screen sizes (&lt;a href='http://en.wikipedia.org/wiki/Comparison_of_Android_devices#Smartphones'&gt;source&lt;/a&gt;) [&lt;a href='#footnotes'&gt;1&lt;/a&gt;]&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The average Android phone released in 2012 had a 4.2&amp;#8221; screen. The Galaxy Note II was the size champ at an amazing 5.5&amp;#8221;, and people are actually buying those monstrosities. In comparison, the iPhone 5 has a paltry 4&amp;#8221; screen. So the question is, if people want giant phones, should Apple release one?&lt;/p&gt;
&lt;!-- END --&gt;
&lt;p&gt;There are a lot of reasons why I don&amp;#8217;t think I&amp;#8217;d like it. I recently spent a few weeks with a 4.65&amp;#8221; Galaxy Nexus, and even though I have big mitts, I couldn&amp;#8217;t reach the full screen with one hand. I found that I&amp;#8217;d have to either hold it with both hands, like a tiny tablet, or hold it with one hand, and tap with the other. It was annoying.&lt;/p&gt;

&lt;p&gt;I suppose it could be interesting if the extra space were being used effectively, but &lt;a href='http://www.marco.org/2013/01/31/iphone-plus-speculation'&gt;pundits are predicting&lt;/a&gt; that apps will just be scaled up. I suppose developers &lt;em&gt;could&lt;/em&gt; put more on the screen, but in practice I doubt they will. [&lt;a href='#footnotes'&gt;2&lt;/a&gt;]&lt;/p&gt;
&lt;figure class='extra-wide'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bigger-iphone-screen/galaxy-nexus-vs-iphone-4s.jpg' alt='My iPhone 4S pictured with a Galaxy Nexus' /&gt;
	&lt;figcaption&gt;The Galaxy Nexus does look more impressive&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;A bigger iPhone just doesn&amp;#8217;t seem very Apple-like to me. Larger screens eat up battery life, and are awkward to hold. You&amp;#8217;d think that the larger touch targets would make it easier to navigate, but the awkward hand contortions necessary to reach the top of the screen actually make it more difficult. An especially glaring problem is iOS&amp;#8217;s convention for placing the &amp;#8220;back&amp;#8221; button in the top left corner. Right handed users are going to have a hell of a time stretching for those. Apple isn&amp;#8217;t known for bowing to pressure to make products that compromise user experience — take netbooks for example — so it would be strange to see Apple release a worse phone because it looks better lined up on a shelf.&lt;/p&gt;

&lt;p&gt;The worst of it is that I really can&amp;#8217;t see any advantage beyond &amp;#8220;people think they want big screens&amp;#8221;. To completely offset the difference, all you need to do is hold the smaller screen slightly closer to your face.&lt;/p&gt;
&lt;figure class='extra-wide'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bigger-iphone-screen/galaxy-nexu-vs-iphone-4-screen-size-offset.jpg' alt='My iPhone 4S pictured with a Galaxy Nexus, offset by a few inches so they look the same size' /&gt;
	&lt;figcaption&gt;If you hold the larger screens slightly offset, it appears to be the same size&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;And it&amp;#8217;s not even all that much closer either. Around 4&amp;#8221; does the trick. Unless there&amp;#8217;s some key benefit I&amp;#8217;m missing, the release of a bigger iPhone would be Apple placating pundits and customers who blindly believe that bigger is better, and sacrificing the user experience to do it.&lt;/p&gt;
&lt;figure class='extra-wide'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bigger-iphone-screen/galaxy-nexu-vs-iphone-4-screen-size-offset-side-view.jpg' alt='My iPhone 4S pictured with a Galaxy Nexus, offset and viewed from the site' /&gt;
	&lt;figcaption&gt;A 4&quot; offset nullifies the difference in screen size&lt;/figcaption&gt;
&lt;/figure&gt;&lt;hr /&gt;&lt;p class='subtle'&gt;If you would like to comment on this article, you can &lt;a href='mailto:hey@keithsilgard.com?subject=Maybe you need a bigger face'&gt;email me&lt;/a&gt;, or &lt;a href='http://twitter.com/ironkeith'&gt;let me know on Twitter&lt;/a&gt;. If you're interested in following what I write, there's an &lt;a href='/atom.xml'&gt;RSS feed&lt;/a&gt;, and a &lt;a href='http://eepurl.com/jgbR9'&gt;mailing list&lt;/a&gt;.&lt;/p&gt;&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;These would be even higher if I took the time to filter out phones with QWERTY keyboards. &lt;a href='https://twitter.com/brentley_11/'&gt;Brent&lt;/a&gt; pointed out that it would be interesting to try and figure out the average screen size per phone sold (to filter out all the weirdos and failures)&lt;/li&gt;

&lt;li&gt;Look at how few developers have done any tweaking of their iPad apps after the release of the iPad mini&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>Apple’s Software Quality</title>
   <link href="http://keithsilgard.com/articles/apples-software-quality.html"/>
   <updated>2012-10-01T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/apples-software-quality</id>
   <content type="html">&lt;p&gt;I&amp;#8217;m an Apple fan, and I&amp;#8217;ve bought into the Apple ecosystem in a pretty big way. Every day I use: my MacBook Pro with a Cinema Display, my iPhone 4S, a first gen iPad, and an Apple TV. I&amp;#8217;ve bought enough iPods over the years to amass &lt;a href='http://twitter.com/i/#!/ironkeith/media/slideshow?url=pic.twitter.com%2FQ34Vpeph'&gt;this collection&lt;/a&gt; in a drawer. I&amp;#8217;m also a geek. I know how computers work. I write software for a living.&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s been a lot of press since the launch of iOS 6 about the inconsistent map data for Apple Maps, but otherwise reviews have been fairly glowing. Mountain Lion was released earlier this summer, also to a positive reception. When people review Apple products, they often mention the value of the Apple ecosystem and how everything &amp;#8220;just works&amp;#8221;. I think that&amp;#8217;s fast becoming Apple&amp;#8217;s biggest misconception.&lt;/p&gt;
&lt;!-- END --&gt;
&lt;p&gt;I&amp;#8217;ve become incredible frustrated with the quality of Apple&amp;#8217;s software. Two weeks ago, I started keeping a list of every bug I encountered during normal daily usage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Safari&amp;#8217;s UI occasionally gets all messed up when it&amp;#8217;s in the background&lt;/li&gt;

&lt;li&gt;Safari&amp;#8217;s address bar would only display the domain name, not the full address (restarting fixed it)&lt;/li&gt;

&lt;li&gt;I cannot get iPhoto to send a picture via email&lt;/li&gt;

&lt;li&gt;iPhoto error: &amp;#8220;The iPhoto Library is locked, on a locked disk, or you do not have permission to make changes to it.&amp;#8221;&lt;/li&gt;

&lt;li&gt;iPhoto repeatedly unmounts my camera when I attempt an import, and I don&amp;#8217;t have an SD slot&lt;/li&gt;

&lt;li&gt;With around 40,000 photos, iPhoto is unusably slow&lt;/li&gt;

&lt;li&gt;Top left corner of my iPhone wouldn&amp;#8217;t respond to clicks (restarting fixed it)&lt;/li&gt;

&lt;li&gt;Three finger swiping stopped working for exposé, the started again after about an hour (confirmed it was still enabled in System Preferences)&lt;/li&gt;

&lt;li&gt;This note won&amp;#8217;t show up on my iPhone, so I&amp;#8217;ve missed a few iPhone bugs because I forget about them before I get back to my laptop. Yay iCloud!&lt;/li&gt;

&lt;li&gt;Quick Look refuses to respond when trying to preview several large images. It just pretends I didn&amp;#8217;t hit spacebar&lt;/li&gt;

&lt;li&gt;Apple TV wouldn&amp;#8217;t play videos I purchased from iTunes. There was no feedback, it just pretended I didn&amp;#8217;t press play (a software update fixed it)&lt;/li&gt;

&lt;li&gt;Remote app for iOS consistently cannot connect to my either of my Apple TV&amp;#8217;s (I have to double-click the home button and manually quit it before it will connect again)&lt;/li&gt;

&lt;li&gt;Bookmark sync is messed up on my phone, and refuses to acknowledge all of the bookmarks in my bookmarks bar (the bookmarks folder is there, but it only shows three of my six bookmarks)&lt;/li&gt;

&lt;li&gt;iPhoto for iOS crashes every time it tries to display a list of photos&lt;/li&gt;

&lt;li&gt;My MacBook got crazy hot, and wouldn&amp;#8217;t wake from sleep&lt;/li&gt;

&lt;li&gt;Bluetooth stopped working on my MacBook (&lt;a href='https://discussions.apple.com/thread/4140781?start=0&amp;amp;tstart=0'&gt;https://discussions.apple.com/thread/4140781?start=0&amp;amp;tstart=0&lt;/a&gt;)&lt;/li&gt;

&lt;li&gt;Photos that are not in my Photostream show up in my Apple TV&amp;#8217;s &amp;#8220;Photostream&amp;#8221; slideshow&lt;/li&gt;

&lt;li&gt;Safari developer console can&amp;#8217;t be cleared&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now some of these are cosmetic annoyances, but several are complete blockers. If I had an iMac instead of a MacBook, losing Bluetooth would mean losing the ability to use a keyboard or mouse. Not many people know to double-click the home button to manually quit an app on iOS, so if they&amp;#8217;ve also lost the super small Apple remotes, they wouldn&amp;#8217;t be able to use their Apple TV without buying another one. Non-geeks wouldn&amp;#8217;t be trying to fix these problems, they&amp;#8217;d be frustrated because their devices are broken. [&lt;a href='#footnotes'&gt;1&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;The worst of these are the ones that are consistent, and unmissable. Anyone using the Remote app with an Apple TV knows about the connection problems. Anyone using iPhoto recognizes how terribly it performs. I doubt that everyone at Apple is using Chrome when they develop their own sites. People at Apple have to be encountering these problems, but they&amp;#8217;re still shipping them. That&amp;#8217;s not indicative of a culture of excellence. Jony Ive is measuring the fit of glass panels to the micron, and the result is a perfect phone that sometimes doesn&amp;#8217;t work.&lt;/p&gt;

&lt;p&gt;I used to be an evangelist for Apple products. My Mom has a MacBook Air and an iPhone because I told her it would be so much simpler for her. My Dad and brother both use iPads. My wife has an iPhone. For years I was practically an Apple salesperson, recommending Apple products to anyone who asked. Now I&amp;#8217;m an apologist. When search on iOS email doesn&amp;#8217;t work, it&amp;#8217;s me explaining that search only works for the emails on your phone (for no good reason). When my wife&amp;#8217;s iPhone locks, and the screen won&amp;#8217;t respond to touches, it&amp;#8217;s me explaining that she has to wait a minute, and if that doesn&amp;#8217;t help she needs to do a hard reset. When my Mom complains about some silly message that shows up with a bunch of techno babble every morning, it&amp;#8217;s me that has to buy her more iCloud storage because she hasn&amp;#8217;t been backing up for a few weeks. When sharing photos on Facebook won&amp;#8217;t work for my friend Caroline, it&amp;#8217;s me helping her debug it.&lt;/p&gt;

&lt;p&gt;So now I don&amp;#8217;t recommend Apple products. I don&amp;#8217;t recommend against them, but I certainly don&amp;#8217;t evangelize them. I didn&amp;#8217;t even get into things that are merely frustrating instead of broken. As Apple introduces complexity, quality is taking a dive. I get that the work they&amp;#8217;re doing is difficult, but Apple needs to understand that to most people these aren&amp;#8217;t bugs. They&amp;#8217;re broken devices, and when people depend on these devices, they&amp;#8217;re broken trust. Trust is fickle, and Apple is losing mine.&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;The saving grace in all of this mess is that there&amp;#8217;s always the Genius Bar, so at least non-geeks have some avenue of recourse, but it&amp;#8217;s still becoming untenable.&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>Idea: A Better Job Site</title>
   <link href="http://keithsilgard.com/ideas/a-better-job-site.html"/>
   <updated>2012-09-11T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/ideas/a-better-job-site</id>
   <content type="html">&lt;p class='lead'&gt;Job sites are terrible for hiring, or for finding a job. Employers create postings filled with uninformative corporate drivel, and ridiculous requirements. Résumés focus on bios and facile action verbs. There should be a better way.&lt;/p&gt;
&lt;p&gt;Employers and employees have aligned interests; employers need to hire and employees need a job. The purpose of a job site is to broker a relationship between the two, but there&amp;#8217;s no logic making the connection. Skills are treated as binary, you either have them or you don&amp;#8217;t. There&amp;#8217;s no room for priorities or emphasis. Making matches is a crap shoot, with neither side fully understanding what it is the other requires.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;So how do we improve the system? Let&amp;#8217;s start from the employer&amp;#8217;s side. I&amp;#8217;ve worked — and hired — as a programmer for the last 9 years, so for this exercise, let&amp;#8217;s pretend you&amp;#8217;re hiring a web developer. The question we need to answer is &amp;#8220;what type of developer do you need?&amp;#8221;&lt;/p&gt;

&lt;p&gt;If you scan job sites, you&amp;#8217;ll see a common theme: every company is a &amp;#8220;dynamic&amp;#8221;, &amp;#8220;laid back&amp;#8221; and &amp;#8220;cool&amp;#8221; place to work. They all need &amp;#8220;rock star ninjas&amp;#8221; who are &amp;#8220;detail-driven&amp;#8221; and &amp;#8220;can work both independently and collaboratively&amp;#8221; and blah blah blah. In short, every company needs the best, most talented people in the world. Next come the required skills, which is a laundry list of technologies that candidates must possess &amp;#8220;expert knowledge&amp;#8221; of, as well as having at least two years job experience. The icing on the cake is often the requirement of a degree. In short, employer job listings are an impossible dream so bereft of real information that no one takes them seriously.&lt;/p&gt;

&lt;p&gt;So how do we improve this? We constrain your options. Your company name and URL are both required; employees need to know about your company. Describe your company, but do it in less than 140 characters. Then, tell us how much you are willing to pay for this position [&lt;a href='#footnotes'&gt;1&lt;/a&gt;], how much work experience you require, and what level of education prospective employees will need.&lt;/p&gt;

&lt;p&gt;What we&amp;#8217;re going to do with those three factors: pay, experience, and education, is assign points. With those points, we&amp;#8217;re going to allow you to adjust sliders for your job requirements, so you can create a more accurate picture of exactly who you&amp;#8217;re looking for.&lt;/p&gt;

&lt;p&gt;&lt;a href='http://static.keithsilgard.com/images/ideas/jobs-employer.jpg'&gt;&lt;img src='http://static.keithsilgard.com/images/ideas/jobs-employer.jpg' alt='A rough idea of what a job posting might look like' /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sliders will range from novice to expert, and each level will require more points than the previous. You&amp;#8217;ll be able to add or remove requirements easily, but the points total will remain static. An important point is that each skill level needs to be anchored with concrete examples, otherwise there&amp;#8217;s no way of ensuring that what you consider a three matches what I consider a three. For example [&lt;a href='#footnotes'&gt;2&lt;/a&gt;], if web programming [&lt;a href='#footnotes'&gt;3&lt;/a&gt;] is a requirement, skill levels could be something like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;They understand variables, functions, conditionals, and loops. They&amp;#8217;re comfortable modifying templates with code in them. They can perform simple tasks like sorting lists, or swapping words.&lt;/li&gt;

&lt;li&gt;They can query a database for information. They can process forms, checking for required fields, and saving the submitted data.&lt;/li&gt;

&lt;li&gt;They can create templates for popular open-source projects like Wordpress, or Drupal. They have experience using a framework like Ruby on Rails, or Django. They have some experience with object oriented programming.&lt;/li&gt;

&lt;li&gt;They understand complex object oriented programming. They have a working knowledge of design patterns. They have contributed to a large, open-source project.&lt;/li&gt;

&lt;li&gt;They have a deep knowledge of computer science. They have experience in scaling massively trafficked websites. They&amp;#8217;ve written a programming language.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now you can start to see how — as you add requirements for your position — a really clear picture of who you&amp;#8217;re looking to hire emerges. The huge challenge of this is defining the different job requirements and their skill levels, as well as balancing the points system. For every industry, it would require deep domain knowledge, as well as a lot of testing a fine tuning until we reach the proper balance.&lt;/p&gt;

&lt;p&gt;A few other things that I&amp;#8217;d like to see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a section that asks you to describe three different tasks whomever fills this position would be performing&lt;/li&gt;

&lt;li&gt;an overview of the technologies you use&lt;/li&gt;

&lt;li&gt;what other benefits the position offers (health, work from home, etc.)&lt;/li&gt;

&lt;li&gt;position details (full-time, part-time, contract)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We want to keep this page nice and clean, but it&amp;#8217;s important that you&amp;#8217;re able to explain some of your corporate culture.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;This leads us to employees. First off, if you&amp;#8217;re looking for a job, chances are that your résumé sucks. I have personally seen hundreds of résumés, and while programming may be a special case, all of them have sucked. There&amp;#8217;s your objective statement, about being a &amp;#8220;motivated self-starter&amp;#8221; who is a &amp;#8220;fast leaner&amp;#8221;. Your list of previous jobs with action word bullets which fail to convey what you actually did there, and for some reason you post that you worked for a grocery store when you were 15. If this is a technical position, you jam in every acronym you&amp;#8217;ve ever heard of so that you can bypass clueless HR filters. You list your education, and let me know your reference are available on request. Oh, and you have a typo. I can&amp;#8217;t use any of that to hire you, I can only use it to find a reason not to.&lt;/p&gt;

&lt;p&gt;So let&amp;#8217;s learn who you really are. The first thing we want to know about you is how much money you&amp;#8217;re making right now, and how much you think you should be making [&lt;a href='#footnotes'&gt;4&lt;/a&gt;]. It would also be nice to ask you to link your Twitter account and Github profiles if you have them. I like the idea of allowing you to express some personality. Some may shy away from putting private, or silly messages on a job site, but do you really want to work for someone who wouldn&amp;#8217;t hire you if they knew who you were? I&amp;#8217;d rather the opportunity to allow a small glimpse into the type of person I am, whether it ends up being more or less likely that I get any given job.&lt;/p&gt;

&lt;p&gt;Next, we&amp;#8217;re going to ask you to explain what it is you do, how long you&amp;#8217;ve been doing it, and how skilled you are at doing the various requirements of the job. Sound familiar? It&amp;#8217;s the same process employers had to go through when defining their job postings. The key change here is that for each skill, we also ask for an example of work that you&amp;#8217;ve done that can demonstrate it. There needs to be a preference for concrete examples here as well, though for certain skills that would be impossible.&lt;/p&gt;

&lt;p&gt;The last thing we ask for is a historical overview of your professional life. Where you worked, your job title, and how long you worked there, merged chronologically with when you want to school, what you studied, etc. Splitting up work experience and education always felt strange to me, and I&amp;#8217;ve often found myself flipping back and forth between the two due to gaps of unaccounted time. Providing a nice, cohesive view feels a lot more natural.&lt;/p&gt;

&lt;p&gt;Without a large pool of employee listings, we&amp;#8217;re never going to be able to attract employers. I think that it&amp;#8217;s really important that letting employees sign up be fun, and that the resulting page is really attractive and useful. Ideally, after they fill it out, they should be able to export a PDF and have a really great résumé that they can start submitting to employers. It might even be nice to make parts of the system (especially the skills chart) embeddable, so that people can put them into their websites, etc. That would be a great way to let your early adopters spread the word about your site, which is critical.&lt;/p&gt;

&lt;h3 id='benefits_to_employers'&gt;Benefits to Employers&lt;/h3&gt;

&lt;p&gt;Using pay, education, and experience, along with the stated job requirements, we have a really great base for searching for candidates. This is key because &lt;a href='http://www.joelonsoftware.com/articles/FindingGreatDevelopers.html'&gt;you don&amp;#8217;t want to hire someone who&amp;#8217;s looking for a job&lt;/a&gt;. Instead, we can match you with whoever happens best meet your criteria, and help you to attract them. We also have a great opportunity to help you understand why you aren&amp;#8217;t able to find your ideal candidate. We can let you know if your expectations are out of whack; if you&amp;#8217;re asking for a university graduate with two years work experience, $50,000/year isn&amp;#8217;t going to get you what you want. If you&amp;#8217;re offering $80,000 for someone to skin Wordpress blogs, you might be over paying.&lt;/p&gt;

&lt;p&gt;We also reverse the typical job ad cycle. Instead of paying to push a message out to the world, you define your position, and we deliver a list of vetted employees. It removes the tedious step of manually drudging through the dozens of terrible résumés that typical job postings return, and puts you directly in contact with the people you&amp;#8217;re looking for.&lt;/p&gt;

&lt;p&gt;We could also set this up as a &amp;#8220;pay for contact&amp;#8221; model, which drastically lowers risk. Fill out the job posting form for free, and see if the site has any matches for you. If you want to contact them, you have to pay, but at least you know what you&amp;#8217;re getting.&lt;/p&gt;

&lt;h3 id='benefits_to_employees'&gt;Benefits to Employees&lt;/h3&gt;

&lt;p&gt;Being passively available on the job market is very much in any employee&amp;#8217;s best interest. By outlining your skills and experience, you&amp;#8217;re automatically available to any potential employers and job offers. It could help you find a job that&amp;#8217;s a better fit than your current position, or give you leverage when it comes time to negotiate your current compensation.&lt;/p&gt;

&lt;p&gt;Exporting a clean, professional, and concise résumé would be hugely valuable. If the site were to succeed at nothing beyond helping people create decent résumés, I can&amp;#8217;t say that I&amp;#8217;d be completely disappointed.&lt;/p&gt;

&lt;p&gt;There are already a crop of &amp;#8220;hey look at me&amp;#8221; style job sites (&lt;a href='http://zerply.com'&gt;Zerply&lt;/a&gt;, &lt;a href='http://careers.stackoverflow.com'&gt;Stack Overflow&lt;/a&gt;, &lt;a href='http://about.me'&gt;About.me&lt;/a&gt;) which compell people to sign up and share themselves with the world. I think the RPG style skills charts would be really fun for certain demographics (see: nerds like me), and seeing other people making and sharing profiles would compell people to make their own, just to play around.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One last, quick note on matching.&lt;/strong&gt; I think an ideal candidate would be slightly below an employer&amp;#8217;s requirements, and not over any important ones. The reason being that someone overqualified for a position is going to get bored quickly, whereas a person slightly underqualified will be just challenged enough to be focussed and interested.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If you have a something to say about this idea, you can &lt;a href='mailto:hey@keithsilgard.com'&gt;email me&lt;/a&gt;, or let me know on &lt;a href='http://twitter.com/ironkeith'&gt;Twitter&lt;/a&gt;. If you&amp;#8217;re interested in following what I write, there&amp;#8217;s an &lt;a href='/atom.xml'&gt;RSS feed&lt;/a&gt;, and a &lt;a href='http://eepurl.com/jgbR9'&gt;mailing list&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;Pay doesn&amp;#8217;t have to be published, but it should be. I understand the reasons why employers wouldn&amp;#8217;t want to publish it, but I think they&amp;#8217;re silly. Most employers seem to be of the belief that while hiring, they are in a position of power, and that they can exploit that to minimize salaries. Fear of overpaying seems like a weird concern when weighed against the cost of lost opportunities or hiring someone who&amp;#8217;s underqualified. I suppose I&amp;#8217;d rather spend too much money well than waste it frugally.&lt;/li&gt;

&lt;li&gt;Please don&amp;#8217;t knit-pick this hierarchy. It&amp;#8217;s an example. It&amp;#8217;s not perfect, but it&amp;#8217;s good enough.&lt;/li&gt;

&lt;li&gt;Would it be &amp;#8220;web programmer&amp;#8221;, or &amp;#8220;PHP/Ruby/Python/etc&amp;#8221;? Deciding how finely grained the requirements should be is another big challenge. One idea is to make it &amp;#8220;web programmer&amp;#8221;, but within the widget allow employers to specify which web programming languages they deal with, sort of like adding tags to a skill.&lt;/li&gt;

&lt;li&gt;I don&amp;#8217;t think salary would really play into the points system. It&amp;#8217;s more a factor of experience and education. The main reason to ask for this is the ensure that employers and employees are on the same page when it comes to compensation.&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>What the Internet Knows About You</title>
   <link href="http://keithsilgard.com/articles/what-the-internet-knows-about-you.html"/>
   <updated>2012-05-22T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/what-the-internet-knows-about-you</id>
   <content type="html">&lt;h2 id='a_scenario'&gt;A scenario&lt;/h2&gt;

&lt;p&gt;Pretend that you&amp;#8217;re shopping, and you visit The Gap. As soon as you walk in the door, someone quietly — and without asking — attaches a tracking device to you. As you continue to shop and visit different stores, the device reports back to The Gap on where you&amp;#8217;ve been, what you&amp;#8217;re looking at, and what you ended up buying. Would you accept that? Would you continue to shop at The Gap?&lt;/p&gt;

&lt;h2 id='the_reality'&gt;The reality&lt;/h2&gt;

&lt;p&gt;Google, Facebook, Twitter and many others are doing exactly that to millions of people every day, but not many people know or care. If you have a Google account, and you keep yourself logged in, you may be interested to see &lt;a href='http://www.google.com/settings/ads/onweb/'&gt;Google&amp;#8217;s ad profile for you&lt;/a&gt;. The first time I saw my profile, I was shocked at its accuracy. How does Google know so much about me?&lt;/p&gt;

&lt;h2 id='in_a_word_cookies'&gt;In a word, cookies&lt;/h2&gt;

&lt;p&gt;Whenever you visit google.com (or Gmail, YouTube, Picasa, and Google+) Google can write a simple text file to your computer called a cookie. In that file is a bunch of random looking text that uniquely identifies you, and from then on, whatever you do on any Google site, Google tracks exactly what you&amp;#8217;re doing.&lt;/p&gt;

&lt;p&gt;It gets even more interesting once you consider Google AdSense. Google sells ads on millions of web pages all across the internet, you may even recognize the familiar &amp;#8220;ads by Google&amp;#8221; ad blocks. Whenever you see those ads, your personally identifiable cookie is sent to Google and Google knows which site you&amp;#8217;re visiting.&lt;/p&gt;

&lt;p&gt;Have you heard of Google+? Well, you may have also seen Google&amp;#8217;s +1 button which lets you share pages on Google+. Guess what? Any time you see that button, you&amp;#8217;re cookie data is being sent to Google, and they know which article you&amp;#8217;re reading.&lt;/p&gt;

&lt;p&gt;Let&amp;#8217;s not point fingers at Google though. The exact same is true for Facebook&amp;#8217;s &amp;#8220;like&amp;#8221; button, (or the confusingly similar &amp;#8220;like&amp;#8221; box), and Twitter&amp;#8217;s &amp;#8220;tweet&amp;#8221; or &amp;#8220;follow&amp;#8221; buttons.&lt;/p&gt;

&lt;h2 id='why_are_they_doing_this'&gt;Why are they doing this?&lt;/h2&gt;

&lt;p&gt;It&amp;#8217;s important to remember that — so far as Facebook, Twitter and Google are concerned — you&amp;#8217;re not their customer. You&amp;#8217;re a product that they sell to their customers: advertisers. They track you all across the internet to build a more comprehensive profile of you, so that advertisers can more accurately target you. They provide you a service, and in exchange sell your attention.&lt;/p&gt;

&lt;p&gt;The data is also used to improve the services, and provide features (to both you, and advertisers) that would otherwise be impossible. The information is all readily available, and there are no laws (in North America) preventing accessing, storing, or sharing that data.&lt;/p&gt;

&lt;p&gt;Google uses the information gathered from across all of its sites to improve the quality of your search results (very successfully). Facebook uses their profile of you to suggest friends, and geo-tag your photos. Twitter suggests users you can follow who visit similar sites. Access to the data genuinely helps them improve your experience on their site.&lt;/p&gt;

&lt;h2 id='do_i_need_to_worry'&gt;Do I need to worry?&lt;/h2&gt;

&lt;p&gt;I honestly don&amp;#8217;t know. I worry about it, but only in a far-future, I read too much science fiction kind of way. For example, Facebook knows an incredible amount about me. Facebook is based in the United States, and as such, falls under the authority of the &lt;a href='http://en.wikipedia.org/wiki/Patriot_Act'&gt;Patriot Act&lt;/a&gt;. As such, the US Goverment can request the full contents of my Facebook profile without my knowledge and without a warrant. How much information is that? Ask Max Schrems who used a UK law to force Facebook to send him a copy of all data they had stored about him. &lt;a href='http://www.forbes.com/sites/kashmirhill/2012/02/07/the-austrian-thorn-in-facebooks-side/'&gt;From a Forbes article last year&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Schrems and a few of his friends made the request, and a few weeks later, received CDs from Facebook’s California office in the mail. Schrems, who has been on Facebook since 2008, had a file that was over 1,200 pages long, including everyone he had ever friended and de-friended, every event he had ever been invited to (and how he responded), a history of every “poke” he had ever received, a record of who else signed onto Facebook on the same computers as him, email addresses that he hadn’t provided for himself (but that must have been culled from his friends’ contact lists) and all of his past messages and chats, including some with the notation “deleted.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A typical response to this is &amp;#8220;let them look, I have nothing to hide,&amp;#8221; and chances are that you&amp;#8217;re completely right. Like I said, it&amp;#8217;s the &lt;a href='http://blogoscoped.com/archive/2007-09-17-n72.html'&gt;scary science fiction&lt;/a&gt; scenarios that get me a little worked up. Today, I&amp;#8217;d say it&amp;#8217;s largely to your benefit that the data can be used to improve your experience on those sites. Tomorrow? That&amp;#8217;s really something you should think about.&lt;/p&gt;

&lt;h2 id='what_can_i_do_about_it'&gt;What can I do about it?&lt;/h2&gt;

&lt;p&gt;You could disallow 3rd party cookies. Then when you visit &amp;#8220;Site A&amp;#8221;, cookies aren&amp;#8217;t sent to &amp;#8220;Site B&amp;#8221; if there&amp;#8217;s an ad or a sharing button. Well, they shouldn&amp;#8217;t be, but unfortunately, &lt;a href='http://blogs.msdn.com/b/ie/archive/2012/02/20/google-bypassing-user-privacy-settings.aspx'&gt;it&amp;#8217;s possible and commonplace to bypass that privacy setting&lt;/a&gt; [1].&lt;/p&gt;

&lt;p&gt;Newer browsers have the option to send a &lt;a href='http://donottrack.us/'&gt;do not track&lt;/a&gt; header along with all of your requests, which certainly helps, but again it&amp;#8217;s disabled by default, and most people aren&amp;#8217;t even aware the feature exists. Further, it&amp;#8217;s opt-in, so it will only be obeyed to the degree that it won&amp;#8217;t damage business (see 3rd party cookies above) [2].&lt;/p&gt;

&lt;p&gt;Unless you&amp;#8217;re willing to be extremely paranoid, there&amp;#8217;s almost nothing you can do to truly protect your privacy. There is so much data sent by your browser to every single site you visit [3] that it&amp;#8217;s completely possible to create a &amp;#8220;digital fingerprint&amp;#8221; which uniquely identify you, even if you don&amp;#8217;t use cookies.&lt;/p&gt;

&lt;p&gt;As near as I can tell, to be even slightly private on the web you&amp;#8217;d need to extremely knowledgable about how the internet works, and implement insane workarounds like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;use a plugin like &lt;a href='http://adblockplus.org/en/'&gt;AdBlock Plus&lt;/a&gt; or &lt;a href='http://www.ghostery.com/'&gt;Ghostery&lt;/a&gt; to block 3rd party traffic&lt;/li&gt;

&lt;li&gt;if you need to sign in to any site, do so in an incognito browser, and sign out as soon as you&amp;#8217;re finished&lt;/li&gt;

&lt;li&gt;don&amp;#8217;t allow plugins, such as Flash or Java to run&lt;/li&gt;

&lt;li&gt;use some type of proxy to hide your IP address&lt;/li&gt;

&lt;li&gt;spoof your browser user agent and randomize it&lt;/li&gt;

&lt;li&gt;change your browser size from one request to the next&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And even then, you&amp;#8217;re not really in the clear. I do the first three, but I don&amp;#8217;t really suffer any illusions as to whether or not the people who &lt;em&gt;really&lt;/em&gt; want to track me still can.&lt;/p&gt;

&lt;h2 id='the_truth_about_the_internet'&gt;The truth about the internet&lt;/h2&gt;

&lt;p&gt;The most important thing you can do is treat everything you do on the internet as a post card. If you&amp;#8217;d be embarrassed to see it posted on someone&amp;#8217;s fridge, don&amp;#8217;t put it on the internet. This includes emails, Facebook messages, instant messages, comments, forum posts, and the articles you read. There is no such thing as privacy on the internet.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;To learn when I post new articles, &lt;a href='http://eepurl.com/jgbR9'&gt;sign up to receive an email&lt;/a&gt;, or &lt;a href='http://www.twitter.com/ironkeith'&gt;follow me on Twitter&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;This is actually a neat side effect of Apple shipping all iOS devices with 3rd party cookies disabled by default. Now that so many people use iPhones and iPads, sites are left being a little scummy to get the data (they think) they need to improve their services&lt;/li&gt;

&lt;li&gt;It would be interesting to see what would happen if Apple started sending this header with all iOS devices&lt;/li&gt;

&lt;li&gt;The important ones include you user-agent and IP address, but there are &lt;a href='http://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Requests'&gt;many more&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>A Mailing List Experiment</title>
   <link href="http://keithsilgard.com/articles/mailing-list-experiment.html"/>
   <updated>2012-02-15T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/mailing-list-experiment</id>
   <content type="html">&lt;p&gt;I wanted to try something a little different, so I&amp;#8217;ve created a &lt;a href='http://eepurl.com/jgbR9'&gt;mailing list with MailChimp&lt;/a&gt;. If you sign up, I&amp;#8217;m going to email you a full-text version of any article that I write. My thought is that this will be a really great, low friction way to get my writing in front of anyone who wants to read it. I currently post about new articles on Twitter, but I suspect many of those tweets are simply lost in the noise. I&amp;#8217;m also hoping that people who choose to receive the emails will be more likely to respond and interact with me. I honestly can&amp;#8217;t think of a lower barrier to entry than replying to an email.&lt;/p&gt;

&lt;p&gt;You may wonder why — if I&amp;#8217;m so concerned about interaction — I don&amp;#8217;t have comments on my site. If I&amp;#8217;m being honest, it&amp;#8217;s because I don&amp;#8217;t want people coming to my site to read what other people are writing. Right now I have full control over every pixel and every word on this site, and that&amp;#8217;s how I intend to keep it. That doesn&amp;#8217;t mean that I don&amp;#8217;t care what people think about my ideas. I just have a strong preference for those conversations to happen somewhere else.&lt;/p&gt;

&lt;p&gt;I don&amp;#8217;t really know what to expect from this. Not many other writers seem to be syndicating their articles via email, so there mustn&amp;#8217;t be too much demand for it. Though maybe they just haven&amp;#8217;t thought to try it? I guess I&amp;#8217;ll just have to wait and see.&lt;/p&gt;

&lt;p&gt;If you&amp;#8217;re not interested in joining my mailing list, but you are interested in following what I write, I also offer an &lt;a href='/atom.xml'&gt;Atom feed&lt;/a&gt;, and the aforementioned &lt;a href='https://twitter.com/ironkeith'&gt;Twitter account&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Vendor Prefix Melodrama</title>
   <link href="http://keithsilgard.com/articles/vendor-prefix-melodrama.html"/>
   <updated>2012-02-14T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/vendor-prefix-melodrama</id>
   <content type="html">&lt;p&gt;&lt;a href='http://www.alistapart.com/issues/344'&gt;Today&amp;#8217;s A List Apart&lt;/a&gt; is taking a look into this whole &lt;a href='http://www.glazman.org/weblog/dotclear/index.php?post/2012/02/09/CALL-FOR-ACTION:-THE-OPEN-WEB-NEEDS-YOU-NOW'&gt;browser prefix debacle&lt;/a&gt;. The crux of the issue is that WebKit has a monopoly in mobile browsing, and as a result, standards based development is being pushed aside for WebKit only experiences. Now Mozilla is considering implementing the &lt;code&gt;-webkit&lt;/code&gt; prefix for certain properties, and changing their user-agent to appear to be WebKit. IE and Opera may choose to follow suit. Chris Coyier has a &lt;a href='http://css-tricks.com/tldr-on-vendor-prefix-drama/'&gt;really nice overview&lt;/a&gt; over on CSS-Tricks.&lt;/p&gt;

&lt;h2 id='mozilla_are_missing_the_point'&gt;Mozilla are Missing the Point&lt;/h2&gt;

&lt;p&gt;Developers aren&amp;#8217;t developing WebKit only because they&amp;#8217;re lazy. They&amp;#8217;re doing it because they&amp;#8217;re competing with native apps, and right now that means iOS and Android. If you want a web based experience that has a chance of competing with native, you target WebKit because it&amp;#8217;s what people have on their phones, and you need the prefixed properties to create a comparable experience. It&amp;#8217;s not a knock against standardization, it&amp;#8217;s a practical reflection of reality. Developers can build a WebKit only solution and hit their entire target market, so why wouldn&amp;#8217;t they?&lt;/p&gt;

&lt;p&gt;Mozilla aren&amp;#8217;t necessarily being excluded because their implementation is lacking, it&amp;#8217;s because they&amp;#8217;re completely non-present. If a company makes an iOS app, and an Android app, but ignores Windows Phone and Blackberry, is anyone surprised? So why should we expect anything different on the mobile web? At least with WebKit specific sites, it&amp;#8217;s rare that the developers aren&amp;#8217;t providing a reasonable fallback for non-WebKit browsers. Apparently, this isn&amp;#8217;t good enough for &lt;a href='http://www.alistapart.com/articles/the-vendor-prefix-predicament-alas-eric-meyer-interviews-tantek-celik/'&gt;Tantek Çelik&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href='http://people.mozilla.com/~atrain/mobile/Evangelism/chrome-compare/chrome-compare.html'&gt;They’re often broken.&lt;/a&gt; These downlevel mobile sites are different and significantly less functional. When users see a substantially worse experience in a different browser on the site on the same device, they blame the browser, not the site, nor the device.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Looking at those example, I find almost all of them completely acceptable (Google needs a few tweaks). Since when is it not okay to degrade the experience for obscure browsers? Have we forgotten how strongly we latched on to progressive enhancement when explaining to clients why things look different in IE6? So few people are using mobile Firefox it&amp;#8217;s not even broken out of &amp;#8220;Other&amp;#8221; in &lt;a href='http://en.wikipedia.org/wiki/Usage_share_of_web_browsers#Summary_table'&gt;Wikipedia&amp;#8217;s browser usage chart&lt;/a&gt;. I would not be surprised if you had more visitors hitting your sites in IE6 than mobile Firefox.&lt;/p&gt;

&lt;h2 id='this_isnt_like_ie'&gt;This Isn&amp;#8217;t Like IE&lt;/h2&gt;

&lt;p&gt;A common comparison for the current situation is to IE6, but the argument fails to understand WebKit. ActiveX, filters, XMLHttpRequest, etc. were completely proprietary, and their functionality and implementation were proprietary. WebKit is open source. Discussions involving new features are publicly available. The &lt;a href='http://www.webkit.org/building/checkout.html'&gt;code can be downloaded&lt;/a&gt; and viewed at any time, by anyone. You can even download a nightly build to see what&amp;#8217;s coming in the pipeline. The spec, the intent, the implementation, and the browser itself are all freely available to anyone on almost any platform. This is decidedly different that Microsoft&amp;#8217;s implementation and objective with IE. If Mozilla were to choose to do so, they could freely switch from Gecko to WebKit and not need to fake support for the prefixes. They could submit changes to the code base, and they could be involved in the conversation to help steer the future of the renderer.&lt;/p&gt;

&lt;p&gt;Further, I feel we&amp;#8217;re doing IE6 a disservice if we don&amp;#8217;t mention how many of its innovations ended up as standards: XMLHttpRequest, drag and drop (regrettably), contentEditable, and web fonts. Was IE6 terrible? For the most part. Did it do a great deal to accelerate the advancement of the web? Well, it would be difficult to ague otherwise. The true problem with IE6 was that the upgrade path to IE7 (and 8, and 9, and 10) was so painful, that many chose not to bother. The browser itself was really pretty great from a development standpoint.&lt;/p&gt;

&lt;h2 id='it_wont_work'&gt;It Won&amp;#8217;t Work&lt;/h2&gt;

&lt;p&gt;Mozilla have sat on their hands for the last five years, and have been forgotten in the mobile space. Mobile Firefox is still a &amp;#8220;test pilot&amp;#8221; five years after the announcement of the iPhone, and four years after Android started releasing modern smart phones. It&amp;#8217;s not available on iOS. On the desktop, Firefox&amp;#8217;s marketshare has steadily eroded as faster, and more innovative browsers have pushed to the forefront. If Mozilla wants to fix this problem, the path to success isn&amp;#8217;t complaining about standards, it&amp;#8217;s creating a better browser. Firefox needs to be available, and it needs to kick ass. If Mozilla wants people to care about the &lt;code&gt;-moz&lt;/code&gt; prefix, they need to create mobile Firefox users. Developers didn&amp;#8217;t shift en masse to standards based development until people started using Firefox. &amp;#8220;We&amp;#8217;re basically as good as the browser you&amp;#8217;re already using, but we&amp;#8217;re not on your platform yet&amp;#8221; isn&amp;#8217;t a great sales pitch. When I switched from IE6 to Firefox it wasn&amp;#8217;t just because Firefox was better. It was because Firefox was insanely better. Google just released Chrome for Android, and it is insanely better than Browser. Mozilla has had five years, why haven&amp;#8217;t they done the same?&lt;/p&gt;

&lt;p&gt;I understand Mozilla&amp;#8217;s motivations. They need people to see mobile Firefox as a viable alternative, and if people aren&amp;#8217;t using the &lt;code&gt;-moz&lt;/code&gt; prefix, sites will look worse in Firefox. The solution is education and evangelism, not obfuscation. Their actions here are just going to make web based development more painful. If they implement &lt;code&gt;-webkit&lt;/code&gt; and it varies even slightly from the WebKit implementation, we&amp;#8217;re back to browser sniffing to react. Mozilla is talking about standards while actively working to ruin vendor prefixes, an important part of the standardization process. They&amp;#8217;re solving a problem they have (irrelevance) by creating one for me (fracturing). That isn&amp;#8217;t a path to success.&lt;/p&gt;

&lt;p&gt;Developers are going to flock to any environment that saves them time and pain. If anything, actions like this are going to push developers away from the web and towards native solutions.&lt;/p&gt;

&lt;h2 id='its_okay_to_break_the_web'&gt;It&amp;#8217;s Okay to Break the Web&lt;/h2&gt;

&lt;p&gt;If prefixes change, and sites break, so be it. Let them break. It&amp;#8217;s a developer&amp;#8217;s choice whether or not they use prefixes, and it&amp;#8217;s their responsibility to repair broken sites if browsers change the implementation. These &amp;#8220;broken web&amp;#8221; arguments are an appeal to antiquity. We need to allow the web to move fast and break things. It&amp;#8217;s still in its infancy — especially the mobile web — and we&amp;#8217;re still figuring out how it needs to work. &lt;a href='/sites-ive-built.html'&gt;I&amp;#8217;ve built over 40 sites&lt;/a&gt;, and few of them still exist in their original form. The web moves fast. Three year old sites are ancient. If a browser drops prefix support in favor of a standardized implementation, most sites will be fine, and the few that do break will just be casualties of progress. It&amp;#8217;s not a real problem if a site loses progressive enhancements. That&amp;#8217;s kind of the point.&lt;/p&gt;

&lt;p&gt;Standardization moves at a glacial pace, and mobile browsers are pacing themselves to create capable alternatives to native apps. The features may well be &amp;#8220;experimental&amp;#8221;, but they work, and typically, they work pretty well. I have no interest in being standards compliant if standards bodies aren&amp;#8217;t capable of keeping pace with browser development. My concern is for my users, and creating the best possible experience. They do not care how I accomplish the things that I do, only that they work.&lt;/p&gt;

&lt;p&gt;WebKit is open-source. It has its own committees, and its own development processes, and it&amp;#8217;s moving fast. The standards community feels that we should continue to develop to the lowest common denominator until these new properties can be standardized, for the good of the web. For the good of the web, I&amp;#8217;d counter that if the W3 wants to remain relevant, they need to keep up. No one is willing to wait months, let alone years, to start developing at the very edge of what&amp;#8217;s possible.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Seeking Permanence</title>
   <link href="http://keithsilgard.com/articles/seeking-permanence.html"/>
   <updated>2012-01-24T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/seeking-permanence</id>
   <content type="html">&lt;p&gt;I&amp;#8217;ve been stuck on the idea of creating something larger than myself lately. Something more important than my next paycheque. Something that people love, and that I can be truly proud of. I made a list of all of the web projects I can remember working on, and &lt;a href='/sites-ive-built.html'&gt;it&amp;#8217;s a dismal showing&lt;/a&gt;. The vast majority of the work I&amp;#8217;ve done no longer exists.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s not that all was for nothing. I&amp;#8217;ve learned heaps along the way. It&amp;#8217;s just that I have next to nothing to show for years of effort. Further, none of those sites represent my best possible effort. They all fall short for some reason, be it time, money, or direction. Compromise is a huge part of client work, and I&amp;#8217;m not one who compromises well. I take my work personally, and having to deliver something that&amp;#8217;s less than it could be eats me up inside.&lt;/p&gt;

&lt;p&gt;What it really comes down to is control. Counting sites that I&amp;#8217;ve built for other people feels like an unfair measure. Of course they&amp;#8217;re not up to my ideals, they&amp;#8217;re a representation of someone else&amp;#8217;s. When I look at that list of sites, it&amp;#8217;s impossible not to wonder: if I were in charge, would there have been a measurable impact? There&amp;#8217;s not way to split test the past, so I guess I&amp;#8217;ll never really know, but I honestly feel that the answer is &amp;#8220;yes&amp;#8221;.&lt;/p&gt;

&lt;p&gt;So now the question becomes how do I gain control, and of what? Clearly, if I want to create something lasting, client work can&amp;#8217;t be the way forward. Clients have all of the power in that relationship. You can educate, cajole, reason, or debate, but in the end your work doesn&amp;#8217;t belong to you. Similarly, I&amp;#8217;d have little hope of making much of a dent working as a part of any large company. Decisions are made, and you&amp;#8217;re left as a cog in a machine. The truth of it is that a ship only needs one captain, and everyone else is left cleaning the deck or shovelling coal. The best time to be a part of any big company is before they get big.&lt;/p&gt;

&lt;p&gt;So then, I guess that leaves a few options. The obvious choice is to be a part of a boutique development house. I look at companies like &lt;a href='http://www.panic.com'&gt;Panic&lt;/a&gt;, or &lt;a href='http://37signals.com'&gt;37 Signals&lt;/a&gt; and can&amp;#8217;t help but feel like they&amp;#8217;re on to something. A small group of people, who obviously love what they do, and who pour themselves into making products they care about. There&amp;#8217;s a clear path to getting there: find people you love working with, take client work to pay the bills, and put every spare second into building something you love. That&amp;#8217;s the path I&amp;#8217;m on today, and it certainly meets most of my criteria. The only sacrifice here is impact. Boutique developers tend to satisfy niche markets.&lt;/p&gt;

&lt;p&gt;What does it take to make an impact though? It usually requires founding a startup, and shooting for the moon. Startup life seems to require a delicate balance of tenacity, smarts, connections, and luck. My real fear with that path is that you still end up indebted, but to investors as opposed to clients. Startups end up being trapped into always expanding, consuming, and &amp;#8220;creating shareholder value&amp;#8221;. It&amp;#8217;s likely the way to maximize your reach, but it would require sacrificing control.&lt;/p&gt;

&lt;p&gt;A simpler plan would be finding a way to share everything I&amp;#8217;ve learned. I&amp;#8217;ve amassed a hoard of experience, but it&amp;#8217;s taken me thirty years to get here. I honestly feel like I could condense a lot of what I know, and help people to fast forward their own ambitions. I&amp;#8217;m only capable of doing so much, but if I were to share what I know, and find a way to really connect with people, I might help dozens, hundreds, or (dare to dream) thousands of other people. It&amp;#8217;s a little humbling to think of the effect someone like &lt;a href='http://joelonsoftware.com/'&gt;Joel Spolsky&lt;/a&gt; has had on software developers all around the world.&lt;/p&gt;

&lt;p&gt;The key to all of this is finding a way to create something that people love. Whether it&amp;#8217;s a simple piece of software that makes somebody&amp;#8217;s life easier, a blog where you share everything you know, or The Next Big Thing&amp;#8482;, you just need people to need it. That&amp;#8217;s the big secret. Permanence comes with indispensability, and that&amp;#8217;s what I really want.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A Faster Website</title>
   <link href="http://keithsilgard.com/articles/a-faster-website.html"/>
   <updated>2012-01-20T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/a-faster-website</id>
   <content type="html">&lt;p&gt;A long time ago, I read &lt;a href='http://shop.oreilly.com/product/9780596529307.do'&gt;High Performance Web Sites&lt;/a&gt; by Steve Souders. In it, the author discusses the value of a fast website, and a bunch of really easy techniques to ensure your site is as fast as it can be. With my newfound knowledge, I promptly never did anything to ever try and speed up a website (with the exception of using non-blocking JS).&lt;/p&gt;

&lt;p&gt;When I relaunched this site a few weeks ago, I was happy with how simple it was, but it felt sluggish. It&amp;#8217;s all static files (generated by &lt;a href='https://github.com/mojombo/jekyll'&gt;Jekyll&lt;/a&gt;), so it really should have been a lot snappier [&lt;a href='#footnotes'&gt;1&lt;/a&gt;]. I decided to knuckle down and see what I could do to fix it.&lt;/p&gt;

&lt;p&gt;My first step was to add all of my static images to Amazon S3. I thought this would be pretty straight forward, but it ended up being a bit of a pain. To start, I &lt;a href='http://aws.amazon.com/'&gt;signed up for an S3 account&lt;/a&gt;, and created a bucket with all of my images in it. Because I&amp;#8217;m pedantic, I also created a subdomain so that I&amp;#8217;d have prettier URLs. Surprisingly (to me), adding images to S3 didn&amp;#8217;t do anything to make the site faster. To speed it up, I had to sign up for &lt;a href='http://aws.amazon.com/cloudfront/'&gt;CloudFront&lt;/a&gt; and add my bucket as a &amp;#8220;download&amp;#8221; distribution. That got images downloading noticeably faster.&lt;/p&gt;

&lt;p&gt;Next, I set up far-future expires headers for all of my files. Getting this up and running on my server was easy enough. I just had to SSH in and enable mod_expires, and add a few declarations to my .htaccess file [&lt;a href='#footnotes'&gt;2&lt;/a&gt;]. Getting them set up on S3 was a pain.&lt;/p&gt;

&lt;p&gt;By default, S3 doesn&amp;#8217;t set expiry headers, and if you want to set them yourself, you need to do so on upload. I searched around for an easy way to do this, but the solution actually came courtesy of &lt;a href='http://www.panic.com'&gt;Panic&lt;/a&gt;. Their app &lt;a href='http://www.panic.com/transmit/'&gt;Transmit&lt;/a&gt; can also handle S3 quite seamlessly, and you can set custom headers in the preferences.&lt;/p&gt;
&lt;figure&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/a-faster-site/transmit-prefs.png' alt='Setting default Expires headers for Amazon S3 in Panic&amp;apos;s Transmit' /&gt;
	&lt;figcaption&gt;Setting default Expires headers for Amazon S3 in Panic's Transmit&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The final step was setting up gzip compression, which was again, as easy as enabling mod_deflate, updating my .htaccess file [&lt;a href='#footnotes'&gt;2&lt;/a&gt;], and reloading Apache.&lt;/p&gt;

&lt;p&gt;In all, I spent a few hours playing with this, and my site is noticeably faster. I now have an A [&lt;a href='#footnotes'&gt;3&lt;/a&gt;] in &lt;a href='http://developer.yahoo.com/yslow/'&gt;YSlow&lt;/a&gt;, and 92/100 on &lt;a href='http://code.google.com/speed/page-speed/'&gt;Google Page Speed&lt;/a&gt;. If I would have known how easy making a site responsive is, I would have been doing it all along. It actually took me quite a bit longer to write this post than it did to dramatically improve my page response times.&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;Even though it&amp;#8217;s running off of a tiny little Linode VPS&lt;/li&gt;

&lt;li&gt;You can see my .htaccess file here: &lt;a href='https://github.com/ironkeith/keithsilgard.com/blob/master/.htaccess'&gt;https://github.com/ironkeith/keithsilgard.com/blob/master/.htaccess&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;YSlow doesn&amp;#8217;t detect that static.keithsilgard.com is using a CDN, so you need to let it know to get that A&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>Using Bing</title>
   <link href="http://keithsilgard.com/articles/using-bing.html"/>
   <updated>2012-01-16T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/using-bing</id>
   <content type="html">&lt;p&gt;Google&amp;#8217;s actions of late have left me wondering: can I live without them? Well there&amp;#8217;s really only one way [&lt;a href='#footnotes'&gt;1&lt;/a&gt;] to find out: &lt;strong&gt;try Bing&lt;/strong&gt;. So I switched my default search engine, and since then, I&amp;#8217;ve only used Google if Bing fails me.&lt;/p&gt;

&lt;p&gt;The unfortunately reality is that I still end up using Google daily. If I&amp;#8217;m being honest, I&amp;#8217;d much rather still be using Google, on the whole it&amp;#8217;s a better product. Bing isn&amp;#8217;t a lost cause though, they&amp;#8217;re just running a year or so behind. When they launched, there was a lot of clever innovation to be found. There are obviously talented people working there, but they really need to smooth some of the rough edges and differentiate themselves.&lt;/p&gt;

&lt;h2 id='design'&gt;Design&lt;/h2&gt;

&lt;p&gt;The first stumbling block is just trying to skim the results. Bing has borrowed heavily from Google&amp;#8217;s design, but everything is just different enough to feel a little off, and where they are truly different, it&amp;#8217;s for the worse. Let&amp;#8217;s take a look at their search results:&lt;/p&gt;
&lt;figure class='full' id='results-comparison'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-1-bing.png' alt='Bing search results for: check memory usage in PHP' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-1-google.png' alt='Google search results for: check memory usage in PHP' /&gt;
	&lt;figcaption&gt;Click to alternate between Google and Bing&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;If you click the image a few times, you&amp;#8217;ll get a good idea of how similar the two really are, so, what makes Google so much easier to skim?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Whitespace&lt;/strong&gt;&lt;br /&gt;Bing gets all ten links into a single screen, while Google only manages eight. If all of the results had an equal probability of being &lt;em&gt;the one&lt;/em&gt; Bing may have an advantage there, but &lt;a href='http://www.seomoz.org/blog/mission-imposserpble-establishing-clickthrough-rates'&gt;in reality&lt;/a&gt; the first few links account for a majority of the clicks. Take a few steps away from your screen and compare the two. Not only are Google&amp;#8217;s results more prominent in the page, but the separation between results is more obvious. Google effectively uses whitespace to put the emphasis where it belongs, on the first few results.&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;URL Location&lt;/strong&gt;&lt;br /&gt;Bing chooses to place the URL below the description, while Google places it immediately after the title. Google&amp;#8217;s placement makes for a better information hierarchy. I don&amp;#8217;t read search results, I skim them for useful markers, and the page URL is an important one. My basic process is something like this: skim the title, if it looks good, check the URL, if I know it, click the link, if not, skim the description. A failure at any point takes me to the next result. Bing&amp;#8217;s placement forces my eyes to jump around, and even after three months, I can&amp;#8217;t get used to it [&lt;a href='#footnotes'&gt;2&lt;/a&gt;].&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Page Layout&lt;/strong&gt;&lt;br /&gt;Bing chooses to list related searches and search history in the left column. Neither of those are ever useful to me, but because they&amp;#8217;re blue links, and the often contain bolded words, I find them difficult to ignore [&lt;a href='#footnotes'&gt;3&lt;/a&gt;]. The placement of search history is understandable [&lt;a href='#footnotes'&gt;4&lt;/a&gt;], but it&amp;#8217;s functionally useless as I am yet to search for something, find a result, then need to run the exact same query again.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id='search_results'&gt;Search Results&lt;/h2&gt;

&lt;p&gt;Most of the time, Bing does a solid job, but when I see a posting like &lt;a href='http://www.reddit.com/r/pics/comments/l80eb/why_i_use_google_a_comparison_vs_bing_yahoo/'&gt;this one on Reddit&lt;/a&gt;, I can&amp;#8217;t say I&amp;#8217;m really surprised. Google has progressed beyond keywords in pages, and seems to be taking intent into consideration when processing results. They&amp;#8217;ve done this by slowly switching from page based algorithms to &lt;a href='http://justinbriggs.org/entity-search-results-the-on-going-evolution-of-search'&gt;entity based ones&lt;/a&gt;. It&amp;#8217;s likely that Bing is also doing similar work (the article says as much), but if so, the results just aren&amp;#8217;t there yet.&lt;/p&gt;

&lt;p&gt;Unfortunately, I spend much of my day searching for relatively esoteric things, and Bing consistently fails to find what I&amp;#8217;m looking for. Let&amp;#8217;s look at a few examples (click any result to see how Google handled the same query):&lt;/p&gt;
&lt;figure class='full'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-2-bing.png' alt='Bing search results for: iTunes Match laggy scroll' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-2-google.png' alt='Google search results for: iTunes Match laggy scroll' /&gt;
	&lt;figcaption&gt;I signed up for iCloud and iTunes scrolling broke, Bing's index isn't fresh enough to tell me why.&lt;/figcaption&gt;
&lt;/figure&gt;&lt;figure class='full'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-3-bing.png' alt='Bing search results for: &amp;raquo;' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-3-google.png' alt='Google search results for: &amp;raquo;' /&gt;
	&lt;figcaption&gt;Trying to search for the HTML entity to create a &quot;&amp;raquo;&quot; by just pasting the character.&lt;br /&gt; Google provides a helpful autocomplete, Bing is baffled.&lt;/figcaption&gt;
&lt;/figure&gt;&lt;figure class='full'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-4-bing.png' alt='Bing search results for: moderizer position fixed ios' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-4-google.png' alt='Google search results for: moderizer position fixed ios' /&gt;
	&lt;figcaption&gt;Google notices and fixes a made-up word typo.&lt;/figcaption&gt;
&lt;/figure&gt;&lt;figure class='full'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-5-bing.png' alt='Bing search results for: ' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-5-google.png' alt='Google search results for: ' /&gt;
	&lt;figcaption&gt;Bing incorrectly fixes a made-up word query.&lt;/figcaption&gt;
&lt;/figure&gt;&lt;figure class='full'&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-6-bing.png' alt='Bing search results for: rbenv' /&gt;
	&lt;img src='http://static.keithsilgard.com/images/articles/bing-vs-google/example-6-google.png' alt='Google search results for: rbenv' /&gt;
	&lt;figcaption&gt;I suspect Bing has issues indexing Stack Overflow, &lt;br /&gt;it rarely finds results there, even on direct keyword matches.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;These are just a handful of the queries where Bing has let me down. I cherry picked them to illustrate the problems with using Bing as your default search engine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The index is often stale when compared to Google&lt;/li&gt;

&lt;li&gt;Bing is less likely to find results for complicated or obscure queries&lt;/li&gt;

&lt;li&gt;The auto-complete is slower, and often less helpful&lt;/li&gt;

&lt;li&gt;If you make a typo, or are searching for an obscure term, Bing will often fail&lt;/li&gt;

&lt;li&gt;Anecdotally, Bing seems to do a poor job of indexing and returning results for Stack Overflow. Stack Overflow is basically the Wikipedia of programming queries, it should almost always be in the results&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id='start_your_photocopiers'&gt;Start Your Photocopiers&lt;/h2&gt;

&lt;p&gt;I think my biggest gripe with Bing is that it lacks originality. Certainly, Google has done an outstanding job of search, but that doesn&amp;#8217;t mean it&amp;#8217;s perfect. Bing lacks any sense of uniqueness. It has similar blended results, similar local results, similar maps, and similar images. If I were to replace the Bing logo with a Google one, and tell people that Google has redesigned, most would believe me. What Bing desperately needs is an answer to the question &amp;#8220;why would I use this instead of Google?&amp;#8221; Innovate, experiment, strike aggressive deals to get content Google can&amp;#8217;t access. They need to differentiate because &amp;#8220;we&amp;#8217;re basically identical, but a little worse&amp;#8221; isn&amp;#8217;t going to cut it.&lt;/p&gt;

&lt;h2 id='speed'&gt;Speed&lt;/h2&gt;

&lt;p&gt;My final grievance with Bing is that it&amp;#8217;s a little slower. For example, when I&amp;#8217;m typing a query, I usually outpace Bing&amp;#8217;s autocomplete. It&amp;#8217;s not a huge deal, but Google&amp;#8217;s autocomplete loads &lt;em&gt;live results&lt;/em&gt; at a faster rate. It is impossible for me to outpace Google&amp;#8217;s autocomplete, and often I&amp;#8217;ll see a recommended search that&amp;#8217;s exactly what I&amp;#8217;m looking for, so I just have to hit the down arrow, then &lt;strong&gt;boom&lt;/strong&gt; results. Further, with Google Instant, the results are loaded before I&amp;#8217;m finished typing my query. With Bing it&amp;#8217;s always an additional page load. It&amp;#8217;s a tiny little thing, but the incredible responsiveness of Google make Bing look sluggish, which adds to its general knock-off feel.&lt;/p&gt;

&lt;h2 id='and_so'&gt;And So&amp;#8230;&lt;/h2&gt;

&lt;p&gt;Why am I still using Bing? Well, there are a few reasons. One, I don&amp;#8217;t think it&amp;#8217;s possible for Bing to get better than Google until it hits some critical traffic point. Google has a huge advantage because of its astonishing amount of search data. That&amp;#8217;s why Bing was surreptitiously &lt;a href='http://searchengineland.com/google-bing-is-cheating-copying-our-search-results-62914'&gt;scraping Google&amp;#8217;s results&lt;/a&gt;; they lacked the data to generate those results themselves. If I continue to use Bing, I&amp;#8217;m one more data point they can use to create a viable competitor. My other reason: trust. Due to some perverse twist of fate, I find myself in a position where I trust Microsoft (of all the companies in the world) more than Google [&lt;a href='#footnotes'&gt;5&lt;/a&gt;]. So can I live without Google? No. Not yet, at least. But I&amp;#8217;m still going to try.&lt;/p&gt;
&lt;hr id='footnotes' /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href='http://www.blekko.com'&gt;blekko&lt;/a&gt; also creates its own index, so I guess I could give them a shot. While I ran this experiment, &lt;a href='http://brenthousen.com'&gt;a friend&lt;/a&gt; tried &lt;a href='http://duckduckgo.com'&gt;DuckDuckGo&lt;/a&gt; and found it interesting, but ultimately wanting.&lt;/li&gt;

&lt;li&gt;Several times, Bing&amp;#8217;s results contained the page I was looking for, but I missed it. After Googling, I&amp;#8217;d go back and notice it there, just a little further down.&lt;/li&gt;

&lt;li&gt;Placing related searches in the top left corner of the page makes no sense to me. I haven&amp;#8217;t had a chance to see if my current query has worked yet, so why choose to provide me with prominent alternates first thing? A better place for this list would be after the first ten results, and Bing seems to agree with me, as the exact same list appears there as well.&lt;/li&gt;

&lt;li&gt;It&amp;#8217;s nice of Bing to make it obvious to people that they are keeping a history, and allow easy options to clear it, and opt-out. I just don&amp;#8217;t agree that it needs that level of prominence.&lt;/li&gt;

&lt;li&gt;Though honestly, if I&amp;#8217;m going to let that be a defining boundary, I should really use DuckDuckGo.&lt;/li&gt;
&lt;/ol&gt;</content>
 </entry>
 
 <entry>
   <title>My Writing Manifesto</title>
   <link href="http://keithsilgard.com/articles/my-writing-manifesto.html"/>
   <updated>2012-01-01T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/my-writing-manifesto</id>
   <content type="html">&lt;p class='lead'&gt;Create something that can last, and something that I can be proud of.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve written hundred of posts over the years. I&amp;#8217;ve also removed almost all of them. Especially any that break the following rules:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Link Posts&lt;/strong&gt; — If I want to share a link, I&amp;#8217;ll post it to Twitter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Angry Rants&lt;/strong&gt; — No one cares about my whining.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No Bad Stand-Up&lt;/strong&gt; — Observational humour about my life isn&amp;#8217;t interesting to anyone who isn&amp;#8217;t me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No &amp;#8220;Me Too&amp;#8221; Posts&lt;/strong&gt; — Why write something if I don&amp;#8217;t have anything to offer beyond agreement?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Be Constructive&lt;/strong&gt; — Cynicism is equally easy and worthless. It&amp;#8217;s great to have an opinion, but don&amp;#8217;t be a dick about it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don&amp;#8217;t Be Lazy&lt;/strong&gt; — Do the research. Write confidently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don&amp;#8217;t Be Afraid of Being Wrong&lt;/strong&gt; — Nothing here is written in stone. Feel free to edit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make it Mean Something&lt;/strong&gt; — Don&amp;#8217;t write for the sake of writing.&lt;/p&gt;
&lt;hr /&gt;
&lt;blockquote&gt;
&lt;p&gt;Here&amp;#8217;s some general advice: if you find yourself beginning [&amp;#8230;] with a disclaimer of the form &amp;#8220;I hate to be that guy&amp;#8221; or &amp;#8220;I hate to write this,&amp;#8221; just don&amp;#8217;t say it.&lt;/p&gt;
&lt;cite&gt;&lt;a href='http://news.ycombinator.com/item?id=3469554'&gt;Paul Graham&lt;/a&gt;&lt;/cite&gt;&lt;/blockquote&gt;</content>
 </entry>
 
 <entry>
   <title>Steve Jobs</title>
   <link href="http://keithsilgard.com/steve-jobs.html"/>
   <updated>2011-10-05T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/steve-jobs</id>
   <content type="html">&lt;h2 id='steve_job_19552011'&gt;&lt;img src='/images/articles/steve-jobs/steve-jobs-1955-2011.png' alt='Steve Job (1955-2011)' /&gt;&lt;/h2&gt;
&lt;img src='http://static.keithsilgard.com/images/articles/steve-jobs/steve-jobs-hero.png' alt='Steve Job (1955-2011)' /&gt;
&lt;p&gt;I loved to fantasize about going to dinner with Steve Jobs. I&amp;#8217;d agonize over the exactly perfect way to phrase an email, explaining that I don&amp;#8217;t really want anything from him, but how an opportunity to meet him is one of my life&amp;#8217;s ambitions. I&amp;#8217;d imagine checking my mail, and running to tell my wife &amp;#8220;something crazy has happened, and I need to fly to California.&amp;#8221; I&amp;#8217;d spend hours thinking: what I would say if I were sitting across the table from him, drinking a little too much wine to try and calm my nerves?&lt;/p&gt;

&lt;p&gt;I never could figure that out.&lt;/p&gt;

&lt;p&gt;What do you say to someone like that? Maybe I&amp;#8217;d ask where he found the courage to get up in the morning and face the world after losing the company he founded. What drove him to start from scratch, and continue to chase the dream that had left him disgraced.&lt;/p&gt;

&lt;p&gt;Maybe I&amp;#8217;d ask if it was frustrating, to see where things where headed and having to wait for the world to catch up. In 1996 at WWDC, he opened the stage to questions from a hostile crowd after announcing changes that they didn&amp;#8217;t like, to a company that was on life support. While responding to their criticisms, he described—with a stunning clarity—the world he&amp;#8217;d deliver 15 years later.&lt;/p&gt;

&lt;p&gt;Maybe I&amp;#8217;d ask where he sees the world 15 years from now. If he had another decade, where would he try and lead us? Was he content with building the world&amp;#8217;s most successful company from nothing, or was he still driven to further it?&lt;/p&gt;

&lt;p&gt;But he didn&amp;#8217;t have 15 years. When he stepped down as CEO, my heart sank a little. I knew that if it was bad enough to pull him away from Apple, that it must be serious, but I still held on to the hope that there might be one last comeback.&lt;/p&gt;

&lt;p&gt;I never wrote that email. I was never brave enough to face rejection, or worse still, nothingness. I held the dream so dearly that I preferred its comfort to the fear of rejection. And now I regret that. I&amp;#8217;ll always have to regret it. That I&amp;#8217;ll never have the chance to meet my hero, and say the only thing that really matters: &amp;#8220;thank-you&amp;#8221;.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s funny too; had I paid any attention, I&amp;#8217;d have known better. One of the only truly personal moments he ever shared with the world was his Stanford address, where he warned of the impending presence of death, and importance of embracing life. Take chances. Stay hungry, stay foolish.&lt;/p&gt;

&lt;p&gt;Thanks Steve. Rest in peace.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Stupidly Expensive German Clock</title>
   <link href="http://keithsilgard.com/stupidly-expensive-german-clock.html"/>
   <updated>2010-04-30T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/stupidly-expensive-german-clock</id>
   <content type="html">&lt;div class=&quot;col_2 bullet&quot; id=&quot;one&quot;&gt;&amp;bull;&lt;/div&gt;
&lt;div class=&quot;col_2 push_8 bullet&quot; id=&quot;two&quot;&gt;&amp;bull;&lt;/div&gt;

&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

&lt;div class=&quot;push_2 col_8&quot;&gt;
	&lt;ul id=&quot;clock&quot;&gt;
		&lt;li id=&quot;letter-1_1&quot;&gt;i&lt;/li&gt;
			&lt;li id=&quot;letter-1_2&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-1_3&quot;&gt;l&lt;/li&gt;
		&lt;li id=&quot;letter-1_4&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-1_5&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-1_6&quot;&gt;a&lt;/li&gt;
		&lt;li id=&quot;letter-1_7&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-1_8&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-1_9&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-1_10&quot;&gt;m&lt;/li&gt;
		&lt;li id=&quot;letter-1_11&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-2_1&quot;&gt;a&lt;/li&gt;
		&lt;li id=&quot;letter-2_2&quot;&gt;c&lt;/li&gt;
		&lt;li id=&quot;letter-2_3&quot;&gt;q&lt;/li&gt;
		&lt;li id=&quot;letter-2_4&quot;&gt;u&lt;/li&gt;
		&lt;li id=&quot;letter-2_5&quot;&gt;a&lt;/li&gt;
		&lt;li id=&quot;letter-2_6&quot;&gt;r&lt;/li&gt;
		&lt;li id=&quot;letter-2_7&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-2_8&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-2_9&quot;&gt;r&lt;/li&gt;
		&lt;li id=&quot;letter-2_10&quot;&gt;d&lt;/li&gt;
		&lt;li id=&quot;letter-2_11&quot;&gt;c&lt;/li&gt;
		&lt;li id=&quot;letter-3_1&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-3_2&quot;&gt;w&lt;/li&gt;
		&lt;li id=&quot;letter-3_3&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-3_4&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-3_5&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-3_6&quot;&gt;y&lt;/li&gt;
		&lt;li id=&quot;letter-3_7&quot;&gt;f&lt;/li&gt;
		&lt;li id=&quot;letter-3_8&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-3_9&quot;&gt;v&lt;/li&gt;
		&lt;li id=&quot;letter-3_10&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-3_11&quot;&gt;x&lt;/li&gt;
		&lt;li id=&quot;letter-4_1&quot;&gt;h&lt;/li&gt;
		&lt;li id=&quot;letter-4_2&quot;&gt;a&lt;/li&gt;
		&lt;li id=&quot;letter-4_3&quot;&gt;l&lt;/li&gt;
		&lt;li id=&quot;letter-4_4&quot;&gt;f&lt;/li&gt;
		&lt;li id=&quot;letter-4_5&quot;&gt;b&lt;/li&gt;
		&lt;li id=&quot;letter-4_6&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-4_7&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-4_8&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-4_9&quot;&gt;f&lt;/li&gt;
		&lt;li id=&quot;letter-4_10&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-4_11&quot;&gt;o&lt;/li&gt;
		&lt;li id=&quot;letter-5_1&quot;&gt;p&lt;/li&gt;
		&lt;li id=&quot;letter-5_2&quot;&gt;a&lt;/li&gt;
		&lt;li id=&quot;letter-5_3&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-5_4&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-5_5&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-5_6&quot;&gt;r&lt;/li&gt;
		&lt;li id=&quot;letter-5_7&quot;&gt;u&lt;/li&gt;
		&lt;li id=&quot;letter-5_8&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-5_9&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-5_10&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-5_11&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-6_1&quot;&gt;o&lt;/li&gt;
		&lt;li id=&quot;letter-6_2&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-6_3&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-6_4&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-6_5&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-6_6&quot;&gt;x&lt;/li&gt;
		&lt;li id=&quot;letter-6_7&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-6_8&quot;&gt;h&lt;/li&gt;
		&lt;li id=&quot;letter-6_9&quot;&gt;r&lt;/li&gt;
		&lt;li id=&quot;letter-6_10&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-6_11&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-7_1&quot;&gt;f&lt;/li&gt;
		&lt;li id=&quot;letter-7_2&quot;&gt;o&lt;/li&gt;
		&lt;li id=&quot;letter-7_3&quot;&gt;u&lt;/li&gt;
		&lt;li id=&quot;letter-7_4&quot;&gt;r&lt;/li&gt;
		&lt;li id=&quot;letter-7_5&quot;&gt;f&lt;/li&gt;
		&lt;li id=&quot;letter-7_6&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-7_7&quot;&gt;v&lt;/li&gt;
		&lt;li id=&quot;letter-7_8&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-7_9&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-7_10&quot;&gt;w&lt;/li&gt;
		&lt;li id=&quot;letter-7_11&quot;&gt;o&lt;/li&gt;
		&lt;li id=&quot;letter-8_1&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-8_2&quot;&gt;i&lt;/li&gt;
		&lt;li id=&quot;letter-8_3&quot;&gt;g&lt;/li&gt;
		&lt;li id=&quot;letter-8_4&quot;&gt;h&lt;/li&gt;
		&lt;li id=&quot;letter-8_5&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-8_6&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-8_7&quot;&gt;l&lt;/li&gt;
		&lt;li id=&quot;letter-8_8&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-8_9&quot;&gt;v&lt;/li&gt;
		&lt;li id=&quot;letter-8_10&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-8_11&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-9_1&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-9_2&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-9_3&quot;&gt;v&lt;/li&gt;
		&lt;li id=&quot;letter-9_4&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-9_5&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-9_6&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-9_7&quot;&gt;w&lt;/li&gt;
		&lt;li id=&quot;letter-9_8&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-9_9&quot;&gt;l&lt;/li&gt;
		&lt;li id=&quot;letter-9_10&quot;&gt;v&lt;/li&gt;
		&lt;li id=&quot;letter-9_11&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-10_1&quot;&gt;t&lt;/li&gt;
		&lt;li id=&quot;letter-10_2&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-10_3&quot;&gt;n&lt;/li&gt;
		&lt;li id=&quot;letter-10_4&quot;&gt;s&lt;/li&gt;
		&lt;li id=&quot;letter-10_5&quot;&gt;e&lt;/li&gt;
		&lt;li id=&quot;letter-10_6&quot;&gt;o&amp;#146;&lt;/li&gt;
		&lt;li id=&quot;letter-10_7&quot;&gt;c&lt;/li&gt;
		&lt;li id=&quot;letter-10_8&quot;&gt;l&lt;/li&gt;
		&lt;li id=&quot;letter-10_9&quot;&gt;o&lt;/li&gt;
		&lt;li id=&quot;letter-10_10&quot;&gt;c&lt;/li&gt;
		&lt;li id=&quot;letter-10_11&quot;&gt;k&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;

&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

&lt;div class=&quot;col_2 bullet&quot; id=&quot;four&quot;&gt;&amp;bull;&lt;/div&gt;
&lt;div class=&quot;col_8 why&quot;&gt;&lt;a href=&quot;http://twitter.com/ironkeith/status/14001914086&quot;&gt;inspired&lt;/a&gt; by &lt;a href=&quot;http://www.qlocktwo.com/&quot;&gt;a stupidly expensive german clock&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;col_2 bullet&quot; id=&quot;three&quot;&gt;&amp;bull;&lt;/div&gt;

</content>
 </entry>
 
 <entry>
   <title>What Mattered to Me in 2009</title>
   <link href="http://keithsilgard.com/articles/2009-in-review.html"/>
   <updated>2010-01-15T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/what-mattered-to-me</id>
   <content type="html">&lt;section id=&quot;music&quot; class=&quot;section&quot;&gt;

	&lt;header class=&quot;col_12 section-header&quot;&gt;
		&lt;h1&gt;... in Music&lt;/h1&gt;
	&lt;/header&gt;

	&lt;header class=&quot;col_12&quot;&gt;
		&lt;h2&gt;&lt;a href=&quot;#&quot; id=&quot;show-songs&quot;&gt;Songs I Listened To&lt;/a&gt; &lt;span class=&quot;blue&quot;&gt;/&lt;/span&gt; &lt;a href=&quot;#&quot; class=&quot;inactive&quot; id=&quot;show-artists&quot;&gt;Artists I Listened To&lt;/a&gt;&lt;/h2&gt;
	&lt;/header&gt;

	&lt;div id=&quot;top-songs&quot;&gt;
		&lt;div class=&quot;col_6 songs&quot;&gt;
			&lt;ol class=&quot;list sans&quot;&gt;
				&lt;li rel=&quot;song-heads-will-roll&quot;&gt;
					Heads Will Roll - &lt;em&gt;Yeah Yeah Yeahs&lt;/em&gt;
					&lt;meter value=&quot;1&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-zero&quot;&gt;
					Zero - &lt;em&gt;Yeah Yeah Yeahs&lt;/em&gt;
					&lt;meter value=&quot;.99&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-dull-life&quot;&gt;
					Dull Life - &lt;em&gt;Yeah Yeah Yeahs&lt;/em&gt;
					&lt;meter value=&quot;.91&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-glorious-dawn&quot;&gt;
					Glorious Dawn (ft. Stephen Hawking) - &lt;em&gt;Colorpulse - Carl Sagan&lt;/em&gt;
					&lt;meter value=&quot;.84&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-blood-of-a-young-wolf&quot;&gt;
					Blood of a Young Wolf - &lt;em&gt;Buck 65&lt;/em&gt;
					&lt;meter value=&quot;.51&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-runaway&quot;&gt;
					Runaway - &lt;em&gt;Yeah Yeah Yeahs&lt;/em&gt;
					&lt;meter value=&quot;.49&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-miami&quot;&gt;
					Miami - &lt;em&gt;Against Me!&lt;/em&gt;
					&lt;meter value=&quot;.47&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-what-goes-around-comes-around&quot;&gt;
					What Goes Around.../...Comes Around - &lt;em&gt;Justin Timberlake&lt;/em&gt;
					&lt;meter value=&quot;.45&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-will-it-grow&quot;&gt;
					Will it Grow - &lt;em&gt;Jakob Dylan&lt;/em&gt;
					&lt;meter value=&quot;.40&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-the-day-the-world-went-away&quot;&gt;
					The Day the World Went Away - &lt;em&gt;Nine Inch Nails&lt;/em&gt;
					&lt;meter value=&quot;.39&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-19h11&quot;&gt;
					19H11 - &lt;em&gt;Danger&lt;/em&gt;
					&lt;meter value=&quot;.38&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-death-and-all-his-friends&quot;&gt;
					Death And All His Friends - &lt;em&gt;Coldplay&lt;/em&gt;
					&lt;meter value=&quot;.35&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-rej&quot;&gt;
					Rej - &lt;em&gt;Sonar Kollektiv Orchester&lt;/em&gt;
					&lt;meter value=&quot;.35&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-deadly-sinners&quot;&gt;
					Deadly Sinners - &lt;em&gt;3 Inches of Blood&lt;/em&gt;
					&lt;meter value=&quot;.34&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-set-it-off&quot;&gt;
					Set It Off - &lt;em&gt;Girl Talk&lt;/em&gt;
					&lt;meter value=&quot;.32&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-phantom&quot;&gt;
					Phantom - &lt;em&gt;Justice&lt;/em&gt;
					&lt;meter value=&quot;.30&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-disarm&quot;&gt;
					Disarm - &lt;em&gt;The Smashing Pumpkins&lt;/em&gt;
					&lt;meter value=&quot;.30&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-mind-eraser-no-chaser&quot;&gt;
					Mind Eraser, No Chaser - &lt;em&gt;Them Crooked Vultures&lt;/em&gt;
					&lt;meter value=&quot;.27&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-green-gloves&quot;&gt;
					Green Gloves - &lt;em&gt;The National&lt;/em&gt;
					&lt;meter value=&quot;.27&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
				&lt;li rel=&quot;song-twilight-of-the-thunder-god&quot;&gt;
					Twilight of the Thunder God - &lt;em&gt;Amon Amarth&lt;/em&gt;
					&lt;meter value=&quot;.25&quot;&gt;&lt;/meter&gt;
				&lt;/li&gt;
			&lt;/ol&gt;
		&lt;/div&gt;
		&lt;div class=&quot;col_6 sans&quot; id=&quot;top-song-meta&quot;&gt;

			&lt;div id=&quot;song-heads-will-roll&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/auzfTPp4moA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/auzfTPp4moA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;I really, really like this song a whole big bunch. &lt;em&gt;It's Blitz&lt;/em&gt; was absolutely my favorite album of 2009, and this is the strongest track on the album. Even the video is great; I'll take a  homicidal, dancing rat-man to a catchy song any day of the week (and twice on Sundays).&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;77&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-zero&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/pmGNo8RL5kM&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/pmGNo8RL5kM&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;I'd been a moderate &lt;a href=&quot;http://yeahyeahyeahs.com&quot;&gt;Yeah Yeah Yeahs&lt;/a&gt; fan for a few years, but when the single for &lt;em&gt;Zero&lt;/em&gt; came out I was blown away. I love this song with my entire heart. I cannot listen to it without turning it up.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;76&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-dull-life&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/JGKefxnyT6E&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/JGKefxnyT6E&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Rounding out the top three is another track from &lt;em&gt;It's Blitz&lt;/em&gt;. I can't help it, I'm addicted to that album. I love the dynamics of this song, it starts out so subtle and then just builds, and builds, and builds until it's rocking your face right off. Oh look, I'm faceless. Awesome.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;70&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-glorious-dawn&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/zSgiXGELjbc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/zSgiXGELjbc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Here's one right from left field. &lt;a href=&quot;http://www.symphonyofscience.com/&quot;&gt;John Boswell&lt;/a&gt; remixed, and auto-tuned, Carl Sagan into an awesome song about science. Jack White ended up liking this enough to &lt;a href=&quot;http://store.thirdmanrecords.com/carlsagan.aspx&quot;&gt;release it on vinyl&lt;/a&gt;.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;65&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-blood-of-a-young-wolf&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/b2n3O-ipnlo&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/b2n3O-ipnlo&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;I was driving home from work one day, and this song came up on shuffle. I couldn't stop listening to it. I'd get to the end, jump back, and start all over again. In that moment it really grabbed me as being something that I love, and now&amp;mdash;when the mood strikes me&amp;mdash;I like fire it up and listen to it on repeat; over, and over again.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;40&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-runaway&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/-QqArc12juQ&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/-QqArc12juQ&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;This is the second best song ever titled &lt;em&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=s86K-p089R8&quot;&gt;Runaway&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;39&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-miami&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/6VicWrp6kts&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/6VicWrp6kts&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Angsty, politically charged, and lyrically complex, but somehow, still kind of fun. I found Against Me! when they hit the mainstream with &lt;em&gt;Thrash Unreal&lt;/em&gt;, and immediately bought the album. Discovering their back catalogue was a nice treat. This song&amp;mdash;in particular&amp;mdash;rocks socks.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;36&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-what-goes-around-comes-around&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/TOrnUquxtwA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/TOrnUquxtwA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Yeah, I like Justin Timberlake. He's really good. And this song is awesome. Prove me wrong. I care not for indie/metal/etc cred.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;35&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-will-it-grow&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/jt7aYqvrL6g&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/jt7aYqvrL6g&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;This song has the strange ability to make me feel happy and sad, all at the same time. I was having a really crappy night a while back, and I just put this song on repeat for hours. It helped.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;31&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-the-day-the-world-went-away&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/qmzzu3HqL4c&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/qmzzu3HqL4c&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Yeah, I'll admit it. I watched the &lt;a href=&quot;http://www.apple.com/trailers/wb/terminatorsalvation/large3.html&quot;&gt;Terminator: Salvation trailer&lt;/a&gt; and thought &quot;that is an awesome song.&quot; Then I bought it and listened to it. A lot.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;30&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-19h11&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/SsjXP7jWK0k&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/SsjXP7jWK0k&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;For best results, listen to this tune turned up really loud with your headphones on. Then program a website or something. It works for me.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;29&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-death-and-all-his-friends&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/I_wcRxGbqdU&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/I_wcRxGbqdU&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;This isn't even my favorite song on the album, but it is the one I listened to the most. Go figure. I saw Coldplay live for this tour, and I will tell you a secret: it was so far beyond my expectations that I was completely blown away. Go Coldplay.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;27&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-rej&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Uw0wXwu5_lE&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Uw0wXwu5_lE&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;I found myself bored will all of my music one day, so I stumbled over to &lt;a href=&quot;http://aurgasm.us&quot;&gt;Aurgasm&lt;/a&gt; and this tune was featured. I really liked it. Obviously.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;27&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-deadly-sinners&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/JO7TZGgBbOw&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/JO7TZGgBbOw&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;This song is so far beyond metal. It is so metal, that the singer is named Cam Pipes. It is so metal, that to hear it is to know how much every other metal song sucks. It's so metal, it destroyed all you hold hear, but be damned if you don't &lt;em&gt;respect&lt;/em&gt; it. As an aside, if this song comes up when I'm driving it is a recipe for idiocy. METAL.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;26&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-set-it-off&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Cmeu9qjcYto&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Cmeu9qjcYto&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Just when I'm convinced that mashups aren't good for much beyond jokes, Girl Talk had to go and release &lt;em&gt;Feed the Animals&lt;/em&gt;. I don't know why I like this so much, just that I do. I have no excuses; it's good fun.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;25&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-phantom&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ZQWuWfxMXA0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/ZQWuWfxMXA0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;I like French techno. This is really good French techno.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;23&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-disarm&quot; class=&quot;hidden&quot;&gt;
				&lt;p class=&quot;subtext&quot;&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=I48jPTL0tA0&quot;&gt;click here to go watch the video&lt;/a&gt;&lt;/p&gt;
				&lt;p class=&quot;subtext&quot;&gt;I was kind of surprised to see this one in here&amp;hellip; Smashing Pumpkins are my favorite band, and &lt;em&gt;Siamese Dream&lt;/em&gt; is my favorite album, so maybe I shouldn't be.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;23&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-mind-eraser-no-chaser&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Lgn_ZOyFLiQ&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Lgn_ZOyFLiQ&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;284&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;Dave Grohl. Josh Homme. John Paul Jones. There is basically no way those three making music together could have gone wrong (as proof, listen to the album).&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;21&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-green-gloves&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Je8yqfR81-0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Je8yqfR81-0&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;&lt;em&gt;Boxer&lt;/em&gt; is an incredible album. &quot;Green Gloves&quot; is an incredible song on that album. Had I done this list last year, it's likely this song would have topped the charts (I have no real way of knowing).&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;21&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

			&lt;div id=&quot;song-twilight-of-the-thunder-god&quot; class=&quot;hidden&quot;&gt;
				&lt;div class=&quot;video&quot;&gt;
					&lt;object width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/eABVwEgzIss&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/eABVwEgzIss&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;460&quot; height=&quot;370&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
				&lt;/div&gt;
				&lt;p class=&quot;subtext&quot;&gt;If you listen to this song I guarantee whatever you are doing will get 16x more epic. Need to drive epically? Amon Amarth. Need to work epically? Amon Amarth. Epic.&lt;/p&gt;
				&lt;p class=&quot;center&quot;&gt;&lt;span class=&quot;medium serif&quot;&gt;19&lt;/span&gt; scrobbles on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;.&lt;/p&gt;
			&lt;/div&gt;

		&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

	&lt;div id=&quot;top-artists&quot;&gt;
		&lt;div class=&quot;col_6 artist&quot;&gt;
			&lt;ol class=&quot;list sans&quot;&gt;
				&lt;li&gt;The Smashing Pumpkins&lt;meter value=&quot;1&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Yeah Yeah Yeahs&lt;meter value=&quot;0.79&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Against Me!&lt;meter value=&quot;0.58&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Coldplay&lt;meter value=&quot;0.43&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;3 Inches of Blood&lt;meter value=&quot;0.40&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Metallica&lt;meter value=&quot;0.39&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Girl Talk&lt;meter value=&quot;0.38&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Incubus&lt;meter value=&quot;0.34&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Foo Fighters&lt;meter value=&quot;0.33&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Billy Talent&lt;meter value=&quot;0.32&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;The Decemberists&lt;meter value=&quot;0.31&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Nine Inch Nails&lt;meter value=&quot;0.30&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Queens of the Stone Age&lt;meter value=&quot;0.30&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Amon Amarth&lt;meter value=&quot;0.27&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Metric&lt;meter value=&quot;0.27&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Buck 65&lt;meter value=&quot;0.26&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Tegan and Sara&lt;meter value=&quot;0.25&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;Arctic Monkeys&lt;meter value=&quot;0.25&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;The String Quartet&lt;meter value=&quot;0.22&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
				&lt;li&gt;City and Colour&lt;meter value=&quot;0.21&quot;&gt;&lt;/meter&gt;&lt;/li&gt;
			&lt;/ol&gt;
		&lt;/div&gt;
		&lt;div class=&quot;col_6 thumbnails&quot;&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/smashing-pumpkins.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;The Smashing Pumpkins&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/yeah-yeah-yeahs.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Yeah Yeah Yeahs&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/against-me.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Against Me!&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/coldplay.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Coldplay&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/3-inches-of-blood.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;3 Inches of Blood&quot; /&gt;

			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/Metallica.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Metallica&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/girl-talk.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Girl Talk&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/incubus.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Incubus&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/foo-fighters.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Foo Fighters&quot; /&gt;

			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/billy-talent.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Billy Talent&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/the-decemberists.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;The Decemberists&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/nine-inch-nails.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Nine Inch Nails&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/queens-of-the-stone-age.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Queens of the Stone Age&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/amon-amarth.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Amon Amarth&quot; /&gt;

			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/metric.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Metric&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/buck-65.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Buck 65&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/tegan-and-sara.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Tegan and Sara&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/arctic-monkeys.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;Arctic Monkeys&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/the-string-quartet.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;The String Quartet&quot; /&gt;
			&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/city-and-colour.jpg&quot; width=&quot;100&quot; height=&quot;82&quot; alt=&quot;City and Colour&quot; /&gt;
		&lt;/div&gt;
	&lt;/div&gt;

	&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

	&lt;div id=&quot;music-totals&quot;&gt;
		&lt;div class=&quot;col_6&quot;&gt;
			&lt;span class=&quot;big less&quot;&gt;15,406&lt;/span&gt; Songs &lt;a title=&quot;Down from 24,352 last year.&quot;&gt;&amp;#42;&lt;/a&gt;
			&lt;p class=&quot;subtext&quot;&gt;I scrobbled &lt;em&gt;8,946&lt;/em&gt; fewer songs on &lt;a href=&quot;http://last.fm/user/ironkeith&quot;&gt;last.fm&lt;/a&gt;...&lt;/p&gt;
		&lt;/div&gt;

		&lt;div class=&quot;col_6&quot;&gt;
			&lt;span class=&quot;big more&quot;&gt;308&lt;/span&gt; Artists &lt;a title=&quot;Up from 205 last year.&quot;&gt;&amp;#42;&lt;/a&gt;
			&lt;p class=&quot;subtext&quot;&gt;...but it was spread among &lt;em&gt;103&lt;/em&gt; more artists.&lt;/p&gt;
		&lt;/div&gt;

	&lt;/div&gt;

	&lt;div class=&quot;col_12&quot; id=&quot;concerts&quot;&gt;
		&lt;p class=&quot;medium center&quot;&gt;I only went to see &lt;span class=&quot;big less&quot;&gt;2&lt;/span&gt; bands play live this year.&lt;/p&gt;
		&lt;p class=&quot;subtext center&quot;&gt;The fewest in the decade.&lt;/p&gt;
		&lt;ul class=&quot;button-list center&quot;&gt;
			&lt;li&gt;&lt;a href=&quot;http://www.last.fm/event/974961+Coldplay+at+Rexall+Place+on+18+June+2009&quot; class=&quot;button&quot;&gt;Coldplay - &lt;time datetime=&quot;2009-06-18&quot;&gt;June 18th&lt;/time&gt;&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://www.last.fm/event/1143305+Moby&quot; class=&quot;button&quot;&gt;Moby - &lt;time datetime=&quot;2009-10-23&quot;&gt;October 23rd&lt;/time&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;

&lt;/section&gt;

&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;


&lt;section id=&quot;travel&quot; class=&quot;section&quot;&gt;

	&lt;header class=&quot;col_12 section-header&quot;&gt;
		&lt;h1&gt;... in Travel&lt;/h1&gt;
	&lt;/header&gt;

	&lt;div class=&quot;col_8&quot;&gt;
		&lt;p class=&quot;medium&quot;&gt;I took &lt;span class=&quot;medium more&quot;&gt;7&lt;/span&gt; trips to visit &lt;span class=&quot;medium more&quot;&gt;4&lt;/span&gt; cities in &lt;span class=&quot;medium more&quot;&gt;3&lt;/span&gt; countries.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_4&quot;&gt;
		&lt;p class=&quot;subtext&quot;&gt;I love travelling, but this year was ridiculous. This is the most travelling I've ever done in a single year. By a lot.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_12&quot;&gt;
		&lt;ul class=&quot;tab-list&quot;&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-houston&quot; class=&quot;active&quot;&gt;Houston&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-vancouver&quot;&gt;Vancouver&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-vegas&quot;&gt;Vegas&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-vancouver-2&quot;&gt;Vancouver&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-vegas-2&quot;&gt;Vegas&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-varadero&quot;&gt;Varadero&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;destination-houston-2&quot;&gt;Houston&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;

	&lt;div id=&quot;destinations&quot;&gt;

		&lt;div id=&quot;destination-houston&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-05-29&quot;&gt;May 29&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-04-06&quot;&gt;April 6&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					For Ali's birthday we packed up and flew to Houston to visit my parents. 
					After our last trip I had vowed never to return (Mom's cats wreak havoc on my allergies), 
					but I was persuaded by the promise of air filters and daily vacuuming. My allergies were
					annoying, but the weather was incredible; I didn't feel the need to spend much time indoors.
					Swimming, golfing, reading, eating, drinking, and visiting. Life can be tough.
				&lt;/p&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-2&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-faye.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-faye-thumb.jpg&quot; alt=&quot;Faye's Goin' Shoppin'&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-candles.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-candles-thumb.jpg&quot; alt=&quot;Blowing out Ali's birthday candles&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;

			&lt;div id=&quot;baseball&quot; class=&quot;col_12&quot;&gt;
				&lt;div class=&quot;col_12 alpha&quot;&gt;
					&lt;h2&gt;I went to a baseball game...&lt;/h2&gt;
				&lt;/div&gt;
				&lt;div class=&quot;col_4 omega&quot;&gt;
					&lt;p&gt;It was the only baseball game that I had ever been to. As it turns out, one was enough.&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;

		&lt;/div&gt;

		&lt;div id=&quot;destination-vancouver&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-04-09&quot;&gt;April 9&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-04-13&quot;&gt;April 13&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					Serge, Cyndy, Faye, Ali, and I all really wanted to make our way to Vancouver for Easter.
					For some reason, we decided that it would be a good idea to drive there. With a two year
					old. The drive went well in a way that there's no way it possibly should have, and we all
					got to enjoy a wonderful weekend together. I got to catch a Flood of Fire show, and party with
					my buddy Sean. We all shared an Easter dinner together. Then we had to drive home. In a blizzard. 
				&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-1&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-pointing.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-pointing-thumb.jpg&quot; alt=&quot;Faye pointing out at the Ocean. There it is!&quot; width=&quot;460&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/div&gt;

		&lt;div id=&quot;destination-vegas&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-08-06&quot;&gt;August 6&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-08-10&quot;&gt;August 10&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					Leave the kids at home, we're off to Vegas. 
					Ali and I&amp;mdash;and our friends Matt and Caroline&amp;mdash;took a break from real
					life to engage in the spectacle that is Vegas. Bright lights, some drinking, some 
					golfing, an incredible amount of shopping, dinner at Battista's, dinner at Mesa, 
					lounging by the pool, some pee in an air conditioner, and a toenail in an escalator, 
					then it was time to fly home. 
				&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-2&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-giant-drink.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-giant-drink-thumb.jpg&quot; alt=&quot;There are actually two drinks there; we aren't sharing&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-m&amp;ms.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-m&amp;ms-thumb.jpg&quot; alt=&quot;A rainbow wall of M&amp;amp;Ms&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/div&gt;

		&lt;div id=&quot;destination-vancouver-2&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-08-21&quot;&gt;August 21&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-08-24&quot;&gt;August 24&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					It's not every year that your sister-in-law turns 30 (unless you happen to have
					a ridiculous number of sisters-in-law), so naturally we&amp;mdash;as well as Isaac, Mel,
					Serge, and Cyndy&amp;mdash;all made the trip to Vancouver. I got to sneak away for a day
					and hang out with my buddy Sean, which is a recipe for good times. Jess's party was a 
					good time (except for the damn wasps), and best of all, we flew there and back. It turns 
					out that flying for one and a half hours is way faster than driving for 14.
				&lt;/p&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-2&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-2-faye.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-2-faye-thumb.jpg&quot; alt=&quot;Faye dressed up for Aunty Sissy's Party&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-2-presents.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vancouver-2-presents-thumb.jpg&quot; alt=&quot;Only Jess gets a pile of presents this pretty&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;

		&lt;/div&gt;

		&lt;div id=&quot;destination-vegas-2&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-10-02&quot;&gt;October 2&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-10-5&quot;&gt;October 5&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					55 was a big birthday for Dad, and Mom didn't disappoint. She got Grant, Chrissy, and me
					to meet her and Dad in Vegas for a surprise birthday weekend. When I arrived, Grant was in
					full on Vegas mode (read: drunk). We had a nice time, eating, drinking, and gambling (well,
					I didn't gamble, but they all did). We took in the Cirque show Ka, and I was completely blown
					away. Dad and Grant, not so much. Best of all, it marked Dad's eligibility for retirement 
					and impending return to Canada!
				&lt;/p&gt;
			&lt;/div&gt;
			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-1&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-2-fountains.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-vegas-2-fountains-thumb.jpg&quot; alt=&quot;The only picture I took; of the Bellagio Fountains&quot; width=&quot;460&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;
		&lt;/div&gt;

		&lt;div id=&quot;destination-varadero&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-11-30&quot;&gt;November 30&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2009-12-07&quot;&gt;December 7&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					Ali's good friend Sandra decided that a destination wedding was a good idea. We decided
					that was a great excuse to escape the misery of an Edmonton winter and bask in the sun. 
					Cuba is beautiful, the resort was great, the beach was perfect, and the water was better. 
					That said Cuba is wildly inconsistent. The quality of the food and drink varied wildly
					depending on seemingly random circumstances. For the most part the drinks were good, and
					the food was bad. I had a great time, but next time I'll try somewhere not under embargo.
				&lt;/p&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-2&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-varadero-palm.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-varadero-palm-thumb.jpg&quot; alt=&quot;The view from our room&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-varadero-beach.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-varadero-beach-thumb.jpg&quot; alt=&quot;Ali and I on the beach&quot; width=&quot;220&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;

		&lt;/div&gt;

		&lt;div id=&quot;destination-houston-2&quot;&gt;

			&lt;div class=&quot;col_12&quot;&gt;
				&lt;h2&gt;&lt;time datetime=&quot;2009-12-23&quot;&gt;December 23&lt;/time&gt;&amp;ndash;&lt;time datetime=&quot;2010-01-04&quot;&gt;January 4&lt;/time&gt;&lt;/h2&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6 subtext&quot;&gt;
				&lt;p&gt;
					One last trip to close out the decade. Christmas with my parents in Houston. This was the first Christmas I'd spent with my parents in a couple of years, and, as a bonus, Papa was there too.
				&lt;/p&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col_6&quot;&gt;
				&lt;ul class=&quot;gallery row-1&quot;&gt;
					&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-2-family-portrait.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/trip-houston-2-family-portrait-thumb.jpg&quot; alt=&quot;The family gathered together&quot; width=&quot;460&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/div&gt;

		&lt;/div&gt;

	&lt;/div&gt;


&lt;/section&gt;


&lt;section id=&quot;online&quot; class=&quot;section&quot;&gt;

	&lt;header class=&quot;col_12 section-header&quot;&gt;
		&lt;h1&gt;... Online&lt;/h1&gt;
	&lt;/header&gt;

	&lt;div class=&quot;col_12&quot;&gt;
		&lt;p class=&quot;subtext center&quot;&gt;Why have real friends when you can have pretend ones? It's basically the same as plants.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_4&quot;&gt;
		&lt;p class=&quot;medium&quot;&gt;&lt;span class=&quot;medium less&quot;&gt;126&lt;/span&gt; friends on &lt;a href=&quot;http://www.facebook.com/keith.silgard&quot;&gt;Facebook&lt;/a&gt;.&lt;/p&gt;
		&lt;p class=&quot;subtext&quot;&gt;I had a bit of a purge this year... I decided that I'd much rather if strangers didn't know what was happening with my life. Then I stopped updating Facebook. I still leech there, but I don't really care much about it. &lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_8&quot;&gt;
		&lt;p class=&quot;medium&quot;&gt;I follow &lt;span class=&quot;medium more&quot;&gt;75&lt;/span&gt; and &lt;span class=&quot;medium more&quot;&gt;78&lt;/span&gt; follow me on &lt;a href=&quot;http://twitter.com/ironkeith&quot;&gt;Twitter&lt;/a&gt;.&lt;/p&gt;
		&lt;p class=&quot;subtext&quot;&gt;Twitter really ended up winning the day for me. I don't know how it managed to pull it off either. I guess the only thing I really liked contributing to Facebook was status updates.&lt;/p&gt;
		&lt;p class=&quot;medium&quot;&gt;I tweeted &lt;span class=&quot;medium more&quot;&gt;998&lt;/span&gt; times.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_12&quot; id=&quot;youtube&quot;&gt;
		&lt;p class=&quot;medium center&quot;&gt;&lt;a href=&quot;http://www.youtube.com/ironkeith&quot;&gt;YouTube&lt;/a&gt; tells me I only watched &lt;span class=&quot;medium less&quot;&gt;17&lt;/span&gt; videos. They are wrong.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_12&quot;&gt;
		&lt;ul class=&quot;button-list center&quot;&gt;
			&lt;li&gt;&lt;a href=&quot;http://ca.linkedin.com/in/keithsilgard&quot; class=&quot;button&quot;&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://vimeo.com/ironkeith&quot; class=&quot;button&quot;&gt;Vimeo&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://www.google.com/reader/shared/ksilgard&quot; class=&quot;button&quot;&gt;Google Reader&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://www.flickr.com/photos/ironkeith/&quot; class=&quot;button&quot;&gt;Flickr&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://delicious.com/ironkeith&quot; class=&quot;button&quot;&gt;Delicious&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://digg.com/users/ironkeith&quot; class=&quot;button&quot;&gt;Digg&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://friendfeed.com/ironkeith&quot; class=&quot;button&quot;&gt;Friendfeed&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
		&lt;ul class=&quot;button-list center&quot;&gt;
			&lt;li&gt;&lt;a href=&quot;http://you-vs-me.com/ironkeith&quot; class=&quot;button&quot;&gt;You-vs-Me&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://stackoverflow.com/users/4106/ironkeith&quot; class=&quot;button&quot;&gt;Stack Overflow&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://www.seomoz.org/users/view/69419&quot; class=&quot;button&quot;&gt;SEOmoz&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://news.ycombinator.com/user?id=ironkeith&quot; class=&quot;button&quot;&gt;Hacker News&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;http://steamcommunity.com/id/ironkeith&quot; class=&quot;button&quot;&gt;Steam&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;

		&lt;p class=&quot;subtext center&quot;&gt;I also have accounts with all of these sites, so feel free to stalk me!&lt;/p&gt;

	&lt;/div&gt;

&lt;/section&gt;

&lt;section id=&quot;pictures&quot; class=&quot;section&quot;&gt;

	&lt;header class=&quot;col_12 section-header&quot;&gt;
		&lt;h1&gt;... in Pictures&lt;/h1&gt;
	&lt;/header&gt;

	&lt;div class=&quot;col_12&quot;&gt;
		&lt;p class=&quot;medium center&quot;&gt;Ali and I took &lt;span class=&quot;medium less&quot;&gt;3,385 pictures&lt;/span&gt; this year.&lt;/p&gt;
		&lt;p class=&quot;center subtext&quot;&gt;We took &lt;span class=&quot;serif more&quot;&gt;4,155&lt;/span&gt; last year, but I also shot a wedding and shot close to &lt;span class=&quot;serif&quot;&gt;1,500&lt;/span&gt; in one day. If you take that into account, I &lt;em&gt;actually&lt;/em&gt; took more pictures this year.&lt;/p&gt;
		&lt;p class=&quot;center small-medium&quot;&gt;These are some of my favorites.&lt;/p&gt;
	&lt;/div&gt;

	&lt;div class=&quot;col_12&quot;&gt;
		&lt;ul class=&quot;gallery row-8&quot;&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-1.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-1-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-2.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-2-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-3.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-3-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-4.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-4-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-5.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-5-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-6.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-6-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-7.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-7-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-8.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-8-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-9.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-9-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-10.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-10-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-11.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-11-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-12.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-12-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-13.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-13-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-14.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-14-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-15.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-15-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-16.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-16-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-17.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-17-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-18.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-18-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-19.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-19-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-20.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-20-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-21.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-21-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-22.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-22-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-23.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-23-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-24.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-24-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-25.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-25-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-26.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-26-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-27.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-27-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-28.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-28-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-29.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-29-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-30.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-30-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-31.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-31-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-32.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-32-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-33.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-33-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-34.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-34-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-35.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-35-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;

			&lt;li&gt;&lt;a href=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-36.jpg&quot;&gt;&lt;img src=&quot;http://static.keithsilgard.com/images/articles/review2009/2009-favs-36-thumb.jpg&quot; width=&quot;100&quot; height=&quot;68&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/div&gt;

&lt;/section&gt;


</content>
 </entry>
 
 <entry>
   <title>2008 by the Numbers</title>
   <link href="http://keithsilgard.com/articles/2008-by-the-numbers.html"/>
   <updated>2009-01-01T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/my-year-by-the-numbers</id>
   <content type="html">&lt;h2 id='most_listened_to_artists_lastfm'&gt;Most Listened to Artists (Last.fm):&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;The Smashing Pumpkins – 1359 plays&lt;/li&gt;

&lt;li&gt;The Police – 1076 plays&lt;/li&gt;

&lt;li&gt;Queens of the Stone Age – 874 plays&lt;/li&gt;

&lt;li&gt;Foo Fighters – 737 plays&lt;/li&gt;

&lt;li&gt;Tegan &amp;amp; Sara – 695 plays&lt;/li&gt;

&lt;li&gt;Metallica – 591 plays&lt;/li&gt;

&lt;li&gt;Against Me! – 513 plays&lt;/li&gt;

&lt;li&gt;The National - 512 plays&lt;/li&gt;

&lt;li&gt;Silverchair – 478 plays&lt;/li&gt;

&lt;li&gt;The Cardigans – 451 plays&lt;/li&gt;

&lt;li&gt;The Arctic Monkeys – 446 plays&lt;/li&gt;

&lt;li&gt;The Decemberists – 440 plays&lt;/li&gt;

&lt;li&gt;Thrice – 423 plays&lt;/li&gt;

&lt;li&gt;The Shins – 413 plays&lt;/li&gt;

&lt;li&gt;Daft Punk – 400 plays&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I scrobbled &lt;strong&gt;24,352&lt;/strong&gt; songs among &lt;strong&gt;205&lt;/strong&gt; artists.&lt;/p&gt;

&lt;p&gt;I have &lt;strong&gt;123 feeds&lt;/strong&gt; in my Google Reader.&lt;/p&gt;

&lt;p&gt;A massive &lt;strong&gt;1,837 visitors&lt;/strong&gt; tallied up &lt;strong&gt;2,917 page views&lt;/strong&gt; on this blog (according to Google Analytics).&lt;/p&gt;

&lt;p&gt;I wrote &lt;strong&gt;40 posts&lt;/strong&gt; for this blog. &lt;a href='/articles/risk.html'&gt;One of which&lt;/a&gt; I&amp;#8217;m proud of, one which I only let my wife read and left unpublished.&lt;/p&gt;

&lt;p&gt;I performed &lt;strong&gt;3,150 Google searches&lt;/strong&gt; (while logged in).&lt;/p&gt;

&lt;h2 id='top_queries_via_google'&gt;Top queries (via Google)&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;zend api&lt;/li&gt;

&lt;li&gt;pants&lt;/li&gt;

&lt;li&gt;13904 146 Ave NW, Edmonton, AB, Canada -&amp;gt; 9932 81 Ave NW, Edmonton, AB, Canada&lt;/li&gt;

&lt;li&gt;mamp&lt;/li&gt;

&lt;li&gt;9932 81 Ave NW, Edmonton, AB, Canada -&amp;gt; 13904 146 Ave NW, Edmonton, AB, Canada&lt;/li&gt;

&lt;li&gt;white whale comic&lt;/li&gt;

&lt;li&gt;php 301 redirect&lt;/li&gt;

&lt;li&gt;mono&lt;/li&gt;

&lt;li&gt;iamthejeff (moderately embarrassing…)&lt;/li&gt;

&lt;li&gt;fogbugz&lt;/li&gt;
&lt;/ol&gt;

&lt;h2 id='top_sites_via_google_searches'&gt;Top sites (via Google searches)&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;en.wikipedia.org&lt;/li&gt;

&lt;li&gt;youtube.com&lt;/li&gt;

&lt;li&gt;php.net&lt;/li&gt;

&lt;li&gt;framework.zend.com&lt;/li&gt;

&lt;li&gt;imdb.com&lt;/li&gt;

&lt;li&gt;w3schools.com&lt;/li&gt;

&lt;li&gt;adobe.com&lt;/li&gt;

&lt;li&gt;google.com&lt;/li&gt;

&lt;li&gt;dev.mysql.com&lt;/li&gt;

&lt;li&gt;ultimate-guitar.com&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I have &lt;strong&gt;143 &amp;#8220;friends&amp;#8221;&lt;/strong&gt; on Facebook.&lt;/p&gt;

&lt;p&gt;I was personally involved in building and launching &lt;strong&gt;1 website&lt;/strong&gt; (the fewest since 1999).&lt;/p&gt;

&lt;p&gt;I watched &lt;strong&gt;326 videos&lt;/strong&gt; on YouTube (while logged in).&lt;/p&gt;

&lt;p&gt;I took &lt;strong&gt;3 trips&lt;/strong&gt; (Phoenix, Vancouver, and Houston).&lt;/p&gt;

&lt;h2 id='concerts'&gt;Concerts&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Foo Fighters&lt;/li&gt;

&lt;li&gt;Iron Maiden&lt;/li&gt;

&lt;li&gt;Gogol Bordello&lt;/li&gt;

&lt;li&gt;Against Me!&lt;/li&gt;

&lt;li&gt;Flood of Fire&lt;/li&gt;

&lt;li&gt;Ninja Spy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Faye has &lt;strong&gt;10 teeth&lt;/strong&gt; and weighs &lt;strong&gt;21lbs 12oz&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I weigh &lt;strong&gt;245lbs&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I (with Ali&amp;#8217;s help) took &lt;strong&gt;4,155 pictures&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I photographed &lt;strong&gt;1 wedding&lt;/strong&gt; (something I had vowed never to do).&lt;/p&gt;

&lt;p&gt;I went to &lt;strong&gt;3 weddings&lt;/strong&gt; (Gursky, Ali&amp;#8217;s friend who I don&amp;#8217;t know, Isaac &amp;amp; Mel).&lt;/p&gt;

&lt;p&gt;I can&amp;#8217;t think of anything else.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Risk</title>
   <link href="http://keithsilgard.com/articles/risk.html"/>
   <updated>2008-08-24T00:00:00+00:00</updated>
   <id>http://keithsilgard.com/articles/risk</id>
   <content type="html">&lt;p&gt;I have a tendency to take the path of least resistance. The middle of the road is where I&amp;#8217;m most comfortable, so that&amp;#8217;s where I tend to stay. When I buy something, it&amp;#8217;s never the most expensive and never the least expensive. Why we built our first house, it was designed in shades of brown. With a few exceptions I&amp;#8217;ve avoided risk whenever possible. Recently though, a few people in my life have exemplified the value of risk and it&amp;#8217;s got me thinking.&lt;/p&gt;

&lt;p&gt;The first is a coworker. He left Statusfirm to pursue his own ambitions. On the risk spectrum, leaving your job to pursue your dreams has to be right up at the top. Yet, to me at least, not following through is the bigger risk. There is certainly a lot to be said for a safe corporate job. It&amp;#8217;s easy enough to sit back, receiving regular paycheques, and watch the world go by. It&amp;#8217;s easier still to sit on an idea and, years later when someone else does it, think to yourself &amp;#8220;that could have been me, that was my idea. I should be a millionaire.&amp;#8221; There&amp;#8217;s no risk there, just self-pity and remorse. Chance are you would have failed had you tried, so it&amp;#8217;s far safer to sit back gathering paycheques and waiting for someone else to try on your behalf. Failing is hard, and blaming others for following through on your idea is far too easy.&lt;/p&gt;

&lt;p&gt;The other is my buddy Sean. Sean quit school, and moved from Edmonton to Vancouver to pursue his dream of making it in a band. School wasn&amp;#8217;t making Sean happy, but had he continued on he could have comfortably passed (he had a high GPA). He could have easily gotten a safe job. He could have easily spent evenings strumming an acoustic guitar, writing silly songs and wondering &amp;#8220;what if.&amp;#8221; There&amp;#8217;s no shame in that, it&amp;#8217;s what most sane people choose. But Sean chose to risk it all on the hope that he could find true happiness doing what he loved. It wasn&amp;#8217;t easy (it still isn&amp;#8217;t) and the chances of success are truly dismal. Yet, when Sean&amp;#8217;s old and decrepit and he thinks back on his life, he&amp;#8217;ll be able to say &amp;#8220;I did everything I could to be happy, and chose an exciting life over a safe one.&amp;#8221;&lt;/p&gt;

&lt;p&gt;There&amp;#8217;s nothing wrong with safety. There&amp;#8217;s nothing wrong with seeking stability and going down the easy road. It&amp;#8217;s how most people live their life. Sure you miss out on the highest of highs, but you never have to face the lowest of lows; for most of us that&amp;#8217;s a fair trade. But I tend to reflect on the risks I&amp;#8217;ve taken.&lt;/p&gt;

&lt;p&gt;I chose to move to Edmonton, by myself, and stay in Canada while my parents went to live in Australia. My first time living away from home was in a strange city, and my safety net lived on the other side of the planet. I did this because I was in love with a girl. Such a silly, stupid thing to do. She even had a boyfriend; a surefire recipe for heartbreak if there&amp;#8217;s ever been one.&lt;/p&gt;

&lt;p&gt;I chose to drop out of the University of Alberta, to leave behind a few years of an Engineering degree because I knew it wasn&amp;#8217;t what made me happy. I did this much to the chagrin of my parents, my extended family, and the Dean of the Engineering Faculty. It was unanimous that dropping out of school and forsaking a promising career was a really bad thing.&lt;/p&gt;

&lt;p&gt;The girl did break my heart, and I probably broke hers. I ended up with a job I hated, making $12/hour (slightly more than my previous job at a grocery store). There were times when I thought to myself &amp;#8220;this is too hard; I&amp;#8217;ve made the wrong decision.&amp;#8221; But I married that girl, and I love her with all of my heart. I&amp;#8217;m passionate about what I do for a living, and I&amp;#8217;ve managed to parlay it into a fairly successful career.&lt;/p&gt;

&lt;p&gt;So while I tend towards the middle, without risk what would I have? Security? Safety? A different life, in a different world? The risks I&amp;#8217;ve taken are the things that have made me the happiest. The risks that I&amp;#8217;ve taken define who I am. So thanks to Sean and Ryan for reminding me that sometimes it&amp;#8217;s worthwhile to gamble on happiness – even if the world thinks you&amp;#8217;re crazy for doing so.&lt;/p&gt;</content>
 </entry>
 
 
</feed> 