<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Maggi Trymbill</title>
	<atom:link href="http://www.trymbill.is/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trymbill.is</link>
	<description>Everything my brain needs to get rid of</description>
	<lastBuildDate>Tue, 24 Jan 2012 17:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Breaking a sweat? Zedd blows Skrillex out of his own waters!</title>
		<link>http://www.trymbill.is/breaking-a-sweat-zedd-blows-skrillex-out-of-his-own-waters/</link>
		<comments>http://www.trymbill.is/breaking-a-sweat-zedd-blows-skrillex-out-of-his-own-waters/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:49:15 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Zedd]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=106</guid>
		<description><![CDATA[I don&#8217;t even have to say anything, just listen to this bumping mad progressive electro tune by Zedd:]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t even have to say anything, just listen to this <strong>bumping mad progressive electro tune</strong> by <strong>Zedd</strong>:</p>
<p><iframe src="http://www.youtube.com/embed/9w5jeSXtjTU?rel=0" frameborder="0" width="640" height="355"></iframe></p>
 <p><a href="http://www.trymbill.is/?flattrss_redirect&amp;id=106&amp;md5=cce27884a1e026dfefdd47d650a86ca7" title="Flattr" target="_blank"><img src="http://www.trymbill.is/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/breaking-a-sweat-zedd-blows-skrillex-out-of-his-own-waters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Browser Multitouch Gestures with the Trackpad</title>
		<link>http://www.trymbill.is/in-browser-multitouch-gestures-with-the-trackpad/</link>
		<comments>http://www.trymbill.is/in-browser-multitouch-gestures-with-the-trackpad/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 02:22:48 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=100</guid>
		<description><![CDATA[I recently got myself a MacBook Pro, after waiting for over 5 whole years. In doing so I quickly found out how powerful multitouch gestures are and how quickly users become accustom to using them, some even religiously. I&#8217;ve got a UI I created for the CLARA Insight portal which is designed around the idea of telling&#160;&#8230; <a href="http://www.trymbill.is/in-browser-multitouch-gestures-with-the-trackpad/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>I recently <a target="_blank" title="10 Reasons Why I Need to Switch Over to a Mac" href="http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/" target="_blank">got myself a MacBook Pro</a>, after waiting for over 5 whole years. In doing so I quickly found out how <strong>powerful multitouch gestures</strong> are and how quickly users become accustom to using them, some even religiously. I&#8217;ve got a UI I created for the <a title="CLARA Insight" href="http://www.clarahq.com" target="_blank">CLARA Insight</a> portal which is designed around the idea of telling a story, from left to right, and therefor <strong>scrolls the viewport horizontally</strong>, either with the user clicking on arrows, a menu or with keyboard shortcuts. I thought it would be awesome to add multitouch gestures to this and enable the users to <strong>swipe with two fingers</strong> to move the viewport, and so I began my search.</p>
<h1>Not a Happy Ending Story</h1>
<p>I want to be clear right from the start. As of writing this post, I <strong>haven&#8217;t found a jQuery plugin</strong> or a JS library that works right of the bat so as of right now, this story doesn&#8217;t have a happy ending, but <strong>please continue reading</strong> to see where I got and how tall the wall is we need to climb to reach this goal.</p>
<h1><span style="color: #999999;">Lack of</span> Browser Support</h1>
<p>The only browsers enabling multitouch gestures right now are <strong>mobile browsers</strong>, but here we&#8217;re trying to tackle it with the trackpad in a desktop based browser, not mobile. If you want more info on that, I found a <a target="_blank" href="http://www.html5rocks.com/en/mobile/touch.html" target="_blank">really good article on HTML5 Rocks about mobile browser support</a> for multitouch gestures, written by <a target="_blank" href="http://smus.com/" target="_blank">Boris Smus</a>. Short quote from that article:</p>
<blockquote><p>Mobile devices such as smartphones and tablets usually have a capacitive touch-sensitive screen to capture interactions made with the user&#8217;s fingers. As the mobile web evolves to enable increasingly sophisticated applications, web developers need a way to handle these events.</p></blockquote>
<p>With desktop OS browsers on the other hand, the support for multitouch gestures is <strong>almost non-existent</strong>, <a target="_blank" href="https://developer.mozilla.org/En/DOM/Mouse_gesture_events" target="_blank">with the exception of Firefox</a>. Firefox enables a few gestures but they don&#8217;t seem to be customizable enough for the use case I demonstrated in the beginning of this post. For an example, you <strong>can&#8217;t do two finger swipes</strong>, but only three fingers. We could use the <em>MozSwipeGesture</em> function, but as the documentation says:</p>
<blockquote><p>The <em>MozSwipeGesture</em> event is sent when the user uses <strong>three fingers</strong> to &#8220;swipe&#8221; the trackpad.</p></blockquote>
<p>The only mention of using two finger swipe gestures comes when rotating, which can most definitely be useful for image manipulation and such, but not for the use case I&#8217;m searching for. Now, I could use the three finger swipe and simply return the events <em>preventDefault() </em>to force the browser to prevent OS X receiving the gesture, but that&#8217;s bad UX and would get myself quickly frustrated. On top of that, I&#8217;m not even sure the browser has priority in getting mouse gestures and so, that might not even be possible.</p>
<h1>An <span style="color: #999999;">Use Case Specific</span> Idea</h1>
<p><strong>All the major browsers support multitouch gestures</strong>. Wait, didn&#8217;t we just acknowledge that they don&#8217;t?! Well yes, you can&#8217;t talk to the gestures in JS &#8211; but, the major browsers do enable you to go back or forward in your history by swiping with two fingers on the trackpad. Why don&#8217;t we just use that to move the viewport horizontally, essentially tricking the browser into thinking that he&#8217;s going back or forward in the history? By doing that, we would need to add something to the browsers history on page load, so that by going forward it would trigger the URL to change to another view, triggering the javascript that moves the viewport and moving the viewport to the right. Going back from there would then already be implemented in the browsers history, since the last view we had open was the one on the left, so that would happen automatically.</p>
<p>Again, this is a shit-mix idea only valid for my own use case. I&#8217;m sorry to bore you with this burst of brain spill, but hopefully it helps or enlightens you in any way. If it doesn&#8217;t, please write a letter and send it to Bessastadir 1, 101 Reykjavik. Thank you.</p>
<h1>What <span style="color: #999999;">Else</span> Can We Do?</h1>
<p>Right now, from what I can gather, it doesn&#8217;t look like there&#8217;s much we can do, except wait. It doesn&#8217;t look like multitouch gestures for the desktop versions of webkit based browsers are on their frontline roadmap. Firefox has a limited support for it, but I couldn&#8217;t find any evidence of that support expanding. With Opera I can&#8217;t find anything relating to multitouch gestures being forwarded all the way to the javascript engine and Internet Explorer &#8211; I&#8217;m not even going to touch!</p>
<p><strong>What do you think?</strong> Have you found a JS plugin that ports multitouch gestures from the trackpad to simple functions? What would you use it for? Don&#8217;t hesitate to join the discussion:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/in-browser-multitouch-gestures-with-the-trackpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Singles from the New Justice Album: Audio, Video, Disco!</title>
		<link>http://www.trymbill.is/awesome-singles-from-the-new-justice-album-audio-video-disco/</link>
		<comments>http://www.trymbill.is/awesome-singles-from-the-new-justice-album-audio-video-disco/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 04:12:46 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Justice]]></category>
		<category><![CDATA[Techno]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=92</guid>
		<description><![CDATA[Justice are releasing a new album on October 25th and the singles that have been released / leaked out are sounding amazing! Listen to this: Newlands by Justice Helix by Justice And, without a doubt my favorite, Canon: Canon by Justice You better believe it, this looks like a possible winner for the best techno album of the&#160;&#8230; <a href="http://www.trymbill.is/awesome-singles-from-the-new-justice-album-audio-video-disco/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>Justice are releasing a new album on October 25th and the singles that have been released / leaked out are sounding amazing! Listen to this:</p>
<p><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F25048990&amp;show_comments=false&amp;auto_play=false&amp;color=363636" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F25048990&amp;show_comments=false&amp;auto_play=false&amp;color=363636" allowscriptaccess="always" /> </object><span><a target="_blank" href="http://soundcloud.com/stopthenoise/justice-newlands">Newlands</a> by Justice</span></p>
<p><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F23183667&amp;show_comments=false&amp;auto_play=false&amp;color=363636" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F23183667&amp;show_comments=false&amp;auto_play=false&amp;color=363636" allowscriptaccess="always" /> </object><span><a target="_blank" href="http://soundcloud.com/xav56/justice-helix">Helix</a> by Justice</span></p>
<p>And, without a doubt <strong>my favorite</strong>, Canon:</p>
<p><object width="100%" height="81" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowscriptaccess" value="always" /><param name="src" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F25048829&amp;show_comments=false&amp;auto_play=false&amp;color=363636" /><embed width="100%" height="81" type="application/x-shockwave-flash" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F25048829&amp;show_comments=false&amp;auto_play=false&amp;color=363636" allowscriptaccess="always" /> </object><span><a target="_blank" href="http://soundcloud.com/stopthenoise/justice-canon">Canon</a> by Justice</span></p>
<p>You better believe it, this looks like a possible winner for the best techno album of the year! Holy motherless monkey balls, disco!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/awesome-singles-from-the-new-justice-album-audio-video-disco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rest In Peace, Steve Jobs</title>
		<link>http://www.trymbill.is/rest-in-peace-steve-jobs/</link>
		<comments>http://www.trymbill.is/rest-in-peace-steve-jobs/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 00:00:05 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[A Legend]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=89</guid>
		<description><![CDATA[A user experience legend, typography genius and a design wizard has passed away. Apple.com says it all &#8211; No words, except his own, could wrap my mind around this. Rest in peace Steve.]]></description>
			<content:encoded><![CDATA[<p>A user experience legend, typography genius and a design wizard has passed away. <a target="_blank" href="http://www.apple.com" target="_blank">Apple.com</a> says it all &#8211; No words, except his own, could wrap my mind around this. Rest in peace Steve.</p>
<p><iframe src="http://www.youtube.com/embed/UF8uR6Z6KLc" frameborder="0" width="640" height="480"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/rest-in-peace-steve-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My 30 Day PAGG Experiment</title>
		<link>http://www.trymbill.is/my-30-day-pagg-experiment/</link>
		<comments>http://www.trymbill.is/my-30-day-pagg-experiment/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 22:07:37 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[4 Hour Body]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[pagg]]></category>
		<category><![CDATA[supplements]]></category>
		<category><![CDATA[tim ferris]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=86</guid>
		<description><![CDATA[I just bought, with 2 of my friends, 6 months worth of PAGG, the daily supplements Tim Ferriss recommends from his book The Four Hour Body. The idea is for all of us to use this supplement religiously for the next 2 months. I thought it would be fun to document my first 30 days of using it. So,&#160;&#8230; <a href="http://www.trymbill.is/my-30-day-pagg-experiment/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>I just bought, with 2 of my friends, 6 months worth of PAGG, the daily supplements <a target="_blank" href="http://www.fourhourworkweek.com/blog/" target="_blank">Tim Ferriss</a> recommends from his book <a target="_blank" href="http://www.fourhourbody.com/" target="_blank">The Four Hour Body</a>. The idea is for all of us to use this supplement religiously for the next 2 months. I thought it would be fun to document my first 30 days of using it. So, here we go:</p>
<h1>A Little Back Story</h1>
<p>I started eating food advised in 4HB (The Four Hour Body) about a month ago. I&#8217;ve also been going to the gym at least 3 times a week for the last 3 weeks, so the logical step was to go for the PAGG and finish up the trilogy that is food, exercise and supplements. I&#8217;m no expert on any of this, I&#8217;ve once managed to go from around 240 lbs down to about 180 lbs and at that time I did it with a lot of working out, eating healthy and drinking protein shakes. This time, I&#8217;m going a similar route. I&#8217;m 230 lbs now and I want to get down to around 180, but at the same time stay healthy and do it without forcing my body down since that will only lead to the risk of gaining the weight back and even increasing it after that.</p>
<p>So my plan is to add PAGG to my exercise routine and list up, every week, what goes on in my head, body and soul. Here we go!</p>
<h1><span style="color: #999999;">Week 1 -</span> It&#8217;s All About I/O</h1>
<blockquote><p><strong>Stats: </strong>104 kg / 229 lb (-5 kg / -11 lb in 2 weeks) <strong>Total loss: </strong>5 kg / 11 lb</p></blockquote>
<p><strong>Day 1: </strong>Input / Output. What comes in, must come out. Well, almost. I just took the first pill about 2 hours ago. We take an AGG before every meal and then PAG before bed. This is going to take some getting used to, but I&#8217;m pumped!</p>
<p><strong>5 Days in: </strong>It&#8217;s weird taking all these pills. It makes me feel like I&#8217;m doing something to my body that it doesn&#8217;t want or need but at the same time I&#8217;m confident this will help me lose weight and if not, I can at least say I tried. Today is Saturday, which is binge eating day, so I can eat what ever I want and drink what ever I like. It&#8217;s also a break from PAGG since Tim Ferris says so. &#8220;Skip PAGG 1 day every week and 1 week every 2 months.&#8221; I think the idea behind that is to trick your body into thinking it&#8217;s not just going to get these new nutrients every day and prevent it from storing it as fat.</p>
<p><strong>On Day 5:</strong> I was warned this might happen. My piss just started smelling like asparagus. Oh well, I guess I&#8217;m the only one who needs to know about that. Wait, doh!</p>
<h1><span style="color: #999999;">Week 2 -</span> Gas</h1>
<blockquote><p><strong>Stats: </strong>103.3 kg / 227 lb (-.7 kg / -1,5 lb) <strong>Total loss: </strong>5.7 kg / 12 lb</p></blockquote>
<p><strong>Day 8: </strong>The title for this week says it all. I don&#8217;t remember ever having this much gas, ever! It started around day 4 but today it&#8217;s just been hurting, non-stop, all day. Hopefully that goes away and hopefully it&#8217;s just the amount of beans I&#8217;ve been eating, since I&#8217;m doing the 4 Hour Body diet as well. I&#8217;m pretty sure that&#8217;s the reason but non the less, week 2 has introduced gas, and lots of it :-/</p>
<p><strong>10 Days in: </strong>I weight in today and I&#8217;m a bit sad that I didn&#8217;t lose more than .7kg last week. To be fair, I didn&#8217;t go to the gym at all last week. I ate healthy and took my PAGG, but no gym, no exercise and no burning of the calories I took in (<em>see week 1, i/o</em>). I&#8217;m hopeful that this week will be a greater fat loss and to try and guarantee it I&#8217;ve set myself a rule: <strong>No binge eating until I&#8217;m under 100 kg!</strong> That means that this Friday, October 21st 2011, if I&#8217;m not under 100 kg, I won&#8217;t binge eat the day after, on my binge eating Saturday. Lets see how that goes &#8230;</p>
<h1><span style="color: #999999;">Week 3 -</span> It&#8217;s Working!</h1>
<blockquote><p><strong>Stats:</strong> 101.9 kg / 224 lb (-1.4 kg / 3 lb) <strong>Total loss: </strong>6.9 kg / 15 lb</p></blockquote>
<p><strong>Day 15: </strong>I&#8217;m happy with the results so far. I&#8217;m consistent in my weight loss, neither going to fast nor to slow. I feel good even though my binge eating days sometimes have the effect on me that in the middle of the week I get cravings for random, nasty, unhealthy stuff. Other then that, it&#8217;s going great!</p>
<p style="text-align: center;"><em>- &#8211; This journey isn&#8217;t over! Tune in after a week and see my progress. &#8211; -</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/my-30-day-pagg-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Didn&#8217;t Shave my Beard for a Whole Year</title>
		<link>http://www.trymbill.is/i-didnt-shave-my-beard-for-a-whole-year/</link>
		<comments>http://www.trymbill.is/i-didnt-shave-my-beard-for-a-whole-year/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 01:06:54 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Beards]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=83</guid>
		<description><![CDATA[I&#8217;ve always had this appreciation and fascination of projects that take a long time, show time going by or have basically anything to do with time passing quickly. I find it interesting since time is so important to us all and, to most people, extremely frightening. I&#8217;ve got this pure acceptance to the fact of life where I don&#8217;t feel scared about&#160;&#8230; <a href="http://www.trymbill.is/i-didnt-shave-my-beard-for-a-whole-year/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had this appreciation and fascination of projects that take a long time, show time going by or have basically anything to do with time passing quickly. I find it interesting since time is so important to us all and, to most people, extremely frightening. I&#8217;ve got this pure acceptance to the fact of life where I don&#8217;t feel scared about death or, in that sense, time passing by quickly and I guess the fascination for time evolved from that revelation.</p>
<blockquote><p>A dying man needs to die, as a sleepy man needs to sleep, and there comes a time when it is wrong, as well as useless, to resist.</p></blockquote>
<h1>The Idea</h1>
<p>I got the idea from watching a guy on YouTube called <a target="_blank" href="http://www.shaycarl.com" target="_blank">Shay Carl</a>. He was, at the time, documenting a project where he wasn&#8217;t going to shave his beard until January 1st, 2009. I&#8217;m not sure when he started but I really liked the attitude he had for the whole project, how he approached it and how fun it looked to be so totally out of the ordinary people actually recognized him for it. The growing of the beard became his trademark and I remember thinking; &#8220;Wow, this is awesome! I can do that!!&#8221;</p>
<p>A few weeks went by and I found the right moment to launch this project. At the time my little sister, Birgitta, was going to South America as an exchange student and I thought it would be a perfect time to do this. And so it began.</p>
<h1>The Process</h1>
<p>It&#8217;s not hard growing a beard. I mean, it&#8217;s basically just not shaving &#8230; that&#8217;s the whole task. I had the rule that I couldn&#8217;t even trim it, except for my mustache, so the beard grew wildly and all over the place. I loved it, for the most part. It worked as an icebreaker for every single person I met and I was getting approached by a lot more random people who wanted to know what the hell I was thinking. That being said, girls didn&#8217;t seem to enjoy it as much as I did myself. Don&#8217;t ask me why, but my honest guess is that I used the wrong colon that year, wore the wrong clothes or it might be the fact that I just scream, uncontrollably, when girls come up to me.</p>
<blockquote><p>Hey, what&#8217;s your na &#8230; AAAAAAAAAAAAAAAHHHHHHHHH!!!!!!!!!!</p></blockquote>
<p>So as planed, this went on for a whole year and since me and a few friends had the fantastic idea to create a web based TV show at the same time, called <a target="_blank" href="http://www.youtube.com/deaddrunkbuttrying" target="_blank">Dead Drunk but Trying</a>, it gave me a mini-trademark of my own. I was recognized on the streets of Reykjavik, Iceland as the weird bearded dude from that awesome show on YouTube. It also gave me an idea for the next project I wanted to do, but that one is still in the works so I can&#8217;t tell you about it for now. I can tell you that it has something to do with time and music. No more! My lips are sealed!!</p>
<h1>The Finale</h1>
<p>A video says more than a year of growing a beard &#8230; or something like that. Please watch:</p>
<p><iframe src="http://www.youtube.com/embed/a7Om9ESe3fk?rel=0&amp;hd=1" frameborder="0" width="640" height="355"></iframe></p>
<h1>Conclusion</h1>
<p><strong><strong>Would I recommend doing this? </strong></strong>Yes, if you&#8217;re brave enough. <strong>Would I do this again?</strong> Hell no, I&#8217;m not brave enough!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/i-didnt-shave-my-beard-for-a-whole-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4S Reasons Why I&#8217;m Not Going to Buy the iPhone 4S</title>
		<link>http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/</link>
		<comments>http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 22:39:10 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=76</guid>
		<description><![CDATA[Before I get into this, I should clarify that the first iPhone I got was the original iPhone. I skipped upgrading to the 3G when that came out. I also skipped the upgrade to 3Gs when that came out. When the iPhone 4 came out, I didn&#8217;t upgrade right away, I took my time before&#160;&#8230; <a href="http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>Before I get into this, I should clarify that the first iPhone I got was the original iPhone. I skipped upgrading to the 3G when that came out. I also skipped the upgrade to 3Gs when that came out. When the iPhone 4 came out, I didn&#8217;t upgrade right away, I took my time before making the jump, so I&#8217;m not one of those geeks who just jumps on the upgrade right away, I like waiting out the initial bugs on the sideline and if I feel the hardware upgrade isn&#8217;t that fantastic, I&#8217;m 110% satisfied with the software upgrade for free. That being said, let&#8217;s list up a few reasons why I&#8217;m not going to get the iPhone 4S.</p>
<h1><span style="color: #999999;">1)</span> It&#8217;s Not an iPhone 5</h1>
<p><a href="http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/concept-iphones-dvice-top-thumb-550xauto-72427/" rel="attachment wp-att-77"><img class="alignright size-medium wp-image-77" title="iPhone 5 (yeah, I know it's a hoax, but it's awesome! :p)" src="http://www.trymbill.is/wp-content/uploads/2011/10/Concept-iPhones-DVICE-top-thumb-550xauto-72427-300x286.jpg" alt="iPhone 5 See Through Version" width="300" height="286" /></a>The hardware update, I feel, is a bit half-assed. You get a dual core CPU, oh so cleverly called A5 which is the same they have in the iPad now (sound familiar?). You get a minor upgrade on the camera, some speed improvements through some &#8220;breakthrough antenna technology&#8221; where it switches between antennas. 4G speeds, that is 14,4 down (from 7,2 in the iPhone 4) and 5,8 up (no change there) and some other minuscule things.</p>
<p>On top of this you get this thing called Siri, which is suppose to be the cure for talking to your device. Yeah, I&#8217;m not going to buy in on that until I&#8217;ve tested it in the rain, during traffic on the 405 screaming at it to call my best friend, not my mom. Also, if I&#8217;m not mistaken, this feature is only available for the 4S and not included in the iOS5 update, which sucks.</p>
<h1><span style="color: #999999;">2)</span> iOS5 &gt; iPhone 4S</h1>
<p>I think, since I currently own an iPhone 4, the major updates coming from Apple this fall with regards to the iPhone, iPod or iPad is the iOS5.</p>
<p><a href="http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/ios5-update/" rel="attachment wp-att-80"><img class="aligncenter size-full wp-image-80" title="iOS5 Update from Apple" src="http://www.trymbill.is/wp-content/uploads/2011/10/ios5-update.jpg" alt="iOS5 Update from Apple" width="600" height="300" /></a></p>
<p>I&#8217;m really excited about that and feel, with what I&#8217;ve seen from the hardware update the 4S brings to the table, iOS5 will be more then enough for me to last another year on my already awesome iPhone 4. To be honest, the only real update I&#8217;m excited about is the notifications center, or what ever they&#8217;re calling it. The rest of the updates aren&#8217;t really that amazing, but Apple know how to market it so, for some reason, I&#8217;m also excited about that. Damned sorcery!</p>
<h1><span style="color: #999999;">3)</span> Two Phones in Between</h1>
<p>My first iPhone, like I said, was the original iPhone. I didn&#8217;t see the need to upgrade through 2 upgrade of the phone and I feel it might go the same way this time. I&#8217;m going to need some breakthrough technology in the next iPhone for me to consider upgrading it. That being said, I&#8217;m not saying that it&#8217;s out of the question, I just don&#8217;t feel the jumps Apple make in their iPhone upgrade are worth buying a new phone every time. Every 3 times worked out fine for me last time, and I&#8217;m seeing a pattern emerging.</p>
<p><a href="http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/iphone-history-2g-3g-3gs-4/" rel="attachment wp-att-81"><img class="aligncenter size-full wp-image-81" title="iPhone History - Side by Side" src="http://www.trymbill.is/wp-content/uploads/2011/10/iphone-history-2g-3g-3gs-4-e1317768589439.png" alt="iPhone History - Side by Side" width="500" height="265" /></a></p>
<h1><span style="color: #999999;">4)</span> Money</h1>
<p>Again, these are <strong>my</strong> reasons and since I&#8217;ve quite recently purchased the iPhone 4 (well, over a year now but &#8230;) purchasing a new one costs me too much. The reason I didn&#8217;t go through 3G and 3Gs was not only because I didn&#8217;t see the need, it was also because these mini-computers aren&#8217;t cheap. I&#8217;m not complaining, but for the time being it&#8217;s not going to be on my list for purchases since <a title="10 Reasons Why I Need to Switch Over to a Mac" href="http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/">I need money for a MacBook Pro</a>, want to get the Native Instrument&#8217;s Kontrol S2 and hopefully have some money left to buy food.</p>
<h1><span style="color: #999999;">S)</span> In Conclusion</h1>
<p>In my opinion, only get an iPhone 4S if &#8230;</p>
<ol>
<li>You don&#8217;t have an iPhone</li>
<li>You haven&#8217;t updated since iPhone 3G</li>
<li>You think video chat came with Facetime, reading books came with Newsstand and voice recognition came with Siri. And if so, dude &#8211; the fuck?! :-)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/4s-reasons-why-im-not-going-to-buy-the-iphone-4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 reasons why Sublime Text 2 should be your next IDE</title>
		<link>http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/</link>
		<comments>http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 02:58:01 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=67</guid>
		<description><![CDATA[If you haven&#8217;t been living under an internet rock for the past 2 weeks you should know about Sublime Text 2 already, the best IDE out there at the moment. Well, to be fair, I didn&#8217;t know about it 2 weeks ago (after reading an article on Tuts Plus) and I&#8217;m pretty sure it hasn&#8217;t,&#160;&#8230; <a href="http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t been living under an internet rock for the past 2 weeks you should know about <a target="_blank" href="http://www.sublimetext.com/2" target="_blank">Sublime Text 2</a> already, the best IDE out there at the moment. Well, to be fair, I didn&#8217;t know about it 2 weeks ago (after reading an <a target="_blank" href="http://net.tutsplus.com/tutorials/tools-and-tips/sublime-text-2-tips-and-tricks/" target="_blank">article on Tuts Plus</a>) and I&#8217;m pretty sure it hasn&#8217;t, at the time this is written, reached the popularity it deserves. Let me list up 9 reasons (why 9? why not 10? shut up! your not the boss of me! (unless you are, and then &#8216;Hi Gunni! :D&#8217;)) to help you decide if Sublime Text 2 is worth switching over to.</p>
<blockquote><p>Switching IDE&#8217;s is nothing like switching underpants. EOD!<br />
<span style="color: #c0c0c0;">- Maggi Trymbill</span></p></blockquote>
<h1>1) Any OS Goes</h1>
<p>I personally love the way Textmate looks and works, but that&#8217;s only for the Mac. While I used Windows I tried <a target="_blank" href="http://www.e-texteditor.com/" target="_blank">E Texteditor</a>, which was suppose to be Textmate for Windows, but wasn&#8217;t. I then used the only non-java IDE I could find with built-in support for Python and found <a target="_blank" href="http://www.activestate.com/komodo-ide" target="_blank">Komodo</a>. That soon got bloated so I started searching again and found Sublime Text. To my surprise it&#8217;s available for every OS and it isn&#8217;t flawed on Linux like most of the IDE&#8217;s I&#8217;ve tried that say they work on every OS. So, any OS goes!</p>
<h1>2) Textmate Bundles Friendly</h1>
<p>Just like with E Texteditor, Sublime Text is Textmate bundles friendly. This means you can run through, for an example, <a target="_blank" href="http://textmatetheme.com/" target="_blank">the whole directory of awesome themes available for Textmate</a> and use them with Sublime Text. Snippets also work well and this opens up a can of whoop ass for awesomeness.</p>
<h1>3) It Looks Awesome</h1>
<p style="text-align: center;">
<p><a href="http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/selection_072-2/" rel="attachment wp-att-73"><img class="aligncenter size-large wp-image-73" title="Sublime Text 2 Looking Awesome" src="http://www.trymbill.is/wp-content/uploads/2011/10/Selection_0721-620x396.png" alt="Sublime Text 2 Looking Awesome" width="620" height="396" /></a></p>
<p>Need I say more?</p>
<blockquote><p>By the way; I&#8217;m using the Twilight color scheme (included) and the <a target="_blank" href="https://github.com/buymeasoda/soda-theme" target="_blank">Soda Dark theme</a>. Looks cool, right?</p></blockquote>
<h1>4) It&#8217;s Superman-Fast</h1>
<p>File switching, function crawling and jumping to lines is so quick I feel I&#8217;m cheating some law of physics when doing it. There must be some kind of magic dust in there that enables this, or perhaps, it&#8217;s simply because it&#8217;s not running on java (yes, I went there!). I haven&#8217;t used the folder tree for 6 months now since Komodo, the IDE I used before, had really nice quick-open functionality. Sublime Text takes that whole concept to another level.</p>
<p>Through a single keyboard shortcut (<em>ctrl/cmd + P</em>) I can access all the files in my project, even though the project holds over 50k files and Sublime Text doesn&#8217;t even show the slightest sign of hiccuping. With another keyboard shortcut (<em>ctrl/cmd + shift + P</em>) I can also access all my snippets, functions within Sublime Text, install packages, etc. It takes me away from my mouse, and I love it!</p>
<h1>5) Package Control</h1>
<p>A guy with the name of Bond, Will Bond (he probably doesn&#8217;t get enough of that) created this <a target="_blank" href="http://wbond.net/sublime_packages/package_control" target="_blank">amazing package control add-on</a> to Sublime Text. It simplifies the task of finding, installing and maintaining packages available for Sublime Text and makes it idiot proof and quick.</p>
<h1>6) Side by Side Editing</h1>
<p>I&#8217;ve never been a big fan of side by side editing. Probably because I&#8217;ve never seen the need to use it.</p>
<p><a href="http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/selection_074-2/" rel="attachment wp-att-74"><img class="aligncenter size-large wp-image-74" title="Side by Side Editing in Sublime Text 2" src="http://www.trymbill.is/wp-content/uploads/2011/10/Selection_0741-620x432.png" alt="Side by Side Editing in Sublime Text 2" width="620" height="432" /></a></p>
<p>After I started using Sublime Text I messed around with all the features it&#8217;s got and I found the split screen editing works really well. It&#8217;s smooth and lean and with the zoomed out overview (a.k.a. Minimap) on the left hand side it becomes much more visual. Which brings me to my next reason &#8230;</p>
<h1>7) The Minimap</h1>
<p>The Minimap is a fantastic tool. It gives you an at a glance overview of the file you&#8217;re looking at. If you&#8217;re searching for something within the file, you can see the phrase highlighted in the Minimap also, giving you a sense of how many instances there are of that phrase or word. It also makes scrolling directly to a function you know very well easy, from 10,000 feet away, since you know the layout of the code around it. That being said, I&#8217;d always use the keyboard shortcut <em>ctrl/cmd + R</em> to access definitions / functions quickly.</p>
<h1>8) Distraction Free Mode</h1>
<p>I know this is a minor feature and a simple one to say the least, but it&#8217;s one of the reasons I love Sublime Text.</p>
<p><a href="http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/selection_073-2/" rel="attachment wp-att-75"><img class="aligncenter size-large wp-image-75" title="Distraction Free Mode in Sublime Text 2" src="http://www.trymbill.is/wp-content/uploads/2011/10/Selection_0731-620x387.png" alt="Distraction Free Mode in Sublime Text 2" width="620" height="387" /></a></p>
<p>It simply throws away everything, except my code. But, how do you access the folder tree then?! <em>You don&#8217;t. </em>But, how do you see a list of all the definitions or functions in the file that is open?! <em>You don&#8217;t.</em> But, how do you get out of it?! <em>You don &#8230; oh wait sorry, yeah that&#8217;s simple, shift + F11.</em> With the super fast quick-open feature built in Sublime Text, this way of coding has become the way to go for me.</p>
<h1>9) It&#8217;s Not Finished</h1>
<p>Sublime Text 2 isn&#8217;t finished and I think that is definitely a good thing but might also turn out to be a bad thing. If the development of this awesome IDE keeps going in this direction, it&#8217;s easily going to replace Textmate, E Texteditor and other competitors in this category of the IDE market. But my concern is that it might get bloated, since keeping an IDE feature rich but at the same time fast and minimalist hasn&#8217;t been accomplished yet. Well except for VIM, but we&#8217;re not going into that discussion now.</p>
<h1>What Are You Waiting For?</h1>
<p>Welcome to the 21st century, IDE&#8217;s aren&#8217;t bloated, slow nor only for a certain portion of the OS&#8217;s out there. Sublime Text 2 is the way to go, it&#8217;s got the Trymbill approval stamp (not an official stamp, yet)!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/9-reasons-why-sublime-text-2-should-be-your-next-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Reasons Why I Need to Switch Over to a Mac</title>
		<link>http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/</link>
		<comments>http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 00:01:31 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=62</guid>
		<description><![CDATA[For 20 days in October, 2011, I setup on a journey to decide if switching over to a Mac was the right thing for me. I set the goal to write one reason why I needed to switch every other day. This is the conclusion: 1) I&#8217;m a Developer I&#8217;ve been a developer for over&#160;&#8230; <a href="http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p><em>For 20 days in October, 2011, I setup on a journey to decide if switching over to a Mac was the right thing for me. I set the goal to write one reason why I needed to switch every other day. This is the conclusion:</em></p>
<h1><span style="color: #999999;">1)</span> I&#8217;m a Developer</h1>
<p>I&#8217;ve been a developer for <strong>over half of my life</strong> now. I started messing around in HTML when I was 11, I found it really interesting only have found out what the Internet was a few years earlier. I built a website for my moms company at the age of 12 with some <del>help</del> from the horrendous software, Microsoft Front Page. I&#8217;m pretty sure that damned thing slowed my learning process down quite a bit instead of helping me understand what I was actually doing, what that HTML element did and how I could manipulate it in code, instead of context menus.</p>
<p>As a developer it&#8217;s important for me to work in the same environment as the servers I talk to every day. I haven&#8217;t touched, when it comes to server side software, IIS, MSSQL or anything else stamped with Microsoft for over a decade now and I feel it was holding me back, running Windows as my main OS but running code or talking to servers that were running UNIX-like Linux. I would love to be able to keep using Linux, as I&#8217;ve done for the past year now, but having to switch over to Windows (dual booted) for simple Photoshop, Illustrator, Premier or even Sony Vegas tasks is boring, takes time and makes me want to throw up a little bit in my mouth. On top of that, I can&#8217;t play <strong>real </strong>games on Linux, it simply doesn&#8217;t work.</p>
<p>With a Mac and the UNIX based Mac OS X, which by the way looks and feels amazing, I think 1) My workflow would change for the better, 2) I&#8217;d not have to spend time switching over to the dreaded Windblows for use of Adobe software and 3) I could play games from time to time which is one of the things I haven&#8217;t been able to do for a while now on my own personal machines due to lack of hardware power and software design.</p>
<h1><span style="color: #999999;">2)</span> I&#8217;m a Designer</h1>
<p>I might have touched on this in the first reason, having to move from Linux to Windows for the good ol&#8217; Adobe Suite of amazing software that simply doesn&#8217;t work on Linux (and yes, I&#8217;ve tried Wine &#8230; it doesn&#8217;t fly). But being a designer doesn&#8217;t just mean I need access to software that gives me tools to design. It also means that I like everything I work on to be clean, neat and good looking. I don&#8217;t get that with Windows and I most certainly don&#8217;t get that with the hardware from IBM, HP or any of the other major PC manufacturers. They simply don&#8217;t have that X-factor that Apple has developed over the years when it comes to hardware design.</p>
<p>I think this might actually be an even more important reason for me to switch over, then being a developer. I haven&#8217;t seen a single designer here in San Francisco using a HP, an IBM or any other type of horribly designed hardware. Am I scared of being left out, being an outsider and not like the cool folks? No, but my reasons hold the same ground as theirs and, as far as I can tell, I&#8217;m the only designer here using a HP ThinkPad running Ubuntu. OK, I might be a little bit scared, but at least I&#8217;m not crying &#8230; *sniff*</p>
<h1><span style="color: #999999;">3)</span> OS X vs. Windows</h1>
<p>I&#8217;ve used Windows most of my life. Only recently did I see the light and switched over to Ubuntu. A combination of frustration with Windows and the fact that Ubuntu was starting to look really good led me down that road. But comparing OS X Lion to Windows 7, in my mind, is like comparing the quarter back from San Francisco 49rs to a retard. It&#8217;s just not fair.</p>
<p>Windows have been dragging behind for a few years now and their next release, Windows 8, which looks like a big fail already, simply doesn&#8217;t make me want to hold on to that operating system. Also, history has shown us that every other Windows release has failed. Windows 95 &#8211; <del>Windows 98</del> - Windows 2000 &#8211; <del>Windows ME</del> &#8211; Windows XP &#8211; <del>Windows Vista</del> &#8211; Windows 7 &#8211; <del>Windows 8</del> &#8230; need I say more?</p>
<blockquote><p>Hey, I&#8217;ve got an amazing idea! Let&#8217;s take a buzz word, HTML5 will work, and somehow convince people that Windows 8 runs on it. Yeah, that will get them! Muhahaha!!</p></blockquote>
<h1><span style="color: #999999;">4)</span> Maybe Three is Enough &#8230;</h1>
<p>Sorry to disappoint, but I&#8217;ve ordered a Mac Book Pro already. It boils down to this:</p>
<ul>
<li><strong><strong>Writing this post drove me nuts: </strong></strong>Not mentally or anything, don&#8217;t worry I&#8217;m all right. That being said &#8211; simply listing up these 3 points got me thinking; &#8220;Why am I dragging this on? I want a Mac. Let&#8217;s do it!&#8221;</li>
<li><strong><strong>I&#8217;ve waited 5 years already: </strong></strong>I almost don&#8217;t remember when I started talking about wanting to switch over to a Mac, it&#8217;s been so long.<strong><br />
</strong></li>
<li><strong>These 3 points were enough: </strong>I&#8217;m not one to quit on tasks like these, I dislike more than anything to be a quitter. But the fact is, for me personally to make the decision, these 3 reasons was all I needed.</li>
</ul>
<h1>Conclusion</h1>
<p>I&#8217;ll be sure to write up on how my experience with a Mac will be. I feel that the bridge I&#8217;ve used to compromise for the fact that I had a PC, being Ubuntu 10.4, has served me well. What an amazing accomplishment Linux is, I must say. The fact that the developers behind this masterpiece are surpassing, without asking for a dime, a multimillion dollar giant, dinosaur, retard, is incredible. Give credit where credit is due! If it wasn&#8217;t for that piece of operating system I probably would still be struggling with everything I&#8217;ve mentioned above and not be switching over to Mac anytime soon. Thanks for showing me that an operating system can &#8211; excuse my French &#8211; not suck!</p>
<p><strong>How about you?</strong> Have you made the switch? What are you waiting for?! Tell me in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/10-reasons-why-i-need-to-switch-over-to-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staying on the Wrong Timezone</title>
		<link>http://www.trymbill.is/staying-on-the-wrong-timezone/</link>
		<comments>http://www.trymbill.is/staying-on-the-wrong-timezone/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 20:12:09 +0000</pubDate>
		<dc:creator>maggi</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.trymbill.is/?p=54</guid>
		<description><![CDATA[I&#8217;m always struggling with staying on the right timezone.  I find myself drifting further into the night, every day, and before I know it, I&#8217;m waking up at 6pm and falling asleep at 8am.  This has caused me to stay awake for 24 hours to correct my bio clock, but I feel like that&#8217;s even worse than&#160;&#8230; <a href="http://www.trymbill.is/staying-on-the-wrong-timezone/">Read&#160;more</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always struggling with staying on the right timezone.  I find myself drifting further into the night, every day, and before I know it, I&#8217;m waking up at 6pm and falling asleep at 8am.  This has caused me to stay awake for 24 hours to correct my bio clock, but I feel like that&#8217;s even worse than just staying on the wrong timezone.  So to make sense of this nonsense and to justify my sleep behavior, I&#8217;ve decided to list up a few things that are positive about staying in the wrong timezone.  Here we go!</p>
<h2>Free Parking</h2>
<p>All the good parking spots and all the meters are &#8220;out of order.&#8221;  I don&#8217;t have to pay for parking, anywhere I go.  This saves me a bunch of money in the long run and it saves me time because I can easily park closer to where I&#8217;m going.  On top of that, there aren&#8217;t any cars in the best parking spots, because everyone&#8217;s sleeping.  I can easily park in the best spot in the lot, at every lot!  This, I love.</p>
<h2><strong>No Traffic</strong></h2>
<p>And I&#8217;m not only talking about car traffic here.  Any store I go into, any road I drive on, any sidewalk I walk on.  No &#8211; Ones &#8211; There!  Don&#8217;t get me wrong, I like waiting in lines, sitting in traffic and being cramped into places just as much as the next person.  Oh no, wait a second, I don&#8217;t!  With no traffic and allot fewer people in general, I&#8217;m not bothered by these things.  This, I love.</p>
<h2>Darkness</h2>
<p>Even though I live in Iceland, which means that during summertime, at night it&#8217;s actually daytime, I like the darkness.  I like it because it doesn&#8217;t hurt my eyes, it soothes me and relaxes me during my waking hours.  I know the sun gives me vitamin D, but I can get that through pills or daylight lamps like the one we have at our office.</p>
<p>So during summertime, it doesn&#8217;t really matter when I&#8217;m awake.  But during wintertime, I like the darkness because it soothes me.</p>
<h2>Smart People Sleep Late</h2>
<blockquote><p>Robert Bolizs at Semmelweist University, and his coworkers, have shown that encephalograms during sleep illustrate how sleep elements are directly related to &#8220;wakeful cognitive performance.&#8221; Studies by researchers H. Aliasson and colleagues show the timing of intervals of sleep &#8220;correlates closely&#8221; with student academic achievement. (<a target="_blank" href="http://www.winnipegfreepress.com/opinion/westview/smart-people-sleep-late-82486792.html">http://www.winnipegfreepress.com/opinion/westview/smart-people-sleep-late-82486792.html</a>)</p></blockquote>
<p>Bing bang boom, that&#8217;s how babies are made!</p>
<p>- &#8211; -</p>
<p>All in all, I just don&#8217;t care anymore.  The procedure of trying to correct my own timezone, in accordance with the timezone I&#8217;m currently in, is just to much of a hassle.  So for now, I&#8217;m just going to sleep when I&#8217;m tired, and wake up when I don&#8217;t need to sleep anymore.  Lifestyle fit for a king!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trymbill.is/staying-on-the-wrong-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

Served from: www.trymbill.is @ 2012-02-08 11:15:36 -->
