<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Quelab a NonProfit Makerspace &amp; Hackerspace in Albuquerque!</title>
	<atom:link href="http://quelab.net/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://quelab.net/wordpress</link>
	<description>A place to make things!</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on No official hacknight tonight, by Quelab</title>
		<link>http://quelab.net/wordpress/1238/no-official-hacknight-tonight/#comment-169</link>
		<dc:creator>Quelab</dc:creator>
		<pubDate>Mon, 20 Feb 2012 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1238#comment-169</guid>
		<description>Sorry for the delay, didnt get a notification (or i was busy being busy and missed it) 
Here are our meeting notes.. http://quelab.net/wiki/index.php?n=Main.02-05-2012-Board  

I think our March(the 4th) meeting will start at 5pmand be a combined board/planning meeting again.  </description>
		<content:encoded><![CDATA[<p>Sorry for the delay, didnt get a notification (or i was busy being busy and missed it)<br />
Here are our meeting notes.. <a href="http://quelab.net/wiki/index.php?n=Main.02-05-2012-Board " rel="nofollow">http://quelab.net/wiki/index.php?n=Main.02-05-2012-Board </a> </p>
<p>I think our March(the 4th) meeting will start at 5pmand be a combined board/planning meeting again. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No official hacknight tonight, by Charelm</title>
		<link>http://quelab.net/wordpress/1238/no-official-hacknight-tonight/#comment-168</link>
		<dc:creator>Charelm</dc:creator>
		<pubDate>Sun, 05 Feb 2012 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1238#comment-168</guid>
		<description>Did I miss an announce about the early meeting time? Sorry I didn&#039;t see this until now and you are finished. I am still working my way around where you put info so please point me to the notes from todays meeting. See you all soon.
Charel </description>
		<content:encoded><![CDATA[<p>Did I miss an announce about the early meeting time? Sorry I didn&#8217;t see this until now and you are finished. I am still working my way around where you put info so please point me to the notes from todays meeting. See you all soon.<br />
Charel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thank you Attendees of the Haunted Lab! (and our other Past/Future events) by Haunted lab &#124; Interswitchwebinfo</title>
		<link>http://quelab.net/wordpress/1099/thank-you-attendees-of-the-haunted-lab-and-our-other-pastfuture-events/#comment-167</link>
		<dc:creator>Haunted lab &#124; Interswitchwebinfo</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1099#comment-167</guid>
		<description>[...] Thank you Attendees of the Haunted Lab! (and our other Past/Future &#8230;    February 3rd, 2012  &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] Thank you Attendees of the Haunted Lab! (and our other Past/Future &#8230;    February 3rd, 2012  | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quelab&#8217;s &#8220;Haunted Lab&#8221; Haunted House event! Oct 29! by Haunted lab &#124; Interswitchwebinfo</title>
		<link>http://quelab.net/wordpress/1049/quelabs-haunted-lab-haunted-house-event-oct-29/#comment-166</link>
		<dc:creator>Haunted lab &#124; Interswitchwebinfo</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1049#comment-166</guid>
		<description>[...] Quelab&#8217;s &#8220;Haunted Lab&#8221; Haunted House event! Oct 29!Oct 12, 2011 &#8230; Taking place on Saturday October 29th from 6pm-10pm, Quelab&#8217;s Haunted Lab is a special event to showcase homemade Halloween haunted &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Quelab&#8217;s &#8220;Haunted Lab&#8221; Haunted House event! Oct 29!Oct 12, 2011 &#8230; Taking place on Saturday October 29th from 6pm-10pm, Quelab&#8217;s Haunted Lab is a special event to showcase homemade Halloween haunted &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the Arduino Development Environment on LINUX by Aaron Birenboim</title>
		<link>http://quelab.net/wordpress/1195/installing-the-arduino-development-environment-on-linux/#comment-165</link>
		<dc:creator>Aaron Birenboim</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1195#comment-165</guid>
		<description>I wanted to take a look at the AVR binary image to see if my embedded version code made it to the AVR executable.  Here&#039;s how I did it:

    avr-objcopy -I ihex /tmp/build5473499130791137642.tmp/tempPID.cpp.hex -O binary t.bin

I was able to run &quot;strings&quot; on this binary, and recover my secret embedded constants.  Seems like this might be a good thing to keep in case you want to download an image of code loaded into an AVR, and compare it to the original.</description>
		<content:encoded><![CDATA[<p>I wanted to take a look at the AVR binary image to see if my embedded version code made it to the AVR executable.  Here&#8217;s how I did it:</p>
<p>    avr-objcopy -I ihex /tmp/build5473499130791137642.tmp/tempPID.cpp.hex -O binary t.bin</p>
<p>I was able to run &#8220;strings&#8221; on this binary, and recover my secret embedded constants.  Seems like this might be a good thing to keep in case you want to download an image of code loaded into an AVR, and compare it to the original.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Player Piano Roll Reader Project: Part 2 by David</title>
		<link>http://quelab.net/wordpress/172/player-piano-roll-reader-project-part-2/#comment-164</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 25 Jan 2012 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=172#comment-164</guid>
		<description>Oh no...why did you stop?  It&#039;s funny...I dismantled a player piano last year (it could no longer be tuned), and I had exactly this though, did a  quick search, and found your article.  Are further instructions available anywhere?</description>
		<content:encoded><![CDATA[<p>Oh no&#8230;why did you stop?  It&#8217;s funny&#8230;I dismantled a player piano last year (it could no longer be tuned), and I had exactly this though, did a  quick search, and found your article.  Are further instructions available anywhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the Arduino Development Environment on LINUX by Aaron Birenboim</title>
		<link>http://quelab.net/wordpress/1195/installing-the-arduino-development-environment-on-linux/#comment-163</link>
		<dc:creator>Aaron Birenboim</dc:creator>
		<pubDate>Mon, 16 Jan 2012 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1195#comment-163</guid>
		<description>Having some issues with global classes.  Not sure what the issue is, but here are some collected suggestions.
* don&#039;t call delay from startup(), it will hang
* don&#039;t use non-null constructors.  (I&#039;m having trouble with constructors period)
**Arduino convention is a null constructor, with a begin() method called from startup
* new and delete are not fully supported.  I&#039;m not so sure there aren&#039;t issues with malloc/free too.  memory on AVR is different
* static variables in functions seemed problematic.  Moved them to globals.</description>
		<content:encoded><![CDATA[<p>Having some issues with global classes.  Not sure what the issue is, but here are some collected suggestions.<br />
* don&#8217;t call delay from startup(), it will hang<br />
* don&#8217;t use non-null constructors.  (I&#8217;m having trouble with constructors period)<br />
**Arduino convention is a null constructor, with a begin() method called from startup<br />
* new and delete are not fully supported.  I&#8217;m not so sure there aren&#8217;t issues with malloc/free too.  memory on AVR is different<br />
* static variables in functions seemed problematic.  Moved them to globals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Swap Meet / Geek Fest November 19th by adric</title>
		<link>http://quelab.net/wordpress/1122/swap-meet-geek-fest-november-19th/#comment-152</link>
		<dc:creator>adric</dc:creator>
		<pubDate>Wed, 16 Nov 2011 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1122#comment-152</guid>
		<description>Its really hard to say,  there will likely be a fair bit of old Heathkit, stuff,  a few ossilliscopes,  solar lights, computer parts.  books. gadgets, printers, optics, RC-toys, and alot of random electronics.   And that jsut the stuff we are supplying,  hare are a few photos from the last one, https://secure.flickr.com/search/?w=58068110@N00&amp;q=yardsale

As for pricing, its hard to say, we are encouraging everyone to barter/trade price their own stuff.  there may have been some $50 dollar items last yardsale but most were in the $1-$20 range.  </description>
		<content:encoded><![CDATA[<p>Its really hard to say,  there will likely be a fair bit of old Heathkit, stuff,  a few ossilliscopes,  solar lights, computer parts.  books. gadgets, printers, optics, RC-toys, and alot of random electronics.   And that jsut the stuff we are supplying,  hare are a few photos from the last one, <a href="https://secure.flickr.com/search/?w=58068110@N00&#038;q=yardsale" rel="nofollow">https://secure.flickr.com/search/?w=58068110@N00&#038;q=yardsale</a></p>
<p>As for pricing, its hard to say, we are encouraging everyone to barter/trade price their own stuff.  there may have been some $50 dollar items last yardsale but most were in the $1-$20 range. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Swap Meet / Geek Fest November 19th by AbqDez</title>
		<link>http://quelab.net/wordpress/1122/swap-meet-geek-fest-november-19th/#comment-151</link>
		<dc:creator>AbqDez</dc:creator>
		<pubDate>Wed, 16 Nov 2011 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1122#comment-151</guid>
		<description>Does anyone have a &quot;wishlist&quot;  of things they hope to find?  
Would anyone mind letting me know some of the items (&amp; ~Prices?~).
    I have a friend who lives in Santa Fe, &amp; Im hoping he will come give me a ride,  but he is unsure if it would be worth the trip (I have said YES, of course it is but he would like to know what to expect when he gets there) Specifically he wants to know how much things will be going for.  (He is not interested in 0.05 stuff ) 
  Thanks,
       ~dez</description>
		<content:encoded><![CDATA[<p>Does anyone have a &#8220;wishlist&#8221;  of things they hope to find?  <br />
Would anyone mind letting me know some of the items (&amp; ~Prices?~).<br />
    I have a friend who lives in Santa Fe, &amp; Im hoping he will come give me a ride,  but he is unsure if it would be worth the trip (I have said YES, of course it is but he would like to know what to expect when he gets there) Specifically he wants to know how much things will be going for.  (He is not interested in 0.05 stuff )<br />
  Thanks,<br />
       ~dez</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BEAM bots by Terri O</title>
		<link>http://quelab.net/wordpress/1092/beam-bots/#comment-149</link>
		<dc:creator>Terri O</dc:creator>
		<pubDate>Thu, 03 Nov 2011 20:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://quelab.net/wordpress/?p=1092#comment-149</guid>
		<description>I&#039;d be interested, and I&#039;ve been looking for an excuse to start showing up anyhow. ;)

It&#039;s been a long time since I did robotics work, though, so I&#039;d probably need a refresher on stuff like soldering.

</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested, and I&#8217;ve been looking for an excuse to start showing up anyhow. <img src='http://quelab.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It&#8217;s been a long time since I did robotics work, though, so I&#8217;d probably need a refresher on stuff like soldering.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

