<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	xml:lang="en">
	<title>nPoly</title>
	<subtitle>nPoly</subtitle>
        <link rel="alternate" type="text/html" href="http://npoly.com/index.php"/>
        <link rel="self" type="application/atom+xml" href="http://npoly.com/atom.xml"/>
	<updated>2010-06-28T07:50:22-04:00</updated>
	<author>
	<name>Blaine</name>
	<uri>http://npoly.com/index.php</uri>
	<email>blaine@npoly.com</email>
	</author>
	<id>tag:npoly,2010:nPoly</id>
	<generator uri="http://www.pivotlog.net" version="Pivot - 1.40.5: 'Dreadwind'">Pivot</generator>
	<rights>Copyright (c) 2010, Authors of nPoly</rights>
	
	
	
	<entry>
		<title>Android Scripting Environment: VGRebirth Scan</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=57" />
		<updated>2009-12-21T19:49:00-04:00</updated>
		<published>2009-12-21T19:49:00-04:00</published>
		<id>tag:npoly,2010:nPoly.57</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">While I'm still in the honeymoon stages with my Droid, I've been playing with the Android Scripting Environment. And as a rite of passage, I've written my own bastardization of the barcode scan app. Only mine is linked to our good friend Rev Quixo's VG Rebirth so I can use it to quickly scan in any video games I might want to add. Nifty, no? Alright, it's the same thing everyone else is doing... doesn't matter, it's useful to me!

You'll need the ASE installed as well as ZXing's Barcode Scanner (which you should have been playing with since day 1, anyways):

import android
droid = android.Android()
code = droid.scanBarcode()
x = str(int(code['result']['SCAN_RESULT']))
url="http://vgrebirth.org/games/search.asp?keywords="+x
droid.startActivity('android.intent.action.VIEW',url)</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=57"><![CDATA[
                <p style="text-align:center;"><img src="http://npoly.com/images/photo_30.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
While I'm still in the honeymoon stages with my Droid, I've been playing with the <a rel="external" href="http://code.google.com/p/android-scripting/">Android Scripting Environment</a>. And as a rite of passage, I've written my own bastardization of the barcode scan app. Only mine is linked to our good friend Rev Quixo's <a rel="external" href="http://www.vgrebirth.org">VG Rebirth</a> so I can use it to quickly scan in any video games I might want to add. Nifty, no? Alright, it's the same thing everyone else is doing... doesn't matter, it's useful to me!<br />
<br />
You'll need the ASE installed as well as ZXing's Barcode Scanner (which you should have been playing with since day 1, anyways):<br />
<br />
<i>import android<br />
droid = android.Android()<br />
code = droid.scanBarcode()<br />
x = str(int(code['result']['SCAN_RESULT']))<br />
url="http://vgrebirth.org/games/search.asp?keywords="+x<br />
droid.startActivity('android.intent.action.VIEW',url)<br />
</i>
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Amazing Gyudon Recipe</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=56" />
		<updated>2009-09-29T13:35:00-04:00</updated>
		<published>2009-09-29T13:27:00-04:00</published>
		<id>tag:npoly,2010:nPoly.56</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Real quick. I made this and it tastes exactly like Yoshinoya!!
I used thinly sliced beef instead of rib, only because I don't know where to find shaved boned rib meat.
Linkage</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=56"><![CDATA[
                Real quick. I made this and it tastes exactly like Yoshinoya!!<br />
