<?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>Blue Cog Blog &#187; UG</title>
	<atom:link href="http://www.bluecog.com/blog/tag/ug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluecog.com/blog</link>
	<description>It's just a freaking blue cog...</description>
	<lastBuildDate>Thu, 22 Dec 2011 01:21:18 +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>COHPy Meeting &#8211; October 2010</title>
		<link>http://www.bluecog.com/blog/2010/10/26/cohpy-meeting-october-2010/</link>
		<comments>http://www.bluecog.com/blog/2010/10/26/cohpy-meeting-october-2010/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:45:30 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=704</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some links from last night&#8217;s meeting of the <a href="http://www.cohpy.org">Central Ohio Python Users Group</a>.</p>
<p>Austin Godber talked about <a href="http://pypi.python.org/pypi/virtualenv">virtualenv</a>. Materials from Austin&#8217;s presentation are on <a href="http://github.com/godber/ATOM">GitHub</a>.</p>
<p>Eric Floehr, of <a href="http://intellovations.com/">Intellovations</a>, presented <em>Building a Small Business/Personal Website With Django</em>. He discussed some Pythonic choices for building web sites such as <a href="http://www.blogofile.com/">Blogofile</a> for generating sites that are static content, and <a href="http://plone.org/">Plone</a> for enterprise-scale content management. <a href="http://www.djangoproject.com/">Django</a> falls somewhere in the middle as a good choice for small business or personal blogging sites.</p>
<p>Other links from Eric&#8217;s talk:</p>
<ul>
<li><a href="http://djangopackages.com/">Django Packages</a></li>
<li><a href="http://mezzanine.jupo.org/">Mezzanine</a></li>
<li><a href="http://djangopackages.com/packages/p/django-debug-toolbar/">django-debug-toolbar</a></li>
<li><a href="http://werkzeug.pocoo.org/about/">Werkzeug</a></li>
<li><a href="http://themeforest.net/">ThemeForest</a></li>
</ul>
<p>Also (FWIW), here&#8217;s a bit of <em>.bash_history</em> from my following along with part of Eric&#8217;s presentation on a VM running Ubuntu 10.10:</p>
<pre class="brush: bash">
sudo apt-get install python-virtualenv python-pip
mkdir dev
cd dev
mkdir oct
cd oct
virtualenv --no-site-packages pyenv
source pyenv/bin/activate
sudo apt-get install mercurial
pip install -e hg+http://bitbucket.org/stephenmcd/mezzanine#egg=mezzanine
mezzanine-project sample
cd sample
python manage.py syncdb
python manage.py runserver
pip install django-debug-toolbar
python manage.py runserver
pip install django-extensions
python manage.py graph_models blog&gt;blog.dot
sudo apt-get install graphviz
dotty blog.dot
</pre>
<p><em>I&#8217;m not presenting this as a how-to or a tutorial, just some notes. If you don&#8217;t know what the above commands will do then I&#8217;d recommend not running them.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2010/10/26/cohpy-meeting-october-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COHPy Meeting &#8211; September 2010</title>
		<link>http://www.bluecog.com/blog/2010/09/27/cohpy-meeting-september-2010/</link>
		<comments>http://www.bluecog.com/blog/2010/09/27/cohpy-meeting-september-2010/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 02:38:59 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=697</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some links from the September 2010 meeting of the <a href="http://www.cohpy.org/">Central Ohio Python Users Group</a>:</p>
