<?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>Mike&#039;s Blabberings &#187; karma</title>
	<atom:link href="http://www.mike-griffith.com/blog/tag/karma/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mike-griffith.com/blog</link>
	<description>on software, testing, and the web.</description>
	<lastBuildDate>Mon, 14 Feb 2011 10:51:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make It A Great Day</title>
		<link>http://www.mike-griffith.com/blog/2011/02/make-it-a-great-day/</link>
		<comments>http://www.mike-griffith.com/blog/2011/02/make-it-a-great-day/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 10:51:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[off topic]]></category>
		<category><![CDATA[karma]]></category>
		<category><![CDATA[lifehack]]></category>

		<guid isPermaLink="false">http://www.mike-griffith.com/blog/?p=569</guid>
		<description><![CDATA[Here I stand in the wee hours of the morning, having worked far too many hours without sleep (14.5 in the last day and another few to go if you&#8217;re counting), and beginning to feel sorry for myself.
I just recalled the end of a conversation I had with a fellow at a the Oakwood bar [...]]]></description>
			<content:encoded><![CDATA[<p>Here I stand in the wee hours of the morning, having worked far too many hours without sleep (14.5 in the last day and another few to go if you&#8217;re counting), and beginning to feel sorry for myself.</p>
<p>I just recalled the end of a conversation I had with a fellow at a the Oakwood bar a few weeks ago.  We chatted briefly, and upon parting ways he left me with:</p>
<blockquote><p>Make it a great day.</p></blockquote>
<p>Normally I would have thrown out my usual &#8220;later, hope you have a good one,&#8221; but his command was echoing through my ears like the roar of an animal I had never seen before.  So I stood bewildered, pondering those words, as he walked away.  He probably thought I was a jerk for not responding, but I honestly got stuck in a moment.</p>
<p>That closing instruction, &#8220;make it a great day,&#8221; leaves someone with a task.  It reminds you that <strong>life isn&#8217;t up for grabs, you control your own destiny</strong>.</p>
<p>No matter what kind of day you&#8217;re having, you can always turn it around.</p>
<p>Here are 5 things you can do to change the direction of even your worst day.</p>
<ul>
<li><strong>Exercise.</strong>  Whether that&#8217;s taking a break from work to crawl on the floor and do 10 pushups and 20 situps every hour for a day, having vigorous sex with your partner, or taking a lunch trip to the gym, you can always find a way to get your heart pumping.</li>
<li><strong>Eat Healthy:</strong>  It&#8217;s so damn easy and cheap to go to McDonald&#8217;s and grab a value meal.  But what does that say about the value of your insides?  That grade-E beef covers your arteries with more cholesterol than you could imagine and makes you pay for every bite.  Instead, take a bag of oranges and a apples to work, munch on some carrots, eat a few hard-boiled eggwhites, and drink 10 glasses of water.  You&#8217;ll walk away with your head held high and without suffering horrible heartburn and instant regret.</li>
<li><strong>Clean your Desk.</strong>  Get rid of the clutter and spray something that smells pretty in the area.  Get rid of visual distractions so you can focus on the task at hand.</li>
<li><strong>Learn a New Word.</strong>  There are <a href="http://www.merriam-webster.com/word-of-the-day/">plenty</a> of <a href="http://dictionary.reference.com/wordoftheday/">sites</a> that will give you a new word every day.  Find one you like and set it as your homepage.  Or visit a <a href="http://en.wikipedia.org/wiki/Special:Random">random wikipedia article</a> to get even more in depth.</li>
<li><strong>Hug Somebody.</strong>  And hug them right.  Squeeze them tight and take a deep breath to get the scent of their hair.  If you don&#8217;t have someone that will let you do that without calling HR, I suggest you go to a bar, strike up a conversation, buy the person a drink, and 9 times out of 10 you can sneak in a good hug when leaving (and bonus points if you leave them with the message to Make It A Great Day)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mike-griffith.com/blog/2011/02/make-it-a-great-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook apps in python</title>
		<link>http://www.mike-griffith.com/blog/2008/08/facebook-apps-in-python/</link>
		<comments>http://www.mike-griffith.com/blog/2008/08/facebook-apps-in-python/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 18:42:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[karma]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://bikegriffith.webfactional.com/blog/?p=17</guid>
		<description><![CDATA[I ran across some good info for getting started creating Facebook apps in python:

docs: http://wiki.developers.facebook.com/index.php/Python
api: http://code.google.com/p/pyfacebook/
tutorial: http://keepnix.com/articles/hellominifb.html

The author at Zen Habits recently talked about wanting someone to develop a &#8220;social karma&#8221; application.  The idea would be that one could do good deeds and get some sort of recognition for it, thus encouraging more do-good-ing. [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across some good info for getting started creating Facebook apps in python:</p>
<ul>
<li>docs: <a href="http://wiki.developers.facebook.com/index.php/Python">http://wiki.developers.facebook.com/index.php/Python</a></li>
<li>api: <a href="http://code.google.com/p/pyfacebook/">http://code.google.com/p/pyfacebook/</a></li>
<li>tutorial: <a href="http://keepnix.com/articles/hellominifb.html">http://keepnix.com/articles/hellominifb.html</a></li>
</ul>
<p>The author at <a href="http://www.zenhabits.com/" target="_blank">Zen Habits</a> recently talked about <a href="http://zenhabits.net/2008/08/random-acts-of-kindness-a-social-site-id-love-to-see/" target="_blank">wanting someone to develop a &#8220;social karma&#8221; application</a>.  The idea would be that one could do good deeds and get some sort of recognition for it, thus encouraging more do-good-ing.  People could advertise for things they needed, others could provide it, and everyone would be in a giant, happy, reciprocal, karmactic ring of love.</p>
<p>Still trying to think of other good uses for social networking apps.  There&#8217;s a lot of things like that (but not quite), and all tend to be quite annoying after a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mike-griffith.com/blog/2008/08/facebook-apps-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

