<?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>Interlock Rochester, Inc. &#124; Rochester&#039;s Hackerspace &#187; Antitree</title>
	<atom:link href="http://interlockroc.org/author/antitree/feed/" rel="self" type="application/rss+xml" />
	<link>http://interlockroc.org</link>
	<description>Think, Work, Play, Hack</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:45:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Near Field Communication Primer</title>
		<link>http://interlockroc.org/2011/12/21/near-field-communication-primer/</link>
		<comments>http://interlockroc.org/2011/12/21/near-field-communication-primer/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 17:00:20 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[infosec]]></category>
		<category><![CDATA[near field communication]]></category>
		<category><![CDATA[NFC]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://interlockroc.org/?p=427</guid>
		<description><![CDATA[I thought I&#8217;d do a primer about NFC since Samsung&#8217;s Galaxy Nexus is getting a lot of press about it. You may have heard of Google Wallet or how NFC is going to be built into smart phones in the future. Maybe you haven&#8217;t thought about how it works or how to hack it. As a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://interlockroc.org/wp-content/uploads/2011/08/NFC-logo.png"><img class="alignright size-full wp-image-429" title="NFC-logo" src="http://interlockroc.org/wp-content/uploads/2011/08/NFC-logo.png" alt="" width="284" height="237" /></a>I thought I&#8217;d do a primer about NFC since Samsung&#8217;s Galaxy Nexus is getting a lot of press about it. You may have heard of Google Wallet or how NFC is going to be built into smart phones in the future. Maybe you haven&#8217;t thought about how it works or how to hack it. As a side[side(side)] project I&#8217;ve been working on NFC research with (as always for me) a specific focus on the security perspectives. This is an overview of NFC to maybe peak your interest.</p>
<p><strong>Define:NFC</strong></p>
<p>Near Field Communication is a way to transmit information between intelligent devices. I know you&#8217;re already thinking Bluetooth but wait. NFC has a limitation that says in its spec that it can&#8217;t be more than .2m away from its partner during communication. It may be a bit more depending on the implementation but the thing to remember here is that the protocol itself is what limits the distance, not just the hardware. (Quit pointing that gigantic antenna at my pocket right now!) It transmits on the HF band 13.56MHz, a frequency already used by some RFID chips and fun devices like the Proxmark 3.</p>
<p><strong>Modes</strong></p>
<p>Here&#8217;s what&#8217;s different about NFC: There are three different modes.</p>
<ul>
<li>Reader/Writer: Commonly used in smart posters or smart stickers. Think QR code but subtle.</li>
<li>Peer to Peer: Data is exchanged back and forth between devices; securely exchange credit cards, give your friend your home WIFI settings, or exchange business cards.</li>
<li>Card Emulation: A device acts like a contactless smart card. What if you could use your phone as a bus pass instead of keeping that flimsy magstripe pass in your pocket?</li>
</ul>
<p><strong>NFC != RFID</strong></p>
<p><strong></strong>Lets take care of that up front. NFC sounds a lot like RFID (they share the whole RF thing) and it seems to get stored in people&#8217;s heads that way because NFC has the card emulation mode where it emulates at &#8220;tag&#8221; or an RFID chip.  RFID isn&#8217;t usually much more than a tag blindly broadcasting data hoping a receiver picks it up. Passive tags (or little antennas without a power source) sit and wait for an RFID reader to come by to energize them. They get all excited and tell the reader everything they know. Imagine a dog just waiting at the door for it&#8217;s owner to come home. The active RFID tags have a battery in them that constantly broadcasts itself to anyone that will listen. Kind of like that annoying friend you have that tells you everything about their life even though you never asked. NFC on the other hand is like an intelligent college student. She can have an intimate conversation with you, she can make a presentation in front of a class, but she can still get drunk and act stupid if that&#8217;s what everyone else is doing at the party.</p>
<p><strong>NFC is not a new technology</strong></p>
<p>We&#8217;ve seen them in European phones since 2003 or 4 and they&#8217;ve been hacked on for just as long. The folks at the <a href="http://www.ccc.de/en/" target="_blank">Chaos Computer Club</a> have been hacking on NFC since it&#8217;s original inception; when manufacturers like Nokia started installing it into their feature phones, AKA dumb phones. It never made it across the water &#8211; some may say due to some FCC regulations on the 13.56 frequency but I&#8217;ll leave that topic to the Ham guys.</p>
<p><strong>Security<a href="http://interlockroc.org/wp-content/uploads/2011/08/tinfoilhat.jpg"><img class="alignright size-full wp-image-428" title="tinfoilhat" src="http://interlockroc.org/wp-content/uploads/2011/08/tinfoilhat.jpg" alt="" width="340" height="255" /></a></strong></p>
<p>If you haven&#8217;t already, you should put on your tin foil hat now. <strong>NFC is a way for corporations to take over our bodies, man!</strong> Well&#8230;most likely not. But you&#8217;re already thinking about the security problems as soon as I wrote &#8220;credit card.&#8221; I&#8217;m going to save this whole discussion for another day but the tl;dr version is that NFC has been designed with security in mind but a lot is left up to the developer to implement securely. We all know how well that works especially for mobile app developers so I&#8217;m sure everything is going to be fine, right? Maybe next time I&#8217;ll tell you about the butt sniffing attack. No seriously.</p>
<p><strong>Android and The Galaxy Nexus</strong></p>
<p>How is Android implementing NFC in the Galaxy Nexus? Here&#8217;s an example of a peer to peer mode connection: When you put a Galaxy Nexus next to another Galaxy Nexus, the phone will make an NFC connection as long as both phones are unlocked. If the app that you  have open supports NFC (i.e. Google Maps) it will allow you to communicate data from your app to the other device. Some examples of this are sharing contact information, location data, websites, etc but apparently it&#8217;s going to be used for games or whatever developers can think of.</p>
<p>The Reader/Writer mode will allow you to take an NFC tag and shove it next to the phone. Depending on the data stored on the card, it will open an appropriate app to view the content. In the case of an NFC tag that is contains a URL, it will automatically go to that page. Ask me about some of the NFC tags I&#8217;ve made at a 2600 meeting sometime. <img src='http://interlockroc.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>More info:</strong></p>
<p>If you want to see a much better post that&#8217;s chock full of info check this out: <a href="http://www.engadget.com/2011/06/10/engadget-primed-what-is-nfc-and-why-do-we-care/">http://www.engadget.com/2011/06/10/engadget-primed-what-is-nfc-and-why-do-we-care/</a></p>
<p>Here&#8217; s a random YouTube video of two guys with Galaxy Nexuses so I don&#8217;t have to make one: <a href="http://www.youtube.com/watch?v=ZQSc4uiakv4">http://www.youtube.com/watch?v=ZQSc4uiakv4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2011/12/21/near-field-communication-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chatting With Spain</title>
		<link>http://interlockroc.org/2011/12/13/chatting-with-spain/</link>
		<comments>http://interlockroc.org/2011/12/13/chatting-with-spain/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 08:29:25 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Ham]]></category>

		<guid isPermaLink="false">http://interlockroc.org/?p=752</guid>
		<description><![CDATA[Last Thursday’s Do night, JustBill brought in his HF rig to try out on our club antennas.  Bill is an expert user on several digital communications modes including PSK31.  PSK31 or &#8220;Phase Shift Keying, 31 Baud&#8221; is a digital radio modulation mode, used primarily in the amateur radio field to conduct real-time keyboard-to-keyboard informal text [...]]]></description>
			<content:encoded><![CDATA[<p>Last Thursday’s Do night, JustBill brought in his HF rig to try out on our club antennas.  Bill is an expert user on several digital communications modes including PSK31.  PSK31 or &#8220;Phase Shift Keying, 31 Baud&#8221; is a digital radio modulation mode, used primarily in the amateur radio field to conduct real-time keyboard-to-keyboard informal text chat between amateur radio operators.  After we got his rig set up and interfaced to Ham Radio Deluxe running on the club computer, we started a session on 40 meters and keyboard chatted with a guy in Spain.  We also chatted with a Ham in Wisconsin and another in Alabama.  We heard a Russian station but not quite enough signal to get to him with 50 watts.  Here’s a link to a wiki on<a href="http://en.wikipedia.org/wiki/PSK31"> PSK31:</a></p>
<div id="attachment_753" class="wp-caption aligncenter" style="width: 310px"><a href="http://interlockroc.org/wp-content/uploads/2011/12/chattingwithspain.jpg"><img class="size-medium wp-image-753" title="chattingwithspain" src="http://interlockroc.org/wp-content/uploads/2011/12/chattingwithspain-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">JustBill at the controls….with aliens supervising</p></div>
<p>We also got an old Radio Shack HTX-202 operating APRS (<a href="http://www.aprs.org/">Automatic Packet Reporting System</a>) with <a href="http://www.ui-view.org/">UI-View32</a> (an ancient client software for radio packet hosting) and the ProComm TNC to communicate to the radio.  K2HAX is on the map!  APRS is an important tool for position reporting, remote telemetry, text messaging anyone anyplace, and local coordination of emergency training events. For a cool view of current APRS activity around K2HAX, go <a href="http://aprs.fi/?call=K2HAX&amp;others=1">here</a>.</p>
<p>&nbsp;</p>
<p>’73 – N2ZVP &#8211; rochbert</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2011/12/13/chatting-with-spain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2HAX Is On The Air</title>
		<link>http://interlockroc.org/2011/11/27/k2hax-is-on-the-air/</link>
		<comments>http://interlockroc.org/2011/11/27/k2hax-is-on-the-air/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 16:42:20 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Ham]]></category>
		<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[HAM]]></category>

		<guid isPermaLink="false">http://interlockroc.org/?p=705</guid>
		<description><![CDATA[K2HAX is on the air!  With our move to the new space, we have access to the roof.  On a beautiful fall day, Chris Olin and I put up a 30’ fiberglass mast on a tripod base (not attached to the roof).  Then we hoisted up a trapped dipole for 10-80 meters and a G5RV.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://interlockroc.org/wp-content/uploads/2011/11/ham_temp-e1322411639629.jpg"><img class="alignright size-full wp-image-707" title="ham_temp" src="http://interlockroc.org/wp-content/uploads/2011/11/ham_temp-e1322411759170.jpg" alt="" width="256" height="569" /></a>K2HAX is on the air!  With our move to the new space, we have access to the roof.  On a beautiful fall day, Chris Olin and I put up a 30’ fiberglass mast on a tripod base (not attached to the roof).  Then we hoisted up a trapped dipole for 10-80 meters and a G5RV.  The dipole is oriented SW-NE, the G5RV is SE-NW.  We also put up a 2m/70 cm J-Pole for VHF/UHF.  All the feedlines were run with previously used 8/U down to our space (about 150’) and into the Ham Shack.</p>
<p>We initially had a Kenwood TS-530s transceiver and roller tuner setup for HF and we made a few contacts.  We wanted to get the Yaesu FT-857GX out of the storage container and try it out.  That is setup now along with an automatic tuner.  Reception seems decent.  We are waiting on an operable microphone to get back on the air.  Bill, Von, Rowan, and Steve are working on that.  We will be working on CAT control and a hook-up for using SDR like functionality with Ham Radio Deluxe, allowing us to get into the digital communication modes.</p>
<p>The Yaesu FT-8800 VHF/UHF rig is working well, K2HAX normally monitors 146.61 (N2MPE local ARES/RACES repeater) while someone is in the shack.  We have cables for programming this rig on order and also have a cable for use with the PacComm TNC for packet, etc.</p>
<p>We also have a desktop PC with a nice monitor setup for use with the transceivers.  We are waiting on a 2 port serial card to communicate with the radios.  The remote programming of the radios and the option for digital mode communications (PSK, Packet, etc) opens up with the PC.</p>
<p>Our bench includes power supplies, frequency counters, various multi-meters and hand tools.  We have a great selection of soldering tools for discrete and SMT component work.  We have a variable temperature iron and a variable speed and temperature blower for re-work.  On order is a Hakko 808 de-soldering tool.  We have 2 antenna analyzers, a new Comet and an older MFJ.  Several bench projects are already underway including Jamie’s whispering clocks, many cable hacks for the radios, and Walter’s attempts to repair blown audio equipment.</p>
<p>Ham radio is witnessing a rebirth in popularity.  Emergency preparedness at the county/state/and national level has recognized the value of Ham radio as the most dependable means for communication during an emergency.  Interlock members have participated in local POD drills, Ginna nuclear event practice response teams and are regular attendees at the local ARES/RACES meetings.  Ham Radio can provide texting, TV and many other familiar forms of communication without any annoying infrastructure.  We can DX with Ham operators around the world, by voice and many new and old digital modes.  SDR is an emerging technology applied to Ham radio; opening up some fantastic possibilities for low power operation, contesting, and pulling weak signals out of the noise.</p>
<p>Ham radio is growing in popularity.  Interlock Hams would love to introduce anyone interested to the hobby and answer any questions you may have.</p>
<p>’73 Walter</p>
<p><a title="Hammy Shack by bert_m_b, on Flickr" href="http://www.flickr.com/photos/bert_m_b/6359831907/"><img class="alignnone" src="http://farm7.staticflickr.com/6113/6359831907_fc4ced2e17_z.jpg" alt="Hammy Shack" width="252" height="168" /></a><a title="The Ham Shack by bert_m_b, on Flickr" href="http://www.flickr.com/photos/bert_m_b/6356820667/"><img class="alignnone" src="http://farm7.staticflickr.com/6218/6356820667_69192ab54b_z.jpg" alt="The Ham Shack" width="252" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2011/11/27/k2hax-is-on-the-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Hacking</title>
		<link>http://interlockroc.org/2011/09/07/android-hacking/</link>
		<comments>http://interlockroc.org/2011/09/07/android-hacking/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 14:43:11 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://interlockroc.org/?p=517</guid>
		<description><![CDATA[Android right now makes up 52% of the smartphone market share and a third of the tablets. I&#8217;ve been focused on Android lately and wanted to do an introduction to the hackability of these devices. From a security perspective, Android offers some interesting opportunities: rooting your phone, hacking an app, or malware analysis. For the hardware hackers, Google [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://interlockroc.org/wp-content/uploads/2011/09/android_hack_logo.jpg"><img class="alignright size-thumbnail wp-image-520" title="android_hack_logo" src="http://interlockroc.org/wp-content/uploads/2011/09/android_hack_logo-150x150.jpg" alt="" width="150" height="150" /></a>Android right now makes up 52% of the smartphone market share and a third of the tablets. I&#8217;ve been focused on Android lately and wanted to do an introduction to the hackability of these devices. From a security perspective, Android offers some interesting opportunities: rooting your phone, hacking an app, or malware analysis. For the hardware hackers, Google and others are offering hardware tools that can plug into your Android device to enable use them for your hardware projects. If you&#8217;re interested in the creative path, it&#8217;s really easy to get started doing app development.</p>
<p><span id="more-517"></span></p>
<p><strong>Rooting:</strong></p>
<p>Rooting your device offers the user full control of the device to allow to change the version of the operating system, install or uninstall any apps you&#8217;d like, and in some cases gain access to features that would otherwise be locked out by the carrier. If none of those interest you, the geek cred alone may be good enough.</p>
<p>Rooting is nothing more than a privilege escalation attack. You are granted standard user access to your phone but you&#8217;d like to escalate to root level privileges. Android, being built on top of Linux follows the common practice of granting root only when necessary to your device&#8217;s operations. There are a bunch of attack vectors like exploiting a service running as root, exploiting a file that has root access,</p>
<p><strong>App Hacking:</strong></p>
<p>There&#8217;s a lot of fun stuff you can do to hack an Android app. It&#8217;s originally coded in Java and although Android runs it&#8217;s own Java environment called Dalvik VM, an app can be decompiled from it&#8217;s byte code to Java class files. From there you can do some reverse engineering to take a look at how the app operates. With a little luck and skill, you can recompile a modified version of the app. I&#8217;m not going to go too deep into this idea but if you&#8217;re interested, I&#8217;ll be doing a presentation at this years <a href="http://www.rochestersecurity.org">Rochester Security Summit</a> that will give you the tools to do this analysis yourself.</p>
<p><strong>Malware:</strong></p>
<p>For the security guys now, malware analysis is a fun way to get a peek into how the bad guys work. Android is in a battle with malware usually available in alternative markets. Nasty apps like &#8220;Nickispy&#8221; will steal your personal information and even record your calls to upload them back to a server. Some will root your device and install a backdoor like the latest variant of DroidKungFu. With some tools and some different analysis techniques, you can perform the analysis yourself. Jason Ross will also be presenting this year at RSS on this topic if you&#8217;re interested.</p>
<p><strong>Hardware Hacking:</strong></p>
<p>At this years Google IO, they announced the release of the <a href="http://www.google.com/events/io/2011/sessions/android-open-accessory-api-and-development-kit-adk.html">Android Development Kit</a> which is a bridge between your Android device and your hardware projects. Imagine controlling an Arduino with a touch screen interface or using the sensors from your phone to control a robot. As a cheap alternative to the $300+ kit, Sparkfun has created the <a href="http://www.sparkfun.com/products/10748">Android IOIO</a>, pronounced yoyo. This is what my next project will include with a little help from the robot crew at Interlock.</p>
<p><strong>App Development:</strong></p>
<p>If programming or art is your thing, or you want to make your next million dollars on an Angry Birds killer, you can get started developing apps on the <a href="http://market.android.com/publish">Android Marketplace</a> for $25. This gets you an account to upload your app to the public directory and it will show up on thousands of people&#8217;s phones. The Android SDK along with the Eclipse plugins make it pretty easy to develop without too much programming knowledge.</p>
<p><strong>Android At Interlock:</strong></p>
<p>In the coming months, along with all the other changes, we&#8217;re planning on doing an Android workshop at the space. Depending on the interest it may be related to rooting or application development.</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2011/09/07/android-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regional Computer Recycling &amp; Recovery Tour</title>
		<link>http://interlockroc.org/2010/12/28/regional-computer-recycling-recovery-tour/</link>
		<comments>http://interlockroc.org/2010/12/28/regional-computer-recycling-recovery-tour/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 11:46:37 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=311</guid>
		<description><![CDATA[Have you ever wanted to watch a hard drive get shredded in seconds, see a box of RAM that was 800 pounds, or wander through a 100,000 square foot grave yard of electronics? So did we, and our tour of Regional Computer Recycling and Recovery was just that. RCR&#38;R is one of the major electronics [...]]]></description>
			<content:encoded><![CDATA[<p><img class="right" style="width: 200px;" src="http://www.interlockroc.org/wp-content/uploads/2010/12/rcrr.jpg" alt="Regional Computer Recycling &amp; Recovery" /></p>
<p>Have you ever wanted to watch a hard drive get shredded in seconds, see a box of RAM that was 800 pounds, or wander through a 100,000 square foot grave yard of electronics? So did we, and our tour of Regional Computer Recycling and Recovery was just that. RCR&amp;R is one of the major electronics recyclers in the Rochester area, and we were lucky enough to get a tour of their facilities. They outlined the process from beginning to end of how a computer is received, processed, parted out, and eventually recycled.</p>
<p><img class="photo left" style="width: 200px;" src="http://www.interlockroc.org/wp-content/uploads/2010/12/rotatingknivessm-297x300.jpg" alt="rotating knives sign" /></p>
<p>A group of us were guided around the RCR&amp;R facility after learning about the organization. Vice president Charlie McKernen teamed up with client service representative Tom Smith to show us the facility, answer our questions, and keep us on track when our attention strayed to the many items sitting on the giant shelves. One of the first stops was a hard drive shredder which chopped through the devices like butter, leaving just a pile of scraps after a few sparks. We walked by workers parting out the computers, placing each into a corresponding box that would eventually be shipped out for recycling by a facility specifically designed to process that part. Charlie was able to easily answer our questions on degaussing and secure hard drive wiping methods, and they all seemed to be up to speed on the latest compliance requirements and best practices when it came to security.</p>
<p>The tour happened on the same day that the Democrat and Chronicle published <a href="http://www.democratandchronicle.com/article/20101227/NEWS01/12270323/1002/NEWS/Effort-aims-to-cut-waste-electronics" target="_blank">an article</a> discussing a New York State law touting a state wide, free e-waste recycling program. Passed in May, the law will make electronics manufacturers responsible for the waste generated when a computer is recycled. Current NYS law allows computers to be thrown out as part of your regular trash, leaking contaminants into the ground. Hazardous metals like lead and mercury, and the chemicals that make plastics flame retardant can cause damage to the environment. The new law aims to get consumers recycling their old electronics by offsetting the cost back to the manufacturers.</p>
<p>You can visit the RCR&amp;R <a title="RCR&amp;R" href="http://www.ewaste.com" target="_blank">website</a> for more information about their facility and services, and be sure to check out their <a title="Electronics Cafe" href="http://stores.ebay.com/Electronics-Cafe" target="_blank">Electronics Cafe</a> eBay store if you&#8217;re interested in seeing all of the fun stuff they have for sale.</p>
<p>EDIT: Their facility is 100,000 sqft in Victor and their Central Ave. location is 20,000 sqft.</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/12/28/regional-computer-recycling-recovery-tour/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anniversary Achievement Unlocked</title>
		<link>http://interlockroc.org/2010/12/16/anniversary-achievement-unlocked/</link>
		<comments>http://interlockroc.org/2010/12/16/anniversary-achievement-unlocked/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 01:20:58 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=305</guid>
		<description><![CDATA[Last Saturday, Interlock celebrated its one year anniversary.  Although this wasn&#8217;t the original date of our inception, it was the agreed upon time to meet, discuss what we did the year before, announce plans for the year after, decide upon the budget, and share ideas that could help improve Interlock as a whole. Our first [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday, Interlock celebrated its one year anniversary.  Although this wasn&#8217;t the original date of our inception, it was the agreed upon time to meet, discuss what we did the year before, announce plans for the year after, decide upon the budget, and share ideas that could help improve Interlock as a whole.</p>
<p>Our first year was packed with tasks necessary for putting together a hackerspace from the ground up.  Starting out, we were a group of people meeting in a coffee shop with an idea and we quickly transitioned into getting a space to call home, incorporating the organization and designing the bylaws for the group.  We worked with community leaders to attend events like Barcamp Rochester and partnered up with our friends at CoWorking Rochester for lightning talks. And in between all of that, we tried to make time for our personal projects.</p>
<p>It was fun to hear what members had been working on in the space this year. Arduinos, Apple 2c+ hacking, knitting, networking, photography, infosec, robotics, ham radio, makerbot plans, virtualization, lock picking, phone systems, classes, aerial photography, are just a few of the projects we worked on.</p>
<p>This coming year, we have some exciting new ideas for everyone  and the members have even more ideas for their own projects.  Some of those ideas are about improving Interlock for the public and our community like offering different membership options.  We&#8217;re also working on ideas for a project we can work on as a group.</p>
<p>Finally as part of our business planning, we reviewed our financial situation and approved a budget.  You can take a look at our costs and where the money goes from 2010 below.</p>
<p><a href="http://www.interlockroc.org/wp-content/uploads/2010/12/2010_expenses.png"><img class="aligncenter size-medium wp-image-306" title="interlock_2010" src="http://www.interlockroc.org/wp-content/uploads/2010/12/2010_expenses-300x124.png" alt="Financial numbers for 2010" width="300" height="124" /></a></p>
<p>A thanks goes out to all of our members and friends who donate their time, money, and ideas to our cause.  We seriously couldn&#8217;t have done it without you.</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/12/16/anniversary-achievement-unlocked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino Class</title>
		<link>http://interlockroc.org/2010/08/13/arduino-class/</link>
		<comments>http://interlockroc.org/2010/08/13/arduino-class/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:36:54 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Classes]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=205</guid>
		<description><![CDATA[Join us on August 24th for a 6 week class as we join O&#8217;Reilly&#8217;s training class. http://training.oreilly.com/arduino/ For those of you that are new to Arduinos: Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It&#8217;s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. [...]]]></description>
			<content:encoded><![CDATA[<p>Join us on August 24th for a 6 week class as we join O&#8217;Reilly&#8217;s training class.<a href="http://training.oreilly.com/arduino/" target="_blank"> http://training.oreilly.com/arduino/</a></p>
<p>For those of you that are new to Arduinos:</p>
<blockquote><p>Arduino is an open-source electronics  prototyping platform based on flexible, easy-to-use hardware and  software.  It&#8217;s intended for artists, designers, hobbyists, and anyone  interested in creating interactive objects or environments. <a href="http://www.arduino.cc/" target="_blank">link</a></p></blockquote>
<p>What you&#8217;ll learn:</p>
<ul>
<li>Use Processing to create basic software applications</li>
<li>Make your own drawing and animation tools</li>
<li>Create a GUI (Graphical User Interface) to control your software</li>
<li>Use an Arduino to provide physical controls for your drawing and animation tools</li>
</ul>
<p>We&#8217;d like to find out how many people are coming so if you&#8217;re interested, please sign up on our Meetup.com page: <a href="http://meetup.com/u/jvS">http://meetup.com/u/jvS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/08/13/arduino-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interlock Story From Ithaca College</title>
		<link>http://interlockroc.org/2010/05/10/interlock-story-from-ithaca-college/</link>
		<comments>http://interlockroc.org/2010/05/10/interlock-story-from-ithaca-college/#comments</comments>
		<pubDate>Tue, 11 May 2010 01:30:11 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=187</guid>
		<description><![CDATA[Bryant K from Ithaca College came up to visit and interview some of the members about hacking, Interlock, and the scene.]]></description>
			<content:encoded><![CDATA[<p>Bryant K from Ithaca College came up to visit and interview some of the members about hacking, Interlock, and the scene.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="389 codebase=" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/oun_9soA6hU&amp;hd=1&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="389 codebase=" src="http://www.youtube.com/v/oun_9soA6hU&amp;hd=1&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/05/10/interlock-story-from-ithaca-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Friday / Barcamp This Weekend</title>
		<link>http://interlockroc.org/2010/04/01/first-friday-barcamp-this-weekend/</link>
		<comments>http://interlockroc.org/2010/04/01/first-friday-barcamp-this-weekend/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 20:34:42 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=148</guid>
		<description><![CDATA[This Friday, Interlock and the rest of the Hungerford building will open as part of the First Friday art exhibit. If you haven&#8217;t visited during a First Friday you can expect a good time to meet other members of Interlock and explore the building looking for some interesting art and people. Also this Friday, Interlock [...]]]></description>
			<content:encoded><![CDATA[<p>This Friday, Interlock and the rest of the <a href="http://rocwiki.org/Hungerford_Building">Hungerford</a> building will open as part of the <a href="http://www.firstfridayrochester.org/">First Friday</a> art exhibit.  If you haven&#8217;t visited during a First Friday you can expect a good time to meet other members of Interlock and explore the building looking for some interesting art and people.</p>
<p>Also this Friday, Interlock will be hosting the <a href="http://www.rochester2600.com">Rochester 2600</a> meetings. An info sec interest group.</p>
<p>This Saturday we&#8217;ll be attending <a href="http://barcamprochester.org/">Barcamp Rochester</a>.  This is an event at RIT that a lot of people will be attending.  The idea is anyone can attend but you must participate by doing a talk.</p>
<p>Check out our <a href="/calendar">calendar</a> for times and other events going on.</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/04/01/first-friday-barcamp-this-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Workshop This Weekend</title>
		<link>http://interlockroc.org/2010/03/18/linux-workshop-this-weekend/</link>
		<comments>http://interlockroc.org/2010/03/18/linux-workshop-this-weekend/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 17:27:48 +0000</pubDate>
		<dc:creator>Antitree</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.interlockroc.org/?p=140</guid>
		<description><![CDATA[We are holding a Linux Workshop this Saturday, March 20 from noon to 4PM. If you&#8217;ve never been to the Linux Workshops in the past they&#8217;re a lot of fun and a great way to learn something new!  Everyone is welcome! Experts will be on hand to help with any Linux questions or problems you [...]]]></description>
			<content:encoded><![CDATA[<p>We are holding a Linux Workshop this Saturday, March 20 from noon to 4PM.</p>
<p>If you&#8217;ve never been to the Linux Workshops in the past they&#8217;re a lot of fun and a great way to learn something new!  Everyone is welcome!</p>
<p>Experts will be on hand to help with any Linux questions or problems you might have. So bring in your computer and let us help you get the most out of it. Or come and answer questions for others.</p>
]]></content:encoded>
			<wfw:commentRss>http://interlockroc.org/2010/03/18/linux-workshop-this-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

