<?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>SimplyGold</title>
	<atom:link href="http://nikhedonia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nikhedonia.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Apr 2012 22:53:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Getting Started with RFID by Tom Igoe; O&#8217;Reilly Media</title>
		<link>http://nikhedonia.com/getting-started-with-rfid-by-tom-igoe-oreilly-media/</link>
		<comments>http://nikhedonia.com/getting-started-with-rfid-by-tom-igoe-oreilly-media/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 22:51:29 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=49</guid>
		<description><![CDATA[Getting Started with RFID1 is a very short &#8220;book&#8221; on RFID (Radio Frequency Identification), a way to tag and identify objects over varying ranges, and how to use Arduino to create a few interesting RFID projects. The book assumes that you have some experience with Arduino and micro-controllers (i.e., do you know what a breadboard, jumper wires, and circuits are?).
We ...]]></description>
			<content:encoded><![CDATA[<p><em>Getting Started with RFID</em><sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> is a very short &#8220;book&#8221; on RFID (<strong>R</strong>adio <strong>F</strong>requency <strong>Id</strong>entification), a way to tag and identify objects over varying ranges, and how to use <a href="http://www.arduino.cc/">Arduino</a> to create a few interesting RFID projects. The book assumes that you have some experience with Arduino and micro-controllers (i.e., do you know what a breadboard, jumper wires, and circuits are?).</p>
<p>We start with a very brief introduction to RFID, follow up with two introductory technical tutorials on Arduino, and end with a fairly simple home automation project:</p>
<blockquote><p>
  Between my officemate and me, we have dozens of devices drawing power in our office: two laptops, two monitors, four or five lamps, a few hard drives, a soldering iron, Ethernet hubs, speakers, and so forth. Even when we’re not here, the room is drawing a lot of power. What devices are turned on at any given time depends largely on which of us is here, and what we’re doing. This project is a system to reduce our power consumption, particularly when we’re not there.</p>
<p>  When either of us comes into the room, all we have to do is tap our key fobs on a reader mounted by the door, and the room turns on or off what we normally use. Each of us has a keyring with an RFID-tag key fob. The reader by the door reads the presence or absence of the tags.
</p></blockquote>
<p>The book is only 28 pages, so it&#8217;s more of a long tutorial than a book, but it still acts as a good introduction to RFID.</p>
<p><strong>Disclaimer:</strong> I received this book for free through the O’Reilly Blogger program.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn:1">
You can buy the book at <a href="http://shop.oreilly.com/product/0636920024842.do">O&#8217;Reilly</a>&#160;<a href="#fnref:1" rev="footnote">&#8617;</a>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/getting-started-with-rfid-by-tom-igoe-oreilly-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Natural Language Annotation for Machine Learning by James Pustejovsky and Amber Stubbs; O&#8217;Reilly Media</title>
		<link>http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/</link>
		<comments>http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 03:12:36 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=34</guid>
		<description><![CDATA[Programming languages have a very strict syntax. When you see &#8220;I am a sentence I am another sentence,&#8221; you know that you&#8217;re really looking at two different sentences even though the period between &#8220;sentence&#8221; and &#8220;I&#8221; is missing. If you try something similar with the computer (try leaving the semi-colon off in C or miss an indent in Python, for ...]]></description>
			<content:encoded><![CDATA[<p>Programming languages have a very strict syntax. When you see &#8220;I am a sentence I am another sentence,&#8221; you know that you&#8217;re really looking at two different sentences even though the period between &#8220;sentence&#8221; and &#8220;I&#8221; is missing. If you try something similar with the computer (try leaving the semi-colon off in C or miss an indent in Python, for example), you&#8217;ll get a nasty error message. This book<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> aims to teach you how to program <sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup> your computer to work with the looser languages used by humans (like English) instead of the stricter counterparts used by machines.</p>
<p>The content available so far gives you a brief background on the relevant parts of language &#8212; grammar, pragmatics, discourse analysis, etc. The authors go on to talk about setting up an annotation project: determining your goal, creating your model/specification, and creating/storing your annotations in a flexible but easy to create (by annotators) manner.</p>
<p>Though a bit dry, the writing is clear and simple. I had no previous experience in this area, but I had no trouble understanding the subject matter for the most part.</p>
<p>Here are some of the notes I took while reading the book:</p>

<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/1/' title='1'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/1-150x150.png" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/2/' title='2'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/2-150x150.png" class="attachment-thumbnail" alt="2" title="2" /></a>
<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/3/' title='3'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/3-150x150.png" class="attachment-thumbnail" alt="3" title="3" /></a>
<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/4/' title='4'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/4-150x150.png" class="attachment-thumbnail" alt="4" title="4" /></a>
<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/5/' title='5'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/5-150x150.png" class="attachment-thumbnail" alt="5" title="5" /></a>
<a href='http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/attachment/6/' title='6'><img width="150" height="150" src="http://nikhedonia.com/wp-content/uploads/2012/04/6-150x150.png" class="attachment-thumbnail" alt="6" title="6" /></a>

<p><strong>Disclaimer</strong>: I received this book for free through the O&#8217;Reilly Blogger program.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn:1">
You can buy it at <a href="http://shop.oreilly.com/product/0636920020578.do">O&#8217;Reilly Media</a>.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a>
</li>
<li id="fn:2">
Actually, it&#8217;s a little difficult to determine exactly what&#8217;s going to be covered in the book as we only have four chapters available so far. The book is scheduled to be released later in 2012. I&#8217;m reviewing the <strong>Early Release</strong> version.&#160;<a href="#fnref:2" rev="footnote">&#8617;</a>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/natural-language-annotation-for-machine-learning-by-james-pustejovsky-and-amber-stubbs-oreilly-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode development from non-admin user</title>
		<link>http://nikhedonia.com/xcode-development-from-non-admin-user/</link>
		<comments>http://nikhedonia.com/xcode-development-from-non-admin-user/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 20:29:51 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=26</guid>
		<description><![CDATA[When you run an Xcode project from a standard (i.e., non-admin) user, you might be asked to enter credentials of a user in the &#8220;Developer Tools group.&#8221;
You can fix this by adding the (current) user to the group:
sudo dscl . append /Groups/_developer GroupMembership &#60;current user's username&#62;

You can learn more about dscl (Directory Service command line utility) here.
]]></description>
			<content:encoded><![CDATA[<p>When you run an Xcode project from a standard (i.e., non-admin) user, you might be asked to enter credentials of a user in the &#8220;Developer Tools group.&#8221;</p>
<p>You can fix this by adding the (current) user to the group:</p>
<pre><code>sudo dscl . append /Groups/_developer GroupMembership &lt;current user's username&gt;
</code></pre>
<p>You can learn more about <a href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/dscl.1.html">dscl (Directory Service command line utility) here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/xcode-development-from-non-admin-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking the download progress of your Mac App Store purchase</title>
		<link>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/</link>
		<comments>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 00:55:24 +0000</pubDate>
		<dc:creator>simplygold</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://nikhedonia.com/?p=13</guid>
		<description><![CDATA[When you purchase something from the Mac App Store, you&#8217;ll see a little icon in your dock, but that doesn&#8217;t show you the percentage of progress. The icon is small, and the progress bar seems to remain blank for a long time for bigger downloads.
You can get a better idea of the app&#8217;s progress in the App Store, itself, by ...]]></description>
			<content:encoded><![CDATA[<p>When you purchase something from the Mac App Store, you&#8217;ll see a little icon in your dock, but that doesn&#8217;t show you the percentage of progress. The icon is small, and the progress bar seems to remain blank for a long time for bigger downloads.</p>
<p>You can get a better idea of the app&#8217;s progress in the App Store, itself, by going to the &#8220;Purchased&#8221; page:</p>
<p><img src="http://nikhedonia.com/wp-content/uploads/2011/10/mac_app_store_app_progress.png" alt="Mac App Store Progress" /></p>
]]></content:encoded>
			<wfw:commentRss>http://nikhedonia.com/checking-the-download-progress-of-your-mac-app-store-purchase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

