<?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>Christopher H. Laco &#187; Events</title>
	<atom:link href="http://chrislaco.com/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrislaco.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 00:49:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clerbtime &amp; Moving Forward</title>
		<link>http://chrislaco.com/events/clerbtime-moving-forward/</link>
		<comments>http://chrislaco.com/events/clerbtime-moving-forward/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 03:39:17 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=254</guid>
		<description><![CDATA[Had another great time at the Clerb &#8220;south&#8221; Meetup tonight in Akron hosted by Blue Frog Gaming. Always nice to see more locals at every new meetup. Beers and such afterwords doesn&#8217;t hurt either. Going to these meetups are always &#8230; <a href="http://chrislaco.com/events/clerbtime-moving-forward/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Had another great time at the Clerb &#8220;south&#8221; Meetup tonight in Akron hosted by Blue Frog Gaming. Always nice to see more locals at every new meetup. Beers and such afterwords doesn&#8217;t hurt either.</p>
<p>Going to these meetups are always humbling. I always leave feeling like I know nothing, but they also provide good motivation to learn something new. It also highlights how much people can do in a day and how much I&#8217;m not getting things done. I need to fix that somehow. Too much to learn and do. Too much opportunity being missed.</p>
<p>Things I would like to accomplish in the next 180 days (in no certain order):</p>
<ul>
<li>Rework JanKenPon</li>
<li>Make JanKenPon a Facebook App</li>
<li>Finish HelpNear.Me Web/iPhone version</li>
<li>Get an iPad <img src='http://chrislaco.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Make an iPhone/iPad game (HTML5?): Dock Crane Madness</li>
<li>Rebrand my blog/logo/cards</li>
</ul>
<p><span style="font-size: medium;">Nothing there is terribly difficult. I just need to sack up and do it. For rizzle.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/events/clerbtime-moving-forward/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Advance2030 Weekend</title>
		<link>http://chrislaco.com/events/advance2030-weekend/</link>
		<comments>http://chrislaco.com/events/advance2030-weekend/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 02:44:31 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=246</guid>
		<description><![CDATA[This last weekend, I was fortunate enough to attend the Advance2030 Web Development Weekend held on the LeanDog boat and spend some time with a great bunch of web folk from the area. This included sitting next to Joe Fiorini &#8230; <a href="http://chrislaco.com/events/advance2030-weekend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This last weekend, I was fortunate enough to attend the <a href="http://advance2030.wordpress.com/">Advance2030 Web Development Weekend</a> held on the LeanDog boat and spend some time with a great bunch of web folk from the area. This included sitting next to Joe Fiorini and Nate Klaiber and getting schooled in Rails on a nonstop basis. While the weekend was a great experience, I wanted to get some thoughts up about it while they&#8217;re still fresh.</p>
<p>Friday night was a great start. After a group gathering to go over the site, we split up into pairs to get a set of story cards created. This was a relatively new experience for me in terms of planning a development cycle.  After tinkering with Cucumber over the last month, it seems to fit right into the Agile/BDD way and it&#8217;s something that certainly helps me focus on knowing what I plan on doing before I start coding.</p>
<p>Saturday was a different story. I literally spent the first 5 hours or so struggling with the Rails environment chosen for the weekend. I&#8217;m no Rails expert and I understand why some gems were chosen, like Bundler in a forward looking approach to the impending Rails3 release.  But it seems a few of us had issues with it in combination with Authlogic because of which gems loaded first and if we had previously installed any gems using sudo instead of installing them into local gems. When it&#8217;s all said and done, I could run rake spec but Command-R in Textmate never worked right. Even after moving on I spent a lot of time dealing with schema.rb merge conflicts when pulling from upstream. This isn&#8217;t a terribly surprise given that file is a bottleneck of sorts when you have a lot of people adding migrations in rapid fire.</p>
<p>All in all, I got nothing done Saturday and I&#8217;m not proud of it. I lost my will to live at around 3PM. If I were to start an event like this, I would give serious thought to removing some of these pain points for the developers, esp for people who aren&#8217;t Rails experts. Stick to the stock Rails gem management setup. The less gems you load, the less shenanigans you have to fight, esp ones that try and manage gems/paths. At list for the first iteration. Also, I would either get the migrations/schema done before the event, or at least funnel migration creation through 1-2 people. Let everyone else mock their way down from the outside in.</p>
<p>Sunday was awesome. I did what I should&#8217;ve done Saturday. Grab a card and get something out the door and stop worrying if I&#8217;m doing it &#8220;right&#8221; the first time. It&#8217;s easier to re-factor than it is to create. Move forward. By the end of the night I managed to get a calendar page up, styled with the help of Parag including next/previous and month dropdown selection support.</p>
<p>I&#8217;m definitely looking forward to the next event like this. Hopefully by then I can get my current Rails project done so I won&#8217;t suck so much at the next event. <img src='http://chrislaco.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/events/advance2030-weekend/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
