<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Almost a Space Game (A2SG) &#187; Hackfests</title>
	<link>http://blog.almostaspacegame.com</link>
	<description>The Trials, Tribulation, and Joys of Creating a Web-Based Space Trading Game</description>
	<pubDate>Sat, 06 Jun 2009 23:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Semantic Seed Open House</title>
		<link>http://blog.almostaspacegame.com/2009/06/04/semantic-seed-open-house.html</link>
		<comments>http://blog.almostaspacegame.com/2009/06/04/semantic-seed-open-house.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 16:55:23 +0000</pubDate>
		<dc:creator>doktahworm</dc:creator>
		
		<category><![CDATA[Hackfests]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2009/06/04/thoughts-on-the-semantic-seed-open-house.html</guid>
		<description><![CDATA[Toby Morning from Semantic Seed is one of my new favorite human beings.  Aside from offering our Ruby Hackfest group an evening home, he and his partners are doing some really cool stuff.
Set aside your cynicism for a moment and watch this cool video on entrepreneurship (it might well be better to watch the [...]]]></description>
			<content:encoded><![CDATA[<p>Toby Morning from <a href="http://www.semanticseed.com/">Semantic Seed</a> is one of my new favorite human beings.  Aside from offering our Ruby Hackfest group an evening home, he and his partners are doing some <b>really cool stuff</b>.</p>
<p>Set aside your cynicism for a moment and watch this cool video on entrepreneurship (it might well be better to <a href="http://www.youtube.com/watch?v=T6MhAwQ64c0&#038;eurl=http%3A%2F%2Fblog%2Ealmostaspacegame%2Ecom%2F&#038;feature=player_embedded">watch the non-embedded version on YouTube</a> or <a href="http://www.semanticseed.com/">the version on their home page</a> since the video is wide enough that it doesn&#8217;t really embed here properly):</p>
<p><object width="560" height="340">
<param name="movie" value="http://www.youtube.com/v/T6MhAwQ64c0&#038;hl=en&#038;fs=1&#038;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/T6MhAwQ64c0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>A whole bunch of the related videos are really fascinating/interesting&#8230; including the video from/about the World Bank and what they&#8217;re doing to provide jobs/education/economic development via technology.  Super-interesting.</p>
<p><object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/eA-Ene4nJsc&#038;hl=en&#038;fs=1&#038;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eA-Ene4nJsc&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>I&#8217;m really stoked about the SJ Ruby Hackfest being hosted at Semantic Seed.  Their offices reverberate with a lot of seriously infectious startup energy.  Maybe we can add some good mojo to the mix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2009/06/04/semantic-seed-open-house.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Getting My Testing On, I </title>
		<link>http://blog.almostaspacegame.com/2009/06/03/getting-my-testing-on-i.html</link>
		<comments>http://blog.almostaspacegame.com/2009/06/03/getting-my-testing-on-i.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:41:49 +0000</pubDate>
		<dc:creator>doktahworm</dc:creator>
		
		<category><![CDATA[BDD / TDD]]></category>

		<category><![CDATA[Cool Stuff]]></category>

		<category><![CDATA[Hackfests]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2009/06/03/getting-my-testing-on-i.html</guid>
		<description><![CDATA[I&#8217;ve been continuing to write more Rspec unit tests and finding/smacking down more obscure/odd bugs.  I can&#8217;t overstate how much I&#8217;m digging Rspec and embracing the BDD Mentality.  The best part is that it&#8217;s a &#8220;focusing agent&#8221; which helps me to hone in on what I need to do instead of what whimsy [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been continuing to write more <a href="http://rspec.info/">Rspec</a> unit tests and finding/smacking down more obscure/odd bugs.  I can&#8217;t overstate how much I&#8217;m digging Rspec and embracing the BDD Mentality.  The best part is that it&#8217;s a &#8220;focusing agent&#8221; which helps me to hone in on what I <strong>need</strong> to do instead of what <strong>whimsy</strong> encourages me to do.  That is <em><strong>extremely useful</strong></em>.</p>
<p>While I have been spending some time here and there working on the game I&#8217;ve picked up a couple of other projects which will likely find themselves out in the world before my space game.</p>
<p>Next steps are to dig in to <a href="http://cukes.info/">Cucumber</a> (according to <a href="http://echographia.com">Erik</a>, it might not be as useful for writing specs for my game because I&#8217;m working on that solo, but will likely be more useful for collaborating with others), revisit <a href="http://seleniumhq.org/">Selenium</a> (especially in regards to using it with Flash), and to check out <a href="http://github.com/brynary/webrat/tree/master">WebRat</a>.</p>
<p>I&#8217;m also going to dig in to <a href="http://asunit.org/">ASUnit</a> and <a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit">FlexUnit</a> soon too&#8230; as soon as I get more of the game&#8217;s backend in shape.  ASUnit was written/is maintained by the uber-awesome <a href="http://patternpark.com/">Pattern Park</a> guys, so it&#8217;s going to get my attention first.  I&#8217;m also really interested in the new integrated unit testing in <a href="http://labs.adobe.com/technologies/flashbuilder4/">Flash Builder 4</a> (the Eclipse-based IDE formerly known as Flex Builder), but I&#8217;ve gotta upgrade to Leopard before it&#8217;s possible to check out Adobe&#8217;s latest betas.  (Does anyone have an &#8220;extra license&#8221; as part of their OSX family upgrade pack, and if so, would you maybe be willing to adopt me so I can be part of your family?)</p>
<p>One of the fun diversions I&#8217;ve been enjoying is a super-casual game called <a href="http://monchichichi.mybrute.com/">MyBrute</a>.  Basically, you create a cutesy anime-ish warrior and duke it out in three daily fights in the arena, randomly acquiring new skills and weapons when you level up.  For a game which requires so little user interaction (the fighting is completely automated) it&#8217;s a surprisingly pleasant way to spend ~5ish minutes a day, rooting for your character.</p>
<p>Lastly, <a href="http://www.semanticseed.com/">Semantic Seed</a> has offered the <a href="http://ruby.meetup.com/117/">SJ Ruby Hackfest</a> some space to meet for weekly/bi-weekly evening hackfests.  That&#8217;s super-cool, and I&#8217;m stoked about it.  If you&#8217;re interested in coming out to hack during the week please let me know what evening(s) work best for you.  I&#8217;m hoping to accommodate as many folks&#8217; schedules as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2009/06/03/getting-my-testing-on-i.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Almost June?  Flashcamp and San Jose Ruby Hackfest Joy</title>
		<link>http://blog.almostaspacegame.com/2009/05/30/almost-june-flashcamp-san-jose-ruby-hackfest-joy.html</link>
		<comments>http://blog.almostaspacegame.com/2009/05/30/almost-june-flashcamp-san-jose-ruby-hackfest-joy.html#comments</comments>
		<pubDate>Sat, 30 May 2009 23:15:47 +0000</pubDate>
		<dc:creator>doktahworm</dc:creator>
		
		<category><![CDATA[A2SG Progress]]></category>

		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Cool Stuff]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flashcamp]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Hackfests]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2009/05/30/almost-june.html</guid>
		<description><![CDATA[June is closing in and I&#8217;m pleased to be able to report some progress.  I&#8217;ve added a bunch of TESSSSSSSSSSTS!    The minute I got a whole slew of running tests, what&#8217;d I do?  I REFACTORED!  How many running tests now?  DOH!  That was some serious refactoring&#8230;. there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>June is closing in and I&#8217;m pleased to be able to report some progress.  I&#8217;ve added a bunch of TESSSSSSSSSSTS!  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The minute I got a whole slew of running tests, what&#8217;d I do?  I REFACTORED!  How many running tests now?  DOH!  That was some serious refactoring&#8230;. there&#8217;s still plenty to do!</p>
<p>I&#8217;m really regretting NOT taking a more TDD-like approach from the get-go.  The tests I&#8217;ve been writing have exposed bugs I didn&#8217;t even realize existed and have helped me focus on specific bits of functionality vs. chasing rabbits down whichever rabbit-holes seem promising.  TDD is awesome!  It&#8217;s not just about tests&#8230; it&#8217;s about writing better code and helping see the actual path ahead.  What&#8217;s NOT to like about that?</p>
<p>Zed Shaw <a href="http://www.zedshaw.com/blog/2009-05-29.html">has a great blog post on Hemispatial Neglect</a> which has me doing a fair bit of thinking about my blind spots and acceptance of things/the &#8220;status quo.&#8221;  I really appreciate what Zed has to say, and I think he&#8217;s often hilariously funny.  The Hemispatial Neglect post, and his thoughts on directions his <a href="http://www.zedshaw.com/blog/2009-05-20.html">Lamson project</a> could go are really thought-provoking and interesting.  Zed makes me want to learn Python&#8230; once I get my game alpha released, maybe.  (Or maybe not, &#8217;cause if I dig Python I&#8217;ll be tempted to rewrite bits of my game <strong>yet again</strong>.  Re-writing != Releasing!)  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I went to <a href="http://www.flashcamp.org/">Flashcamp</a> at Adobe HQ in San Francisco last night and had a great time.  I rode up with Big Badass Ben Floering and got to see some VERY cool stuff demoed.  <a href="http://labs.adobe.com/technologies/flashcatalyst/">Flash Catalyst</a> (formerly codenamed &#8220;Thermo&#8221;) is really awesome-looking and I&#8217;m going to dig into it super-soon (maybe tonight) and play around.  It&#8217;s a very cool/interesting/promising tool which will hopefully help bridge the &#8220;Designer/Developer Gap&#8221; somewhat.  I&#8217;m definitely intrigued/interested.  The new support for CSS Selectors in Flex are very cool too&#8230; finally, it&#8217;s starting to look more like traditional web development though there&#8217;s still plenty of Flex attribute naming weirdness.  It&#8217;s definitely a welcome step in a more sensible direction.</p>
<p>Personal highlights of Flashcamp for me were more aligned with talking with folks than seeing the demos, though.</p>
<p>I got to say howdy to one of my Software Development Idols, <a href="http://www.peterarmstrong.com/">Peter Armstrong</a> (<a href="http://www.ruboss.com/">Ruboss Technology Corporation</a>/ <a href="http://restfulx.github.com/">RestfulX</a>), who told me that he&#8217;d come down from Canada to Flashcamp to catch up on Flex 4 stuff and that he was going to lock himself in a hotel room for four days to get some work done on his book.  Awesomeness.  I should write a post about some of the reasons Peter is one of my heroes&#8230; he&#8217;s a really super-cool guy who not-enough-folks know of and are missing out by not knowing.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>While I was sitting/blabbing with SILVAFUG South Honcho <a href="http://www.linkedin.com/in/keithsutton">Keith Sutton</a> Adobe was having a raffle.  While neither Keith, Big Badass <a href="http://gamersftw.com/">Ben Floering</a>, or I won anything we were glad that <a href="http://www.svwebbuilder.com/">Bess Ho</a> won a copy of CS4 Master edition.  I have to confess that I&#8217;m a wee bit jealous, but as Keith pointed out &#8220;it&#8217;s nice to see someone deserving win cool stuff.&#8221;  Keith and Bess did a presentation at the last SILVAFUG meeting(s) on <a href="http://www.slideshare.net/bess.ho/designer-developer-work-flow-for-flex-builder-1425682">Designer and Developer Workflow</a>.  It was definitely goooood stuff.</p>
<p>Homeslice Carl Tanner (Captain Proton) won a gift certificate for a beer store, which was kinda funny &#8217;cause I think he&#8217;s pretty straight-edge&#8230; but hey, winning something is winning something, y&#8217;know?  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I also got to blab with Badass Uberpimps Luke Bayes and Ali Mills (<a href="http://asunit.org/">ASUnit</a>, <a href="http://patternpark.com/">Pattern Park</a>, <a href="http://projectsprouts.org/">Project Sprouts</a>, <a href="http://puremvc.org/content/view/43/98/">PureMVC Presenters</a>, <a href="http://asserttrue/">AssertTrue</a>, and like 95% of all the other cool stuff on the internet) which was, as usual, a good enough reason to head up to the City in and of itself.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ali and Luke both gave my &#8220;new (old) look&#8221; a thumbs-up and Luke whipped out a picture of his <strong>fantastic mohawk</strong> from when he was 17.  I had to show a picture of myself from a month or two ago to get a couple of people to be able to recognize me.  Sooooo funny!</p>
<p>Luke spent his Memorial Day weekend &#8220;making OpenID work.&#8221;  He <a href="http://github.com/lukebayes/bort">forked Bort on github</a> and has a demo version up on Heroku.  I aspire to be even 10% as prolific and awesome as Luke and Ali.  I find them both to be amazingly cool humans who do amazing stuff.  I always feel inspired by those cats.</p>
<p>I also had nice chats with <a href="www.roundpeg.com">Chris Luebcke</a>, <a href="http://joshblog.net/">Josh Tynjala</a>, <a href="http://radleymarx.com/">Radley Marx</a>, and a whole slew of other fine folks.  One of the ladies working at the event even waltzed with me for a moment!  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Executive summary: Flashcamp was good times, fo sho.</p>
<p>Today&#8217;s hackfest has been good&#8230; less hacking than yacking, but that&#8217;s good stuff too!  I&#8217;ve been having a great running conversation with <a href="http://branczyk.org/stephan/">Stephan Branczyk</a> about, well&#8230; everything!?  He&#8217;s totally my kind of h4&#215;0r&#8230; into plenty of interesting things.  Our conversation touched on:</p>
<dl>
<dt><a href="http://en.wikipedia.org/wiki/QR_Code">QR Codes</a> and scanning UPC/ISBN codes from one&#8217;s phone</dt>
<dt>Nokia Phones:</dt>
<dd>Stephan&#8217;s recently acquired <a href="http://europe.nokia.com/A41146122">Nokia E71</a></dd>
<dd>The very cool <a href="http://www.gsmarena.com/nokia_n97-2615.php">Nokia N97</a>, which will run <a href="http://www.adobe.com/products/flashlite/">Flash Lite</a> apps (Woo!)</dd>
<dd>A Flash Lite/Nokia <a href="http://www.callingallinnovators.com/flash.aspx">app contest</a> and the <a href="http://openscreen.forum.nokia.com/">Open Screen Project Fund</a></dd>
<dt><a href="http://www.amazon.com/Art-Game-Design-book-lenses/dp/0123694965">The Art of Game Design</a> book (non-affiliate link)</dt>
<dt><a href="http://www.amazon.com/Mastery-Keys-Success-Long-Term-Fulfillment/dp/0452267560">Mastery: The Keys to Success and Long-Term Fulfillment</a> (non-affiliate link)</dt>
<dt>The <a href="http://unity3d.com/">Unity Game Engine</a></dt>
<dt>Uber Game Designer <a href="http://www.xeodesign.com/founder.html">Nicole Lazzaro</a>&#8217;s presentation on emotions in game(s|rs).</dt>
<dd>From <a href="http://www.casualconnect.org/content/gamedesign/NicoleLazzaro7-07.html">Casual Content</a>:</dd>
<blockquote><p>Nicole Lazzaro, founder and president of XEODesign, is an award-winning interface designer and the leading authority on emotion and the fun of games. Her seventeen years of research defined the mechanisms of emotion that drive play and reshaped the fun of over 40 million player experiences including Myst, the Sims, Diner Dash and smart pens. She has helped clients such as EA, DICE, Ubisoft, Monolith, Sony, Playfirst, and Maxis explore new game mechanics and audiences. A frequent speaker, she enjoys sharing her research on why people play. Prior to founding XEODesign in 1992, Nicole earned a degree in Cognitive Psychology from Stanford University and worked in film.</p></blockquote>
<dt>Testing Frameworks:</dt>
<dd><a href="http://seleniumhq.org/">Selenium</a></dd>
<dd><a href="http://www.getwindmill.com/">Windmill</a></dd>
<dt>The hipness of <a href="http://www.moo.com/en/">Moo Cards</a></dt>
</dl>
<p><strike>Stephan is demanding that I publish something&#8230; and demanding that I sling some code&#8230; so I&#8217;m hitting &#8220;publish&#8221; and will clean this up when I get home.</strike></p>
<p>I also had a nice chat outside with a couple of dreadhead kids while I was feeding my monkey&#8230; so many interesting people.</p>
<p>While the music they play at Hydration is a mixed bag (literally&#8230; they mostly play mix-cds) they were playing a great song by Jason Mraz (feat. Colbie Caillat) which I rather liked:</p>
<p><object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/-BPPl9TA0vk&#038;hl=en&#038;fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-BPPl9TA0vk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>It&#8217;s been a good couple of days&#8230; now it&#8217;s time to get back to my tests.  I&#8217;m down to 13 failures (out of 160 tests), which are all mostly related to some changes I made to the way ship inventories work.  I&#8217;m getting kinda sick of thinking about ship inventories <strong>but</strong> I&#8217;m getting close to having them WORKING with TESTS, so of course that&#8217;s a thing of beauty!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2009/05/30/almost-june-flashcamp-san-jose-ruby-hackfest-joy.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>san_jose_hackfest_on_steroids</title>
		<link>http://blog.almostaspacegame.com/2008/06/16/san_jose_hackfest_on_steroids.html</link>
		<comments>http://blog.almostaspacegame.com/2008/06/16/san_jose_hackfest_on_steroids.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:25:31 +0000</pubDate>
		<dc:creator>doktahworm</dc:creator>
		
		<category><![CDATA[Hackfests]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.almostaspacegame.com/2008/06/16/san_jose_hackfest_on_steroids.html</guid>
		<description><![CDATA[Several of us from not_joseph&#8217;s San Jose Ruby Hackfest Meetup have been getting together fairly frequently to hack.  I&#8217;ve created a Google Group for folks in the South Bay area to announce when/where they&#8217;re hacking so that it&#8217;d be easier to set up impromtu hackfests and get to know other Ruby/Rails folks.
Please consider joining. [...]]]></description>
			<content:encoded><![CDATA[<p>Several of us from not_joseph&#8217;s <a href="http://ruby.meetup.com/117/">San Jose Ruby Hackfest Meetup</a> have been getting together fairly frequently to hack.  I&#8217;ve created a <a href="http://groups.google.com/group/south_bay_hackfests_on_steroids">Google Group</a> for folks in the South Bay area to announce when/where they&#8217;re hacking so that it&#8217;d be easier to set up impromtu hackfests and get to know other Ruby/Rails folks.</p>
<p><a href="http://groups.google.com/group/south_bay_hackfests_on_steroids">Please consider joining</a>.  <img src='http://blog.almostaspacegame.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.almostaspacegame.com/2008/06/16/san_jose_hackfest_on_steroids.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
