<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<title>Planet Startup</title>
	<link rel="self" href="http://planetstartup.directededge.com/atom.xml"/>
	<link href="http://planetstartup.directededge.com/"/>
	<id>http://planetstartup.directededge.com/atom.xml</id>
	<updated>2009-01-07T00:15:18+00:00</updated>
	<generator uri="http://www.planetplanet.org/">Planet/2.0 +http://www.planetplanet.org</generator>

	<entry xml:lang="en-us">
		<title type="html">Git is a Pain in the Ass</title>
		<link href="http://journal.dedasys.com/2009/01/06/git-is-a-pain-in-the-ass"/>
		<id>urn:uuid:3e4965f0-33a2-40a8-8e55-bd42114f11bb</id>
		<updated>2009-01-06T17:26:00+00:00</updated>
		<content type="html">&lt;p&gt;Everyone's been talking about how great and wonderful git is, and I've tried using it for a few projects of my own, on a local basis, sort of like an advanced form of 'rcs'.  So I thought I'd try it out in a little bit more complicated setup, for a site I host on my web server.  I want to have a main repository, that I &quot;check out&quot; (or 'clone', in git terms) on my laptop.  My laptop can't be the main repository, because I also want to be able to commit from the web server (once in a while a quick live update is called for), so I need a stable address.  Ok, I'll put it in my home directory on the web server, just to see how things work.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;mkdir foobar
cd foobar
git init
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Ok, so far so good.  Now I try and clone it on my laptop, where I will then add files, commit, then push them.&lt;/p&gt;

&lt;p&gt;Oops, that doesn't work.  You can't clone an empty repository.&lt;/p&gt;

&lt;p&gt;Ok, I add something on the server where I init'ed it, an empty file, just to give it some content.  Now cloning it works on the laptop.  Great, we're in business!  I add a bunch of files from the project to the laptop repository, commit, then push them.  Seems to be ok so far... I do a checkout on the remote/server machine, and I see my files.  Good.  Ok, let's try making a change on the laptop.  I remove a file, commit it, push it (which is already an extra step compared to subversion... hrmph).  I do a checkout on the server, but it won't erase the file I removed on the laptop.  Weird.  I google around a bit, and find that this is supposed to be for my own good, so I won't wreck things on the server.  I need to do &lt;code&gt;git reset --hard&lt;/code&gt; (which isn't a very reassuringly named command) there, and &lt;em&gt;then&lt;/em&gt; a checkout, and now things work.  &lt;/p&gt;

&lt;p&gt;That, however, is a lot of work just to commit and update stuff!  I ask for some help on #git, where they mention the &lt;code&gt;--bare&lt;/code&gt; option to init.  Since I'm just messing around, I go back and redo the init step, wiping the old repository.  Now I try and clone that to start over again.  Oops, I forgot, I can't clone it because it's empty.  Grrrrrr.... this is getting annoying.&lt;/p&gt;