<p><a href="http://www.railcar88.com/">Scott Scites</a> gave a talk on <a href="http://pyjs.org/">Pyjamas</a>, a &quot;Python Javascript Compiler, Desktop Widget Set and RIA Web Framework.&quot;</p>
<p>The following are among items discussed during Scott&#8217;s talk: </p>
<p><a href="http://puremvc.org/">PureMVC</a></p>
<p><a href="http://json-rpc.org/">JSON-RPC</a></p>
<p><a href="http://flask.pocoo.org/">Flask</a>  (A Python Microframework)</p>
<p><a href="http://raphaeljs.com/">Raphaël</a> JavaScript Library</p>
<p><a href="http://g.raphaeljs.com/">gRaphaël</a> Charting JavaScript Library</p>
<p><a href="http://pymines.appspot.com/">Minesweeper written in Python with Pyjamas</a></p>
<p><a href="http://357guts.appspot.com/">357 Guts</a>  &#8211; One of the guys at the meeting built this online card game using Pyjamas (and if someone tells me his name I&#8217;ll update this post, unless he wishes to remain anonymous).</p>
<p>Eric also mentioned <a href="http://geodjango.org/">GeoDjango</a>.</p>
<p>I thought this was a good meeting and I certainly came away with a list of some pretty cool Pythonic stuff to check out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2010/09/27/cohpy-meeting-september-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Columbus Ruby Brigade &#8211; June 2010</title>
		<link>http://www.bluecog.com/blog/2010/06/22/columbus-ruby-brigade-june-2010/</link>
		<comments>http://www.bluecog.com/blog/2010/06/22/columbus-ruby-brigade-june-2010/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:05:26 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=616</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.columbusrb.com/">Columbus Ruby Brigade</a> met at <a href="http://www.quicksolutions.com/home.aspx">Quick Solutions</a> on 21 June, 2010.</p>
<p><a href="http://twitter.com/mikedoel">Mike Doel</a> who works at <a href="http://www.rrbo.com/">VacationView</a> gave a talk on <a href="http://en.wikipedia.org/wiki/Capybara">Capybara</a> (a giant rodent that occasionally eats its own poop) and <a href="http://github.com/jnicklas/capybara">Capybara</a> (&quot;Son of <a href="http://github.com/brynary/webrat">Webrat</a>&quot;). One virtue of Capybara is that it facilitates testing the JavaScript bits on your site which Webrat cannot do.</p>
<p><a href="http://www.enginerding.com/">Alex Moore</a> presented <a href="http://ironruby.net/">IronRuby</a>. Some IronRuby performance and RubySpec stats are at <a href="http://ironruby.info/">ironruby.info</a>. </p>
<p>Alex recommended the book <a href="http://www.amazon.com/gp/product/0672330784?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0672330784">IronRuby Unleashed</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=0672330784" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Shay Friedman and mentioned the not yet released <a href="http://www.amazon.com/gp/product/1933988614?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1933988614">IronRuby in Action</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=1933988614" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Ivan Porto Carrero and Adam Burmister.</p>
<p>After the meeting we stopped at the nearby <a href="http://westerville.myrustybucket.com/">Busty Rucket</a> for a pint. I tried <a href="http://www.greatlakesbrewing.com/beer/an-exceptional-family-of-beers/seasonal/lake-erie-monster">Lake Erie Monster</a> from Great Lakes Brewing Co. and I have to say it was indeed a monster. Starts with a malty sweetness and finishes by biting your head off with some powerful hops. Not exactly my cup of tea, which is not surprising since it was a beer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2010/06/22/columbus-ruby-brigade-june-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Columbus Ruby Brigade</title>
		<link>http://www.bluecog.com/blog/2010/05/18/columbus-ruby-brigade/</link>
		<comments>http://www.bluecog.com/blog/2010/05/18/columbus-ruby-brigade/#comments</comments>
		<pubDate>Tue, 18 May 2010 12:50:31 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=596</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my linkdump from the May 2010 meeting of the <a href="http://www.columbusrb.com/">Columbus Ruby Brigade</a>:</p>
