<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Words To Bits</title>
	<atom:link href="http://wordstobits.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordstobits.wordpress.com</link>
	<description>Journal About My Path to Becoming a Hacker and Mathematician</description>
	<lastBuildDate>Thu, 05 Jan 2012 09:43:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wordstobits.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Words To Bits</title>
		<link>http://wordstobits.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wordstobits.wordpress.com/osd.xml" title="Words To Bits" />
	<atom:link rel='hub' href='http://wordstobits.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mounting HFS Plus with Read Write Enabled on Linux</title>
		<link>http://wordstobits.wordpress.com/2010/06/29/mounting-hfs-plus-with-read-write-enabled-on-linux/</link>
		<comments>http://wordstobits.wordpress.com/2010/06/29/mounting-hfs-plus-with-read-write-enabled-on-linux/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:51:20 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=26</guid>
		<description><![CDATA[Using information from the following links, I removed all references CFSwapInt32HostToBig and its dependencies and substituted CFSwapInt32HostToBig with bswap_32. http://dmunsie.wordpress.com/code/hacks/ http://stackoverflow.com/questions/105252/how-do-i-convert-between-big-endian-and-little-endian-values-in-c/105339#105339 The program compiled (albeit with warning messages). To run the program, simply use sudo ./a.out /dev/sdXX where /dev/sdXX is the partition you need to mount. Then you should be able to mount using the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=26&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using information from the following links, I removed all references CFSwapInt32HostToBig and its dependencies and substituted CFSwapInt32HostToBig with bswap_32.</p>
<p><a href="http://dmunsie.wordpress.com/code/hacks/">http://dmunsie.wordpress.com/code/hacks/</a></p>
<p><a title="How do I convert between big-endian and little-endian values in C++?" href="http://stackoverflow.com/questions/105252/how-do-i-convert-between-big-endian-and-little-endian-values-in-c/105339#105339">http://stackoverflow.com/questions/105252/how-do-i-convert-between-big-endian-and-little-endian-values-in-c/105339#105339</a></p>
<p>The program compiled (albeit with warning messages).</p>
<p>To run the program, simply use <code>sudo ./a.out /dev/sdXX</code></p>
<p>where /dev/sdXX is the partition you need to mount.</p>
<p>Then you should be able to mount using the following<br />
<code>sudo mount -t hfsplus -o rw,user /dev/sdXX /media/hfspart </code></p>
<p>For your convenience, you may find my modified code at the following url:</p>
<p>http://pastebin.com/7rvxR38d</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=26&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2010/06/29/mounting-hfs-plus-with-read-write-enabled-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with My New Arduino Kit</title>
		<link>http://wordstobits.wordpress.com/2010/03/12/playing-with-my-new-arduino-kit/</link>
		<comments>http://wordstobits.wordpress.com/2010/03/12/playing-with-my-new-arduino-kit/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 22:36:07 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=21</guid>
		<description><![CDATA[Image by lezioni di stile via Flickr Recently I purchased an Arduino kit from Hacktronics.  I spent some time during spring break familiarizing myself with the the board and creating sample projects from the Getting Started with Arduino book. So far I have learned how to use LEDs, push buttons, photoresistors, and thermistors.  I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=21&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/27024585@N07/3473308968"><img title="Arduino™ Duemilanove" src="http://farm4.static.flickr.com/3584/3473308968_b392cd6d3a_m.jpg" alt="Arduino™ Duemilanove" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image by <a href="http://www.flickr.com/photos/27024585@N07/3473308968">lezioni di stile</a> via Flickr</dd>
</dl>
</div>
</div>
<p>Recently I purchased an <a class="zem_slink" title="Arduino" rel="homepage" href="http://www.arduino.cc/en/">Arduino</a> <a href="http://www.hacktronics.com/Arduino/Arduino-Educational-Learning-Kit/flypage.tpl.html">kit</a> from Hacktronics.  I spent some time during spring break familiarizing myself with the the board and creating sample projects from the <a class="zem_slink" title="Getting Started with Arduino (Make: Projects)" rel="amazon" href="http://www.amazon.com/Getting-Started-Arduino-Make-Projects/dp/0596155514%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596155514">Getting Started with Arduino</a> book.</p>
<p>So far I have learned how to use LEDs, push buttons, photoresistors, and thermistors.  I am thinking about creating an autonomous airplane or some other type of robot that can fly.</p>
<p>Below is a picture of a simple circuit I created using two resistors, a push button, some wires, a breadboard, and my Duemilanove Arduino board.  The source code may be found at <a href="http://pastebin.com/CpMcnsaW">http://pastebin.com/CpMcnsaW</a> .</p>
<p><a href="http://wordstobits.files.wordpress.com/2010/03/arduino_led_pushbutton.jpg"><img class="alignnone size-full wp-image-22" title="Arduino LED Pushbutton" src="http://wordstobits.files.wordpress.com/2010/03/arduino_led_pushbutton.jpg?w=450" alt=""   /></a></p>
<p>I found some good resources online that could help others get started:</p>
<p>Where to purchase Arduino boards/kits:</p>
<p><a href="http://arduino.cc/en/Main/Buy">http://arduino.cc/en/Main/Buy</a></p>
<p>Using C programming with Arduino:</p>
<p><a href="http://www.arduino.cc/playground/Main/DevelopmentTools">http://www.arduino.cc/playground/Main/DevelopmentTools</a></p>
<p>List of Arduino Links:</p>
<p><a href="http://www.opencircuits.com/Arduino_Links">http://www.opencircuits.com/Arduino_Links</a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d101cd63-5e42-4a3c-a1e0-293a86dc3d35/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=d101cd63-5e42-4a3c-a1e0-293a86dc3d35" alt="Reblog this post [with Zemanta]" /></a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=21&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2010/03/12/playing-with-my-new-arduino-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3584/3473308968_b392cd6d3a_m.jpg" medium="image">
			<media:title type="html">Arduino™ Duemilanove</media:title>
		</media:content>

		<media:content url="http://wordstobits.files.wordpress.com/2010/03/arduino_led_pushbutton.jpg" medium="image">
			<media:title type="html">Arduino LED Pushbutton</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/reblog_e.png?x-id=d101cd63-5e42-4a3c-a1e0-293a86dc3d35" medium="image">
			<media:title type="html">Reblog this post [with Zemanta]</media:title>
		</media:content>
	</item>
		<item>
		<title>New UI in Development for iPhone Bookmark Reader</title>
		<link>http://wordstobits.wordpress.com/2009/09/11/new-ui-in-development-for-iphone-bookmark-reader/</link>
		<comments>http://wordstobits.wordpress.com/2009/09/11/new-ui-in-development-for-iphone-bookmark-reader/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 21:35:22 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=17</guid>
		<description><![CDATA[Today I began designing a new interface for the bookmark reader.  I am currently working on revamping the UI to be service independent.  I am planing on creating a plugin bundle system or CFPlugin system to save time when adding support for new services. Update: I have decided to temporarily cease development on this project [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=17&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I began designing a new interface for the bookmark reader.  I am currently working on revamping the UI to be service independent.  I am planing on creating a plugin bundle system or CFPlugin system to save time when adding support for new services.</p>
<p>Update: I have decided to temporarily cease development on this project in order to focus on learning Lisp and to work through the SICP book.  I may end up resuming development on this project sometime next year&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=17&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/09/11/new-ui-in-development-for-iphone-bookmark-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>Updates Coming to iPhone Bookmark Reader</title>
		<link>http://wordstobits.wordpress.com/2009/08/28/updates-coming-to-iphone-bookmark-reader/</link>
		<comments>http://wordstobits.wordpress.com/2009/08/28/updates-coming-to-iphone-bookmark-reader/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 21:11:10 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=15</guid>
		<description><![CDATA[I haven&#8217;t blog in a while due to some financial issues.  Now, that I have that resolved, I intend to blog regularly every Friday. Today, I resumed working on my iPhone bookmark reader application.  Right now, I am working on taking site specific code out and making it modular.  I envision either writing a common [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=15&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blog in a while due to some financial issues.  Now, that I have that resolved, I intend to blog regularly every Friday.</p>
<p>Today, I resumed working on <a href="http://code.google.com/p/iphone-bookmark-reader/">my iPhone bookmark reader application</a>.  Right now, I am working on taking site specific code out and making it modular.  I envision either writing a common interface for the bookmarking services I choose to support or simply creating separate classes for each website.  Some of the websites I plan to add over the next couple of weeks include: Digg, Reddit, and Diigo.  I also intend to add, as time permits, support for other sites such as: Yahoo Buzz, Stumbleupon, Mixx, Twine, Dzone, Twitter, and Facebook.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=15&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/08/28/updates-coming-to-iphone-bookmark-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>Time for Computer Science to Grow Up &#124; August 2009 &#124; Communications of the ACM</title>
		<link>http://wordstobits.wordpress.com/2009/07/25/time-for-computer-science-to-grow-up-august-2009-communications-of-the-acm/</link>
		<comments>http://wordstobits.wordpress.com/2009/07/25/time-for-computer-science-to-grow-up-august-2009-communications-of-the-acm/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 02:25:30 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/2009/07/25/time-for-computer-science-to-grow-up-august-2009-communications-of-the-acm/</guid>
		<description><![CDATA[Time for Computer Science to Grow Up &#124; August 2009 &#124; Communications of the ACM &#8220;Unlike every other academic field, computer science uses conferences rather than journals as the main publication venue. While this made sense for a young discipline, our field has matured and the conference model has fractured the discipline and skewered it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=12&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://cacm.acm.org/magazines/2009/8/34492-time-for-computer-science-to-grow-up/fulltext">Time for Computer Science to Grow Up | August 2009 | Communications of the ACM</a></p>
<p>&#8220;Unlike every other academic field, computer science uses conferences rather than journals as the main publication venue. While this made sense for a young discipline, our field has matured and the conference model has fractured the discipline and skewered it toward short-term, deadline-driven research. Computer science should refocus the conference system on its primary purpose of bringing researchers together. We should use archive sites as the main method of quick paper dissemination and the journal system as the vehicle for advancing researchers&#8217; reputations.&#8221;</p>
<p><a href="http://cacm.acm.org/magazines/2009/8/34492-time-for-computer-science-to-grow-up/fulltext">Read More</a><br />
Shared via <a href="http://addthis.com">AddThis</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=12&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/07/25/time-for-computer-science-to-grow-up-august-2009-communications-of-the-acm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>My iPhone Delicious.com Bookmark Reader Uploaded to Google Code</title>
		<link>http://wordstobits.wordpress.com/2009/07/17/my-iphone-delicious-com-bookmark-reader-uploaded-to-google-code/</link>
		<comments>http://wordstobits.wordpress.com/2009/07/17/my-iphone-delicious-com-bookmark-reader-uploaded-to-google-code/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:10:11 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=9</guid>
		<description><![CDATA[On Monday, July 6, 2009, I uploaded my delicious.com feed reader code to Google Code.  My application makes use of Multi-Views, UITextField, and UIPickerView.  I plan on making a few changes to the program sometime in August.  Some of which include: Making the links clickable using the new UIDataDetectors. Providing a way for users to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=9&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Monday, July 6, 2009, I uploaded my <a href="http://code.google.com/p/iphone-bookmark-reader/">delicious.com feed reader code</a> to<a href="http://code.google.com"> Google Code</a>.  My application makes use of Multi-Views, UITextField, and UIPickerView.  I plan on making a few changes to the program sometime in August.  Some of which include:</p>
<ol>
<li>Making the links clickable using the new <a href="http://developer.apple.com/iPhone/library/documentation/UIKit/Reference/UIKitDataTypesReference/Reference/reference.html#//apple_ref/doc/c_ref/UIDataDetectorTypes">UIDataDetectors</a>.</li>
<li>Providing a way for users to add bookmarks.</li>
<li>Locating the user&#8217;s private key without the user having to manually enter it in.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=9&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/07/17/my-iphone-delicious-com-bookmark-reader-uploaded-to-google-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>Purpose of New Blog</title>
		<link>http://wordstobits.wordpress.com/2009/07/17/purpose-of-new-blog/</link>
		<comments>http://wordstobits.wordpress.com/2009/07/17/purpose-of-new-blog/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:49:06 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[new blog]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[resume]]></category>

		<guid isPermaLink="false">http://wordstobits.wordpress.com/?p=7</guid>
		<description><![CDATA[I decided to create a new blog to document my explorations and experiments in the fields of mathematics and computer science for a few reasons: It helps me to keep track of my progress as a computer scientist/hacker and mathematician. It would serve as supplement to my resume.  A portfolio of sorts. I can receive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=7&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decided to create a new blog to document my explorations and experiments in the fields of mathematics and computer science for a few reasons:</p>
<ol>
<li>It helps me to keep track of my progress as a computer scientist/hacker and mathematician.</li>
<li>It would serve as supplement to my resume.  A portfolio of sorts.</li>
<li>I can receive feedback from a wide variety of people on the internet.</li>
<li>I can document things I learn that may be helpful to fellow hackers and mathematicians.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=7&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/07/17/purpose-of-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://wordstobits.wordpress.com/2009/07/10/hello-world/</link>
		<comments>http://wordstobits.wordpress.com/2009/07/10/hello-world/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:12:29 +0000</pubDate>
		<dc:creator>Rashad Tatum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=1&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wordstobits.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wordstobits.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wordstobits.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordstobits.wordpress.com&amp;blog=8523403&amp;post=1&amp;subd=wordstobits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wordstobits.wordpress.com/2009/07/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490c80750b994f40e2980f22bc219efd?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rashadtatum</media:title>
		</media:content>
	</item>
	</channel>
</rss>