&lt;p&gt;So,  the kind folks on #git tell me I should push to the new server repository from one that's already populated.  Ok, let's try setting up the laptop:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;git init
... add/commit some files ...
git remote add origin ...myurl...
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Now let's try pushing.  Nope, still doesn't do it, I'm missing something.  Frustrating.  A bit more fiddling and googling, and i find:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;get push origin master
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Aha!  It worked!  Weird.  And now a simple git push works too. The whole thing seems kind of shaky in the sense that it's not very confidence inspiring: I feel like it wouldn't take much to make a wrong turn and find all my files gone forever.  I can see some of the advantages, and will likely stick with it - git is quite convenient for local files that I might not have bothered putting under version control in the past, but it's also a bit more &quot;bureaucratic&quot; in that you have more steps to do, and you have to fill in the forms just so... or else!&lt;/p&gt;</content>
		<author>
			<name>David's Computer Stuff Journal</name>
			<uri>http://journal.dedasys.com/articles.rss</uri>
		</author>
		<source>
			<title type="html">David's Computer Stuff Journal :</title>
			<link rel="self" href="http://journal.dedasys.com/articles.rss"/>
			<id>tag:journal.dedasys.com,2005:/articles</id>
			<updated>2009-01-07T00:00:18+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Interview with Intruders.tv</title>
		<link href="http://blog.directededge.com/2009/01/06/interview-with-intruderstv/"/>
		<id>http://blog.directededge.com/?p=154</id>
		<updated>2009-01-06T15:46:24+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks to Jof and Vincent from &lt;a href=&quot;http://uk.intruders.tv/&quot;&gt;Intruders.tv&lt;/a&gt; for doing the interview!&lt;/p&gt;</content>
		<author>
			<name>Directed Edge News</name>
			<uri>http://blog.directededge.com</uri>
		</author>
		<source>
			<title type="html">Directed Edge News</title>
			<subtitle type="html">Connecting stuff.</subtitle>
			<link rel="self" href="http://feeds.feedburner.com/directededge"/>
			<id>http://feeds.feedburner.com/directededge</id>
			<updated>2009-01-06T23:45:05+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Help with a New Years resolution…</title>
		<link href="http://feeds.feedburner.com/~r/ryanagraves/~3/503911588/"/>
		<id>http://ryanagraves.com/?p=835</id>
		<updated>2009-01-06T02:15:32+00:00</updated>
		<content type="html">&lt;p&gt;Tomorrow I&amp;#8217;m going to be posting my New Years post called &amp;#8216;12 people I want to meet in 2009&amp;#8242;. I wasn&amp;#8217;t going to do any kind of resolutions. They last 2-3 months and don&amp;#8217;t really mean that much anyways. Then I got a great idea from Tiho over at Rypple to crowdsource my resolutions&amp;#8230;&lt;/p&gt;
&lt;p&gt;So, I&amp;#8217;d like to ask you guys to help me out a bit. I&amp;#8217;d like feedback from you. Feel free to use a fake name if you want in your comment. Let me know how you think this blog can improve and if you know me personally PLEASE let me know how you think I can improve in 2009. I&amp;#8217;m very open to feedback so please be bold and provide it.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll obviously be posting many of the comments. Thanks very much.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Zemified by Zemanta&quot; href=&quot;http://reblog.zemanta.com/zemified/a6604325-3303-4a68-8d9b-672b1ee9decf/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_c.png?x-id=a6604325-3303-4a68-8d9b-672b1ee9decf&quot; alt=&quot;Reblog this post [with Zemanta]&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/ryanagraves?a=cZsWg1&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/ryanagraves?i=cZsWg1&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=XgbYh2.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=XgbYh2.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=5m2c6I.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=5m2c6I.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=GHowu5.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=GHowu5.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=H2vo5n.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=H2vo5n.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=lVMRRL.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=lVMRRL.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/ryanagraves/~4/503911588&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Ryan A. Graves</name>
			<uri>http://ryanagraves.com</uri>
		</author>
		<source>
			<title type="html">Ryan A Graves.com</title>
			<subtitle type="html">Startups, entrepreneurship, web, economics, venture capital, action.</subtitle>
			<link rel="self" href="http://ryanagraves.com/feed/"/>
			<id>http://ryanagraves.com/feed/</id>
			<updated>2009-01-07T00:15:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Why the downturn is good for starting…from Hubspot CEO</title>
		<link href="http://feeds.feedburner.com/~r/ryanagraves/~3/503821583/"/>
		<id>http://ryanagraves.com/?p=831</id>
		<updated>2009-01-05T23:53:11+00:00</updated>
		<content type="html">&lt;p&gt;&lt;a href=&quot;http://onstartups.com/home/tabid/3339/bid/7800/More-Reasons-Why-Now-Is-The-Time-For-Hatching-Something-New.aspx&quot;&gt;Dharmesh wrote another post&lt;/a&gt; on why the economic resession is good for startups. I wanted to post 2 that I&amp;#8217;ll be keeping closely in mind as &lt;a class=&quot;zem_slink&quot; title=&quot;SocialDreamium&quot; rel=&quot;blog&quot; href=&quot;http://socialdreamium.com&quot;&gt;SocialDreamium&lt;/a&gt; really picks up here in early 2009.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You need constraints to build great software. If there&amp;#8217;s one thing we&amp;#8217;ve  got plenty of in this economy, it&amp;#8217;s constraints. Make good use of them.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Constraints enforce discipline. You&amp;#8217;ll need to, among other things, manage  your expenditure, focus on making products that people actually want to buy,  learn the difference between cash flow and profitability and figure out how to  market on a shoe-string. Now is an excellent time to forge those skills. You  will need them the next time things go bad.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;In difficult times, skill and hard work, which you can control, become  more important than luck, which you can&amp;#8217;t. I like this soccer analogy. If you  want to compare my soccer skills with David Beckham&amp;#8217;s then don&amp;#8217;t put us both six  feet away from an open goal and ask us to kick a ball into the net. I might get  lucky, and he might show off and miss. Instead, start us off from the other end  of pitch against a couple of defenders and a goalkeeper. Then you&amp;#8217;ll get a true  picture.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;p&gt;Starting a business is risky, but not as risky as you think. The oft-stated  fact that 90% of startups fail within their first year is an urban myth. In  reality, the four year &lt;a class=&quot;zem_slink&quot; title=&quot;Survival rate&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Survival_rate&quot;&gt;survival rate&lt;/a&gt; for IT startups is over 50%, and there&amp;#8217;s no  evidence that this is significantly lower for companies founded in a downturn.  And most start-ups that fail don’t crash and burn, owing people money and  bankrupting their founders. They are quietly wound down, or sold on, and the  founders set something else up or return to employment, with the added skills  that even attempting, and failing, to build a business bring.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Dharmesh is an obvious thought leader and subject matter expert when it comes to software startups which is the direction that SocialDreamium seems to be taking. With the combination of his expertise and his optimism, I&amp;#8217;ll be listening closely.&lt;/p&gt;
