<?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>phrog blog &#187; golf</title>
	<atom:link href="http://blog.phrog.org/category/golf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phrog.org</link>
	<description>Let it snow, let it snow, let it SNOW!</description>
	<lastBuildDate>Thu, 01 Dec 2011 19:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why I Voted Obama &#8211; Network Neutrality</title>
		<link>http://blog.phrog.org/2008/11/15/why-i-voted-obama-network-neutrality/</link>
		<comments>http://blog.phrog.org/2008/11/15/why-i-voted-obama-network-neutrality/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:47:43 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[geek speak]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[Net Neutrality]]></category>
		<category><![CDATA[Obama]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=228</guid>
		<description><![CDATA[This election was easy for me to decide. I run my own servers on the internet and I like being able to do as much with them as I can. I run web servers, email, DNS, IRC, forums, remailer, nymserver, streaming audio! torrent trackers! Oh My! Needless to say, the shit would hit the fan [...]]]></description>
			<content:encoded><![CDATA[<p>This election was easy for me to decide. I run my own servers on the internet and I like being able to do as much with them as I can. I run web servers, email, DNS, IRC, forums, remailer, nymserver, streaming audio! torrent trackers! Oh My! Needless to say, the shit would hit the fan around here if my internet service provider started blocking me from doing what I do with my internet connection. Some ISP&#8217;s have already begun to do so.  </p>
<p>Well, Obama was the only candidate on board with my concerns so he won my vote easily . Today I am feeling a bit reassured that I made the right decision. Obama started a new way for the government to keep in touch with us, <a href="http://change.gov">change.gov</a>. Within two days of the election Obama’s transition team laid out his science and technology agenda. I must admit, I am somewhat impressed. <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At a speech at google headquarters Obama raised the issue.<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/g-mW1qccn8k&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/g-mW1qccn8k&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2008/11/15/why-i-voted-obama-network-neutrality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wma2mp3 with mplayer and lame</title>
		<link>http://blog.phrog.org/2008/04/16/wma2mp3-with-mplayer-and-lame/</link>
		<comments>http://blog.phrog.org/2008/04/16/wma2mp3-with-mplayer-and-lame/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 01:23:03 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[geek speak]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/?p=150</guid>
		<description><![CDATA[So we all have friends that have tried sharing wma files with us. here is a script to change them into mp3s! #!/bin/bash # wma2mp3 for i in *.wma do if [ -f "$i" ]; then rm -f "$i.wav" mkfifo "$i.wav" mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="$i.wav" "$i" &#038; dest=`echo "$i"&#124;sed [...]]]></description>
			<content:encoded><![CDATA[<p>So we all have friends that have tried sharing wma files with us. here is a script to change them into mp3s!<br />
<code><br />
#!/bin/bash<br />
# wma2mp3<br />
for i in *.wma<br />
do<br />
if [ -f "$i" ]; then<br />
rm -f "$i.wav"<br />
mkfifo "$i.wav"<br />
mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="$i.wav" "$i" &#038;<br />
dest=`echo "$i"|sed -e 's/wma$/mp3/'`<br />
lame -V0 -h -b 160 --vbr-new "$i.wav" "$dest"<br />
rm -f "$i.wav"<br />
fi<br />
done<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2008/04/16/wma2mp3-with-mplayer-and-lame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>irc with irssi and a blowjob</title>
		<link>http://blog.phrog.org/2008/02/01/irc-with-irssi-and-a-blowjob/</link>
		<comments>http://blog.phrog.org/2008/02/01/irc-with-irssi-and-a-blowjob/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 18:20:51 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[geek speak]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[instal notes]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2008/02/01/irc-with-irssi-and-a-blowjob/</guid>
		<description><![CDATA[Some install notes, thats all If you don&#8217;t know what irc is or irssi or blowjob.pl do not waste your time trying to understand this. Move along.. Don&#8217;t Waste your time. apt-get install irssi irssi-scripts Try to load blowjob in irssi /load blowjob.pl poop, im missing something. 11:06 ,--[ScriptAssist] 11:06 &#124; The perl module Crypt::CBC [...]]]></description>
			<content:encoded><![CDATA[<p>Some install notes, thats all <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>If you don&#8217;t know what irc is or irssi or blowjob.pl do not waste your time trying to understand this. Move along.. Don&#8217;t Waste your time.</em></p>
<p><code>apt-get install irssi irssi-scripts</code></p>
<p>Try to load blowjob in irssi</p>
<p><code>/load blowjob.pl</code></p>
<p>poop, im missing something.</p>
<p><code><br />
11:06 ,--[ScriptAssist]<br />
11:06 | The perl module Crypt::CBC is missing on your system.<br />
11:06 | Please ask your administrator about it.<br />
11:06 | You can also check CPAN via '/scriptassist cpan Crypt::CBC'.<br />
11:06 `--<Crypt::CBC>-><br />
</code></p>
<p>Guessing I need libcrypt-cbc-perl and im thinking, libcrypt-blowfish-perl</p>
<p><code>apt-get install libcrypt-cbc-perl libcrypt-blowfish-perl</code></p>
<p>Next load blowfish in irssi</p>
<p><code>/load blowjob.pl</code></p>
<p>Loaded <img src='http://blog.phrog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Set a test key with someone your irc&#8217;ing with, and blow something.</p>
<p><code>/setkey foobar</code><br />
<code>/blow yo testing</code><br />
<code>“Ciphertext does not begin with a valid header for ’salt’</code></p>
<p>Shit still not working! Seems the script is old. It needed to be updated for the newer Crypt:CBC. I changed a couple lines and came up with this <a href='http://blog.phrog.org/wp-content/uploads/2008/02/blowjob.pl' title='Fixed blowjob.pl'><strong>fixed blowjob.pl</strong></a></p>
<p>Working now!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2008/02/01/irc-with-irssi-and-a-blowjob/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fourth of July Golf Gathering</title>
		<link>http://blog.phrog.org/2007/06/20/fourth-of-july-golf-gathering/</link>
		<comments>http://blog.phrog.org/2007/06/20/fourth-of-july-golf-gathering/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 15:15:29 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[golf]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2007/06/20/fouth-of-july-golf-gathering/</guid>
		<description><![CDATA[Once again the Steamboat Hills Country Club is throwing down for the 4th of July. This will be one hell of a good time. Bring some grub, your dog, fireworks or whatever. Heckling the players is encouraged! Golf starts at 1:00pm enter by sending email to steamboathills.com and let them know you planning on attending. [...]]]></description>
			<content:encoded><![CDATA[<p>Once again the <a href="http://steamboathills.com">Steamboat Hills Country Club</a> is throwing down for the 4th of July.  This will be one hell of a good time. Bring some grub, your dog, fireworks or whatever. Heckling the players is encouraged! Golf starts at 1:00pm enter by sending email to <a href="mailto:info@steamboathills.com?subject=4th of July player">steamboathills.com</a> and let them know you planning on attending. </p>
<p><img src='http://blog.phrog.org/wp-content/uploads/2007/06/swing.jpg' alt='swing' /></p>
<p>cya at tee time!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2007/06/20/fourth-of-july-golf-gathering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Golf Season</title>
		<link>http://blog.phrog.org/2007/05/02/golf-season/</link>
		<comments>http://blog.phrog.org/2007/05/02/golf-season/#comments</comments>
		<pubDate>Wed, 02 May 2007 14:45:09 +0000</pubDate>
		<dc:creator>phrog</dc:creator>
				<category><![CDATA[day to day]]></category>
		<category><![CDATA[golf]]></category>

		<guid isPermaLink="false">http://blog.phrog.org/2007/05/02/golf-season/</guid>
		<description><![CDATA[Well golf season is here! The Steamboat Hills Country Club has been open a little while and I have been able to play a couple dozen games there already. Many flowers, birds &#38; neighborhood pets have returned. If you like technical golfing with some serious rough and water hazards Steamboat Hills is the place to [...]]]></description>
			<content:encoded><![CDATA[<p>Well golf season is here! The <a href="http://steamboathills.com">Steamboat Hills Country Club</a> has been open a little while and I have been able to play a couple dozen games there already. Many flowers, birds &amp; neighborhood pets have returned. If you like technical golfing with some serious rough and water hazards Steamboat Hills is the place to spend your time, however when you need a change of pace the Hidden Gulch course is now open as well. I&#8217;m not really sure why they call it &#8220;Hidden Gulch&#8221; since it is on a beautiful ridge with some breathless views of the Yampa valley area. It is a more open spaced course with some very long par fives that may leave you cursing the wind in your face but it give you a sense of accomplishment if you shoot even close to a par game. Hidden Gulch is also the only course in the world where you can bring your own golf cart along, so last time I drove the convertible.<img src="http://blog.phrog.org/wp-content/uploads/2007/05/gulch.jpg" alt="Hidden Gulch Golf Cart" /><br />
Peace Through Wiff!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.phrog.org/2007/05/02/golf-season/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

