<?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>Hack the Daylife hacks&#187;Hack the Day</title>
	<atom:link href="http://www.hacktheday.com/topic/lifehacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacktheday.com</link>
	<description>Software and productivity tips &#38; lifestyle design</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>5 Terminal Hacker tips for the Mac</title>
		<link>http://www.hacktheday.com/5-terminal-tips-for-the-mac/</link>
		<comments>http://www.hacktheday.com/5-terminal-tips-for-the-mac/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:53:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[life hacks]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/?p=192</guid>
		<description><![CDATA[You don&#8217;t really need a reason to try out these Mac OSX tips and hacks. But they are fun, probably useful and definitely will get a nice reaction from your friends. They all involve typing some commands in the Terminal.app(each command is followed by the Enter key); if commands start with sudo, you might be [...]]]></description>
			<content:encoded><![CDATA[<p>You don&#8217;t really need a reason to try out these Mac OSX tips and hacks. But they are fun, probably useful and definitely will get a nice reaction from your friends. They all involve typing some commands in the Terminal.app(each command is followed by the Enter key); if commands start with <strong>sudo</strong>, you might be asked to also type down your Mac administrator password(which you ought to have set when you first logged to your computer). For instructions on finding Terminal.app and tips on using it, see our great <a href="http://www.hacktheday.com/beginners-guide-to-apple-terminal-part-1/">Terminal.app tutorial</a>.</p>
<h4>Tip #1. Quickly prevent your Mac from going to sleep</h4>
<p>If you are doing something important but not interactive enough(reading an ebook/article or demoing a slideshow to your boss for instance) and get frustrated by your computer repeated attempts to go to sleep, there&#8217;s a quick and simple way to prevent this temporarily and without messing anything up: in Terminal, type down<br />
<code>pmset noidle</code><br />
Just remember to type Ctrl+C (^C) in the same window when you&#8217;re done.</p>
<p><span id="more-192"></span></p>
<h4>Tip #2. Organize your Dock with invisible spacers</h4>
<p>To add a spacer to the applications (left) side of the Dock, run the following in the terminal:</p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom: 10px; padding: 5px; border:1px solid; overflow:scroll;white-space:nowrap"><code>defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'</code></div>
<p>You&#8217;ll need to run <code>killall Dock</code> afterwards in the terminal, to restart the Dock and see the changes.<br />
The above spacer only gets inserted in the Icons section of the Dock. If you want to insert one in the Documents section on the right, you&#8217;ll need to run this command instead:</p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom: 10px; padding: 5px; border:1px solid; overflow:scroll;white-space:nowrap">
<code>defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'</code></div>
<p>To get more spacers, you call the commands several times. To move the spacers around the Dock, just drag them like you would for any app icon. Same in order to remove them, (drag them out of the Dock).<br />
(via <a href="http://hints.macworld.com/article.php?story=20071115133729552">macworld</a>)</p>
<h4>Tip #3. Get Dashboard widgets on your normal screen</h4>
<p>Your favorite Dashboard widgets are usually one keypress away(which you can chose from Settings->Keyboard->Dashboard and Dock) but, if you want to have them on your screen at all times (like they do on Windows), you need to follow these two easy steps:<br />
First, in Terminal.app, type down</p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom: 10px; padding: 5px; border:1px solid; overflow:scroll;white-space:nowrap"><code>defaults write com.apple.dashboard devmode YES</code></div>
<p>after this, enter the <code>killall Dock</code> command, in order to restart your Dock and acknowledge the changes.<br />
Second, when in Dashboard (mine opens when I press F12), click on your favorite widget and, while dragging it slightly, exit the Dashboard(by pressing the same Dashboard key). Your widget should now appear on the main screen, on top of your usual app windows. In order to hide it, you&#8217;ll need to do the same things, but in reverse(that is, keep holding your mouse pressed on the widget, then fire up Dashboard and release the mouse). To disable this neat feature(but why would you?), you&#8217;ll run the same command only with <code>devmode NO</code> instead of <code>YES</code>.<br />
(via <a href="http://lifehacker.com/#!198498/pull-dashboard-widgets-to-your-desktop">Lifehacker</a>)</p>
<h4>Tip #4. Clean up the contextual menu</h4>
<p>After a long time of installing and removing apps, you might get a messed up &#8220;Open with..&#8221; menu when you right click on a given file; this is because removing an app doesn&#8217;t usually clean up the app&#8217;s settings, the contextual menu ones in particular. From the same all-mighty Terminal.app you&#8217;ll need to run </p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom: 10px; padding: 5px; border:1px solid; overflow:scroll;white-space:nowrap"><code>/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user</code></div>
<p>, press Enter and wait until the command gets finished(might take a while).<br />
On older versions of OSX &#8211; 10.3 Panther or 10.4 Tiger, you&#8217;ll need to run this one instead</p>
<div style="margin-left: 20px; margin-top:10px; margin-bottom: 10px; padding: 5px; border:1px solid; overflow:scroll;white-space:nowrap"><code>/System/Library/Frameworks/ApplicationServices.framework/\Frameworks/LaunchServices.framework/Support/lsregister \-kill -r -domain local -domain system -domain user</code></div>
<p>Afterwards, the context  menu that you get when you right click(Cmd+click) on those files should be slimmer and more accurate.<br />
(via <a href="http://www.maclife.com/article/howtos/how_rebuild_launchservices_remove_duplicates_open_menu">Maclife</a>).</p>
<h4>Tip #5. Boot your Mac the way real hackers do</h4>
<p>You can see all the console messages thrown out when your mac is booting up with this simple command, to be typed into the Terminal.app<br />
<code>sudo nvram boot-args="-v"</code><br />
From now on, when you&#8217;re booting your computer, it will write down everything it does, and your user friendly computer will start looking like a Unix hacker&#8217;s piece of hardware straight from the Matrix. Guaranteed to get you all kinds of shocked looks from coworkers and classmates. You can also access these messages later by running <code>sudo dmesg</code> in the Terminal.app. To reset it to the default user friendly behavior, all you need to do is run <code>sudo nvram boot-args=</code> in the same Terminal.app.<br />
(via <a href="http://apple.stackexchange.com/questions/4232/how-can-i-see-the-system-status-during-boot">stackexchange</a>)</p>
<p>If you like these tips, stay tuned, as there are many more to come in the future. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/5-terminal-tips-for-the-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Live longer (and fuller)</title>
		<link>http://www.hacktheday.com/live-longer-and-fuller/</link>
		<comments>http://www.hacktheday.com/live-longer-and-fuller/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 16:45:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[beautiful life]]></category>
		<category><![CDATA[inspirational]]></category>
		<category><![CDATA[life hacks]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/?p=178</guid>
		<description><![CDATA[We don&#8217;t usually remember mundane things. Repetitive tasks somehow tend to blend together as we remember only general, global ideas. Need proof? Just ask yourself what you did in a given day in the past. Let&#8217;s say&#8230; April 27, 2001. Most people(me included) will fail remembering anything from that particular date, so they&#8217;ll just use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3477/3213182939_cd849b93c0.jpg" width="200" alt="Free jump (Sifaka!)" align="left" style="padding:15px;"/></p>
<p>We don&#8217;t usually remember mundane things. Repetitive tasks somehow tend to blend together as we remember only general, global ideas. Need proof? Just ask yourself what you did in a given day in the past. Let&#8217;s say&#8230; April 27, 2001. Most people(me included) will fail remembering anything from that particular date, so they&#8217;ll just use the general information about that period, as well as their common-sense, to extrapolate what they might have been doing on that particular date. Me, I was in the last semester of my second year of college, so I probably studied, or worked on the numerous homeworks and projects. I was also, probably, spending time with my girlfriend from college. Nothing more comes to mind, though. On the other hand, what about February 17, 2000? Well, that&#8217;s a lot easier &#8211; it was my birthday, I visited my grandfather in the hospital, and it was the last time I saw him alive(he died one week later, may he rest in peace). I even remember a few of the things we talked about, and how one of the hospital roommates did a magic trick with a cigarette. What about December 31, 2007? That&#8217;s even easier &#8211; it was the date I proposed to my lovely current wife, and I can remember a lot more things from the date, including moments from the New Year&#8217;s party afterwards.</p>
<p>This was a long paragraph, meant only to prove a point &#8211; we don&#8217;t usually remember every single step and every single breath and every single thing of an otherwise ordinary activity. Instead, we remember our lives by key moments, by the moving discutions, by extraordinary events. Key events create anchors in our memory and define our perception of time. Time seems to stretch when we do memorable things, and dim until vanishing from our memory when we do ordinary ones.</p>
<p>This is why the latest project of this guy, a BBC News journalist, seems so intriguing to me. Matt Danzico is <a href="http://www.thetimehack.com/">taking on an interesting self-experiment</a> this year: <strong>he tries to prolong his perceived life</strong> by putting himself, each day, through a new or uncomfortable experience. In his <a href="http://www.boingboing.net/2011/01/17/attempting-to-prolon.html">own words</a>, research suggests that while having new and unusual experiences time seems to go slower, while during ordinary and casual ones time seems to go faster(we are talking about the backwards perception of time past). Matt&#8217;s experiences range from boring and simplistic ones(look at paint drying, eating left handed, etc.) to the more exciting(jump from a moving car), and he tries to time each one of them using a chronometer, but without looking at it, thus being able to compare his afterwards estimations with the actual time spent.</p>
<p>I haven&#8217;t read all his experiences(and likely never will), but I did enjoy jumping at the end of some of them and compare his estimations with the chronometer&#8217;s results. The differences between perceived time and actual one are mind-blowing(for some experiments there&#8217;s a gap of over 50%), and I think they are a great indicator of the human incapacity of accurate time estimation. </p>
<p>I end this boring post by recommending each of you to try and experiment new and even uncomfortable things, like Matt does. Not one each day, since in my opinion even an &#8216;unusual&#8217; routine ends up being just this &#8211; a routine, but at least once each week. Do memorable stuff, to remember this year by. </p>
<p>Have a long perceived life!</p>
<p><small>Photo credits: <a href="http://www.flickr.com/photos/yinto/3213182939/">Jinto!</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/live-longer-and-fuller/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sean Connery, Stephen King and the Most Important Advice on Conquering the Writer’s Block</title>
		<link>http://www.hacktheday.com/conquering-the-writers-block/</link>
		<comments>http://www.hacktheday.com/conquering-the-writers-block/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 07:00:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[inspirational]]></category>
		<category><![CDATA[life hacks]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/?p=151</guid>
		<description><![CDATA[Forrester: What are you doing? Jamal: I&#8217;m writing.[...] Forrester: Is there a problem? Jamal: No. I&#8217;m just thinking. Forrester: No thinking. That comes later. You write your first draft with your heart. You rewrite with your head. The first key to writing is to write. Not to think. [...] Forrester: Start typing that. Sometimes the simple rhythm of typing gets us from page one to page two. When [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://hacktheday.com/images/finding_forrester.jpg" alt="" width="118" height="178" /></p>
<blockquote><p><em>Forrester: What are you doing?</em><br />
Jamal: I&#8217;m writing.[...]<br />
<em>Forrester: Is there a problem?</em><br />
Jamal: No. I&#8217;m just thinking.<br />
<em>Forrester: No thinking. That comes later. You write your first draft with your heart. You rewrite with your head. The first key to writing is to write. Not to think.</em><br />
[...]<br />
<em>Forrester: Start typing that. Sometimes the simple rhythm of typing gets us from page one to page two. When you begin to feel your own words, start typing them.</em><br />
<em>Forrester: Punch the keys for God&#8217;s sake! Yes! You&#8217;re the man now, dog.</em></p></blockquote>
<p><strong>Sean Connery as William Forrester, a character inspired by J. D. Salinger &#8211; <a href="http://en.wikipedia.org/wiki/Finding_Forrester">Finding Forrester</a></strong></p>
<hr />
<blockquote><p>&#8220;When asked &#8216;<em>How do you write?</em>&#8216; I inevitably answer &#8216;<em>one word at a time</em>&#8216;&#8221;</p></blockquote>
<p><strong>Stephen King</strong></p>
<hr />
I could write this blog post in over 1000 characters, going on and on about the importance of starting something &#8211; <strong>anything</strong> as opposed to just sitting on your ass, thinking about how to start. How the <strong>simple act of typing</strong> &#8211; whatever random first words &#8211; unclogs that area in your brain responsible for inspiration. How, when you want to write something(a blog post, a short story or even an essay) but you don&#8217;t know exactly what, you could start by simply copying a random passage from a random book, and leave your mind flow from there to your own next sentence, own next scene. In the end, you might want to rewrite that initial first passage. Whatever. Don&#8217;t think about that end part, just think about the NOW.<br />
But I won&#8217;t do that. Instead, I&#8217;ll just let the magic words of Stephen King and Sean Connery&#8217;s character from Finding Forrester sync in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/conquering-the-writers-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen of debugging &#8211; remember the Seiza</title>
		<link>http://www.hacktheday.com/zen-of-debugging-remember-the-seiza/</link>
		<comments>http://www.hacktheday.com/zen-of-debugging-remember-the-seiza/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:45:13 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[beautiful life]]></category>
		<category><![CDATA[inspirational]]></category>
		<category><![CDATA[life hacks]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[meditation]]></category>
		<category><![CDATA[Seiza]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Zen]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/zen-of-debugging-remember-the-seiza/</guid>
		<description><![CDATA[Rereading a text I wrote last year reminded me something I wanted to articulate for quite a while. The power of meditation; but actually meditation is a word with too many and messy meanings. What I&#8217;m talking about is that powerful &#8220;take a break&#8221; moment that precedes most great breakthroughs. In my freshman year of [...]]]></description>
			<content:encoded><![CDATA[<p>Rereading a <a href="http://www.hacktheday.com/20-steps-to-handle-stress-part-1/" title="20 easy steps to handle the stress of an upcoming event - Part 1 | Hack the Day">text</a> I wrote last year reminded me something I wanted to articulate for quite a while. The power of meditation; but actually meditation is a word with too many and messy meanings. What I&#8217;m talking about is that powerful &#8220;<em>take a break</em>&#8221; moment that precedes most great breakthroughs.</p>
<p><img src="http://farm1.static.flickr.com/31/99507598_33a4e69b23_m.jpg" /></p>
<p>In my freshman year of college(Computer Science) I was just discovering the Internet and the vast information one could get from it. Those were the days of MsDOS,  Windows 95 and Windows 98, and my geek hobby back then was to subscribe to e-zines of the underground computer virus geeks. I never learned to build a computer virus(it&#8217;s bad, evil and it turns you into a criminal) but, being young and restless, I enjoyed reading how one could conceive such software that resembled most to real life-forms &#8211; the smallest and code efficient possible, which could replicate, mutate and propagate around. Nothing much stuck with me from that wild age except for a broader understanding of computers, operating systems and assembly language and, completely unrelated, the tale of one of those virus developers.</p>
<p>The guy was stuck at some point trying to understand how to work around the limitations(security) of Windows 98; he had tried all ideas that came to mind, and was starting to get desperate and frustrated. Yet, at one moment, he decided to just lay back. Closed the monitor, closed his eyes. Tried to think of nothing. Quarter of hour later he was coding furiously and excited. His (memory quote) <strong>computer coding Zen</strong> had struck again.</p>
<p>Without naming it, I&#8217;ve been using this method since highschool; now, in my computer programmer existence, I use it more than ever. Whenever I&#8217;m facing a bug I can&#8217;t understand, whenever something eludes me no matter how hard I try or how much documentation I read, I will stop.</p>
<p>I breathe, I take a walk around the office, get some water from the watercooler. Chat with friends. When coming back to my computer, 10 minutes later, I close my eyes and try to think of nothing. Call it Zen meditation if you prefer; call it  your<a href="http://en.wikipedia.org/wiki/Kitkat" title="Kit Kat - Wikipedia, the free encyclopedia">KitKat</a> moment.</p>
<p>I prefer to call it <a href="http://en.wikipedia.org/wiki/Seiza" title="Seiza - Wikipedia, the free encyclopedia">Seiza</a> &#8211; the seated 1 minute meditation before martial arts training. Letting my mind free of all thoughts is just what we perceive on the outside; on the inside, our subconscious keeps working, freed from the outside stimuli and conscious noise.</p>
<p><strong>More often than once, stepping back is all it takes to solve even the biggest problem.</strong></p>
<p>[photo courtesy of <a href="http://www.flickr.com/photos/venkateshk/99507598/" title="The radiance of yoga on Flickr - Photo Sharing!">Flickr</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/zen-of-debugging-remember-the-seiza/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Usability on the Mac &#8211; tricks for Mobility Impaired Programmers</title>
		<link>http://www.hacktheday.com/usability-on-the-mac-tricks-for-mobility-impaired-programmers/</link>
		<comments>http://www.hacktheday.com/usability-on-the-mac-tricks-for-mobility-impaired-programmers/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:35:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[hack the day]]></category>
		<category><![CDATA[life hacks]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/usability-on-the-mac-tricks-for-mobility-impaired-programmers/</guid>
		<description><![CDATA[On the 1st of January I had a skiing accident resulting in the injury my right arm &#8211; actually my right shoulder. After about two weeks of waiting for the pain to go away, I got the guts and visited a doctor who didn&#8217;t think twice before putting my entire right arm into a tight [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1141/1096841266_d1d9b2ad85.jpg" align="right" width="300" /></p>
<p>On the 1st of January I had a skiing accident resulting in the injury my right arm &#8211; actually my right shoulder. After about two weeks of waiting for the pain to go away, I got the guts and visited a doctor who didn&#8217;t think twice before putting my entire right arm into a tight bandage and forbidding me to use my right arm for the upcoming 10 days.</p>
<p>Easier said then done &#8211; after all, I&#8217;m a work-from-home software developer, right-handed on top of that. Medical leave being out of the question, how am I supposed to get my job done by typing with only my left hand?</p>
<p>Luckily, I managed to work something out, and here&#8217;s a couple of the tricks I did for it, just in case they might help other imprudent skiers out there:<br />
<span id="more-40"></span></p>
<ol>
<li><strong>System Preferences -&gt; Universal Access -&gt; Keyboard -&gt; Sticky Keys</strong> &#8211; this is the single greatest mobility impaired aid on the Mac: all special keys become sticky and appear on the screen as you type them, thus allowing you to single-handedly type complex, 2, 3 or more &#8220;simultaneous&#8221; keys combinations. Option+Backspace, Fn+Backspace, Cmd+Option+Escape and many more contorted keys combinations become now available to anyone</li>
<li><a href="http://www.blacktree.com/projects/quicksilver.html">Quicksilver</a> &#8211; I never really understood the full impact Quicksilver has on my productivity until now &#8211; launching an application without a mouse becomes really a life saver when you can only type with your left hand&#8230;</li>
<li><a href="http://macromates.com/">Textmate</a> &#8211; luckily for me, I&#8217;m a Ruby(on Rails) programmer using Textmate on a daily basis. Although no longer being able to use the complex keyboard shortcuts that trigger all kinds of snippet generations, I was still able to remain productive using its built-in code completion and the tab-triggered snippets.</li>
<li>Terminal &#8211; a ROR programmer can&#8217;t get any kind of work done without the command line &#8211; be it just to change the working dir to the project&#8217;s one, or to start a server or.. many more. But typing in Terminal becomes an annoying pain when you need to run the same commands on and on. So I edited the .bash_profile and added a couple of alias for the most common commands I use on a daily basis. The <strong>.bash_profile</strong> is to be created(if not already existent) in the User&#8217;s home directory (just run<strong> cd ~</strong> in Terminal and you&#8217;re there); here&#8217;s a couple of the aliases I defined for my daily use:<br />
<code><br />
alias pr='cd ~/Work/MyProject/'<br />
alias prr='cd ~/Work/Projects/MySecondProject/'<br />
alias matem='mate .'<br />
alias ss='./script/server'<br />
</code></li>
</ol>
<p>There are more to say about tricks that made my programmer life better these last days, but I&#8217;ll take a little break for now; hopefully I&#8217;ll get back some day with more cool <em>Tricks for the Mobility Impaired Programmers</em></p>
<p>(image by<a href="http://flickr.com/photos/thepack/1096841266/" title="4 Stitches on Flickr - Photo Sharing!"> The Pack</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/usability-on-the-mac-tricks-for-mobility-impaired-programmers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make up your mind. Faster!</title>
		<link>http://www.hacktheday.com/make-up-your-mind-faster/</link>
		<comments>http://www.hacktheday.com/make-up-your-mind-faster/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 09:30:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[beautiful life]]></category>
		<category><![CDATA[life hacks]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/make-up-your-mind-faster/</guid>
		<description><![CDATA[A man goes to the doctor saying &#8220;Doc, I have a problem: I can&#8217;t make any decision. I&#8217;m always in doubt. Or&#8230; hmm.. am I?&#8221; I&#8217;m a smart guy. Really. I graduated from top European universities, with impressive academic results, etc. The problem with smart guys is that they have too many choices. Knowing you [...]]]></description>
			<content:encoded><![CDATA[<p>A man goes to the doctor saying &#8220;<span style="font-style: italic">Doc, I have a problem: I can&#8217;t make any decision. I&#8217;m always in doubt. Or&#8230; hmm.. am I?</span>&#8221;</p>
<p>I&#8217;m a smart guy. Really. I graduated from top European universities, with impressive academic results, etc. The problem with smart guys is that they have too many choices. Knowing you performed pretty well in the college classes makes you confident you&#8217;ll do the same in real life. After all, there were so many courses I was clueless about, but aced them after just a couple of days of study, that any random field can become familiar after a thorough 2-3 days study.</p>
<p>But like any teenager growing up, once I graduated from college I was met with a handful of choices: start a career in software development, follow a PhD in one of the many Computer Science-related fields, or even start my own business. The problem with smart guys is that they get too confident. Any field seems accessible. Yes, unfortunately almost any field <strong>IS</strong> accessible. So the problem is&#8230; which path should YOU take? Most life choices are therefore reduced to decision problems: should I take this path or that other one? <span id="more-35"></span></p>
<p>It&#8217;s probably a problem of maturity &#8211; as we grow up, we must make more and more decisions. Almost unlimited choices make you waste more and more time trying to decide things. In my case, I wasted countless months trying to follow different paths: in the last year alone I tried around 6 different startup ideas, invested energy and time in developing products, only to later change my mind and pick some other paths.</p>
<p>So.. what can one do? Is there a solution to the countless decisions problem?</p>
<p>I guess there&#8217;s no unique answer. Or.. is it? For now, the most I can say is that one should try to become a more decided and confident person. Flip the coin if you have to, but make up your mind! Faster! Don&#8217;t know what bus to take? Flip the coin! After all, most of our life is governed by hazard, a bit of extra hazard can&#8217;t make it worse than it already is&#8230;</p>
<p>What about important, life-changing decisions? I can&#8217;t help you on this one. <span style="font-weight: bold">But you can help me: what do you do to make up your mind between several business ideas, life changing opportunities or other life paths?</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/make-up-your-mind-faster/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>More practical tips for surviving extremely hot days</title>
		<link>http://www.hacktheday.com/more-practical-tips-for-surviving-extremely-hot-days/</link>
		<comments>http://www.hacktheday.com/more-practical-tips-for-surviving-extremely-hot-days/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 15:39:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[life hacks]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/more-practical-tips-for-surviving-extremely-hot-days/</guid>
		<description><![CDATA[Given the major heat wave in Europe these weeks, an extra list of doctor-approved things to do(or not) in hot days is a welcome addition to my previous &#8220;heat survival tips&#8220;. I hope it&#8217;ll help at least a bit to cool you guys off. Avoid prolonged exposure to sun between 11 AM &#8211; 6 PM. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm1.static.flickr.com/58/196629576_0432a5e14c_m.jpg" alt="Dog Hot Ice" class="alignright" /><br />
Given the major heat wave in Europe these weeks, an extra list of doctor-approved things to do(or not) in hot days is a welcome addition to my previous &#8220;<a href="http://www.hacktheday.com/survival-tips-in-extreme-heat-we-can-learn-from-animal-planet/" title="Heat survival tips you can learn from Animal Planet - Hack the Day">heat survival tips</a>&#8220;. I hope it&#8217;ll help at least a bit to cool you guys off.</p>
<ul>
<li>Avoid prolonged exposure to sun between 11 AM &#8211; 6 PM.</li>
<li>Shut the sun-exposed windows and cover them with both curtains and window blinds. Keep them shut for as long as the outside temperature is higher than the inside. Let the cool air flow in the early morning or late night, while the outside temperature is lower.</li>
<li>Reduce to minimum running electrical apparel &#8211; it tends to overheat and, what&#8217;s worse, to heat the surrounding air even more. Same goes for the light-bulbs &#8211; replace the incandescent ones with fluorescent ones as they <a href="http://home.howstuffworks.com/question236.htm">greatly reduce</a> the generated heat.</li>
</ul>
<p><span id="more-32"></span></p>
<ul>
<li>Set the air-conditioning to 5 degrees Celsius below the environmental temperature &#8211; don&#8217;t set it to too cool cause you risk body shock and catching the cold when coming sweaty from outside.</li>
<li>Don&#8217;t use fans if the air temperature is above 32 degrees &#8211;  the ventilated air gets hotter because of the fan, so it won&#8217;t do you much good; plus, the constant air stream risks dehydrating you even more.</li>
<li>Spend at least 2-3 hours daily in cool places with air-conditioning. If you have none at home or work, malls, cinemas or institutions lobbies are some cheap ways to get some.</li>
<li>Wear hats to protect you from the sun, light and loose clothes made of natural fibers, in light colors.</li>
<li>Take frequent showers with slightly warm water &#8211; don&#8217;t overheat your body with hot water, but don&#8217;t overcool it as you risk thermal shock.</li>
<li>Drink lots of liquids(1,5 &#8211; 2 liters daily) &#8211; water is best. During heat-waves, a glass of water every 15-20 minutes is a good habit to avoid dehydration.</li>
<li>Avoid alcohol of any kind as it dehydrates and lowers your body&#8217;s heat defending mechanisms.</li>
<li>Avoid sugary drinks &#8211; they only make you thirstier, avoid energy-boosting drinks(coffee, black tea, cola).</li>
<li>Eat fresh fruit and vegetables as they contain plenty of water &#8211; melon, watermelon, tomatoes, cucumbers, etc.</li>
<li>Did you know that a glass of yoghurt hydrates you as much as a glass of water &#8211; being, at the same time, nutritive and refreshing?</li>
<li>If your body isn&#8217;t able to keep the temperature around 37 degrees Celsius or is constantly dehydrated, you might experience heat cramps, heat exhaustion or even <a href="http://www.medicinenet.com/heat_stroke/article.htm" title="Heat stroke signs, symptoms, and treatment by MedicineNet.com">heat stroke</a>.</li>
<li>The main way to prevent heat-related illnesses is to stay well-hydrated, making sure your body can get rid of extra heat, and to be sensible about exertion in hot, humid weather.</li>
<li>Avoid physical activities, and if the heat related illnesses continue, go see the doctor.</li>
<li>In case of <a href="http://www.drreddy.com/heat.html#prevention" title="Heat Cramps, Heat Exhaustion, and Heat Stroke">heat stroke</a>, while waiting for the ambulance you MUST try reducing the temperature of the victim: splash them with cold water, even cold showers, use ice to cool them down.</li>
</ul>
<p><em>Useful links about heat, heat-related illnesses and their prevention:</em><br />
<a href="http://www.bt.cdc.gov/disasters/extremeheat/" title="CDC Extreme Heat">CDC Extreme Heat</a><br />
<a href="http://www.redcross.org/services/hss/tips/heat.html" title="American Red Cross Lifeguarding">American Red Cross Lifeguarding</a><br />
<a href="http://www.medicinenet.com/heat_stroke/article.htm">Medicine Net</a><br />
<a href="http://www.medicinenet.com/heat_stroke/article.html" title="Heat stroke signs, symptoms, and treatment by MedicineNet.com">Heat stroke signs, symptoms, and treatment by MedicineNet.com</a><br />
<a href="http://familydoctor.org/online/famdocen/home/healthy/firstaid/basics/088.html" title="Heat Exhaustion and Heatstroke: What You Need To Know -- familydoctor.org">Family Doctor</a><br />
<a href="http://www.webmd.com/a-to-z-guides/Heat-Related-Illnesses-Topic-Overview" title="Heat-Related Illnesses-Topic Overview">Web MD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/more-practical-tips-for-surviving-extremely-hot-days/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Can the iPhone get YOUR things done?</title>
		<link>http://www.hacktheday.com/can-the-iphone-get-your-things-done/</link>
		<comments>http://www.hacktheday.com/can-the-iphone-get-your-things-done/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 13:58:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[life hacks]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/can-the-iphone-get-your-things-done/</guid>
		<description><![CDATA[Hack the Day is probably the only blog never to have talked about the iPhone. I decided to change this now that the iPhone has launched. Everyone is claiming that it will make their lives more complete and more productive, two justified reasons to pay the price. But is the iPhone the ultimate productivity tool, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.apple.com/iphone/easysetup/images/getready_calendar20070621.png" alt="iphone calendar productivity" class="alignright" /> Hack the Day is probably the only blog never to have talked about the iPhone. I decided to change this now that the iPhone has launched. Everyone is claiming that it will make their lives more complete and more productive, two justified reasons to pay the price.</p>
<p>But is the iPhone the ultimate productivity tool, as <a href="http://www.edragonu.ro/getting-things-done-with-an-iphone-total-black-belt-productivity/">some</a> have been hoping? I take a look into how this device will impact your working style (<em>disclaimer &#8211; I wasn&#8217;t lucky enough to be born in the iPhone country, so all information below is based on blog reviews and Apple&#8217;s documents</em>) and what applications to use for your organizing and productivity purposes.</p>
<p><span id="more-28"></span></p>
<h2>Collecting</h2>
<p>The device seems to have a decent score at this point, thanks to the easy-to-use software keyboard. Reports claim that you can get pretty fast to a decent typing speed in the built-in apps. Most importantly, it comes with a note-taking app, almost perfect for scribbling down a quick idea. iPhone Notes does have <a href="http://www.engadget.com/2007/07/03/iphone-review-part-3-apps-and-settings-camera-itunes-wrapup/">limitations</a>(no &#8220;doodle&#8221; mode and a strange font) but writing stuff on the screen keyboard is definitely easier than on other PDAs. If Apple decides to sell iPhone keyboards accessories, it might even become your on the road writing tool of choice, replacing even your laptop. The best part of Notes? You can send your notes as email in just a couple of touches.</p>
<h2>Planning</h2>
<p>The iPhone Calendar looks great and works better than any other smartphone calendar. Its killer feature seems to be the <a href="http://daringfireball.net/2007/06/iphone_first_impressions">list view</a>, listing today&#8217;s next actions. Unfortunately, you <strong>can&#8217;t manage multiple calendars</strong> the way you got used to in Outlook or iCal makes any attempt of implementing GTD the iPhone&#8217;s built-in calendar impossible. Not being able to schedule separately contexts or projects kinda ruins the whole idea, doesn&#8217;t it? Things are not desperate yet, as <a href="http://www.ipodtips.com/ipoders/jake/apple-s-leopard-mail-notes-iphone-for-gtd">Leopard might bring a solution</a> by merging email, notes and tasks in a single outlook-like application. And we all know that GTD can be <a href="http://home.comcast.net/~whkratz/id3.htm">implemented</a> on <a href="http://wiki.43folders.com/index.php/Outlook">Outlook</a>, right? In the meantime, the fact that you can sync it with the Mac one should be enough for the unpretentious.</p>
<h2>3rd party To-do lists</h2>
<p>Nope, the iPhone doesn&#8217;t have any <a href="http://www.livingwithmac.com/iphones-missing-features">to-do list</a> software. But all is not lost &#8211; future updates might bring it. In the meantime, <a href="http://www.43folders.com/2007/07/03/vox-pop-iphone-to-dos/#more-1058">43 Folders</a> has a roundup of the already announced 3rd party To-do apps:</p>
<ul>
<li><img src="http://www.hacktheday.com/images/omnifocus-web-interface.png" class="alignright" />OmniFocus &#8211;  <a href="http://www.tuaw.com/2007/07/04/omnifocus-plays-nice-with-iphone/">it seems</a> the OmniFocus development team is planning something tasty for the iPhone users : an iPhone <a href="http://blog.omnigroup.com/2007/07/03/omnifocus-and-iphone/">compatible web front-end</a> of OmniFocus, running as a webserver on your own computer and syncing tasks with it.</li>
<li><a href="http://www.37signals.com/svn/posts/502-ta-da-list-for-iphone">Ta-da Lists</a> &#8211; The wonderfully simple app from 37 Signals has been quickly adapted into a lovely iPhone-friendly interface.</li>
<li><a href="http://dopointoh.com/">do.Oh</a></li>
<li><a href="http://www.iphone-projects.com/">@task for iPhone</a></li>
<li><a href="http://blogs.hitrss.com/nozbe/9c44228c-nozbe-for-iphone-is-coming-next-week!">Nozbe</a></li>
</ul>
<h2>Office productivity</h2>
<p>Zoho, the online office suite, has <a href="http://blogs.zoho.com/general/izoho-zoho-for-iphone/">announced</a> the iPhone version of their online office suite &#8211; <a href="http://www.izoho.com/">iZoho</a>. It&#8217;s free and covers your major needs &#8211; online Word with Zoho Writer, online Excel with Zoho Sheet, online Powerpoint with Zoho Show and online Access with Zoho Creator. Rivaling the Google Documents suite, using iZoho from the iPhone seems like the perfect choice for the office manager on the go.</p>
<h2>Remote computer access</h2>
<p><img src="http://www.hacktheday.com/images/iphonetelekfiles.png" class="alignright" /><img src="http://www.hacktheday.com/images/iphoneteleklarg.png" class="alignright" />A <a href="http://www.tuaw.com/2007/07/05/telekinesis-puts-your-mac-desktop-onto-your-iphone/">little birdie</a> has just brought the breaking news: your OSX desktop is now available remotely on the iPhone, thanks to the magic hands of the <a href="http://quicksilver.blacktree.com/">QuickSilver</a> creator(QuickSilver is the world-famous application software launcher <a href="http://www.hacktheday.com/power-tools-introduction-to-application-software-launchers/">we&#8217;ve written a while ago</a>). The technical wonder doing this is called <a href="http://code.google.com/p/telekinesis/">Telekinesis</a> and allows you to stream music and movies, run apple script programs, control iTunes(so you&#8217;d use the iPhone as a very expensive music remote control) and generally do whatever you want with it &#8211; you can pretty easily build your own iPhone apps.  Talk about never leaving your computer shut down, right?</p>
<h2>Finance</h2>
<p><img src="http://iphonemiles.com/images/logo02.png" class="alignleft" alt="iPhoneMiles" height="30" />Managing your budget becomes a critical matter now that you must pay the iPhone AND the monthly fees. It&#8217;s compulsory to keep them under control, also by means of 3rd party online apps that are iPhone ready. The first apps that come to mind for managing your expenses are <a href="http://www.expenseview.com/gadgetLogin.aspx">ExpenseView</a> and <a href="http://iphonemiles.com/">iPhoneMiles</a> (for tracking your car mileage), but I bet my monthly finances that new ones will appear in the following days. Oh, and since we&#8217;re talking Finance we shouldn&#8217;t forget the Stocks widget showing you live updates of your portfolio. It comes pre-installed, so no 3rd party here.</p>
<h2>Deal finders</h2>
<p>Thanks to the unlimited data plan, you can stay online all the time and find great deals for almost anything. Some of the services designed specially for the iPhone include: travel bargains via <a href="http://hotelwidgets.com/iphonetravel/">iPhoneTravel</a>, <a href="http://cheapmf.com/">shopping(comparing Amazon prices)</a> or <a href="http://webologistdesign.com/gomovies/demo/index.php?date=2007-07-05&amp;zip=111">movies</a>.</p>
<h2>Procrastination? Just a bit&#8230;</h2>
<p>The iPhone was designed with a specific demographic in mind: the kind of users who&#8217;d rather watch the stocks go up and down than play Tetris or Snake. Sure, once you get an iPhone you&#8217;re bound to spend a few days playing with its UI, learning new <a href="http://www.old.tuaw.com/2007/07/04/a-better-iphone-period-trick/">tricks</a>, testing the widgets, camera or maps, but eventually you&#8217;ll end up using it for what it is: a phone that can also play music and videos, send email and browse the Internet. Notice that? No pre-installed games, no Flash player, no Java virtual machine &#8211; while it&#8217;s really a bad point, this lack of features can be a great plus for the productivity-obsessed crowd &#8211; less procrastination!  After all, you don&#8217;t want to spend that much money on a gaming hand held &#8211; you want to be productive with it instead. Still, for the hopelessly addicted, there are already several websites out there offering <a href="http://macmost.com/iphonegames/">online iPhone JavaScript games</a>, as well as rumors of soon-to-be-launched actual iPhone games. Beware, though, new addictive games for the iPhone appear every day: <a href="http://ec2-72-44-51-230.z-1.compute-1.amazonaws.com/ichess.html">chess</a>, <a href="http://homepage.mac.com/hockey2891/Widgetaria/iTouch/index.html">itouch</a> or <a href="http://homepage.mac.com/hockey2891/Widgetaria/Avalanche/">avalanche</a> are only a few of them. My favorite so far? <a href="http://diamenty.myiphone.pl/">Diamenty</a>, a gorgeous bejeweled clone.</p>
<h2>Conclusion</h2>
<p>&#8216;Nough said for now. From the looks of it the iPhone is here to stay, and although the packaged-in software is far from satisfying the productivity-oriented manager, 3rd party apps come to the rescue, revolutionizing the entire software application paradigm along the way. No GTD app for now? There may be a great one in development just around the corner. If it&#8217;s not, maybe you should get started building the perfect one. The iPhone users around the world will be grateful.<br />
[tags]iPhone, productivity, get things done, applications, roundup[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/can-the-iphone-get-your-things-done/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Make yourself an unique laptop sleeve on the cheap</title>
		<link>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/</link>
		<comments>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 19:40:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[life hacks]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/</guid>
		<description><![CDATA[Old habits die hard, and as much as the continuous progress wants us to change we still fight these artificial urges. We are builders, makers, do-it-yourselfers; or, at least, the heirs of some. My grandfather used to do by himself all kinds of stuff around house &#8211; masonry, carpentry, agriculture and much more &#8211; he [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1369/632528925_eff33684f4_m.jpg" alt="laptopenvelope2.jpg" class="alignright" height="180" width="240" /> Old habits die hard, and as much as the continuous progress wants us to change we still fight these artificial urges. We are builders, makers, do-it-yourselfers; or, at least, the heirs of some. My grandfather used to do by himself all kinds of stuff around house &#8211; masonry, carpentry, agriculture and much more &#8211; he had built his own bed, sofas, fireplace; even his own motorcycle, from the spare parts of two different models bought in the junkyard.</p>
<p>Me, I&#8217;m not a builder, but I do love getting things done once in a while, especially when I get to save a few bucks. Call me cheap, but I really don&#8217;t see the point on spending 30 bucks for a <a href="http://www.amazon.com/gp/product/B000IJLSQS?ie=UTF8&amp;tag=mobic-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000IJLSQS">laptop sleeve</a><img src="http://www.assoc-amazon.com/e/ir?t=mobic-20&amp;l=as2&amp;o=1&amp;a=B000IJLSQS" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> I can make on my own for less than 1$. For less than 10 cents even.</p>
<p><span id="more-25"></span></p>
<p>Here&#8217;s the complete detail on How I Did it:</p>
<ol>
<li> Get the material: This was the hardest, but also the cheapest thing on the list. You need to get hold of a piece of thick textile material you fancy. The rough size is of 40*60 cm, meaning around 2.5 times the dimensions of a A4 sheet of paper. For me, this took the longest time, cause I wanted something modern and thick at the same time. Eventually I found it in the material used to make packages in a local clothes depot. Did I mention it was cheap? It was free, a minor gift from a relative with connections.<img src="http://farm2.static.flickr.com/1123/632528653_48c7d0aeb1_m.jpg" alt="laptopenvelope1.jpg" height="180" width="240" /></li>
<li>  	The only hard part &#8211; getting the right dimensions for the piece of cloth. A MacBook has the size 325 x 227 x 27.5 mm (sorry US visitors, they are in metric), so according to your design you should pick the right ones. I went for an envelope bag model, which means a piece of material of 50 cm length and 40 cm width. The extra material is just to make sure we have enough and to make for nice rounded edges.</li>
<li>  	The laborious part &#8211; You fold the material in two, splitting the length in half. The trick is to do it with the backside showing up. With a needle and a string or, much better, a sewing machine, you just go ahead and sew the margins, leaving about half a centimeter outside(or as much as you need to make sure your laptop still fits). The expert tip? Use a bit more material in the first place &#8211; you just cut the remaining parts away, once the sewing is done.<br />
<img src="http://farm2.static.flickr.com/1333/632529177_eec1eff468_m.jpg" alt="laptop envelope working" height="180" width="240" /></li>
<li>  	The finishing part &#8211; go ahead and cut the outside pieces of material and, for a nice touch, gently saw the margins individually for a nicer look.</li>
<li>  	Turn the sleeve inside out, the front of the material on the outside. Looking good, isn&#8217;t it?<br />
<img src="http://farm2.static.flickr.com/1227/632529427_bce13b11c9_m.jpg" alt="laptop sleeve" height="180" width="240" /></li>
</ol>
<p>Bored already? I bet you are. Still, as you saw, anyone can make their own laptop sleeve. It takes about half an hour and saves you tens of dollars. Not to mention the exciting feeling of having cheated the system, having proven that you can do stuff for yourself. Did I mention the elated feeling of the artist polishing up his masterpiece?</p>
<p>If my lame do-it-yourself tutorial didn&#8217;t convince you, there is still hope. Take a look over <a href="http://www.instructables.com/id/E1SB8LR4QGES9J7MQY/?relatedLink">the instructables</a> for tutorials on making your own laptop sleeve(also check the related ones) or the <a href="http://www.makezine.com/blog/archive/2007/04/tie_and_pocket_laptop_sle.html?CMP=OTC-0D6B48984890">Makezine page</a> of ideas on making one from a sweater or Ikea towel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/make-yourself-an-unique-laptop-sleeve-on-the-cheap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The 5 best spots in your favorite city</title>
		<link>http://www.hacktheday.com/5-best-spots-in-your-favorite-city/</link>
		<comments>http://www.hacktheday.com/5-best-spots-in-your-favorite-city/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 08:56:48 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[beautiful life]]></category>
		<category><![CDATA[hack the day]]></category>
		<category><![CDATA[life hacks]]></category>

		<guid isPermaLink="false">http://www.hacktheday.com/23/</guid>
		<description><![CDATA[Here comes summer, holidays and trips to foreign countries&#8230; I lived in Paris and its suburbs since 2003 to 2006. No big surprise that I fell in love with it &#8211; I sincerely believe that it&#8217;s the most beautiful city in the world(though Prague, visited 2 years ago, isn&#8217;t bad either). Now, after having left [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/alexbrie/49760526/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/25/49760526_b62c879728_m.jpg" alt="DSC00499" class="alignright" height="180" width="240" /></a>Here comes summer, holidays and trips to foreign countries&#8230;</p>
<p>I lived in Paris and its suburbs since 2003 to 2006. No big surprise that I fell in love with it &#8211; I sincerely believe that it&#8217;s the most beautiful city in the world(though Prague, visited 2 years ago, isn&#8217;t bad either). Now, after having left France&#8217;s capital for more than a year, I&#8217;m returning there this week in a short 5-days trip with my girlfriend.</p>
<p>But please, shed no tear &#8211; it&#8217;s the perfect moment to write down what I missed most about this beautiful city, and start a blog tag game, named <strong>Your favorite city&#8217;s 5 best spots</strong>. While this is not necessarily a post on productivity or life improvement, it is about discovering the not-so-obvious beauties of your favorite city <img src='http://www.hacktheday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So please feel free to join in!</p>
<blockquote><p>The rules are classic &#8211; if you&#8217;re tagged you must join in, if you&#8217;re not but would want to, do it anyways, but also drop a comment below so we can keep the record: write the blog post about <em>the best 5 places/things to do in your favorite city</em>, link back to the blog who tagged you and, at your turn, tag three other blogs.</p></blockquote>
<p>Me, being a stinkin&#8217; cheater, I&#8217;m going to break the rules and share with you a 15 things to do in Paris, as in 3 times as much:</p>
<ul>
<li>5 main tourist sights in Paris</li>
<li>5 romantic getaways in Paris</li>
<li>5 not-to-miss eating spots in Paris</li>
</ul>
<p><span id="more-23"></span></p>
<h3>5 main tourist sights in Paris:</h3>
<ol>
<li>walk the Champs Elysees</li>
<li>visit the Louvre</li>
<li>climb the Montmartre, taking pictures of the Sacre Coeur church</li>
<li>view Paris from the top of the Eiffel Tower</li>
<li>visit the Notre Dame cathedral and eat sandwiches in the small park behind it</li>
</ol>
<h3>5 cheapest romantic getaways in Paris:</h3>
<ol>
<li>bateau-mouche sight-seeing on the Seine river</li>
<li>picnic in jardin Trocadero or Champ de Mars at the shadow of the Eiffel Tower</li>
<li>rollerskating and picnic on the Seine quays</li>
<li>slowly walking around the Marais quarter, stoping by the Musee Picasso and Maison Hugo</li>
<li>enjoying the street artists at fete de la musique and the Pompidous center</li>
</ol>
<h3>5 not-to-miss things to eat in Paris:</h3>
<ol>
<li>best icecream &#8211; <a href="http://en.wikipedia.org/wiki/Berthillon">Berthillon</a> &#8211; ile Saint Louis<img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/29/Paris_Berthillon_DSC00757.jpg/200px-Paris_Berthillon_DSC00757.jpg" align="right" height="125" width="200" /></li>
<li>best chocolat chaud &#8211; <a href="http://www.theculturedtraveler.com/Archives/OCT2005/Chocolate_France.htm"><em>La charlotte en Ile</em></a> &#8211; ile Saint Louis</li>
<li>salade basquaise &#8211; Chez Gladines &#8211; Bute aux cailles (11eme)</li>
<li>best crêpe banane nutella &#8211; Saint Germain coin Saint Michel</li>
<li>fondue savoyarde &#8211; fondue fromage and fondue chocolat</li>
</ol>
<p>+ as a bonus, if hunger strikes while you&#8217;re visiting the Latin Quarters &#8211; Quartier Latin, you should try &#8220;Le Gyros&#8221; &#8211; cheap junk food with cheap beer by the side</p>
<p>+ as an extra bonus, I love the Japanese raw sea-food in by the Passy place in the 16eme arrondissement &#8220;Comme les poissons&#8221;</p>
<p>I&#8217;m tagging in this simple tourist game the following : Sully from <a href="http://lifelearningtoday.com/">Lifelearningtoday</a>, Dragos from <a href="http://www.edragonu.ro/">eDragonu</a>, Ben from the <a href="http://www.instigatorblog.com/">Instigator Blog</a> and Scott from <a href="http://www.scotthyoung.com/blog/">ScottHYoung</a>. All you others, feel free to jump in the wagon. What&#8217;s your favorite city and why?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hacktheday.com/5-best-spots-in-your-favorite-city/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