&lt;h6 class=&quot;zemanta-related-title&quot;&gt;Related articles by Zemanta&lt;/h6&gt;
&lt;ul class=&quot;zemanta-article-ul&quot;&gt;
&lt;li class=&quot;zemanta-article-ul-li&quot;&gt;&lt;a href=&quot;http://ryanagraves.com/12/16/2008/a-surfing-lesson-for-entrepreneurs/&quot;&gt;A Surfing Lesson for Entrepreneurs&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;zemanta-article-ul-li&quot;&gt;&lt;a href=&quot;http://myventurepad.com/MVP/44392&quot;&gt;Is (Lack of) Cash Flow Killing Your Business Partnership?&lt;/a&gt;&lt;/li&gt;
&lt;li class=&quot;zemanta-article-ul-li&quot;&gt;&lt;a href=&quot;http://ryanagraves.com/12/05/2008/great-interview-with-jason-fried/&quot;&gt;Great interview with Jason Fried&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Zemified by Zemanta&quot; href=&quot;http://reblog.zemanta.com/zemified/7a7fec4f-64fe-4807-bbd3-65ec1f26d538/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_c.png?x-id=7a7fec4f-64fe-4807-bbd3-65ec1f26d538&quot; alt=&quot;Reblog this post [with Zemanta]&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/ryanagraves?a=7SBCzS&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/ryanagraves?i=7SBCzS&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=xPrqAT.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=xPrqAT.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=tczjfF.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=tczjfF.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=dKrliU.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=dKrliU.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=qsdb2R.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=qsdb2R.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=mK4F7M.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=mK4F7M.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/ryanagraves/~4/503821583&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Ryan A. Graves</name>
			<uri>http://ryanagraves.com</uri>
		</author>
		<source>
			<title type="html">Ryan A Graves.com</title>
			<subtitle type="html">Startups, entrepreneurship, web, economics, venture capital, action.</subtitle>
			<link rel="self" href="http://ryanagraves.com/feed/"/>
			<id>http://ryanagraves.com/feed/</id>
			<updated>2009-01-07T00:15:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Charlie O’Donnel’s prediction collection</title>
		<link href="http://feeds.feedburner.com/~r/ryanagraves/~3/503553154/"/>
		<id>http://ryanagraves.com/?p=828</id>
		<updated>2009-01-05T17:34:40+00:00</updated>
		<content type="html">&lt;p&gt;I just wrote last week about not making prediction&amp;#8230;I&amp;#8217;m still not going to spend my time thinking about what could happen. I&amp;#8217;m going to focus on making it happen. But, Charlie O&amp;#8217;Donnel CEO of PATH101 made this collection of predictions from man well informed web folks about what is to come in 2009. Enjoy&amp;#8230;also leave comments on &lt;a href=&quot;http://www.thisisgoingtobebig.com/2009/01/crowdsourced-2009-predictions.html&quot;&gt;Charlie&amp;#8217;s blog here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/ryanagraves?a=iluNWy&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/ryanagraves?i=iluNWy&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=XDqkwO.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=XDqkwO.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=t5hMLM.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=t5hMLM.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=uIB5aO.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=uIB5aO.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=Dngrbz.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=Dngrbz.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=KBPH81.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=KBPH81.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/ryanagraves/~4/503553154&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Ryan A. Graves</name>
			<uri>http://ryanagraves.com</uri>
		</author>
		<source>
			<title type="html">Ryan A Graves.com</title>
			<subtitle type="html">Startups, entrepreneurship, web, economics, venture capital, action.</subtitle>
			<link rel="self" href="http://ryanagraves.com/feed/"/>
			<id>http://ryanagraves.com/feed/</id>
			<updated>2009-01-07T00:15:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Go Bolts!</title>
		<link href="http://feeds.feedburner.com/~r/ryanagraves/~3/503024495/"/>
		<id>http://ryanagraves.com/?p=826</id>
		<updated>2009-01-05T03:19:47+00:00</updated>
		<content type="html">&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/ryanagraves?a=lOnj9n&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/ryanagraves?i=lOnj9n&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=gZ3ucI.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=gZ3ucI.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=OP0IA0.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=OP0IA0.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=2gnc8h.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=2gnc8h.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=NNFskh.P&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=NNFskh.P&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=0x24kZ.p&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=0x24kZ.p&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/ryanagraves/~4/503024495&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Ryan A. Graves</name>
			<uri>http://ryanagraves.com</uri>
		</author>
		<source>
			<title type="html">Ryan A Graves.com</title>
			<subtitle type="html">Startups, entrepreneurship, web, economics, venture capital, action.</subtitle>
			<link rel="self" href="http://ryanagraves.com/feed/"/>
			<id>http://ryanagraves.com/feed/</id>
			<updated>2009-01-07T00:15:09+00:00</updated>
		</source>
	</entry>

	<entry>
		<title type="html">Utah - National Champions of 2008!</title>
		<link href="http://kontsevoy.blogspot.com/2009/01/utah-national-champions-of-2008.html"/>
		<id>tag:blogger.com,1999:blog-1325849276720416607.post-7039916687239958616</id>
		<updated>2009-01-04T22:06:00+00:00</updated>
		<content type="html">Congratulations to Utah, National Champions of 2008!&lt;br /&gt;&lt;br /&gt;What a game! After seeing Alabama being able to hang with Utah for only about a quarter I have no doubt this team would have absolutely no problems dealing with Florida not to mention OU.&lt;br /&gt;&lt;br /&gt;Texas Longhorns fans should drop their bitterness about OU playing for the title - the title game has been played already and Utah won it hands down. Even the most hardcore college football fan wouldn’t be able to disagree without making a fool out of himself: Alabama spent more time at #1 spot than any other team in the country, Alabama actually had weaker schedule than Utah and “non-BCS schedule” argument doesn’t apply. Should I state the obvious and say that Florida didn’t beat Bama as convincingly as Utah did? I mean did anyone question Utah’s superiority at any point in the game? Was it ever close? And here comes the kicker - &lt;span class=&quot;Apple-style-span&quot;&gt;Utah is the only undefeated team in the nation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There is really not point for Florida and Oklahoma playing as far as National Championship question is concerned. I can only imagine the awkwardness of someone NOT from the state of Utah holding the trophy. I wonder if talking media heads will ignore this awkward and pathetic moment and won’t say a word about fucked up state of the BCS at the end of Florida vs OU game.&lt;br /&gt;&lt;br /&gt;Congrats to Utah. At least I and my fellow longhorn friends will remember you as the 2008 National Champion. I almost wish this sort of thing happens every year just to trigger as much outrage as possible. Perhaps fans will have to resort to some street violence to alter the current BCS system fed by nothing but sheer greed.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content>
		<author>
			<name>Eugueny Kontsevoy</name>
			<email>noreply@blogger.com</email>
			<uri>http://kontsevoy.blogspot.com/</uri>
		</author>
		<source>
			<title type="html">Ev's YAPB</title>
			<subtitle type="html">Yet another programmer's blog.</subtitle>
			<link rel="self" href="http://kontsevoy.blogspot.com/feeds/posts/default?alt=rss"/>
			<id>tag:blogger.com,1999:blog-1325849276720416607</id>
			<updated>2009-01-04T22:15:13+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Twitter?  Hrm.  Ok...</title>
		<link href="http://journal.dedasys.com/2009/01/02/twitter-hrm-ok"/>
		<id>urn:uuid:b4dc545b-925b-4e9b-9163-6828b9e5905f</id>
		<updated>2009-01-02T18:11:00+00:00</updated>
		<content type="html">&lt;p&gt;Yoav's post about twitter was interesting:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://yoavs.blogspot.com/2009/01/one-curious-thing-about-twitter.html&quot;&gt;http://yoavs.blogspot.com/2009/01/one-curious-thing-about-twitter.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Personally, I don't really see the appeal.  So far there are only two uses I have for it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Lance Armstrong writes a fair bit, and even posts some pictures, and since I am a huge cycling fan, that's kind of fun to read.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I use the search API to keep track of people talking about my stuff... &lt;a href=&quot;http://www.hecl.org&quot;&gt;Hecl&lt;/a&gt;, &lt;a href=&quot;http://www.langpop.com&quot;&gt;LangPop.com&lt;/a&gt;, and so on.  That's kind of handy, but it feels more like a big wiretap than a &quot;conversation&quot;.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Other than that, it's another firehose of data that I really don't need - I probably read too much junk on the internet as it is.&lt;/p&gt;</content>
		<author>
			<name>David's Computer Stuff Journal</name>
			<uri>http://journal.dedasys.com/articles.rss</uri>
		</author>
		<source>
			<title type="html">David's Computer Stuff Journal :</title>
			<link rel="self" href="http://journal.dedasys.com/articles.rss"/>
			<id>tag:journal.dedasys.com,2005:/articles</id>
			<updated>2009-01-07T00:00:18+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en">
		<title type="html">Lessons from 2008, no predictions for 2009</title>
		<link href="http://feeds.feedburner.com/~r/ryanagraves/~3/499552635/"/>
		<id>http://ryanagraves.com/?p=819</id>
		<updated>2008-12-31T16:07:38+00:00</updated>
		<content type="html">&lt;p&gt;The first version of this post was a bit more detailed but I lost it because of wordpress sucking&amp;#8230;here&amp;#8217;s the second version.&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;Brad Feld&quot; rel=&quot;homepage&quot; href=&quot;http://www.feld.com/blog/&quot;&gt;Brad Feld&lt;/a&gt; wrote a post encouraging people not to post &amp;#8220;2009 Predictions&amp;#8221; or &amp;#8220;2008 Year in Review&amp;#8221; posts&amp;#8230;I agree with him. I commented&amp;#8230;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Brad- On the whole I completely agree, however, I will say that looking back on the year past is a good exercise if you do it with the attitude of, &amp;#8220;what can we learn from 2008&amp;#8243;. I always think its a good idea to look backward for lessons and forward for opportunities.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;So, here are 3 lessons I learned. Please share your lessons from 2008 in the comments, I&amp;#8217;d love to benefit from your experiences.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lessons&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1) Find out what is important and keep it close. &lt;a title=&quot;Engagement pics&quot; href=&quot;http://flickr.com/photos/ryangraves/sets/72157611782379247/&quot;&gt;I got engaged on Dec 26th&lt;/a&gt; and with the wide spread pessimism in the economy and around the world, I couldn&amp;#8217;t feel any more optimistic about my future with the future Mrs. Graves.&lt;/p&gt;
