<?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>J@§¤ñ's Stack Trace</title>
	<atom:link href="http://www.jasonmacpherson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmacpherson.com</link>
	<description>Just another ( Geek &#124; Ninja )</description>
	<pubDate>Mon, 17 Sep 2007 13:48:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Sipie + lirc + ATI remote</title>
		<link>http://www.jasonmacpherson.com/sipie-lirc-ati-remote/</link>
		<comments>http://www.jasonmacpherson.com/sipie-lirc-ati-remote/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 17:33:19 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[MythTv]]></category>

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

		<category><![CDATA[Stuff to Make]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/sipie-lirc-ati-remote/</guid>
		<description><![CDATA[
I&#8217;ve setup a Linux machine to pipe audio into my house.  I use Amarok to listen to mp3&#8217;s and internet radio.  Recently I&#8217;ve added an RF remote and and the capability to listen to Sirius radio.  A few people have asked how I did it, so I thought it would be worth [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jasonmacpherson.com/wp-content/uploads/2007/09/atiremote.jpg" title="ATI Remote"><img src="http://www.jasonmacpherson.com/wp-content/uploads/2007/09/atiremote.jpg" title="ATI Remote" alt="ATI Remote" align="left" /></a><a href="http://sipie.sourceforge.net/"></a></p>
<p>I&#8217;ve setup a Linux machine to pipe audio into my house.  I use<a href="http://amarok.kde.org/"> Amarok</a> to listen to mp3&#8217;s and internet radio.  Recently I&#8217;ve added an RF remote and and the capability to listen to Sirius radio.  A few people have asked how I did it, so I thought it would be worth a blog post.</p>
<p>I found and app called Sipie.   <a href="http://sipie.sourceforge.net/">Sipie</a> is a simple little Linux application to listen to listen to Sirius radio.   I decided on using the ATI remote because it&#8217;s an RF remote, I can use it in any room in the house.  <a href="http://www.lirc.org/">Lirc</a> the program that delivers commands from my remote to Amarok (and Sipie).</p>
<p>The truth is that neither Amarok nor Sipie have native LIRC support <img src='http://www.jasonmacpherson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />    But I worked around this by using irexec to control Sipie.   And I used dcop to control Amarok.  Thankfully Amarok does have a very complete dcom interface, but I could find very little useful documentation on it.</p>
<p><span id="more-135"></span><br />
<strong>Hacking Sipie</strong></p>
<p>Sipie is just a small python program.  I modified xSipie so that it would take a channel number as a command line argument.  I  modified Sipie version 1171984823.   Newer versions of Sipie have this feature built-in;  no modifications should be required.<br />
<strong>Installing LIRC:</strong></p>
<p>There are a number of howtos there.  I followed <a href="http://www.mythtv.org/wiki/index.php/Ubuntu_lirc_install">this one</a>.</p>
<p>After you have lirc working (not always an easy task).  You&#8217;ll need to assigned the remote buttons to do different tasks.  Below is my .lircrc file.  It includes my mappings for Sirius radio and for amarok.</p>
<pre># lircrc for ati remote wonder

# Command bindings

begin
    button = POWER
    prog = irexec
    repeat = 0
    config = amarok &#038;
end</pre>
<pre>#watch web cam
begin
     button = tv
     prog = irexec
     repeat = 0
     config = killSipie; mplayer -fs rtsp://user:pass@192.168.15.73/mpeg4/media.amp &#038;
end

begin
     button = dvd
     prog = irexec
     repeat = 0
     config = mplayer dvd://
end

begin
     button = web
     prog = irexec
     repeat = 0
     config = firefox
end

begin
    button = a
    prog = irexec
    repeat = 0
    config = xmms
end

begin
 prog = irexec
 button = 9
 repeat = 0
 config = killSipie; sipie thepulse &#038;
end

begin
 prog = irexec
 button = 8
 repeat = 0
 config = killSipie; sipie newcountry &#038;
end

begin
 prog = irexec
 button = 7
 repeat = 0
 config = killSipie; sipie bbcradio1 &#038;
end

begin
 prog = irexec
 button = 6
 repeat = 0
 config = killSipie; sipie jazzcafe &#038;
end

begin
 prog = irexec
 button = 5
 repeat = 0
 config = killSipie; sipie cnn &#038;
end

begin
 prog = irexec
 button = 4
 repeat = 0
 config = killSipie; sipie thebeat &#038;
end

begin
 prog = irexec
 button = 3
 repeat = 0
 config = killSipie; sipie altnation &#038;
end

begin
 prog = irexec
 button = 2
 repeat = 0
 config = killSipie; sipie hotjams &#038;
end

begin
 prog = irexec
 button = 1
 repeat = 0
 config = killSipie; sipie siriushits1 &#038;
end

begin
 prog = irexec
 button = 0
 repeat = 0
 config = killSipie; sipie 90salternative &#038;
end

# Program Specific
#

begin
 prog = irexec
 button = FFWD
 repeat = 3
 config = dcop amarok player next
end

begin
 prog = irexec
 button = REW
 repeat = 3
 config = dcop amarok player prev
end

begin
 prog = irexec
 button = PLAY
 config = dcop amarok player play
end

begin
 prog = irexec
 button = PAUSE
 config = dcop amarok player playPause
end

begin
 prog = irexec
 button = STOP
 config = dcop amarok player stop
end

begin
 prog = irexec
 button = VOL_UP
 repeat = 2
 config = dcop amarok player volumeUp
end

begin
 prog = irexec
 button = VOL_DOWN
 repeat = 2
 config = dcop amarok player volumeDown
end

begin
 prog = irexec
 button = MUTE
 config = dcop amarok player mute
end

begin
 prog = irexec
 button = LIST
 config = dcop amarok player showOSD
end

begin
   prog = irexec
   button = TIMER
   repeat = 0
   config = killSipie
end

begin
   prog = irxevent
   button = OK
   repeat = 3
   config = Key Return CurrentWindow
end

begin
    prog = irxevent
    button = UP
    repeat = 3
    config = Key Up CurrentWindow
end

begin
 prog = irxevent
 button = DOWN
 repeat = 3
 config = Key Down CurrentWindow
end

begin
 prog = irxevent
 button = LEFT
 repeat = 3
 config = Key Left CurrentWindow
end

begin
 prog = irxevent
 button = RIGHT
 repeat = 3
 config = Key Right CurrentWindow
end

#begin
#    button = power
#    prog = xmms
#    config = quit
#end

begin
     button = vol-up
     prog = mplayer
     config = volume 1
     repeat = 1
end

begin
    button = vol-down
    prog = mplayer
    config = volume -1
    repeat = 1
end

begin
    button = pause
    prog = mplayer
    config = pause
end

begin
   button = play
   prog = mplayer
   config = play
end

begin
   button = stop
   prog = mplayer
   config = stop
end</pre>
<p>In the above script you may have saw that I was calling a script called killSipie.</p>
<p>Below is the contents of that script:</p>
<p>$<span>ca</span>t /<span>usr</span>/<span>bin</span>/killSipie<br />
<span>#</span>!<span>/</span>bin<span>/</span>s<span>h</span><br />
<span>kil</span>all <span>mplayer</span><br />
<span>kill </span>$<span>(ps </span>-ef | <span>grep &#8220;</span>/usr<span>bin</span>/sipie&#8221; <span>| </span>head <span>-n1  | </span>awk<span> &#8216;{ </span>print<span>$</span>2 }&#8217;)</p>
<p>Here is my ~/.Xmdmapfile</p>
<p>$cat .Xmodmap<br />
keycode 179 = XF86AudioPlay<br />
keycode 232 = XF86AudioStop<br />
keycode 152 = XF86AudioPrev<br />
keycode 233 = XF86AudioNext<br />
keycode 176 = XF86AudioRaiseVolume<br />
keycode 174 = XF86AudioLowerVolume<br />
keycode 160 = XF86AudioMute<br />
keycode 110 = XF86AudioPause</p>
<p>And lastly, I wrote a script to load my remote settings start up:</p>
<p>$ cat ~/remoteStartup.sh</p>
<p><span>#</span>!/<span>bi</span>n/s<span>h</span><br />
xmodmap <span>~</span>/.Xmodmap</p>
<p>irxevent &#038;<br />
irexec <span>~</span>/.lircrc &#038;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/sipie-lirc-ati-remote/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maps of War</title>
		<link>http://www.jasonmacpherson.com/maps-of-war/</link>
		<comments>http://www.jasonmacpherson.com/maps-of-war/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 06:56:52 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/maps-of-war/</guid>
		<description><![CDATA[I just stumbled on mapsofwar.com

Good maps are always interesting.
]]></description>
			<content:encoded><![CDATA[<p>I just stumbled on <a href="http://www.mapsofwar.com/">mapsofwar.com</a></p>
<p><object width="400" height="300"><param name="movie" value="http://www.mapsofwar.com/images/American-Wars.swf"></param><embed src="http://www.mapsofwar.com/images/American-Wars.swf" type="application/x-shockwave-flash" width="400" height="300"></embed></object><br />
Good maps are always interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/maps-of-war/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sun overrun by marketing department</title>
		<link>http://www.jasonmacpherson.com/sun-overrun-by-marketing-department/</link>
		<comments>http://www.jasonmacpherson.com/sun-overrun-by-marketing-department/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 04:07:02 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/sun-overrun-by-marketing-department/</guid>
		<description><![CDATA[I have to start by saying, I really like Java.  I&#8217;m not a hater.  It is my language of choice for many projects.  Java solves a lot of problems well.  And, like everything, has its drawbacks too.  And one of those drawbacks is the way Sun markets Java.
What bugs me [...]]]></description>
			<content:encoded><![CDATA[<p>I have to start by saying, I really like Java.  I&#8217;m not a hater.  It is my language of choice for many projects.  Java solves a lot of problems well.  And, like everything, has its drawbacks too.  And one of those drawbacks is the way Sun markets Java.</p>
<p>What bugs me about Sun is its marketing department.  Does every 3rd party application need the Java logo upon startup?</p>
<p>If you write an applet, Sun&#8217;s marketing department is there to make sure there&#8217;s an animated Java Logo taxing the already strained CPU while your applet loads.</p>
<p>If you write a Java Web Start application, Sun&#8217;s marketing department is there to make sure the users see a big splash screen proclaim the use of Java in the application.</p>
<p>And lets not forget that all important Java tray icon that needs to be visible whenever the JVM is loaded.</p>
<p>Want to use an application on your phone?  Well, hold everything while Sun&#8217;s marketing department throws up a splash screen to inform you that, yes indeed this application uses Java.</p>
<p>And its a good thing they tell you its written in Java too.  Just imagine the catastrophe that would follow if the user was somehow unaware that she was using application written in Java.</p>
<p>I believe this is why so many people have negative attitudes towards Java.  In the users minds, every poorly written Java application on the web is connect to the Java brand.   <strong>And there are an awfully lot of poorly written applications out there.</strong>  Of course this isn&#8217;t a technical failing of Java, these apps are just badly written.</p>
<p>Just imagine it every time a C++ application (or an ActiveX control) misbehaved you were greeted by an MSVC splash screen.  If this were the case there would probably be more resentment misdirected at MSVC (and not against the poorly written application that crashed).</p>
<p>Then there&#8217;s Java version number mess.  I been using Java since version 1.0. It&#8217;s been quite a ride.</p>
<p><strong>Sun: </strong>Releasing <em>Java 1.1</em></p>
<p><strong>Sun: </strong>Releasing <em>Java 1.2</em></p>
<p><strong>Sun: </strong>No, wait!  <em>Java 1.2</em> is now known as <em>Java.NEXT</em>,</p>
<p><strong>User:</strong> ok</p>
<p><strong>Sun:</strong> Strike that, it is not Java.Next.  We&#8217;ll call it <em>Java 2.0</em></p>
<p><strong>User: </strong>sure, whatever.  I like bigger numbers too.</p>
<p><strong>Sun:</strong> New version of Java is ready.</p>
<p><strong>User:</strong> So the next version is <em>Java 2.1</em> or <em>Java 3.0</em> right?</p>
<p><strong>Sun: </strong>Nope.  The next version of Java is called <em>Java 1.3</em></p>
<p><strong>User: </strong>That&#8217;s odd.  Did I pass through a time warp? I see the term J3EE all over the web.  Did <em>J2EE </em>become <em>J3EE</em>?</p>
<p><strong>Sun:</strong> Nope, we call that <em>J2EE version 1.3</em>.  They are just confused.</p>
<p><strong>User:</strong> fine</p>
<p><strong>Sun: </strong>Releasing <em>Java 1.4</em></p>
<p><strong>User:</strong> So this is <em>J2EE 1.4. </em> Is <em>Java 1.5</em> ready?</p>
<p><strong>Sun: </strong>Silly user.  It&#8217;s not Java <em>1.5.  </em> It&#8217;s called Java <em>5.0</em></p>
<p><strong>User:</strong> What happened to versions 3.0 and 4.0?  Did I just leap into the distant future?</p>
<p><strong>Sun:</strong> &lt;Crickets&gt;</p>
<p><strong>Users:</strong> ok, so its J2EE version 5.0? right?</p>
<p><strong>Sun:</strong> Nope, its <em>J5EE</em> this time.  But sometimes we call it J2EE 5 too.  And please also call it <em>&#8220;Tiger&#8221;</em></p>
<p><strong>User:</strong> Ok, J2EE 5.0 Tiger.</p>
<p><strong>Sun: </strong>Guess what? We have a new Java version.  Want to guess the version number?</p>
<p><strong>User:</strong> Let me guess&#8230;.    Java J2.1EE 1.6 Tutrle GTS?   Did I get close?</p>
<p>And then there was <em>Java Desktop System</em>.  Which is basically a re-branded version of Gnome.  It really didn&#8217;t have a whole lot to do with Java.</p>
<p>Don&#8217;t even get me started on the marketing that lead to the name <em>JavaScript.  </em>Java vs JavaScript is the source of all sorts of confusion for many users.</p>
<p>The latest marketing move is that <a href="http://blogs.sun.com/jonathan/entry/java_is_everywhere">Sun is changing is stock symbol from Sunw to Java</a>.  This will probably make the term <em>Java</em> even more ambiguous.  Look what happened with the <em>.Net </em>name.   <em>The term Dot Net</em> was used in so many context it became to mean anything and everything relating to Microsoft technologies.  The <em>.Net</em> name was use to describe many different products and services.  Ex: <em>Do I really need to be using .Net to use passport?</em>    To this day it still confounds many in the industry, the media and the public at large.<strong> </strong> I predict that Sun is about to follow that same road.   All of Sun&#8217;s products may some day bear the name <em>Java</em>.</p>
<p>&lt;insert Java splash screen here&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/sun-overrun-by-marketing-department/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing packers the easy way</title>
		<link>http://www.jasonmacpherson.com/testing-packers-the-easy-way/</link>
		<comments>http://www.jasonmacpherson.com/testing-packers-the-easy-way/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 01:57:33 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/testing-packers-the-easy-way/</guid>
		<description><![CDATA[Ever try setting up a lab with every anti-virus solution?  It&#8217;s not an easy task.   Here&#8217;s a service that will allow you to submit a file and have it scanned by several virus scanners.
http://www.virustotal.com
]]></description>
			<content:encoded><![CDATA[<p>Ever try setting up a lab with every anti-virus solution?  It&#8217;s not an easy task.   Here&#8217;s a service that will allow you to submit a file and have it scanned by several virus scanners.</p>
<p><a href="virustotal.com">http://www.virustotal.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/testing-packers-the-easy-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>atime on your own time</title>
		<link>http://www.jasonmacpherson.com/atime-on-your-own-time/</link>
		<comments>http://www.jasonmacpherson.com/atime-on-your-own-time/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 00:35:45 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Linux]]></category>

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

		<guid isPermaLink="false">http://www.jasonmacpherson.com/atime-on-your-own-time/</guid>
		<description><![CDATA[Many Linux file systems keep track of the last access time of every file.  In practice this turns out to be very inefficient.  Every time the file system reads from a file it must also write the access time back to the file.  There&#8217;s a good thread on the atime issue over [...]]]></description>
			<content:encoded><![CDATA[<p>Many Linux file systems keep track of the last access time of every file.  In practice this turns out to be very inefficient.  Every time the file system reads from a file it must also write the access time back to the file.  There&#8217;s a <a href="http://kerneltrap.org/node/14148">good thread on the atime issue</a> over at kerneltrap.  You may see performance gains by disabling atime There are reports of wildly different numbers in performance improvements.   Here are my own non-scientific numbers.</p>
<p>I just finished rendering a video project I been working on in <a href="http://www.heroinewarrior.com/cinelerra.php">Cinerella</a>. Rendering took slightly over 24 hours to complete.  (Digital video editing isn&#8217;t exactly fast on any hardware)</p>
<p>Then to compare I decided to render the video again, but this time with atime disabled.</p>
<p>I added &#8220;noatime&#8221; to my /etc/fstab</p>
<p><code>/dev/hda1      UUID=XXX-XXX-XXX /         ext3 defaults,<strong>noatime</strong>,data=writeback,errors=remount-ro 0       1</code></p>
<p>The next rendering took 22 hours.  So in my case disabling atime gave me about a 9% speed increase.  From now on I&#8217;ll be disabling atime on all my systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/atime-on-your-own-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TCP over TCP</title>
		<link>http://www.jasonmacpherson.com/tcp-over-tcp/</link>
		<comments>http://www.jasonmacpherson.com/tcp-over-tcp/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 23:37:37 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/tcp-over-tcp/</guid>
		<description><![CDATA[Why is it that VPNs are so unstable?   I&#8217;ve used different VPN software over the years, and have had problems with all of them.  I&#8217;m always fighting to keep my VPN tunnel up and running.   The PPTP (*snicker*) based VPNs I&#8217;m using gives me a lot of grief.
Now I finally [...]]]></description>
			<content:encoded><![CDATA[<p>Why is it that VPNs are so unstable?   I&#8217;ve used different VPN software over the years, and have had problems with all of them.  I&#8217;m always fighting to keep my VPN tunnel up and running.   The PPTP (*<em>snicker*</em>) based VPNs I&#8217;m using gives me a lot of grief.</p>
<p>Now I finally understand why my VPN (and tunnels in general) are so unstable.  TCP&#8217;s retransmission algorithm wasn&#8217;t designed to work in a tunnel.  This link explains it far better than I can: <a href="http://sites.inka.de/~W1011/devel/tcp-tcp.html">Why TCP Over TCP Is A Bad Idea</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/tcp-over-tcp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Seamless Linux and Windows</title>
		<link>http://www.jasonmacpherson.com/seamless-linux-and-windows/</link>
		<comments>http://www.jasonmacpherson.com/seamless-linux-and-windows/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 08:00:41 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/seamless-linux-and-windows/</guid>
		<description><![CDATA[I have one foot in the Windows world and the other in the Linux world.  Often times I need to be able to work in both OSes at the same time. Ideally I should be able to run Linux apps and windows apps side-by-side.  I&#8217;ve tried many different options in the past:

SSH from [...]]]></description>
			<content:encoded><![CDATA[<p>I have one foot in the Windows world and the other in the Linux world.  Often times I need to be able to work in both OSes at the same time. Ideally I should be able to run Linux apps and windows apps side-by-side.  I&#8217;ve tried many different options in the past:</p>
<ul>
<li>SSH from a Windows host to Linux host</li>
<li>Forwarding Linux X11 display to Windows Xserver</li>
<li><a href="http://www.cygwin.com/">Cygwin</a> on Windows</li>
<li>RDP from Linux to Windows</li>
<li>Wine running Win32 apps on Linux host</li>
<li>Linux VM on a Windows Host</li>
<li>Windows VM on a Linux Host</li>
<li><a href="http://synergy2.sourceforge.net/">synergy</a> (very slick)</li>
<li>KVMs</li>
</ul>
<p>None of these solutions are prefect.  I&#8217;m always in search of better Linux-Windows desktop integration.  I haven&#8217;t found the perfect solution yet, but did learn a new trick the other day that gets me a little closer. Using <a href="http://www.cendio.com/seamlessrdp/">seamlessrdp</a> I am able to login to remote Windows machines over RDP and have applications from my Windows box to my Linux box share the same desktop.  See the photo below.</p>
<p><a href="http://www.jasonmacpherson.com/wp-content/uploads/2007/08/seamless.png" title="Seamless integration"><img src="http://www.jasonmacpherson.com/wp-content/uploads/2007/08/seamless.thumbnail.png" alt="Seamless integration" /></a></p>
<p>There are a number of good <a href="https://help.ubuntu.com/community/SeamlessVirtualization">seamlessrdp howtos</a> out there.  But be aware that some of them direct you to disable Windows passwords, or store them in shell scripts (and possibly in .bash_history files).</p>
<p>It is probably a better to do something like this instead&#8230;</p>
<p><code>rdesktop -x l -rsound -A -s "c:\seamlessrdp\seamlessrdpshell.exe C:\Windows\explorer.exe" 192.168.1.9 -u username -p `zenity --entry --hide-text --text "Enter Windows Password:"`</code></p>
<p>I&#8217;ve set up my system to prompt me for my password using Zenity.  That way no password are stored in shell scripts.</p>
<p><a href="http://www.jasonmacpherson.com/wp-content/uploads/2007/08/seamless.png" title="Seamless integration"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/seamless-linux-and-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Time Lapse Video</title>
		<link>http://www.jasonmacpherson.com/time-lapse-video/</link>
		<comments>http://www.jasonmacpherson.com/time-lapse-video/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 23:03:48 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/time-lapse-video/</guid>
		<description><![CDATA[Lately my three month old (time flies, should have posted this long ago) has been at the center of a mystery.   Every other night I wake up to find that he has some how rotated himself 180 degrees.  I found that kind of odd because he isn&#8217;t yet able to move like [...]]]></description>
			<content:encoded><![CDATA[<p>Lately my three month old (time flies, should have posted this long ago) has been at the center of a mystery.   Every other night I wake up to find that he has some how rotated himself 180 degrees.  I found that kind of odd because he isn&#8217;t yet able to move like this while he is awake.  He can&#8217;t yet roll over, and I&#8217;ve never seen him turn himself on his back.  Yet somehow he is able to do this while he sleeps.    So I&#8217;ve set up my IP camera to work like a time lapse video camera.   The idea is to take one snapshot a minute and see what&#8217;s going on.<br />
I&#8217;ve set up a cron job to run the following command ever minute.</p>
<pre>wget http://user:pass@192.168.31.243/axis-cgi/jpg/image.cgi?resolution=640x480 -O /home/user1/timeLapse/`date +%s`.jpg</pre>
<p>I put the baby to bed and let cron do all the hard work.  The next morning coverter the images into a video with the following command:</p>
<pre>mencoder "mf://*.jpg" -mf fps=10 -o test.avi -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=800</pre>
<p>The resulting video is interesting to watch.  He moves small bits at a time, mostly by moving his arms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/time-lapse-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>News worthy</title>
		<link>http://www.jasonmacpherson.com/news-worthy/</link>
		<comments>http://www.jasonmacpherson.com/news-worthy/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 03:19:45 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/news-worthy/</guid>
		<description><![CDATA[Many Firefox extensions are vulnerable to man-in-the-middle attacks.   Many blogs have picked up on the story.  I&#8217;m glad this issue is finally getting attention.   While we are likely not to see wide-spread exploitation, this issue needs serious attention.  Let&#8217;s not forget how badly ActiveX controls have been abused in [...]]]></description>
			<content:encoded><![CDATA[<p>Many <a href="http://paranoia.dubfire.net/2007/05/remote-vulnerability-in-firefox.html">Firefox extensions are vulnerable to man-in-the-middle attacks</a>.   <a href="http://it.slashdot.org/it/07/05/31/1226222.shtml">Many</a> <a href="http://it.slashdot.org/it/07/05/31/1226222.shtml">blogs</a> have picked up on the story.  I&#8217;m glad this issue is finally getting attention.   While we are likely not to see wide-spread exploitation, this issue needs serious attention.  Let&#8217;s not forget how badly ActiveX controls have been abused in the past.    As Firefox gains users, we&#8217;ll see more malware posing as Firefox extensions.  Firefox extension developers need to do a better job signing their code.</p>
<p>What I find interesting is that this issue has been known for sometime.     I can never predict what will be news worthy.   It&#8217;s all about how you present the issue.    <a href="http://blogs.msdn.com/ptorr/archive/2004/12/20/327511.aspx">Several people at Microsoft were talking about this over two years ago</a>.  Previous discussion on the issue never used the &#8220;V word&#8221;.     It wasn&#8217;t until Chris Soghoian used the word &#8220;vulnerability&#8221; (rightly so)  that this issue got the attention it probably should have received years ago.</p>
<p>Users (and sometimes developers) don&#8217;t understand DNS spoofing, trust, man-in-the-middle, certificates, BGP, AS Numbers, etc.   But people do understand the concept of a vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/news-worthy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s Nerf &#8230;or something else</title>
		<link>http://www.jasonmacpherson.com/its-nerf-or-something-else/</link>
		<comments>http://www.jasonmacpherson.com/its-nerf-or-something-else/#comments</comments>
		<pubDate>Sat, 05 May 2007 17:21:37 +0000</pubDate>
		<dc:creator>J@§¤ñ</dc:creator>
		
		<category><![CDATA[Hardware Hacking]]></category>

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

		<category><![CDATA[Stuff to Make]]></category>

		<guid isPermaLink="false">http://www.jasonmacpherson.com/its-nerf-or-something-else/</guid>
		<description><![CDATA[
Think nerf guns are for kids?  A mirco-dart to the neck from this gun might change your mind.  A little of this mod and a little of that mod and some paint, and you have one nice weapon.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jasonmacpherson.com/wp-content/uploads/2007/05/cimg2993.JPG" title="cimg2993.JPG"><img src="http://www.jasonmacpherson.com/wp-content/uploads/2007/05/cimg2993.thumbnail.JPG" alt="cimg2993.JPG" /></a></p>
<p>Think nerf guns are for kids?  A mirco-dart to the neck from this gun might change your mind.  A little of <a href="http://nerfhaven.com/forums/index.php?showtopic=5673">this mod</a> and a little of <a href="http://www.djarkady.com/public/Maveric_Mods/teh_jhey%27s_Chanber_Mod.htm">that mod</a> and some <a href="http://www.djarkady.com/public/Maveric_Mods/painting_directions_posted_by_Hinokagutsuchi.htm">paint</a>, and you have one nice weapon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmacpherson.com/its-nerf-or-something-else/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
