<?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"
	>

<channel>
	<title>Schwanksta :: Fuzzy Journalism</title>
	<atom:link href="http://schwanksta.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://schwanksta.com</link>
	<description>Journalism...in some form or another.</description>
	<pubDate>Mon, 14 Jul 2008 16:12:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Pat Thornton tweet generator.</title>
		<link>http://schwanksta.com/2008/07/14/pat-thornton-tweet-generator/</link>
		<comments>http://schwanksta.com/2008/07/14/pat-thornton-tweet-generator/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 16:05:18 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Science &amp; Health]]></category>

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

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

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

		<guid isPermaLink="false">http://schwanksta.com/?p=30</guid>
		<description><![CDATA[Most people in the online news game probably know Pat Thornton. I&#8217;ve noticed a pattern in his thought process and twittering lately, and took it upon myself to write a generator for his tweets, for those who just can&#8217;t wait to see the next thing he has to say.
I&#8217;m releasing it under the GPL, so [...]]]></description>
			<content:encoded><![CDATA[<p>Most people in the online news game probably know <a href="http://patthorntonfiles.com/blog/">Pat Thornton</a>. I&#8217;ve noticed a pattern in his thought process and twittering lately, and took it upon myself to write a generator for his tweets, for those who just can&#8217;t wait to see the next thing he has to say.</p>
<p>I&#8217;m releasing it under the GPL, so as the Sirius Cybernetics Corporation might say, &#8220;share and enjoy!&#8221;</p>
<p>Feel free to add or suggest words and phrases. Code is in Python.</p>
<p><code><br />
import random<br />
</code><br />
<code><br />
def thornton_tweet():<br />
&nbsp;&nbsp;old_tech = ['voicemail', 'newspapers', 'paper', 'the Associated Press',  'old journalists', 'the front page', 'inches', 'pens', 'pencils', ]<br />
</code><br />
<code><br />
&nbsp;&nbsp;new_tech = ['the Internet', 'social media', 'blogs', 'twitter', 'gigabytes', 'video', 'Steve Jobs', 'Apple', 'RSS', 'TechCrunch', 'Web 2.Oh', ]<br />
</code><br />
<code><br />
&nbsp;&nbsp;random.seed()<br />
&nbsp;&nbsp;random.shuffle(old_tech)<br />
&nbsp;&nbsp;random.shuffle(new_tech)<br />
</code><br />
<code><br />
&nbsp;&nbsp;print "Did " + new_tech[0] + &#8221; kill &#8221; + old_tech[0] + &#8220;?&#8221;<br />
</code></p>
<p>Some sample output:</p>
<blockquote><p>
Did TechCrunch kill the front page?</p>
<p>Did Web 2.Oh kill voicemail?</p>
<p>Did Steve Jobs kill pencils?</p>
<p>Did gigabytes kill inches?</p>
<p>Did Steve Jobs kill newspapers?</p>
<p>Did the Internet kill the Associated Press?</p>
<p>Did video kill pens?</p>
<p>Did TechCrunch kill paper?
</p></blockquote>
<p>The next revision will include support for tweets such as: &#8220;old_tech is dead.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/07/14/pat-thornton-tweet-generator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More on relational news sites</title>
		<link>http://schwanksta.com/2008/06/03/more-on-relational-news-sites/</link>
		<comments>http://schwanksta.com/2008/06/03/more-on-relational-news-sites/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 22:25:44 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://schwanksta.com/?p=29</guid>
		<description><![CDATA[/*I&#8217;ve been having extreme issues with my host, so this post has been in draft form for about a while now. I&#8217;m just hitting publish and crossing my fingers&#8230;.*/
Inspired by the conversation occurring in my last post, and spurred by some video I don&#8217;t feel like editing, I&#8217;m going to flesh out my theory on [...]]]></description>
			<content:encoded><![CDATA[<p>/*I&#8217;ve been having extreme issues with my host, so this post has been in draft form for about a while now. I&#8217;m just hitting publish and crossing my fingers&#8230;.*/</p>
<p>Inspired by the conversation occurring in my <a href="http://schwanksta.com/2008/05/28/a-time-bomb-why-any-news-site-without-a-relational-back-end-will-fail/">last post</a>, and spurred by some video I don&#8217;t feel like editing, I&#8217;m going to flesh out my theory on how newspapers should treat their data.</p>
<p>To borrow from a comment, I can&#8217;t stand when people say that we&#8217;re being held back by those who &#8220;don&#8217;t understand X-web-service.&#8221; There needs to be a clear shift in news websites and how they handle the information that the organization collects before we worry about getting our readers to Twitter. (I know it might seem like I&#8217;m beating up on Twitter, but it&#8217;s one of those very useful services that simply takes too long before you understand its capabilities. <a href="http://twitter.com/schwanksta">I like it, I swear.</a>)</p>
<p>Non-news Web services teach us a lot about how conversations and interactivity evolve on the internet, but I don&#8217;t necessarily see the future of journalism in them. Part of the draw to newspapers is the ease of use and the idea of a single point for information. Besides reading and page-turning, no special skills go into obtaining the news therein. Information needs to be *that* accessible and simple for our online readers.</p>
<p><a href="http://davestanton.us">Dave Stanton</a> makes a good point, and that&#8217;s that newspapers should hire statisticians. This becomes even more relevant when we begin to link our information together and patterns will no doubt begin to emerge in the data</p>
<p>In any case, the type of system I&#8217;m proposing would have to be extremely context-aware. This would most likely come about by the combination of human inputs (in-story tags, etc) with what the system knows (links forged within the database, acrobatic algorithms, whathaveyou).</p>
<p>Take this with a grain of salt, as it&#8217;s sort&#8217;ve spur-of-the-moment, but&#8230;:</p>
<p>Imagine if every person a newspaper used in a story got a database entry, Person (could be subclassed to Source, etc. if necessary). You post a story about this person, and tag it [storytag:person role="primary"]Pegeen Hanrahan[/storytag] (it would need probably need to be more nuanced than just saying she&#8217;s the &#8220;primary person in this story&#8221;). </p>
<p>Your system knows already from the general story tag that this is a &#8220;local_election&#8221; story. This means that as you publish, the CMS would update her database entry with a link to this story, and and Article object would be created for it with the new-found knowledge that it is a &#8220;local election story primarily about Pegeen Hanrahan.&#8221; Now you, as the editor or reporter, can choose what related information to bring up and display about either Pegeen or local elections.</p>
<p>The same links can be made backwards in the database, too. If you post another story a week later about Pegeen or local elections, the CMS should pull this story from the database as a reference link, among others. </p>
<p>Now, of course, that&#8217;s a simplistic explanation and example. What if it&#8217;s a story about Pegeen Hanrahan, during a local election, primarily about her promises to give more money to the local animal shelter? Puling up other stories about the election might fit, but what if the animal shelter is in dire need of funding, and the story is heavily about that? </p>
<p>Well, then the tags should dictate: [storytag:focus]Gainesville Pet Rescue[/storytag]. Assuming your reporter has done their job and gotten some financial information for the pet rescue, and hopefully inputted it by now (all input of primary sources should happen before the story is tagged &#038; parsed), the CMS should automatically pull up the record and ask what to include from it in the story. If nothing else, it should automatically link the name in the story to a new page which will display some of the contents of the database record. </p>
<p>I don&#8217;t know if you can really get past the human element of it, and I&#8217;m not sure if you&#8217;d really want to. I&#8217;m sure you could write some code that would approximate what I propose reporters/editors/online staff do, but I think the human touch would probably result in more relevant info.</p>
<p>Clearly my example tags are probably not the best way to do this, but it works for a spur-of-the-moment show of what I&#8217;m talking about. Perhaps the best way to handle it would be to have the metadata separate from the actual article, or as a part of the database&#8217;s Article model (there would of course be models for Video, Business, etc.). But either way, the point remains the same: we tell the computer what the article is about, and it gives us the related information we should include.</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/06/03/more-on-relational-news-sites/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A time bomb: why any news site without a relational back-end will eventually fail</title>
		<link>http://schwanksta.com/2008/05/28/a-time-bomb-why-any-news-site-without-a-relational-back-end-will-fail/</link>
		<comments>http://schwanksta.com/2008/05/28/a-time-bomb-why-any-news-site-without-a-relational-back-end-will-fail/#comments</comments>
		<pubDate>Wed, 28 May 2008 01:21:37 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Education]]></category>

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

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

		<category><![CDATA[online journalism]]></category>

		<guid isPermaLink="false">http://schwanksta.com/?p=26</guid>
		<description><![CDATA[So I was having a conversation with Brett Roegiers the other day, and he mentioned a blog post by Derek Willis on what he calls &#8220;Bomb Throwing&#8221; in the newsroom. In a general way, he talks about the new wave of online journalists dropping bombs on their colleagues in the form of Nelson from the [...]]]></description>
			<content:encoded><![CDATA[<p>So I was having a conversation with <a href="http://brettroegiers.com/ ">Brett Roegiers</a> the other day, and he mentioned a blog post by Derek Willis on what he calls &#8220;<a href="http://blog.thescoop.org/archives/2008/05/24/on-bomb-throwing/">Bomb Throwing</a>&#8221; in the newsroom. In a general way, he talks about the new wave of online journalists dropping bombs on their colleagues in the form of Nelson from the Simpsons: &#8220;Haw haw, you&#8217;re medium is dying!&#8221; So long and good luck. Don&#8217;t worry, you can always read about what&#8217;s going on in our newsroom blog. Willis&#8217; blog post is more specifically targeted, but I&#8217;m not going to get into that.</p>
<p>He has a point, though &#8212; you can&#8217;t just tell everyone that their model is wrong and flawed, and your way trumps all they know. Not only that, but a lot of the proposed ways to &#8220;fix journalism&#8221; I&#8217;ve heard don&#8217;t seem like they will stand the test of time. Live-twittering events is all well and good, but only a certain subset of the population will understand or even seek such a thing out. Pretty flash graphics, maps, videos and slideshows are great, but they&#8217;re only things that aid in reporting and understanding. They&#8217;re not enough by themselves. They&#8217;re like the toppings on your sundae.</p>
<p>I&#8217;ve seen a <strong>lot</strong> of preaching to the choir about online journalism, but much less real-world action in trying to get the people most involved with news organizations to understand the core issues. If nothing else, we need to remember that even though we&#8217;re nerds, the people who will most likely use the site probably aren&#8217;t.</p>
<p>And it really does start with re-working a news website from the bottom up. If you build with the idea of relational information at your core, you&#8217;ve transformed yourself from a daily story factory to an information powerhouse. This should include, but certainly not be limited to, tagging names and places inside of stories so that they can be tied together.</p>
<p>That&#8217;s what people really go to the paper for: information. Yes, the features and profiles are interesting too, but at its heart a newspaper is an information organization. There&#8217;s no need to define it by its medium, and there&#8217;s no reason to stifle ourselves as journalists &#8212; purveyors and gatekeepers of information &#8212; to the limitations of print.</p>
<p>People have the idea of news ingrained in their skulls as text blob stories with the occasional graphic to spruce the place up. When really, the same parts that went into that story could be re-synthesized for the Web to become a much more in-depth breakdown. What&#8217;s more, people are so fed up with &#8220;media bias&#8221; &#8212; well why don&#8217;t we remove a layer of translation and post our primary sources, interviews, etc. online? I&#8217;m all for transparency.</p>
<p>What I&#8217;m saying is, we have to do more than add cool APIs and tools to our journalism repertoire. We have to fundamentally re-think the news website and how we use the mountains of information we collect. Right now, a lot of good information is rotting on hard drives. Even at the <a href="http://alligator.org">Alligator</a>, where I work as the managing online editor, we&#8217;re as much to blame as our CMS in how we use our resources. I&#8217;m trying, but as I&#8217;m sure anyone in my position knows, it&#8217;s not an easy fight.</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/05/28/a-time-bomb-why-any-news-site-without-a-relational-back-end-will-fail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How the NYT spreads its info</title>
		<link>http://schwanksta.com/2008/04/23/how-the-nyt-spread-its-info/</link>
		<comments>http://schwanksta.com/2008/04/23/how-the-nyt-spread-its-info/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 04:11:05 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://schwanksta.com/?p=25</guid>
		<description><![CDATA[So I was making the rounds on my RSS reader the other day, and came across something worth sharing. The New York Times has a (new?) interactive storytelling technique that lets you pause the audio, view the primary source documents inside of the Flash window, download them to your computer and go right back on [...]]]></description>
			<content:encoded><![CDATA[<p>So I was making the rounds on my RSS reader the other day, and came across something worth sharing. The New York Times has a (new?) interactive storytelling technique that lets you pause the audio, view the primary source documents inside of the Flash window, download them to your computer and go right back on with the Audio. </p>
<p>It&#8217;s pretty bad-ass, and it really excites me to think where the Internet could head as a medium to share the news. I also really like the idea of transparency that something like this brings. Now not only can you have a reporter take you through the pertinent parts of a document, but if you&#8217;re interested you can check out the whole thing to draw your own conclusions.<br/></p>
<p> Take a look at their <a href="http://www.nytimes.com/interactive/2008/04/20/washington/20080419_RUMSFELD.html">interactive story</a>; you&#8217;ll be glad you did.</p>
<p>(props to <a href="http://www.megantaylor.org/">Megan</a> for forcing me to post.)</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/04/23/how-the-nyt-spread-its-info/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why you haven&#8217;t been seeing posts lately</title>
		<link>http://schwanksta.com/2008/03/17/why-you-havent-been-seeing-posts-lately/</link>
		<comments>http://schwanksta.com/2008/03/17/why-you-havent-been-seeing-posts-lately/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 15:38:30 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://schwanksta.com/2008/03/17/why-you-havent-been-seeing-posts-lately/</guid>
		<description><![CDATA[Well, I&#8217;ve been working at the Alligator for a little while now, alongside Megan Taylor, the current managing online editor for the paper. I&#8217;m learning the Town News CMS (mostly how to bypass its limitations), and the basic ins and outs of online news.
So all-in-all, exciting times. Unfortunately, that leaves less time for this site, [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been working at the <a href="http://alligator.org">Alligator</a> for a little while now, alongside <a href="http://megantaylor.org">Megan Taylor</a>, the current managing online editor for the paper. I&#8217;m learning the Town News CMS (mostly how to bypass its limitations), and the basic ins and outs of online news.</p>
<p>So all-in-all, exciting times. Unfortunately, that leaves less time for this site, but the crime map is still constantly being updated. I may migrate the map on over to the Alligator&#8217;s website, but the host (also Town News) so far won&#8217;t give us access to a Perl interpreter, which I&#8217;d need to run the back-end. Also, it&#8217;s a Windows system&#8230;blegh.</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/03/17/why-you-havent-been-seeing-posts-lately/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;I hate fact finding&#8221;</title>
		<link>http://schwanksta.com/2008/02/20/i-hate-fact-finding/</link>
		<comments>http://schwanksta.com/2008/02/20/i-hate-fact-finding/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 04:44:11 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Education]]></category>

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

		<guid isPermaLink="false">http://schwanksta.com/2008/02/20/i-hate-fact-finding/</guid>
		<description><![CDATA[Not me personally, of course; I actually sort of like public records (yeah, I know, make fun of me). 
One of my classmates, however, was annoyed enough with our fact finding assignment on the book &#8220;Until Proven Innocent: Political Correctness and the Shameful Injustices of the Duke Lacrosse Rape Case&#8221; that he or she posted [...]]]></description>
			<content:encoded><![CDATA[<p>Not me personally, of course; I actually sort of like public records (yeah, I know, make fun of me). </p>
<p>One of my classmates, however, was annoyed enough with our fact finding assignment on the book &#8220;Until Proven Innocent: Political Correctness and the Shameful Injustices of the Duke Lacrosse Rape Case&#8221; that he or she posted a short rant on <a href="angryjournalist.com">angryjournalist</a>, a new blog where the beleaguered members of my chosen profession can bitch:</p>
<blockquote><p> <u><b>Angry Journalist #414:</b></u></p>
<p>I HATE FACT FINDING. I hate book reports. We know they screwed up the Duke Lacrosse case. Let’s not beat a dead horse.?I also hate MLA format. Who the fuck needs a works cited? Seriously? like, what the fuck? Who cares? It’s freaken fact-finding — like we’re going to try and forge our sources with a lady who spends her waking hours finding facts.</p></blockquote>
<p>I agree though, wanting standard works cited page was weird for an assignment in j-school&#8230;I got around it by, um, not following directions.</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/02/20/i-hate-fact-finding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New York the semicolon and the comma</title>
		<link>http://schwanksta.com/2008/02/19/new-york-the-semicolon-and-the-comma/</link>
		<comments>http://schwanksta.com/2008/02/19/new-york-the-semicolon-and-the-comma/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:50:20 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[Grammar and such]]></category>

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

		<guid isPermaLink="false">http://schwanksta.com/2008/02/19/new-york-the-semicolon-and-the-comma/</guid>
		<description><![CDATA[There&#8217;s long been a rule, known in some circles as Cheez&#8217;s First Law of the Internet (no doubt other communities have codified it in different forms), which states that while talking about someone else&#8217;s grammar or spelling, you have a nearly 90% chance of making an error.  
Apparently, even the venerable New York Times [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s long been a rule, known in some circles as Cheez&#8217;s First Law of the Internet (no doubt other communities have codified it in different forms), which states that while talking about someone else&#8217;s grammar or spelling, you have a nearly 90% chance of making an error.  </p>
<p>Apparently, even the venerable New York Times isn&#8217;t immune to the natural rules we&#8217;re all governed by.  In a bizarre article engaging in a little literary celebration of the semicolon and its use by a public service announcement on the subway, the article mentions Lynn Truss&#8217;s &#8220;Eats, Shoots &amp; Leaves,&#8221; a humorous book on grammar. At the bottom of the article, however, a correction appears: </p>
<blockquote><p><b>Correction: February 19, 2008 </b><br />
An article in some editions on Monday about a New York City Transit employee’s deft use of the semicolon in a public service placard was less deft in its punctuation of the title of a book by Lynne Truss, who called the placard a “lovely example” of proper punctuation. The title of the book is “Eats, Shoots &#038; Leaves” — not “Eats Shoots &#038; Leaves.” (The subtitle of Ms. Truss’s book is “The Zero Tolerance Approach to Punctuation.”)</p></blockquote>
<p>I can see where the writer probably made the mistake: the book&#8217;s title is based on a joke, in which a Panda shoots up a restaurant because a poorly-punctuated wildlife manual says that the mammal &#8220;eats, shoots and leaves.&#8221; The proper construction would be without the comma, as was apparently printed, but clearly the book title leaves the comma in for a reason. </p>
<p>I just find it amusing that the NYT would mis-punctuate the title of a grammar book in what would appear to be a slightly snobbish article on punctuation &#8212; if only for the fact that, in some circles, the use of a semicolon is probably considered snobbish in and of itself, celebrations thereof doubly-so.</p>
<p>And yes &#8212; this article&#8217;s title is on purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/02/19/new-york-the-semicolon-and-the-comma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Crime map update!</title>
		<link>http://schwanksta.com/2008/02/11/crime-map-update/</link>
		<comments>http://schwanksta.com/2008/02/11/crime-map-update/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 16:40:27 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://schwanksta.com/2008/02/11/crime-map-update/</guid>
		<description><![CDATA[I&#8217;ve just made the Gainesville Crime Map much more useful by adding links to the incident reports if available. Check it out here, Gainesville Crime Map
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just made the Gainesville Crime Map much more useful by adding links to the incident reports if available. Check it out here, <a href="http://schwanksta.com/visualizing-gainesville/">Gainesville Crime Map</a></p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/02/11/crime-map-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Section: Visualizing Gainesville</title>
		<link>http://schwanksta.com/2008/02/07/new-section-visualizing-gainesville/</link>
		<comments>http://schwanksta.com/2008/02/07/new-section-visualizing-gainesville/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 01:49:26 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Feature]]></category>

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

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

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

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

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

		<category><![CDATA[visualizing gainesville]]></category>

		<guid isPermaLink="false">http://schwanksta.com/2008/02/07/new-section-visualizing-gainesville/</guid>
		<description><![CDATA[I&#8217;ve started a new section of the site called Visualizing Gainesville. Using public records and a little (lot) bit of code, I plan on using the page to provide automated representations of various statistics for the area. The first project, the Gainesville Crime Map, is currently in a preliminary phase, but still places a point [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started a new section of the site called Visualizing Gainesville. Using public records and a little (lot) bit of code, I plan on using the page to provide automated representations of various statistics for the area. The first project, the Gainesville Crime Map, is currently in a preliminary phase, but still places a point at the most recent arrests and incidents reported by GPD. Clicking on a point will bring a popup bubble with more information. Check back, as new features will constantly be cropping up. [<a href="http://schwanksta.com/visualizing-gainesville/">Visualizing Gainesville</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/02/07/new-section-visualizing-gainesville/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Who Needs Class?</title>
		<link>http://schwanksta.com/2008/01/31/who-needs-class/</link>
		<comments>http://schwanksta.com/2008/01/31/who-needs-class/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 02:23:25 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
		
		<category><![CDATA[Education]]></category>

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

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

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

		<guid isPermaLink="false">http://schwanksta.com/2008/01/31/who-needs-class/</guid>
		<description><![CDATA[Note: I wrote this for a class
You can hear it from at least 30 feet away, a high-pitched buzz saw noise confusing you on your way to class.
“Nnnnnnnnnnnn-whrrrrrrrrrrrrrrrrrrrr-iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii!”
From what I can tell, that’s the sound of initiative. It’s also the sound of an ECO 8 model helicopter starting up.
When Miles Moody, a second-year mechanical engineering [...]]]></description>
			<content:encoded><![CDATA[<p><i><font color="#88888D">Note: I wrote this for a class</font></i><br/></p>
<p>You can hear it from at least 30 feet away, a high-pitched buzz saw noise confusing you on your way to class.</p>
<p>“Nnnnnnnnnnnn-whrrrrrrrrrrrrrrrrrrrr-iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii!”</p>
<p>From what I can tell, that’s the sound of initiative. It’s also the sound of an ECO 8 model helicopter starting up.</p>
<p>When Miles Moody, a second-year mechanical engineering student at the University of Florida, realized his summer robotics course had been cut, he took matters into his own hands.</p>
<p>Using eBay to procure the parts, Moody built a remote-controlled helicopter to learn more about robotics engineering, the field he wants to get into.</p>
<p>&#8220;You learn a lot by just taking it apart, fixing it and putting it back together,&#8221; he said of his project.</p>
<p>Teaching yourself can be costly, though. He estimates that he initially spent $300 on the kit (eBay, of course), plus at least an additional $100 in parts (also eBay). In fact, he&#8217;s created a bit of a side business on the auction site, selling things like video game systems to keep his &#8216;copter funded.</p>
<p>&#8220;I&#8217;ll sell anything I can buy for cheap,&#8221; he said.</p>
<p>The kit was used, and an 11-year-old design, but he likes it because the company hasn&#8217;t changed it since.</p>
<p>&#8220;That&#8217;s German engineering for you,&#8221; he said.</p>
<p>It uses an electric, brushless motor, which won&#8217;t wear out; a lithium polymer battery, which is a $100 battery he got for $25 off eBay; 2.4ghz wireless control, like a cordless phone; digital gyroscope to stabilize the rear rotors (&#8221;So you don&#8217;t have to constantly adjust it yourself,&#8221; he explains); and four servos, which control the various movement aspects (tail rotor pitch, pitch of main blades, as well as forward and back motions).</p>
<p>&#8220;Unfortunately, I&#8217;m not that great of a pilot right now,&#8221; he said, embarrassed, hovering it a little below the lip of the stadium.</p>
<p>He wants to add a camera to the design, meaning Moody could potentially control the device without seeing it. He&#8217;s already attached his camera phone and taken an aerial video over the stadium lawn, peering toward Ben Hill Griffin Stadium.</p>
<p>While the camera would be an accomplishment in its own right, Moody has more interesting plans for his helicopter. He wants to turn it into a fully autonomous drone.</p>
<p>He says the military has been into rotary systems lately, not only jet propulsion. The reason is rotary systems, like his ECO 8, can hover in an area and get a 360-degree view.</p>
<p>He&#8217;s very convinced of the future for fully autonomous vehicles like the one he&#8217;s building. He says camera-mounted helicopters helped the search after Katrina, allowing rescuers to see inside places they couldn&#8217;t reach.</p>
<p>He says he wants to get into defense research, partly because his father, Joseph R. Moody, created the Grip Pod: a vertical gun grip that extends a bi-pod, currently in use by the military and law enforcement.</p>
<p>&#8220;I guess I&#8217;m following in my dad&#8217;s footsteps,&#8221; he said, grinning.</p>
<p>Eventually, he wants to use a $2,000 research grant from his National Merit scholarship in a robotics lab at UF. But first, he has to get into it.</p>
<p>Here&#8217;s the video from Moody&#8217;s camera phone:</p>
<p><embed src="http://www.youtube.com/v/oGX_HBx3gyc&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://schwanksta.com/2008/01/31/who-needs-class/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
