<?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>sniping.org &#187; Projects</title>
	<atom:link href="http://sniping.org/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://sniping.org</link>
	<description>snipe -- verb [intrans.] -- make a sly or petty verbal attack</description>
	<lastBuildDate>Sat, 17 Jul 2010 18:44:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Issue Trackers and Project Management</title>
		<link>http://sniping.org/2007/05/20/issue-trackers-and-project-management/</link>
		<comments>http://sniping.org/2007/05/20/issue-trackers-and-project-management/#comments</comments>
		<pubDate>Sun, 20 May 2007 20:51:31 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sniping.org/2007/05/20/on-issue-trackers-and-project-management/</guid>
		<description><![CDATA[<a href="http://sniping.org/2007/05/20/issue-trackers-and-project-management/" title="Issue Trackers and Project Management"></a>I&#8217;m going to be pushing a software project I&#8217;ve been working on out into the open source world sometime in the near future, so I&#8217;ve been considering what I want to use to keep track of the software&#8217;s development. I &#8230;<p class="read-more"><a href="http://sniping.org/2007/05/20/issue-trackers-and-project-management/">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<a href="http://sniping.org/2007/05/20/issue-trackers-and-project-management/" title="Issue Trackers and Project Management"></a><p>I&#8217;m going to be pushing a software project I&#8217;ve been working on out into the open source world sometime in the near future, so I&#8217;ve been considering what I want to use to keep track of the software&#8217;s development.  I initially started by creating a <a href="http://www.rubyforge.org">RubyForge</a> project for it, because the tool is written in Ruby and that&#8217;s <em>just what you do</em> with Ruby projects, but I&#8217;ve also been thinking about <a href="http://trac.edgewall.com">Trac</a> and <a href="https://launchpad.net">Launchpad</a>.</p>

<p><span id="more-72"></span></p>

<p>To help in this decision-making process, I&#8217;ve crafted a table.</p>

<table>

<tr>
<th>Software</th>
<th>Hosted?</th>
<th><acronym title="Version Control System">VCS</acronym> Integration</th>
<th>Site Content Management?</th>
<th>Mailing Lists?</th>
<th>Customizable?</th>
</tr>

<tr>
<td>RubyForge</td>
<td>Yes</td>
<td>CVS, Subversion</td>
<td>Yes, static content</td>
<td>Yes</td>
<td>Content yes, project page no</td>
</tr>

<tr>
<td>Trac</td>
<td>No</th>
<td>CVS, Subversion</td>
<td>Yes, wiki</td>
<td>No</td>
<td>Yes</td>
</tr>

<tr>
<td>Launchpad</td>
<td>Yes</td>
<td>Bazaar (CVS and Subversion through the importer)</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>

</table>

<p><a href="http://www.rubyforge.org">RubyForge</a> is great, and there&#8217;s a lot to be said for hosting this project somewhere other than Duke or on my sluggish <a href="http://www.textdrive.com">TextDrive</a> shared hosting account.  But I&#8217;d like some sort of site content management beyond just SFTP to the site and manage static HTML files in a document root.  There&#8217;s an optional wiki, but it&#8217;s <a href="http://www.usemod.com/cgi-bin/wiki.pl">UseMod</a>&#8230; bleh.  It would also be nice to have integrated mailing lists.</p>

<p>I think <a href="http://trac.edgewall.com">Trac</a> has the best feature set overall, and is used by many high-profile and highly respected projects, so I can be reasonably certain that it&#8217;ll do what I need.  The only major drawback is that I&#8217;d have to maintain it on a server myself, though this does have some benefits in the customization department.  I&#8217;m not worried about its lack of mailing list management, either; I could always use <a href="http://groups.google.com">GoogleGroups</a>, or simply install <a href="http://www.list.org">Mailman</a> or set up a Sympa virtual host in <a href="https://lists.duke.edu/sympa">Duke&#8217;s Sympa site</a>.</p>

<p>I&#8217;m not even sure why I&#8217;m considering <a href="https://launchpad.net">Launchpad</a>, to be honest, other than due to my positive experiences with it as an <a href="http://www.ubuntu.com">Ubuntu Linux</a> user.  It doesn&#8217;t really seem to offer any of the features I&#8217;m after other than being hosted and managed by someone else, and it doesn&#8217;t even directly integrate with the <a href="http://subversion.tigris.org">VCS software I&#8217;ve been using</a> and which works well with <a href="http://www.netbeans.org">the IDE I&#8217;ve been rather enjoying</a>.  That doesn&#8217;t exactly make it sound like a winner to me, for this project.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2007/05/20/issue-trackers-and-project-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SketchUp and Creating Things</title>
		<link>http://sniping.org/2006/07/04/sketchup-and-creating-things/</link>
		<comments>http://sniping.org/2006/07/04/sketchup-and-creating-things/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 07:01:17 +0000</pubDate>
		<dc:creator>fdiv_bug</dc:creator>
				<category><![CDATA[Emulation]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://sniping.org/2006/07/04/sketchup-and-creating-things/</guid>
		<description><![CDATA[<a href="http://sniping.org/2006/07/04/sketchup-and-creating-things/" title="SketchUp and Creating Things"></a>I&#8217;ve developed an interest in MAME, the Multiple Arcade Machine Emulator, and have decided that I want to build myself an arcade cabinet in which I will house a dedicated emulation machine, acting like arcade games and consoles of yesteryear &#8230;<p class="read-more"><a href="http://sniping.org/2006/07/04/sketchup-and-creating-things/">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<a href="http://sniping.org/2006/07/04/sketchup-and-creating-things/" title="SketchUp and Creating Things"></a><p>I&#8217;ve developed an interest in <a href="http://www.mame.net">MAME</a>, the <em>M</em>ultiple <em>A</em>rcade <em>M</em>achine <em>E</em>mulator, and have decided that I want to build myself an arcade cabinet in which I will house a dedicated emulation machine, acting like arcade games and consoles of yesteryear (and, in most cases, yestermillennium).  In the course of trying to design a cabinet, I came across one of the coolest tools I&#8217;ve used in a long time:  <a href="http://sketchup.google.com">SketchUp</a>.</p>

<p><span id="more-44"></span>
It&#8217;s basically a 3D design and layout application, similar in concept if not in scope to <a href="http://www.autodesk.com/3dsmax/">3D Studio Max</a> or <a href="http://www.newtek.com/lightwave">LightWave 3D</a>, only it&#8217;s primarily intended for &#8220;normal users&#8221; and (in the case of <a href="http://www.sketchup.com/?id=106">SketchUp Pro</a>, for architects and other non-animation designers).  But what struck me most about it is not the price &#8212; it&#8217;s free, thanks to <a href="http://www.google.com">Google</a>&#8216;s acquisition of the company that made it &#8212; but how blindingly simple it is.  I used to mess around with my father&#8217;s copy of <a href="http://www.imsisoft.com/prodinfo.asp?t=1&amp;mcid=326">DesignCAD 3D</a> over a decade ago, and it was complicated &#8212; you had to know what things like extruding and lathing were, and how to apply them to these very complicated shapes that you had to lay out.  In the intervening years, I&#8217;ve messed with <a href="http://www.autodesk.com/3dsmax/">3D Studio Max</a> and <a href="http://www.autodesk.com/maya">Maya</a>, and they were even <em>more</em> complex.  SketchUp has managed to produce easy-to-use 3D design that doesn&#8217;t sacrifice &#8212; at least, for my needs &#8212; any functionality or capability.  Check it out if you have any need for designing 3D objects, like an addition to your home or even for fiddling with the layout of your room.  It&#8217;s free, and there are a few excellent video tutorials to get you started, and the help documentation can get you the rest of the way.</p>

<p>Back to the story I&#8217;d originally started, about my MAME cabinet.  After fighting with graph paper and mentally trying to wrap my head around how various things might look, I found <a href="http://sketchup.google.com">SketchUp</a> and started putting it to work.  I based my design very, very heavily on what is easily the most popular arcade cabinet design being shared by the <a href="http://wiki.arcacdecontrols.com">arcade cabinet crafting community</a>:  <a href="http://users.adelphia.net/~seanhat/arcade/">LuSID&#8217;s Arcade Flashback</a>.  I thought his plans could use a bit more detail, and I was also having a rough time visualizing how it was all going to fit together, so I started laying out pieces in <a href="http://sketchup.google.com">SketchUp</a> and putting them together.  After about a day of messing around with it, and that includes learning how to use it in the first place, here&#8217;s a screenshot of what I&#8217;ve got:</p>

<p><img src="http://sniping.org/wp-content/uploads/arcade_cabinet_1.png" alt="Arcade Cabinet 1" title="" /></p>

<p>It looks unsurprisingly like <a href="http://users.adelphia.net/~seanhat/arcade/">LuSID&#8217;s cabinet</a>, but that&#8217;s because his plans are good and made an <em>excellent</em> base for my detailing and tweaking.  I noticed some quirks in his plans&#8217; measurements, like not having the marquee be tall enough to take a standard 8 in. by 26 in. banner, and I also added an intake vent at the bottom of the back door over which I plan to put a grille of some sort, and a pair of fan holes on the back at the top so I can hook up a couple of 120mm case fans and have some airflow (assuming good ol&#8217; convection isn&#8217;t enough on its own).</p>

<p>I&#8217;m pretty excited about this project, and since it doesn&#8217;t look like the <a href="http://sniping.org/category/sun">Sun Ultra 40 test run</a> is going to come through then this&#8217;ll give me something else to do besides freaking the mundanes.</p>
]]></content:encoded>
			<wfw:commentRss>http://sniping.org/2006/07/04/sketchup-and-creating-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

