<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>buzzco.org</title>
	<link>http://buzzco.org</link>
	<description>Drunk and Famous</description>
	<pubDate>Wed, 20 Jun 2007 00:05:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Java 1.4.2 and I are not speaking.</title>
		<link>http://buzzco.org/2007/06/19/java-142-and-i-are-not-speaking/</link>
		<comments>http://buzzco.org/2007/06/19/java-142-and-i-are-not-speaking/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 00:05:44 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://buzzco.org/2007/06/19/java-142-and-i-are-not-speaking/</guid>
		<description><![CDATA[I am not a developer. I am a tinkerer
I write small stuff. At work, I have been tricked into doing some java development. Its kinda fun, getting make into the grind. But there are some things that I have be finding ( or refinding; its been a long time since I wrote usable java.)
Anyway, I [...]]]></description>
			<content:encoded><![CDATA[<p>I am not a developer. I am a tinkerer</p>
<p>I write small stuff. At work, I have been tricked into doing some java development. Its kinda fun, getting make into the grind. But there are some things that I have be finding ( or refinding; its been a long time since I wrote usable java.)</p>
<p>Anyway, I was implementing the singleton design pattern. You may have heard of this. I have done it many times in many different languages, but never really had to make it enterprise ready. So I started to look into it making sure I understood the voodoo.</p>
<p>First I normally use something like<a title="http://en.wikipedia.org/wiki/Double-checked_locking" href="http://en.wikipedia.org/wiki/Double-checked_locking"> double-check locking.</a><br />
Well I shouldn&#8217;t. I see lots of articles on the web that use this. Well it really doesn&#8217;t work. Me not being the best java programmer didn&#8217;t know that. But then I found <a title="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html" href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">this.</a></p>
<p>So instead, I am using something like <a title="http://en.wikipedia.org/wiki/Initialization_on_demand_holder_idiom" href="http://en.wikipedia.org/wiki/Initialization_on_demand_holder_idiom">this.</a><br />
The cause for double-check locking to fail for use on singletons is complicated, and was hotly debated before the Java Memory Map was revised in 5.0.</p>
<p>I am really glad I didn&#8217;t just go with the double-check locking. I have a feeling that the rare race condition that is exposed would be really hard to detect.</p>
<pre class="source source-java" />
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2007/06/19/java-142-and-i-are-not-speaking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The things I do.</title>
		<link>http://buzzco.org/2007/04/02/the-things-i-do/</link>
		<comments>http://buzzco.org/2007/04/02/the-things-i-do/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 23:24:10 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://buzzco.org/2007/04/02/the-things-i-do/</guid>
		<description><![CDATA[I have been using google reader for a while now. I like the way I can get my &#8220;internets&#8221; spoon fed to me.
My shared items are here. There is an rss also. 
I have a bunch of good feeds, and I don&#8217;t always share some of them.
Since I am a bit of a music freak, [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using google reader for a while now. I like the way I can get my &#8220;internets&#8221; spoon fed to me.<br />
My shared items are <a href="https://www.google.com/reader/shared/05993314106504531934" >here. </a>There is an rss also. </p>
<p>I have a bunch of good feeds, and I don&#8217;t always share some of them.<br />
Since I am a bit of a music freak, I wanted to highlight some sites that have rss feeds that I like. </p>
<ul>
<li>http://www.tinymixtapes.com/</li>
<li>http://freakytrigger.co.uk/</li>
<li>http://www.cokemachineglow.com</li>
</ul>
<p>I really like tinymixtapes. I am even a &#8220;robot&#8221;. Basically, anyone can go to the site, and enter a few words on which to have a mixtape generated. Then, one of use &#8220;robots&#8221; can create a mixtape (well, really a playlist) that we feel captures the mood of the request. Think <a href="http://www.explodingdog.com/"> exploding dog </a> for playlists. </p>
<p>Its fun. </p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2007/04/02/the-things-i-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fspot, flickr and wordpress</title>
		<link>http://buzzco.org/2006/12/31/fspot-flickr-and-wordpress/</link>
		<comments>http://buzzco.org/2006/12/31/fspot-flickr-and-wordpress/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 01:49:13 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[razr]]></category>

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

		<guid isPermaLink="false">http://buzzco.org/2006/12/31/fspot-flickr-and-wordpress/</guid>
		<description><![CDATA[I run this site using wordpress. I have been looking for a way to share the photos I take with my RAZR on my website. The WordPress Flickr Photo Album plugin for wordpress allows me to easily cache my flickr photos that I post with fspot. It provides a sidebar widget and a nice interface [...]]]></description>
			<content:encoded><![CDATA[<p>I run this site using wordpress. I have been looking for a way to share the photos I take with my RAZR on my website. The <a href="http://tantannoodles.com/toolkit/photo-album/">WordPress Flickr Photo Album</a> plugin for wordpress allows me to easily cache my flickr photos that I post with fspot. It provides a sidebar widget and a nice interface to add pictures to any post.</p>
<p>I like this web 2.0 crap.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/12/31/fspot-flickr-and-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RAZR and Ubuntu</title>
		<link>http://buzzco.org/2006/12/31/razr-and-ubuntu/</link>
		<comments>http://buzzco.org/2006/12/31/razr-and-ubuntu/#comments</comments>
		<pubDate>Mon, 01 Jan 2007 01:40:06 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[bluetooth]]></category>

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

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

		<guid isPermaLink="false">http://buzzco.org/2006/12/31/razr-and-ubuntu/</guid>
		<description><![CDATA[Before vacation I bought a Motorola RAZR. Its a need little phone. Since I have the V3m, it has a micro sd card slot. For Christmas I got a  1 gig  card, so I have been playing with the camera on it. Its a 1.3 megapixel with no flash, so the photos are [...]]]></description>
			<content:encoded><![CDATA[<p>Before vacation I bought a Motorola RAZR. Its a need little phone. Since I have the <span class="mw-headline">V3m, it has a micro sd card slot. For Christmas I got a  1 gig  card, so I have been playing with the camera on it. Its a 1.3 megapixel with no flash, so the photos are kinda crappy. </span></p>
<p>Since I am not in Poughkeepsie, I don&#8217;t have a way to grab the photos of the micro sd card. Bluetooth to the rescue. I followed <a href="http://blogs.gnome.org/view/jamesh/2006/10/20/0">this</a> guide to get a gnome-vfs in ubuntu for obex.</p>
<p align="center"><a class="tt-flickr" href="http://buzzco.org/photos/photo/340248069/obex__File_Browserpng.html"><img width="100" height="70" border="0" alt="obex - File Browser.png" src="http://farm1.static.flickr.com/158/340248069_e8ae7c98fb_t.jpg" /></a> <a class="tt-flickr" href="http://buzzco.org/photos/photo/340248123/obex1png.html"><img width="100" height="70" border="0" alt="obex1.png" src="http://farm1.static.flickr.com/51/340248123_30ce3a5e3d_t.jpg" /></a></p>
<p>I think this is just want I need. Its wireless, graphical and it works fairly well.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/12/31/razr-and-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vacation</title>
		<link>http://buzzco.org/2006/12/11/vacation/</link>
		<comments>http://buzzco.org/2006/12/11/vacation/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 19:02:29 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Books]]></category>

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

		<guid isPermaLink="false">http://buzzco.org/2006/12/11/vacation/</guid>
		<description><![CDATA[Today starts my vacation. I am just getting over a cold and have lined up some reading materials. First of was &#8220;You shall know our velocity&#8221; by Dave Eggers.

I have been reading this book for like 4 months, I finished it today. It was pretty good. Then end was much better then the beginning.Â  I [...]]]></description>
			<content:encoded><![CDATA[<p>Today starts my vacation. I am just getting over a cold and have lined up some reading materials. First of was <a title="You Shall Know Our Velocity" href="http://www.amazon.com/You-Shall-Know-Our-Velocity/dp/1400033543">&#8220;You shall know our velocity&#8221;</a> by <a title="Dave Eggers" href="http://en.wikipedia.org/wiki/Dave_Eggers">Dave Eggers.<br />
</a></p>
<p>I have been reading this book for like 4 months, I finished it today. It was pretty good. Then end was much better then the beginning.Â  I liked the other Egger book I read, <em><a title="A Heartbreaking Work of Staggering Genius" href="http://en.wikipedia.org/wiki/A_Heartbreaking_Work_of_Staggering_Genius">A Heartbreaking Work of Staggering Genius</a></em> (fantastic title) a lot better that YSKOV. The character development was much more involved in AHWoSG.</p>
<p>Next on the list is <a title="The Dark Tower" href="http://www.amazon.com/Dark-Tower-Stephen-King/dp/0340829753/sr=8-17/qid=1165862704/ref=sr_1_17/104-1151112-4711903?ie=UTF8&#038;s=books">The Dark Tower VII: The Dark Tower</a>. This is the last book in a series by Stephen King. I have loved every page of this series though, it has taken me over 2 years to get this far. This book is over a thousand pages long.. each book has been longer than the last. The story line is fantastic and they are making a graphic novel soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/12/11/vacation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>my network</title>
		<link>http://buzzco.org/2006/12/09/my-network/</link>
		<comments>http://buzzco.org/2006/12/09/my-network/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 00:52:27 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://buzzco.org/2006/12/09/my-network/</guid>
		<description><![CDATA[Cheesefry and I have a nice little network set up. We have an ubuntu box that acts as our router. I also installed dnsmaq to handle internal dns and dhcp. We have many machines that connect to the Cisco 3500xl 24 port switch in my root. It has 2 giga ports, and I have two [...]]]></description>
			<content:encoded><![CDATA[<p>Cheesefry and I have a nice little network set up. We have an ubuntu box that acts as our router. I also installed dnsmaq to handle internal dns and dhcp. We have many machines that connect to the Cisco 3500xl 24 port switch in my root. It has 2 giga ports, and I have two IBM fiber channel cards that I&#8217;m installing for the internal san.</p>
<p>We like to use bit torrent to get our linux distribution and what not, but our cable provider seems to have a packet shaper set up to almost kill any bittorrent upload.Â  This made it hard to work from home and administrate remote machines. That stinks.</p>
<p>Thanks to a small program called <a title="wondershaper" href="http://freshmeat.net/projects/wshaper/">wondershaper</a>, no more problems. I don&#8217;t know how it works, but I am a fan of magic. <img src='http://buzzco.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/12/09/my-network/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bash Completion</title>
		<link>http://buzzco.org/2006/11/30/bash-completion/</link>
		<comments>http://buzzco.org/2006/11/30/bash-completion/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 02:33:39 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://buzzco.org/?p=119</guid>
		<description><![CDATA[I use ubuntu on all of my computers. One thing I always wanted to get working was bash_completion. So after a little digging around, I found that if I uncommented the following lines in /etc/bash.bashrc I had bash completion for subversion and apt-* (among others)

# enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; [...]]]></description>
			<content:encoded><![CDATA[<p>I use ubuntu on all of my computers. One thing I always wanted to get working was bash_completion. So after a little digging around, I found that if I uncommented the following lines in /etc/bash.bashrc I had bash completion for subversion and apt-* (among others)</p>
<blockquote>
<pre># enable bash completion in interactive shells
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/11/30/bash-completion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>+44</title>
		<link>http://buzzco.org/2006/11/25/44-2/</link>
		<comments>http://buzzco.org/2006/11/25/44-2/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 16:05:10 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://buzzco.org/?p=118</guid>
		<description><![CDATA[I got the new +44 album. After blink 182 broke up, the world was blessed with Tom Delonge&#8217;s new band Angles and Airwaves. I thought that was a fantastic album. It was even played a a good friend of mine&#8217;s wedding.
+44 is the rest of blink, Mark and Travis. It seems to carry on the [...]]]></description>
			<content:encoded><![CDATA[<p>I got the new <a title="+44" target="_blank" href="http://en.wikipedia.org/wiki/%2B44">+44</a> album. After blink 182 broke up, the world was blessed with <a title="Tom DeLonge" href="http://en.wikipedia.org/wiki/Tom_DeLonge">Tom Delonge&#8217;s </a>new band <a title="Angels and Airwaves" href="http://en.wikipedia.org/wiki/Angels_and_Airwaves">Angles and Airwaves.</a> I thought that was a fantastic album. It was even played a a good friend of mine&#8217;s wedding.</p>
<p>+44 is the rest of blink, Mark and Travis. It seems to carry on the sound that blink helped popularize. There is still the crappy punk sound, along with the emotional lyrics that range from the break up of blink to Marks more personal feelings.</p>
<p>&#8220;When your heart stops beating&#8221;  is a pretty good record. I&#8217;m sure it will be on my ipod for a good 6 months. Im glad that all the members of blink ( well Scott Raynor left after Dude ranch so I&#8217;m not counting him) continue to make the music that they love. And I&#8217;m glad I&#8217;m still angsty enough to enjoy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/11/25/44-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turkey Day</title>
		<link>http://buzzco.org/2006/11/25/turkey-day/</link>
		<comments>http://buzzco.org/2006/11/25/turkey-day/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 15:52:16 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://buzzco.org/?p=117</guid>
		<description><![CDATA[Happy Thanksgiving!!
It was a fun day for us here in elmira, what with the eat and drinking.
My friend Taft ended up in the hospital, having to have his appendix removed yesterday, so I have been going to the hospital to visit.
Also I cut my eyeball so I only got one eye. No depth perception makes [...]]]></description>
			<content:encoded><![CDATA[<p>Happy Thanksgiving!!<br />
It was a fun day for us here in elmira, what with the eat and drinking.</p>
<p>My friend Taft ended up in the hospital, having to have his appendix removed yesterday, so I have been going to the hospital to visit.</p>
<p>Also I cut my eyeball so I only got one eye. No depth perception makes playing beer pong very difficult.</p>
<p>Heading back to Poughkeepsie tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/11/25/turkey-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Blog</title>
		<link>http://buzzco.org/2006/11/16/new-blog/</link>
		<comments>http://buzzco.org/2006/11/16/new-blog/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 03:49:59 +0000</pubDate>
		<dc:creator>jimby</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.buzzco.org/?p=116</guid>
		<description><![CDATA[I have managed to move my blog to wordpress, mostly cause I don&#8217;t have time any more to screw around with pybloxsom.
Since its been awhile since I posted let us re cap what has happened in the world of buzzco this year.

Move from Clinton Corners New York back to Poughkeepsie. I live right in from [...]]]></description>
			<content:encoded><![CDATA[<p>I have managed to move my blog to wordpress, mostly cause I don&#8217;t have time any more to screw around with pybloxsom.</p>
<p>Since its been awhile since I posted let us re cap what has happened in the world of buzzco this year.</p>
<ul>
<li>Move from Clinton Corners New York back to Poughkeepsie. I live right in from of IBM now</li>
<li>I have a new job, an IT architect for the IBM Design Center for OnDemand. Fancy huh?</li>
<li>A bunch of my friend got / are getting married</li>
</ul>
<p>Ya. The whole year, three bullets.</p>
<p>The rest of the stuff is either personal, stupid, or I was too drunk to remember.</p>
]]></content:encoded>
			<wfw:commentRss>http://buzzco.org/2006/11/16/new-blog/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