<p>The <a href="http://erubycon.com">erubycon</a> conference will be held Oct 1-3, 2010.</p>
<p>Ben Wagaman presented <em>Core of the Core</em> &#8211; <a href="http://wagaman.org/2010/core-of-the-core-reflection-talk/">Reflection</a>.</p>
<p><a href="http://gregmalcolm.com">Greg Malcolm</a> showed us <a href="http://bashdb.sourceforge.net/ruby-debug.html">ruby-debug</a> (<a href="http://cheat.errtheblog.com/s/rdebug/">cheat sheet</a>).</p>
<p><a href="http://twitter.com/muncman">Kevin Munc</a> presented <em>Method of the Month</em> (method<span style="text-decoration: underline">s</span> actually) empty?, nil?, blank?, and present?</p>
<p>Matt Forsythe gave a nice walkthrough on using <em>regular expressions</em>.</p>
<p><a href="http://rubular.com/">Rubular.com</a> was also mentioned.</p>
<p><a href="http://www.naramore.net/blog/">Elizabeth Naramore</a> gave an enthusiastic presentation on <em>Technical Writing</em> featuring <em><a href="http://www.dailymail.co.uk/news/article-1047578/Giant-inflatable-dog-mess-breaks-free-moorings-brings-power-line.html">Giant Inflatable Poop</a></em>.</p>
<p><a href="http://twitter.com/objo">Joe O&#8217;Brien</a> recommended a book by Jerry Weinberg &#8211; <a href="http://www.amazon.com/gp/product/093263365X?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=093263365X">Weinberg on Writing: The Fieldstone Method</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=093263365X" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2010/05/18/columbus-ruby-brigade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COhPy Meeting &#8211; December 2009</title>
		<link>http://www.bluecog.com/blog/2009/12/08/cohpy-meeting-december-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/12/08/cohpy-meeting-december-2009/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:56:24 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=507</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Here is my <em>link dump</em> from last night&#8217;s meeting of the <strong>Central Ohio Python Users Group</strong>:</p>
