<?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"
	>

<channel>
	<title>alex.polvi.net</title>
	<atom:link href="http://alex.polvi.net/feed" rel="self" type="application/rss+xml" />
	<link>http://alex.polvi.net</link>
	<description>let's do this!!</description>
	<pubDate>Mon, 10 Nov 2008 20:57:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Police Scanner and GNURadio</title>
		<link>http://alex.polvi.net/2008/11/09/police-scanner-and-gnuradio/</link>
		<comments>http://alex.polvi.net/2008/11/09/police-scanner-and-gnuradio/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:10:32 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=313</guid>
		<description><![CDATA[Keeping and eye on the police has never been so much fun! Recently, my friend John lent me his USRP, allowing me to play with GNURadio. From wikipedia: 
The Universal Software Radio Peripheral (USRP) is a high-speed USB-based board for making software radios.

GNURadio is a free software, software radio. Essentially, the USRP allows you to [...]]]></description>
			<content:encoded><![CDATA[<p>Keeping and eye on the police has never been so much fun! Recently, my friend <a href="http://www.toad.com/gnu/">John</a> lent me his <a href="http://www.ettus.com/">USRP</a>, allowing me to play with <a href="http://www.ettus.com/">GNURadio</a>. From <a href="http://en.wikipedia.org/wiki/Universal_Software_Radio_Peripheral">wikipedia</a>: </p>
<blockquote><p>The Universal Software Radio Peripheral (USRP) is a high-speed USB-based board for making software radios.</p></blockquote>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/e/eb/USRP1.jpg" alt="USRP" /></p>
<p>GNURadio is a free software, software radio. Essentially, the USRP allows you to tune or transmit any radio signal, given the correct tuner/transmitter attachment. Currently it is anything in the 0-5.9Ghz range. The USRP John lent me came with a FM/TV tuner &#8212; meaning I can listen to anything between 80Mhz and 800Mhz.</p>
<p>What exists between 80Mhz and 800Mhz? Lots of stuff! For example, normal FM radio is between ~87Mhz - 108Mhz, all of which can be demodulated using GNURadio. Also, analog <a href="http://en.wikipedia.org/wiki/North_American_broadcast_television_frequencies">TV transmits in that range</a>, allowing you to watch or listen to any of that on your computer. </p>
<p>But! It gets even more interesting. For instance, San Jose International Flight Control exists around 124Mhz (although, I have not heard much there&#8230;). Or, you can even listen to Police Central at 460.4Mhz. Listening to the police has been pretty fun. So far, <a href="http://twitter.com/ollirums">Sam</a> and I heard about a stabbing at a local restaurant, and plenty of phone number / license plate checks. </p>
<p>Anyway, so far I have not done much hacking on the device &#8212; there are a lot of example applications to do the FM demodulation. The one thing I did figure out was now to remove the FM static when the channel is not in use. It took me awhile to figure out, mainly because I did not know the correct terminology. Turns out, the term is &#8220;<a href="http://en.wikipedia.org/wiki/Squelch">squelch</a>&#8220;, and gnuradio implements a block to do this. All I had to do was create a squelch handling block, put it as part of the rest of the processing chain. Looks something like this (inside the <em>usrp_wfm_rcv.py</em> example program):</p>
<p><code>squelch = gr.simple_squelch_cc(0, 5e-3)</code></p>
<p>Then add the squelch to the rest of the <code>connect</code> chain:</p>
<p><code>self.connect(self.u, squelch, chan_filt...</code></p>
<p>This thing is super cool &#8212; and I&#8217;m excited to see what else I can make it do.</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/11/09/police-scanner-and-gnuradio/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hungry Scientist in the NYT</title>
		<link>http://alex.polvi.net/2008/10/29/hungry-scientist-in-the-nyt/</link>
		<comments>http://alex.polvi.net/2008/10/29/hungry-scientist-in-the-nyt/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 22:17:46 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=309</guid>
		<description><![CDATA[Check it out! Pat&#8217;s book was on the front page of the dining section in the New York Times today! I went down to Borders to get a copy, and while I was there did a little clean up of the &#8220;Reference&#8221; section&#8230;
Before:

After:

]]></description>
			<content:encoded><![CDATA[<p>Check it out! Pat&#8217;s book was on the<a href="http://www.hungryscientist.com/2008/10/swooning-from-the-fumes/"> front page of the dining section in the New York Times</a> today! I went down to Borders to get a copy, and while I was there did a little clean up of the &#8220;Reference&#8221; section&#8230;</p>
<p>Before:<br />
<img src="http://farm4.static.flickr.com/3181/2984465061_82997cfae6.jpg?v=0" alt="hungry1" /></p>
<p>After:<br />
<img src="http://farm3.static.flickr.com/2326/2984467707_705f432480.jpg?v=0" alt="hungry2" /></p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/10/29/hungry-scientist-in-the-nyt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Net Nightly News 2008-10-24</title>
		<link>http://alex.polvi.net/2008/10/24/net-nightly-news-2008-10-24-1224883389/</link>
		<comments>http://alex.polvi.net/2008/10/24/net-nightly-news-2008-10-24-1224883389/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 21:24:01 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/2008/10/24/net-nightly-news-2008-10-24-1224883389/</guid>
		<description><![CDATA[
  
This is a hack I&#8217;m working on &#8230; trying to grab the daily news from the web and make an episode.
]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/p/F6375744BB3313EE"></param>
  <embed src="http://www.youtube.com/p/F6375744BB3313EE" type="application/x-shockwave-flash" width="480" height="385"></embed></object></p>
<p>This is a hack I&#8217;m working on &#8230; trying to grab the daily news from the web and make an episode.</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/10/24/net-nightly-news-2008-10-24-1224883389/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Videobooth shell script</title>
		<link>http://alex.polvi.net/2008/10/23/videobooth-shell-script/</link>
		<comments>http://alex.polvi.net/2008/10/23/videobooth-shell-script/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 04:44:30 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=297</guid>
		<description><![CDATA[Just a quick note to point out my, now open sourced, videostrip generator.
My dream goal would be able to generate these using a webapp and then let the site grow. I originally implemented a flash recorder, but now my flash trial has expired and I am unable to continue messing with it. Guess that means [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to point out my, <a href="http://code.google.com/p/videobooth/">now open sourced</a>, <a href="http://code.google.com/p/videobooth/source/browse/trunk/bin/videostrip.sh">videostrip generator</a>.</p>
<p>My dream goal would be able to generate these using a webapp and then let <a href="http://videobooth.me/">the site</a> grow. I originally implemented a flash recorder, but now my flash trial has expired and I am unable to continue messing with it. Guess that means it is time to start hacking on a firefox-addon/ogv/icecast stack to replace the existing flash-plugin/flv/flash-server stack! It&#8217;s 2008, why is flash still the only solution for streaming video out to the web??</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/10/23/videobooth-shell-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Makers Faire timelapse, using CHDK and mencoder</title>
		<link>http://alex.polvi.net/2008/10/22/makers-faire-timelapse-using-chdk-and-mencoder/</link>
		<comments>http://alex.polvi.net/2008/10/22/makers-faire-timelapse-using-chdk-and-mencoder/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 00:29:15 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=273</guid>
		<description><![CDATA[Last weekend I went to Austin, TX, for the Makers Faire. There, Pat, David, and I make a crap load of custom ice cream scoops. The process involved filling a dixie cup with whatever ingredients you wanted, including fun stuff like chayanne pepper and BBQ sauce (some people made normal ice cream, too), and then [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I went to Austin, TX, for the<a href="http://makerfaire.com/"> Makers Faire</a>. There, Pat, David, and I make a crap load of custom ice cream scoops. The process involved filling a dixie cup with whatever ingredients you wanted, including fun stuff like chayanne pepper and BBQ sauce (some people made normal ice cream, too), and then instantly freezing it with liquid nitrogen. The kids loved it!</p>
<p>Just as a note, this was a promotion for Pat&#8217;s just published book, the <a href="http://www.hungryscientist.com/">Hungry Scientist Handbook</a>. The book is meant for foodie/geeky types &#8212; I&#8217;d definitely <a href="http://www.amazon.com/Hungry-Scientist-Handbook-Electric-Tinkerers/dp/0061238686">check it out</a> if you self identify with either of those groups. </p>
<p>Anyway, I made a timelapse of the setup. Here, you can see us getting ready and serving for about half a day (then my battery died).</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/fVMVsIB526c&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/fVMVsIB526c&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>After <a href="http://alex.polvi.net/2008/09/11/eye-fi-video-support-using-chdk/">discovering CHDK</a>, I&#8217;ve started messing with timelapses. Here is how I created the above timelapse:</p>
<ul>
<li><a href="http://chdk.wikia.com/wiki/CHDK_for_Dummies">Installed CHDK on my Camera</a></li>
<li>Added <a href="http://chdk.wikia.com/wiki/UBASIC/Scripts:_Ultra_Intervalometer">this script</a> to my CHDK/SCRIPTS directory</li>
<li>Set it to take a picture every 15 seconds, and run it until the battery runs out</li>
<li>Copied all the resulting photos off my SD card into a folder on my computer</li>
<li>Ran the following command (requires <a href="http://www.mplayerhq.hu/design7/dload.html">mplayer</a>): <code>mencoder "mf://*.JPG" -vf scale=640:480 -o timelapse.avi -of lavf -ovc lavc -lavcopts vcodec=mjpeg -lavfopts format=avi</code></li>
<p>And tada! You now have timelapse.avi.
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/10/22/makers-faire-timelapse-using-chdk-and-mencoder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Videobooth project</title>
		<link>http://alex.polvi.net/2008/10/14/videobooth-project/</link>
		<comments>http://alex.polvi.net/2008/10/14/videobooth-project/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 04:52:41 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=263</guid>
		<description><![CDATA[I&#8217;ve been casually hacking on a videobooth project that will generate videostrips (analogous to photobooth and printing photo strips). Here are the full results of the free culture conference, where I got to test the system out last weekend. Check it out at, videobooth.me/fc2008/.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been casually hacking on a videobooth project that will generate videostrips (analogous to photobooth and printing photo strips). Here are the full results of the free culture conference, where I got to test the system out last weekend. Check it out at, <a href="http://videobooth.me/fc2008/">videobooth.me/fc2008/</a>.</p>
<p><a href="http://videobooth.me/fc2008/"><img alt="" src="http://videobooth.me/files/strips/20081012-20:37:31.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/10/14/videobooth-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Culture Conference in Berkeley, Oct 11th &#038; 12th</title>
		<link>http://alex.polvi.net/2008/09/26/free-culture-conference-in-berkeley-oct-11th-12th/</link>
		<comments>http://alex.polvi.net/2008/09/26/free-culture-conference-in-berkeley-oct-11th-12th/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 18:35:39 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=257</guid>
		<description><![CDATA[Mozilla&#8217;s own John Lilly will be teaming up with Prof. Lawrence Lessig and Prof. Pam Samuelson to key-note (yep, 3 different keynotes) at the first ever Free Culture Conference. If you&#8217;re available October 11th and/or 12th, I would highly recommend you check it out! 

Should be a great conference. I&#8217;m particularly excited to meet up [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla&#8217;s own John Lilly will be teaming up with Prof. Lawrence Lessig and Prof. Pam Samuelson to key-note (yep, 3 different keynotes) at the first ever <a href="http://conference.freeculture.org/">Free Culture Conference</a>. If you&#8217;re available October 11th and/or 12th, I would highly recommend you check it out! </p>
<p><a href="http://conference.freeculture.org/"><img src="http://conference.freeculture.org/wp-content/themes/fcconf08/FCBG.png" alt="fc" /></a></p>
<p>Should be a great conference. I&#8217;m particularly excited to meet up with other Free Culture activists. </p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/09/26/free-culture-conference-in-berkeley-oct-11th-12th/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eye-fi Video Support using CHDK</title>
		<link>http://alex.polvi.net/2008/09/11/eye-fi-video-support-using-chdk/</link>
		<comments>http://alex.polvi.net/2008/09/11/eye-fi-video-support-using-chdk/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:18:48 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=252</guid>
		<description><![CDATA[Yesterday I demoed this to the team at Eye-fi, and they said I was the first person to show them video sent over wireless from a consumer camera (+eye-fi). One of the first implementations of wireless video on consumer cameras, I&#8217;m pretty stoked! It means you can use your cheap Canon camera to auto post [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I demoed this to the team at Eye-fi, and they said I was the first person to show them video sent over wireless from a consumer camera (+eye-fi). One of the first implementations of wireless video on consumer cameras, I&#8217;m pretty stoked! It means you can use your cheap Canon camera to auto post data to youtube, or some other video sharing service. </p>
<p>If you are not familiar with <a href="http://eye.fi/">Eye-fi</a>, it is a special SD card that allows you to upload photos over wireless as you take them. It does not, however, upload videos as you take them. This is because it only looks for valid JPGs. I was able to achieve video uploading by creating a spoofed JPG with <a href="http://chdk.wikia.com/wiki/Main_Page">CHDK</a> that embedded the video. Eye-fi uploaded the JPG, then the AVI was decoded client side. </p>
<p>To use this, you will need to make sure your camera is supported by CHDK (<a href="http://chdk.wikia.com/wiki/Main_Page">see table on the homepage</a>). I&#8217;ve posted the patch over on the <a href="http://chdk.setepontos.com/index.php/topic,2263.msg21062/topicseen.html#msg21062">CHDK forums</a>. You can get a built firmware for my camera (SD700IS) <a href="http://polvi.net/~polvi/CHDK-ixus800_sd700-101b-0.5.1.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/09/11/eye-fi-video-support-using-chdk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>10 years of Hampster Dance + 10 years of Mozilla</title>
		<link>http://alex.polvi.net/2008/08/22/10-years-of-hampster-dance-10-years-of-mozilla/</link>
		<comments>http://alex.polvi.net/2008/08/22/10-years-of-hampster-dance-10-years-of-mozilla/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:35:36 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=250</guid>
		<description><![CDATA[As a parting contribution to Mozilla, I offer you this!
  http://foxkehdance.com/
Thanks to Robert Hrdinsky (his idea!) and Ulili Onovakpuri for making this happen.
God speed, Hampton.
]]></description>
			<content:encoded><![CDATA[<p>As a parting contribution to Mozilla, I offer you this!</p>
<p>  <a href="http://foxkehdance.com/">http://foxkehdance.com/</a></p>
<p>Thanks to Robert Hrdinsky (his idea!) and Ulili Onovakpuri for making this happen.</p>
<p>God speed, Hampton.</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/08/22/10-years-of-hampster-dance-10-years-of-mozilla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Polvi.next</title>
		<link>http://alex.polvi.net/2008/08/07/polvinext/</link>
		<comments>http://alex.polvi.net/2008/08/07/polvinext/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 06:35:16 +0000</pubDate>
		<dc:creator>polvi</dc:creator>
		
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://alex.polvi.net/?p=241</guid>
		<description><![CDATA[In a weird mix of sorrow and excitement, I&#8217;d like to announce that I have chosen August 22nd as my last day with the Mozilla Corporation. While you may not have to deal with me in the office anymore, you&#8217;ll still have to deal with me in the community! :)

Shipping Firefox 3, 2, and 1.5 [...]]]></description>
			<content:encoded><![CDATA[<p>In a weird mix of sorrow and excitement, I&#8217;d like to announce that I have chosen August 22nd as my last day with the Mozilla Corporation. While you may not have to deal with me in the office anymore, you&#8217;ll still have to deal with me in the community! :)</p>
<p><img src="http://farm3.static.flickr.com/2407/2475786498_3cc18966b6_m.jpg" alt="running fox" /></p>
<p>Shipping Firefox 3, 2, and 1.5 have created some of my best memories to date. I&#8217;m excited to see what is in store next (of which, I&#8217;m still sorting out). </p>
<p>Again, thank you for all the good times &#8212; I couldn&#8217;t have asked for a more seriously amazing experience!!</p>
]]></content:encoded>
			<wfw:commentRss>http://alex.polvi.net/2008/08/07/polvinext/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
