<?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>asnaedae @ home</title>
	<atom:link href="http://dubdubdub.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://dubdubdub.co.uk</link>
	<description>random musings from a twisted mind</description>
	<lastBuildDate>Thu, 26 Apr 2012 15:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Product and corporate development</title>
		<link>http://dubdubdub.co.uk/2012/04/product-development-and-corporate-development</link>
		<comments>http://dubdubdub.co.uk/2012/04/product-development-and-corporate-development#comments</comments>
		<pubDate>Thu, 26 Apr 2012 15:37:28 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=1054</guid>
		<description><![CDATA[A post written by Tor started me thinking about business and product development, especially in this age of online products. Classically, and not so many years ago, a company would have years in which to develop and maintain a new &#8230; <a href="http://dubdubdub.co.uk/2012/04/product-development-and-corporate-development">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2012/04/product-development-and-corporate-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMX and firewalls&#8230; or how to hate RMI slightly less</title>
		<link>http://dubdubdub.co.uk/2010/07/jmx-and-firewalls-or-how-to-hate-rmi-slightly-less</link>
		<comments>http://dubdubdub.co.uk/2010/07/jmx-and-firewalls-or-how-to-hate-rmi-slightly-less#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:58:06 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=1039</guid>
		<description><![CDATA[So at least with Java 1.6 the JVM can use SOCKS for proxying RMI requests, so to get the wonderful jvisualvm (think 1.5 visualGC) working use the following incantations. This requires the initial RMI registry port is open to the &#8230; <a href="http://dubdubdub.co.uk/2010/07/jmx-and-firewalls-or-how-to-hate-rmi-slightly-less">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2010/07/jmx-and-firewalls-or-how-to-hate-rmi-slightly-less/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>java log files</title>
		<link>http://dubdubdub.co.uk/2010/06/java-log-files</link>
		<comments>http://dubdubdub.co.uk/2010/06/java-log-files#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:09:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=1035</guid>
		<description><![CDATA[So debugging java can be a mighty pain, a little few lines of ways to make it simpler. # grep -m 1 -n '^2010-06-30 14:20:' catalina.out 11746233:2010-06-30 14:20:01,011 DEBUG com.beginning.of.line # grep -m 1 -n '^2010-06-30 14:21:' catalina.out 11747788:2010-06-30 14:21:00,161 &#8230; <a href="http://dubdubdub.co.uk/2010/06/java-log-files">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2010/06/java-log-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disabling atime updates on macos X</title>
		<link>http://dubdubdub.co.uk/2010/01/disabling-atime-updates-on-macos-x</link>
		<comments>http://dubdubdub.co.uk/2010/01/disabling-atime-updates-on-macos-x#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:09:16 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=986</guid>
		<description><![CDATA[Create the following plist file somewhere useful, e.g. /Library/LaunchDaemons/com.local.noatime.plist &#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&#62; &#60;!DOCTYPE plist PUBLIC &#8220;-//Apple//DTD PLIST 1.0//EN&#8221; &#8220;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#8221;&#62; &#60;plist version=&#8221;1.0&#8243;&#62; &#60;dict> &#60;key>Label&#60;/key&#62; &#60;string>com.my.noatime&#60;/string&#62; &#60;key>ProgramArguments&#60;/key&#62; &#60;array&#62; &#60;string&#62;mount&#60;/string&#62; &#60;string&#62;-vuwo&#60;/string&#62; &#60;string&#62;noatime&#60;/string&#62; &#60;string&#62;/&#60;/string&#62; &#60;/array&#62; &#60;key>RunAtLoad&#60;/key&#62; &#60;true/&#62; &#60;/dict&#62; &#60;/plist&#62; Then run the following to &#8230; <a href="http://dubdubdub.co.uk/2010/01/disabling-atime-updates-on-macos-x">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2010/01/disabling-atime-updates-on-macos-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spot the difference</title>
		<link>http://dubdubdub.co.uk/2009/11/spot-the-difference</link>
		<comments>http://dubdubdub.co.uk/2009/11/spot-the-difference#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:00:16 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[pictures]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=981</guid>
		<description><![CDATA[View Larger Map]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/11/spot-the-difference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard and the jvm</title>
		<link>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm</link>
		<comments>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:50:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=978</guid>
		<description><![CDATA[So in a startling case of &#8220;Apple knows best&#8221; they have gone and removed the 1.5 JVM &#8211; I know it&#8217;s pretty old and people were complaining about not having a 1.6 JVM for a long time &#8211; but really! &#8230; <a href="http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP over SSH tunnels</title>
		<link>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels</link>
		<comments>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:04:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=974</guid>
		<description><![CDATA[Sometimes you just need to tunnel UDP based protocols &#8211; such as SNMP &#8211; and the easiest ways is to use socat socat tcp4-listen:6667,reuseaddr,fork UDP:DESTINATION:161 socat udp4-listen:161,reuseaddr,fork tcp:localhost:6667 And in combination with your normal SSH tunnel ssh -L6667:localhost:6667 BASTION_HOST]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smokeping and measuring SOAP requests</title>
		<link>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests</link>
		<comments>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:25:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=969</guid>
		<description><![CDATA[We&#8217;ve had an issue with performance of a SOAP interface, and here&#8217;s how you go about setting up smokeping to time it:- extraargs = -H Content-Type:text/xml --data @/srv/scripts/soap_check/soap-test.xml urlformat = http://server.name.com/url/soap_url The only annoying problem is that the SOAP payload &#8230; <a href="http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Pro memory layouts</title>
		<link>http://dubdubdub.co.uk/2009/08/mac-pro-memory-layouts</link>
		<comments>http://dubdubdub.co.uk/2009/08/mac-pro-memory-layouts#comments</comments>
		<pubDate>Sun, 09 Aug 2009 14:27:30 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=964</guid>
		<description><![CDATA[Found the following little diagram to show how to balance the memory layout on the mac pro]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/08/mac-pro-memory-layouts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTF-8 and MySQL databases</title>
		<link>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases</link>
		<comments>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:02:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=955</guid>
		<description><![CDATA[Nice bugs that no one seems to want to fix:- mysql> create table test5 ( wibble varchar(500), PRIMARY KEY (wibble) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes mysql> &#8230; <a href="http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