&lt;p&gt;2) If something motivates you, &lt;a title=&quot;SocialDreamium&quot; href=&quot;http://socialdreamium.com&quot;&gt;do it&lt;/a&gt;. One of the hardest things to find is passion and motivation in your professional life. If you stumble across something you enjoy that is motivating, then chase after it fervently. This world would be a lot better off if people did more things they enjoy and the likelihood of success is much higher if you enjoy your work.&lt;/p&gt;
&lt;p&gt;3) Make the social web real. I&amp;#8217;ve spent the last 6 months making a concerted effort to &lt;a title=&quot;Meet people offline&quot; href=&quot;http://ryanagraves.com/12/08/2008/social-noise-making-vs-social-networking/&quot;&gt;meet people&lt;/a&gt; in real life or over the phone from Twitter. There are more and more amazingly talented people joining the social web everyday making it more and more powerful. To fully take advantage of that power you&amp;#8217;ve got to make web connections become real relationships.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Zemified by Zemanta&quot; href=&quot;http://reblog.zemanta.com/zemified/f61df518-8868-4920-9ae4-c306bc9ef1c2/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; src=&quot;http://img.zemanta.com/reblog_c.png?x-id=f61df518-8868-4920-9ae4-c306bc9ef1c2&quot; alt=&quot;Reblog this post [with Zemanta]&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://feeds.feedburner.com/~a/ryanagraves?a=g1nAE5&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~a/ryanagraves?i=g1nAE5&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=N5F0Wb.O&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=N5F0Wb.O&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=9tFPdE.o&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=9tFPdE.o&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=rfMR6d.o&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=rfMR6d.o&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=XVz87p.O&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=XVz87p.O&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ryanagraves?a=bXlXI2.o&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ryanagraves?i=bXlXI2.o&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/ryanagraves/~4/499552635&quot; height=&quot;1&quot; width=&quot;1&quot; /&gt;</content>
		<author>
			<name>Ryan A. Graves</name>
			<uri>http://ryanagraves.com</uri>
		</author>
		<source>
			<title type="html">Ryan A Graves.com</title>
			<subtitle type="html">Startups, entrepreneurship, web, economics, venture capital, action.</subtitle>
			<link rel="self" href="http://ryanagraves.com/feed/"/>
			<id>http://ryanagraves.com/feed/</id>
			<updated>2009-01-07T00:15:09+00:00</updated>
		</source>
	</entry>

	<entry xml:lang="en-us">
		<title type="html">Rant: Ubuntu, Google, J2ME</title>
		<link href="http://journal.dedasys.com/2008/12/30/rant-ubuntu-google-j2me"/>
		<id>urn:uuid:2f040403-0013-40cc-b0fa-c338800cd837</id>
		<updated>2008-12-30T22:44:00+00:00</updated>
		<content type="html">&lt;p&gt;Long day, lots of broken stuff.  Rant time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Ubuntu's Intrepid Ibex has way too many regressions.  I've mentioned this before talking about wireless, but also on the sidelines are bluetooth and my laptop's multimedia keys.  Other things are probably slipping my mind, but that's what's bugging me today.  I've use Linux for a while, and am used to not always having everything working just right, but &quot;it's never worked&quot; is less annoying than &quot;it used to work but this release broke it&quot;.  Also, I bought this computer from Dell because it shipped with Ubuntu.  I would have expected the Ubuntu guys to have a few around themselves to test on prior to release.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;J2ME marketing: &lt;a href=&quot;http://blogs.sun.com/hinkmond/entry/getjar_3rd_annual_mobile_awards&quot;&gt;http://blogs.sun.com/hinkmond/entry/getjar_3rd_annual_mobile_awards&lt;/a&gt; GetJar is a nice service, and I put my own &lt;a href=&quot;http://shoplist.dedasys.com&quot;&gt;ShopList&lt;/a&gt; app there, but you can't seriously compare it to the Apple or Android stores without insulting my intelligence.  What percentage of people with J2ME capable phones actually use GetJar?  Is it on their phone when they turn it on?  Can developers actually sell stuff there?  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Google has started dumping lots of my mail in the spam folder since I switched the domain over to a new server.  I can't believe they're dumping so much non spam mail, and yet can't figure out that I have never, not once, received an email written in Chinese characters that I actually wanted to read.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Add in some bugs and broken stuff of my own, and it's made for a frustrating day.&lt;/p&gt;</content>
		<author>
			<name>David's Computer Stuff Journal</name>
			<uri>http://journal.dedasys.com/articles.rss</uri>
		</author>
		<source>
			<title type="html">David's Computer Stuff Journal :</title>
			<link rel="self" href="http://journal.dedasys.com/articles.rss"/>
			<id>tag:journal.dedasys.com,2005:/articles</id>
			<updated>2009-01-07T00:00:18+00:00</updated>
		</source>
	</entry>

</feed>