<p>The scheduled presenter, Brian Costlow, didn&#8217;t make it. Something about work being more important than a Python meeting. Priorities?</p>
<p>To fill the void, <strong>Eric Floehr</strong> showed a weather-related web application he has been working on that is built with <a href="http://www.djangoproject.com/">Django</a>. The app uses HTMLCalendar (<a href="http://stackoverflow.com/questions/1284923/django-calendar">Django, calendar &#8211; Stack Overflow</a>).</p>
<p><strong>Mark Erbaugh</strong> showed the web application he built using <a href="http://webpy.org/">web.py</a>. He also uses <a href="http://www.reportlab.org/">ReportLab.org</a> to generate PDF files.</p>
<p>I had not run across this before: <a href="http://docs.python.org/3.1/library/zipimport.html">29.2. zipimport &#8211; Import modules from Zip archives</a>.</p>
<p><a href="http://catherinedevlin.pythoneers.com/"><strong>Catherine Devlin</strong></a> presented <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>, <a href="http://meyerweb.com/eric/tools/s5/">S5</a>, and <a href="http://sphinx.pocoo.org/">Sphinx</a>.</p>
<p>A few related links:<br />
<a href="http://en.wikipedia.org/wiki/ReStructuredText">reStructuredText</a> on Wikipedia<br />
<a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">Quick reStructuredText</a><br />
<a href="http://docutils.sourceforge.net/docs/user/slide-shows.html">Easy Slide Shows With reST &amp; S5</a><br />
<a href="http://sphinx.pocoo.org/rest.html">reStructuredText Primer — Sphinx v0.6.3 documentation</a></p>
<p>Catherine also mentioned:<br />
<a href="http://us.pycon.org/2010/about/">PyCon 2010 Atlanta &#8211; A Conference for the Python Community</a><br />
<a href="http://pypi.python.org/pypi">Python Package Index : PyPI</a>, AKA the <a href="http://www.youtube.com/watch?v=B3KBuQHHKx0">Cheese Shop</a></p>
<p>Also discussed was the construction of the COhPy web site:<br />
Code at <a href="http://bitbucket.org/cohpy/cohpy/">cohpy — bitbucket.org</a>.<br />
Using <a href="http://code.google.com/appengine/">Google App Engine</a>.</p>
<p>Finally, I haven&#8217;t used decorators in Python (nor in my house) but I&#8217;d like to read up on that:<br />
<a href="http://www.python.org/dev/peps/pep-0318/">PEP 318 &#8212; Decorators for Functions and Methods</a><br />
<a href="http://www.ddj.com/web-development/184406073;jsessionid=QBP45WIFDGM5XQE1GHOSKHWATMY32JVN?_requestid=407863">Dr. Dobb&#39;s &#8211; Python 2.4 Decorators</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/12/08/cohpy-meeting-december-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CbusPASS &#8211; November 2009</title>
		<link>http://www.bluecog.com/blog/2009/11/13/cbuspass-november-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/11/13/cbuspass-november-2009/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:53:24 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=477</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I attended the <a href="http://columbus.sqlpass.org/">CbusPASS</a> (that&#8217;s the Columbus chapter of the <a href="http://www.sqlpass.org/">Professional Association for SQL Server</a>, aka the Columbus SQL Server Users Group) meeting. I&#8217;m not using SQL Server much these days so the take home value isn&#8217;t immediate for me. I&#8217;m interested in databases in general, I have used SQL Server in the past, and I expect I will use it even more in the future so I do enjoy these meetings. The remote presentation almost failed due to audio problems but fortunately a member of the group had a notebook PC that worked for both audio and video. Tim Ford presented on SQL Server Dynamic Management Views and Dynamic Management Functions. What follows is basically a link dump from my notes:</p>
<p>Group leader: <a href="http://facility9.com/">Jeremiah Peschka, SQL Server Developer</a><br />
<a href="http://twitter.com/peschkaj">Jeremiah Peschka (peschkaj) on Twitter</a></p>
<p>Tim Ford&#8217;s web site <a href="http://www.ford-it.com/sqlagentman/">SQLAgentMan</a><br />
<a href="http://twitter.com/sqlagentman">Tim Ford (sqlagentman) on Twitter</a></p>
<p>Tim writes for <a href="http://www.mssqltips.com/">MSSQLTips.com</a>, among other things.</p>
<p>Tim said he will post the slides and examples from the presentation at <a href="http://speakerrate.com/sqlagentman">SpeakerRate</a>. </p>
<p>MSDN: <a href="http://msdn.microsoft.com/en-us/library/ms188754.aspx">Dynamic Management Views and Functions</a></p>
<p>SQLTeam: <a href="http://www.sqlteam.com/article/dynamic-management-views">Dynamic Management Views</a></p>
<p>SQLTeam: <a href="http://weblogs.sqlteam.com/mladenp/archive/2009/04/08/SQL-Server---Find-missing-and-unused-indexes.aspx">SQL Server &#8211; Find missing and unused indexes</a></p>
<p>MSDN: <a href="http://msdn.microsoft.com/en-us/library/ms189858.aspx">Reorganizing and Rebuilding Indexes</a></p>
<p><a href="http://www.mssqltips.com/tip.asp?tip=1544">Backup</a> your <a href="http://msdn.microsoft.com/en-us/library/ms190940.aspx">Resource Database</a>.</p>
<p>There was discussion after the meeting about <a href="http://powerpivot.com/">PowerPivot</a>, previously code named <a href="http://www.beyeblogs.com/donaldfarmer/archive/2009/04/microsoft_proje.php">Project</a> <a href="http://www.bi-verdict.com/fileadmin/FreeAnalyses/Comment_Gemini.htm">Gemini</a>, and the <a href="http://powerpivotpro.com/">PowerPivotPro</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/11/13/cbuspass-november-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CONDG Meeting &#8211; August 2009</title>
		<link>http://www.bluecog.com/blog/2009/08/27/condg-meeting-august-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/08/27/condg-meeting-august-2009/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 02:51:40 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=366</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I enjoyed the presentation by <a href="http://www.sempf.net/">Bill Sempf</a> at this month&#8217;s <a href="http://condg.org/archive/2009/08/21/August-Meeting-AnnouncementAgain.aspx">Central Ohio .NET Developers Group</a> even if it was a little disorganized. I think Mr. Sempf and I share a certain scatterbrain quality though his achievements point to an ability to focus deeply when needed. He&#8217;s like smarter more extroverted version of the Bill writing this post. And we share a similar hairline.</p>
<p>Bill discussed some of the changes coming in C# 4.0 and how some of the smaller changes that started in C# 3.0 are part of a larger strategy to make things like LINQ possible, and make COM interop work more smoothly. He also pointed out some additions to Visual Studio that may be helpful when doing Test Driven Development. Visual Studio has been rewritten in WPF for version 2010 so go get more RAM. </p>
<p>A lot of the changes to C# are to help it compete with <a href="http://www.hanselman.com/blog/C4AndTheDynamicKeywordWhirlwindTourAroundNET4AndVisualStudio2010Beta1.aspx">dynamic</a> languages like Ruby and Python, and to make it <a href="http://www.hanselman.com/blog/CLRAndDLRAndBCLOhMyWhirlwindTourAroundNET4AndVisualStudio2010Beta1.aspx">not suck for automating Microsoft Office</a>. Oh no. It&#8217;s VB with braces. At least it doesn&#8217;t have DIMs and SUBs. </p>
<p>Pizza was provided by Information Control Corporation (<a href="http://www.iccohio.com/">ICC</a>), a company based in Columbus that (if I heard right) Bill Sempf works with as a consultant. ICC has released an open source framework called <a href="http://www.mvc4wpf.com/">MVC4WPF</a>. Thanks for the framework, and the pizza.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/08/27/condg-meeting-august-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CONDG Meeting &#8211; July 2009</title>
		<link>http://www.bluecog.com/blog/2009/07/23/condg-meeting-july-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/07/23/condg-meeting-july-2009/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 02:08:41 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=249</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! I have been remiss as a blogger. No posts since April. I logged in and see there are five drafts I haven&#8217;t finished. I don&#8217;t know if this has anything to do with the fact that I started using <a href="http://twitter.com/billmelvin">Twitter</a> in the meantime. Twitter: It&#8217;s like a sputtering of creative sparks, 140 character sparks at most (and mine not all that creative), that burn through the fuel of creative energy but never really get the fire going. There is something addictive about Twitter when you&#8217;re a geek. Maybe I shouldn&#8217;t blame my lack of writing on Twitter. There have been a lot of other things going on the last few months. On the bright side, I doubt many read this blog (if I checked metrics I&#8217;d know) so it&#8217;s not a big deal. But even if this is only a journal for my own future reference I should keep it up, right? Well, on to the meeting.</p>
<p>At this month&#8217;s meeting of the <a href="http://condg.org/archive/2009/07/20/July-Meeting-AnnouncementAgain.aspx">Central Ohio .NET Developers Group</a>, Jeremiah Peschka (already following Jeremiah on Twitter) talked about SQL Server and Object-Relational Mapping. <a href="http://facility9.com/">Jeremiah</a> talked specifically about the <a href="http://nhforge.org/Default.aspx">NHibernate</a> ORM tool. I&#8217;ve read a lot about NHibernate but so far have not worked on a project that used it. Prior to showing NHibernate, the support for <a href="http://msdn.microsoft.com/en-us/magazine/cc794278.aspx">hierarchical data in SQL Server</a> was discussed. It seems that this <a href="http://www.sqlteam.com/article/more-trees-hierarchies-in-sql">hierarchical data</a> could be useful in ORM scenarios. I really enjoyed the presentation and look forward to working with some of the tools and techniques that were discussed.</p>
<p>On a side note: Maybe it&#8217;s just me, but there&#8217;s something about Jeremiah&#8217;s mannerisms that reminds me of <a href="http://clarkhoward.com/">Clark Howard</a> (just followed Clark Howard on Twitter). Of course Jeremiah is a much cooler guy than Clark, maybe not as rich. Of course I say that without really knowing either of them. And maybe I should be tweeting this instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/07/23/condg-meeting-july-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>COLARC Meeting &#8211; April 2009</title>
		<link>http://www.bluecog.com/blog/2009/04/07/colarc-meeting-april-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/04/07/colarc-meeting-april-2009/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 22:00:23 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=151</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>Software Archeology was the topic of the presentation given by <a href="http://blogs.embarcadero.com/michaelrozlog/">Michael Rozlog</a> of Embarcadero Technologies at this month&#8217;s meeting of the <a href="http://www.colarc.org/">Columbus Architecture Group</a>. As a software developer, you sometimes inherit code that you had nothing to do with creating. This can happen for a variety of reasons but the end result is you have a big lump of code that you know little to nothing about. As Michael described it, that code is effectively locked until you take steps to discover how it works. Michael described following aspects of &#8220;unlocking&#8221; an unfamiliar codebase using software tools and showed some examples using <a href="http://www.embarcadero.com/products/jbuilder/">JBuilder</a>:</p>
<ul>
<li><strong>Visualization</strong> using a modeling tool that can map existing code.</li>
<li>Using a metrics tool to find <strong>design violations</strong>.</li>
<li>Using an auditing tool to find <strong>style violations</strong>.</li>
<li>Reviewing <strong>business logic</strong> (unit tests, acceptance tests &#8211; if you&#8217;re lucky enough to have inherited those too).</li>
<li>Using a profiling tool to find areas in the code with <strong>performance</strong> problems.</li>
<li>Creating <strong>documentation</strong> so future maintainers will not have to start from scratch.</li>
</ul>
<p>From my experience, sometimes you don&#8217;t have modeling, auditing, or metrics tools available for a particular system. You just have to grab a shovel and start digging up bones. Make a copy of the code and do some throw-away refactoring (that code will never be checked back into source control). Try to break parts of the system and see if it breaks in the way you expect. Try to come up with some big picture tests that can be <a href="http://www.autoitscript.com/autoit3/index.shtml">automated</a>. Later, when you know more about the system and are ready to start fixing bugs and adding features, you can add unit tests around just the parts you are going to change. Though some environments just don&#8217;t support unit tests, but I digress (as usual). </p>
<p>I have a small company background and at this point I&#8217;ve never worked with a system approaching a million lines of code. I&#8217;m sure there are systems too large to explore manually that can only be discovered using a tool suite that&#8217;s up to the task. Nonetheless, I am reminded by Michael&#8217;s examples at this meeting, if you have the tools available you should use them, even for a small system, even for your own code that you think you know well. You&#8217;re bound to learn something, and make your code better in the process.</p>
<p>Also in my notes from the meeting:</p>
<p><a href="http://en.wikipedia.org/wiki/Kiviat">Kivat</a> graphs</p>
<p><a href="http://wiki.java.net/bin/view/People/SmellsToRefactorings">Shotgun Surgery</a></p>
<p><a href="http://venturebeat.com/2008/12/23/iphone-fart-app-pulls-in-nearly-10000-a-day/">Stupid iPhone apps</a> can make a lot of money if they go viral.</p>
<p>&#8230;and from Microsoft, who provided the meeting space:</p>
<p><a href="http://www.areyoucertifiable.com">Are you certifiable?</a></p>
<p><a href="http://www.technet.com/itmanagement">IT Management Community Hub</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/04/07/colarc-meeting-april-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CONDG Meeting &#8211; March 2009</title>
		<link>http://www.bluecog.com/blog/2009/03/27/condg-meeting-march-2009/</link>
		<comments>http://www.bluecog.com/blog/2009/03/27/condg-meeting-march-2009/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 15:06:41 +0000</pubDate>
		<dc:creator>Bill Melvin</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[UG]]></category>

		<guid isPermaLink="false">http://www.bluecog.com/blog/?p=120</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I knew this month&#8217;s meeting of the <a href="http://condg.org/archive/2009/03/20/March-Meeting-Announcement.aspx">Central Ohio .NET Developers Group</a> was going to be a break from the norm when I heard <a href="http://www.netcave.org/">Alan Stevens</a> jamming on his guitar as I approached the meeting room. He was belting out the words to REM&#8217;s <em>End of the World as we Know It (and I feel fine)</em> which is an impressive feat of memory and diction in itself.</p>
<p>Alan titled the talk &#8220;Coding in Public&#8221; and challenged those in attendance to code with others more often. We should not be afraid our code sucks but rather acknowledge that it sucks (at least some of it, sometimes) and, since it sucks anyway, we might as well let it &#8220;suck with gusto.&#8221; We can then learn together how to make it suck less.</p>
<p>Alan began by discussing the <a href="http://blog.toolshed.com/2008/06/dreyfus-model-i.html">Dreyfus model of skill acquisition</a> in general and as it relates to software development. This was not a new concept for me, but only because I have been reading <a href="http://www.amazon.com/gp/product/1934356050?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1934356050">Pragmatic Thinking and Learning</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=1934356050" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Andy Hunt.  Andy talks a lot about the Dreyfus model. He also mentions something called &#8220;second-order incompetence&#8221; that worries me a little. Hope that shoe doesn&#8217;t fit.</p>
<p><img src="http://www.bluecog.com/images/vootah_sm_w.png" alt="grin" /></p>
<p>Alan also talked about the book <a href="http://www.amazon.com/gp/product/0452267560?ie=UTF8&amp;tag=bluecog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0452267560">Mastery</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&amp;l=as2&amp;o=1&amp;a=0452267560" border="0" alt="" width="1" height="1" /> by George Leonard. When I got home I pulled my copy off the shelf and plan to read it again. It is a good book and the ideas are worth refreshing.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.bluecog.com/images/blog/Book_Mastery.jpg" alt="Mastery by George Leonard" /></p>
<p>Among other books Alan mentioned are <a href="http://www.amazon.com/gp/product/0131177052?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0131177052">Working Effectively with Legacy Code</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=0131177052" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Michael Feathers, <a href="http://www.amazon.com/gp/product/0066620996?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0066620996">Good to Great</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=0066620996" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Jim Collins, and <a href="http://www.amazon.com/gp/product/1591842247?ie=UTF8&#038;tag=bluecog-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591842247">Talent Is Overrated</a><img src="http://www.assoc-amazon.com/e/ir?t=bluecog-20&#038;l=as2&#038;o=1&#038;a=1591842247" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Geoff Colvin.</p>
<p>This talk got me thinking about the relative isolation I&#8217;ve been working in lately and that I need to get out more and look for opportunities to collaborate with others. In the meantime, I&#8217;ve been wanting to put some code out there for a couple small personal projects I&#8217;ve worked on recently and I hope to do that soon. It can&#8217;t suck with gusto if it&#8217;s stuck in my private Subversion repository. I just have to decide where to host it and <a href="http://www.codinghorror.com/blog/archives/000833.html">which license</a> to use.</p>
<p>Also noted at the meeting:</p>
<p><a href="http://codekata.pragprog.com/">Code Kata</a></p>
<p><a href="https://www.mesh.com/Welcome/default.aspx">LiveMesh</a></p>
<p><a href="http://cinnug.org/cododn/">Central Ohio Day Of DotNET</a> 2009-04-18</p>
<p><a href="http://stirtrek.com/">Stir Trek</a> 2009-05-08</p>
<p><a href="http://codestock.org/">CodeStock</a></p>
<p><a href="http://hbr.harvardbusiness.org/2007/07/the-making-of-an-expert/ar/1">The Making of an Expert</a> &#8211; This link is not to the whole article, you have to subscribe or buy it (and there&#8217;s nothing wrong with wanting to get paid, but then I assume you know how to use a search engine &#8211; seek and ye shall find &#8211; the choice is yours).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecog.com/blog/2009/03/27/condg-meeting-march-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