I used thinly sliced beef instead of rib, only because I don't know where to find shaved boned rib meat.<br />
<a rel="external" href="http://blogs.yahoo.co.jp/smilestreet/28768509.html" title="">Linkage</a>
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Tilt No More: Overdrive Button for Rockband</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=55" />
		<updated>2009-02-16T23:56:00-04:00</updated>
		<published>2009-02-16T23:54:00-04:00</published>
		<id>tag:npoly,2010:nPoly.55</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">The world has had guitar shaped videogame controllers for quite a while now. From the first Guitar Freaks game to the current hot/cold war of Guitar Hero and Rockband. The one thing the current crop of guitars all share is a dodgy way of activating your "super power" (Star Power in GH, Overdrive in RB) by tilting your guitar straight up. While commonplace, the mechanism is imprecise and doesn't always work when you need/want it to. So, here's a simple modification that converts the tilting mechanic into a straight forward button press. Join me, won't you?</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=55"><![CDATA[
                <p style="text-align:center;"><img src="http://npoly.com/images/rbmod4.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
The world has had guitar shaped videogame controllers for quite a while now. From the first Guitar Freaks game to the current hot/cold war of Guitar Hero and Rockband. The one thing the current crop of guitars all share is a dodgy way of activating your "super power" (Star Power in GH, Overdrive in RB) by tilting your guitar straight up. While commonplace, the mechanism is imprecise and doesn't always work when you need/want it to. So, here's a simple modification that converts the tilting mechanic into a straight forward button press. Join me, won't you?<br  /><br  /><br />
The tilting mechanism in my 1st edition Rockband guitar is accomplished by an odd little circuit board between the strummer and the whammy bar. It's unusually that it has two signal wires (in mine, two white wires) and a single ground wire.<br />
<br />
<p style="text-align:center;"><img src="http://npoly.com/images/rbmod2.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<p style="text-align:center;"><img src="http://npoly.com/images/rbmod3.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
Removing it with a screwdriver and some wiresnips, you'll have this small rattling circuitboard. Now, all you have to do is drill out a button of your choice. I'm currently enamored with these chrome beauties I bought online a few months ago, they're visually perfect for a guitar. I chose between the strumbar and whammy bar, the original location for my button. My pink rests on it while I play. It's important to note that if you put it there, it will not be "easier" to use overdrive. It'll actually require some dexterity to strum with one finger and press with another. The button is designed to make activating overdrive more accurate. If you wanted to, you could install the button anywhere including on the neck fret where you could hit it with your thumb.<br />
<br />
<p style="text-align:center;"><img src="http://npoly.com/images/rbmod1.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
Now the slightly odd part. Discard the GROUND wire you just cut from the circuit board. Just tape it off to the side where it won't cause any trouble. The solder (or in the case of these buttons, screw) one of the two signal wires to one side of your button and the other wire to the other side. That's it!<br />
<br />
Exactly what was happening in the circuit you removed is a bit of a mystery to me, honestly. At first I put both signal wires on one end of the button and the ground on the other end of the button. Pressing the button would actually change the guitar effect from Echo to Chorus!!!<br />
<br />
You can easily extend this mod by putting your overdrive button <i>outside</i> of your guitar in the form of an effects pedal (which I'll be doing for fun, but I do kinda consider cheating the system since the tilt mechanism is easy, but in accurate - the overdrive button is accurate, but not easy - and the foot pedal will be both accurate and easy).
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Prolonged Absence</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=54" />
		<updated>2009-02-16T23:20:00-04:00</updated>
		<published>2009-02-16T23:20:00-04:00</published>
		<id>tag:npoly,2010:nPoly.54</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Well... I'm back to updating. Thing is, my ex-fiance told me a week before the wedding she didn't love me. Needless to say, I had no desire to update the sit for about 6 months or so.</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=54"><![CDATA[
                Well... I'm back to updating. Thing is, my ex-fiance told me a week before the wedding she didn't love me. Needless to say, I had no desire to update the sit for about 6 months or so.
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>New Camera</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=52" />
		<updated>2008-06-14T00:53:00-04:00</updated>
		<published>2008-06-14T00:53:00-04:00</published>
		<id>tag:npoly,2010:nPoly.52</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text"></summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=52"><![CDATA[
                <p style="text-align:center;"><a href='http://npoly.com/images/img_0046.jpg' class="thickbox" title="" rel="entry-52 external" ><img src="http://npoly.com/images/img_0046.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0049.jpg' class="thickbox" title="" rel="entry-52 external" ><img src="http://npoly.com/images/img_0049.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0077.jpg' class="thickbox" title="" rel="entry-52 external" >(thumbnail)</a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0052.jpg' class="thickbox" title="" rel="entry-52 external" ><img src="http://npoly.com/images/img_0052.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0063.jpg' class="thickbox" title="" rel="entry-52 external" ><img src="http://npoly.com/images/img_0063.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0055.jpg' class="thickbox" title="" rel="entry-52 external" ><img src="http://npoly.com/images/img_0055.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><p style="text-align:center;"><a href='http://npoly.com/images/img_0069.jpg' class="thickbox" title="" rel="entry-52 external" >(thumbnail)</a></p>
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>When things get tough...</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=51" />
		<updated>2008-06-11T12:42:00-04:00</updated>
		<published>2008-06-11T12:42:00-04:00</published>
		<id>tag:npoly,2010:nPoly.51</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Because the one from A.A. is too girlie.</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=51"><![CDATA[
                <p style="text-align:center;"><img src="http://npoly.com/images/prayerforserenity.jpg" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
Because the one from A.A. is too girlie.
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Nmap Icon and Script for OS X</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=50" />
		<updated>2008-06-10T15:14:00-04:00</updated>
		<published>2008-06-10T15:02:00-04:00</published>
		<id>tag:npoly,2010:nPoly.50</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Really nothing earth shaking, but I personally love to run Nmap whenever I go on a new or unknown network - it's the equivelant of looking around the room to make sure there's no one too shady hanging about... it's also useful for figuring out how much traffic, and therefore how slow transfers, you can expect. The only thing people may find really useful is the nice Nmap icon I created. Creating scalable icons for OS X can be a bit of a bear... Download after the jump.</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=50"><![CDATA[
                <p style="text-align:center;"><img src="http://npoly.com/images/nmapthumb.png" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
Really nothing earth shaking, but I personally love to run Nmap whenever I go on a new or unknown network - it's the equivelant of looking around the room to make sure there's no one too shady hanging about... it's also useful for figuring out how much traffic, and therefore how slow transfers, you can expect. The only thing people may find really useful is the nice Nmap icon I created. Creating scalable icons for OS X can be a bit of a bear... Download after the jump.The script just fires off Nmap with the stealth syn turned, for a standard network set up (192.168.1.x). Obviously you need Nmap installed, and it will only work on what was once known as a Class C network (192.168.1.0 - 192.168.1.255).<br />
<br />
It won't take much imagination for someone to just steal the icon and build another script for Class B or any other type of search Nmap supports.<br />
<br />
<a rel="external" href="http://www.npoly.com/Nmap.zip" title="">Nmap.app as a Zip</a><br />
<br />
So add a little style to your dock and simplify your port scanning!
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Goosh - Google Shell</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=49" />
		<updated>2008-06-09T16:38:00-04:00</updated>
		<published>2008-06-09T16:38:00-04:00</published>
		<id>tag:npoly,2010:nPoly.49</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Very cool command line interface for google.

http://goosh.org/</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=49"><![CDATA[
                Very cool command line interface for google.<br />
<br />
http://goosh.org/
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>He's good at repairs. He's under each snare.</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=48" />
		<updated>2008-06-10T15:12:00-04:00</updated>
		<published>2008-03-10T20:44:00-04:00</published>
		<id>tag:npoly,2010:nPoly.48</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">I don't get excited much when it comes to music. But the perfect storm of my interests manifests itself under the brand of D.E.L. That's Del The Funky Homosapien - the man behind the mic on the best of the Gorillaz tracks as well as one of the most powerful hip-hop albums ever, Deltron 3030. Del's new CD arrived in the mail today for me and my excitement has piqued to find out it's be autographed by the man himself:



What you gonna do, Mean Gene? This is probably the first time I've ever considered a music cd I've purchased to be a collectable. I've ripped it and she's back in the case. I'm a few songs in and it's doing good so far. This will definitely tide me over until the new Deltron.

Deltron Zero, hero... not no small feat.</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=48"><![CDATA[
                I don't get excited much when it comes to music. But the perfect storm of my interests manifests itself under the brand of D.E.L. That's Del The Funky Homosapien - the man behind the mic on the best of the Gorillaz tracks as well as one of the most powerful hip-hop albums ever, Deltron 3030. Del's new CD arrived in the mail today for me and my excitement has piqued to find out it's be autographed by the man himself:<br />
<br />
<p style="text-align:center;"><a href='http://npoly.com/images/photo_8_copy1.jpg' class="thickbox" title="" rel="entry-48 external" ><img src="http://npoly.com/images/photo_8_copy1.thumb.jpg" style="border: 1px solid;" alt="" title=""  class='pivot-popupimage'/></a></p><br />
<br />
What you gonna do, Mean Gene? This is probably the first time I've ever considered a music cd I've purchased to be a collectable. I've ripped it and she's back in the case. I'm a few songs in and it's doing good so far. This will definitely tide me over until the new Deltron.<br />
<br />
Deltron Zero, hero... not no small feat.
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>POLITICS!</title>
		<link rel="alternate" type="text/html" href="http://npoly.com/pivot/entry.php?id=47" />
		<updated>2008-03-10T11:26:00-04:00</updated>
		<published>2008-03-10T11:26:00-04:00</published>
		<id>tag:npoly,2010:nPoly.47</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Everytime I hear that guys name I get an urge to slam the LP button...</summary>
        <content type="html" xml:lang="en" xml:base="http://npoly.com/pivot/entry.php?id=47"><![CDATA[
                <p style="text-align:center;"><img src="http://npoly.com/images/obama.png" style="border:0px solid" title="" alt="" class="pivot-image" /></p><br />
<br />
Everytime I hear that guys name I get an urge to slam the LP button...
		]]></content>
		<author>
			<name>Blaine</name>
		</author>
	</entry>
	
	
	
</feed>
