<?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>da.mned &#187; humour</title>
	<atom:link href="http://da.mned.co.uk/category/humour/feed/" rel="self" type="application/rss+xml" />
	<link>http://da.mned.co.uk</link>
	<description>- where I pollute the web -</description>
	<lastBuildDate>Fri, 06 Aug 2010 09:28:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Grepping Hell</title>
		<link>http://da.mned.co.uk/2010/03/grepping-hell/</link>
		<comments>http://da.mned.co.uk/2010/03/grepping-hell/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:37:53 +0000</pubDate>
		<dc:creator>tig</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/?p=127</guid>
		<description><![CDATA[Well that was a tad embarrassing I thought I had lost the ability to grep. All I wanted to do was find any instances of jt1.name in files in the current directory, simple I thought : grep jt1.name * Nope That returned loads of hits that didn&#8217;t match at all eg : modules/UpgradeWizard/commit.php:$from_dir = clean_path(remove_file_extension($install_file) [...]]]></description>
			<content:encoded><![CDATA[<p>Well that was a tad embarrassing I thought I had lost the ability to grep.  All I wanted to do was find any instances of jt1.name in files in the current directory,   simple I thought :<br />
<code>grep jt1.name *</code></p>
<p>Nope<br />
That returned loads of hits that didn&#8217;t match at all eg : </p>
<p><code><br />
modules/UpgradeWizard/commit.php:$from_dir = clean_path(remove_file_extension($install_file) . "-restore");<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store the meta data for the original file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store the meta data for the new file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store the meta data for the custom file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store an associative array contianing all the fields that are used in the original meta data file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store an associative array contianing all the fields that are used in the new meta data file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store an associative array contianing all the fields that are used in the custom meta data file<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * this will store an associative array contianing all the merged fields<br />
modules/UpgradeWizard/SugarMerge/EditViewMerge.php:	 * Merges the fields together and stores them in $this->mergedFields<br />
modules/UpgradeWizard/preflight.php:	//Check the current and target versions and store them in session variables<br />
modules/UpgradeWizard/silentUpgrade.php://look for session vars there and restore them<br />
modules/UpgradeWizard/uw_ajax.php:		$desc .= $persistence['uw_restore_dir']."\n\n";<br />
modules/UpgradeWizard/uw_utils.php: * Backs-up files that are targeted for patch/upgrade to a restore directory<br />
modules/UpgradeWizard/uw_utils.php:	// create restore file directory<br />
modules/UpgradeWizard/uw_utils.php:		$_SESSION['uw_restore_dir'] = clean_path($rest_dir);<br />
modules/UpgradeWizard/uw_utils.php:			// get name of current file to place in restore directory<br />
modules/UpgradeWizard/uw_utils.php:			// only copy restore files for replacements - ignore new files from patch<br />
modules/UpgradeWizard/uw_utils.php:		$desc .= $_SESSION['uw_restore_dir'] . "\n\n";<br />
modules/UpgradeWizard/uw_utils.php:	if(isset($_SESSION['uw_restore_dir']))<br />
modules/UpgradeWizard/uw_utils.php:		unset($_SESSION['uw_restore_dir']);<br />
modules/Meetings/Meeting.php:// Meeting is used to store customer information.<br />
</code></p>
<p>Pages of this came up.   When I found the culprit I nearly fell off my chair,  some fluffy-kittening person at SugarCRM decided that when doing an upgrade they would make a backup unfortunately they made an interesting choice of names&#8230; </p>
<p><code><br />
drwxrws---  3 www-data www-data     4096 Jan 12 10:42 -restore<br />
drwxr-xr-x 19 www-data www-data     4096 Mar  9 16:43 .<br />
drwxr-xr-x  3 root     root         4096 Jan 23  2009 ..<br />
-rw-r--r--  1 www-data www-data      342 Mar  9 16:43 .htaccess<br />
-rw-r--r--  1 www-data www-data     2535 Mar  9 16:43 HandleAjaxCall.php<br />
-rw-r--r--  1 www-data www-data      155 Dec 17  2008 INSTALLATION.txt<br />
-rw-r--r--  1 www-data www-data    35147 Dec 17  2008 LICENSE.txt<br />
drwxr-xr-x  3 www-data www-data     4096 Oct 22 14:52 ModuleInstall<br />
-rw-r--r--  1 www-data www-data     5075 Dec 17  2008 SugarSecurity.php<br />
-rw-r--r--  1 www-data www-data     5590 Dec 17  2008 TreeData.php<br />
-rw-r--r--  1 www-data www-data     2488 Mar  9 16:43 WebToLeadCapture.php<br />
drwxr-xr-x  2 www-data www-data     4096 Dec 17  2008 XTemplate<br />
-rw-r--r--  1 www-data www-data     2490 Dec 17  2008 acceptDecline.php<br />
drwxr-xr-x 17 www-data www-data     4096 Mar  9 16:44 cache<br />
</code></p>
<p>That explains why it recursed too&#8230;.   I didn&#8217;t think you could add flags after the search string&#8230;  </p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2010/03/grepping-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Standard Answers</title>
		<link>http://da.mned.co.uk/2010/03/cisco-standard-answers/</link>
		<comments>http://da.mned.co.uk/2010/03/cisco-standard-answers/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:43:30 +0000</pubDate>
		<dc:creator>tig</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/?p=125</guid>
		<description><![CDATA[Developed by Tommeh and myself on #staffslug on irc.freenode.org # 1: &#8221;You probably need a new IOS&#8221; # 2: &#8220;It&#8217;s a feature&#8221; # 3: &#8220;That hardware isn&#8217;t supported on your platform&#8221; # 4: &#8220;That hardware is about to go EOL&#8221; # 5: &#8220;That feature is not licensed on your device&#8221; # 6 : “Insufficient memory / [...]]]></description>
			<content:encoded><![CDATA[<p>Developed by Tommeh and myself on #staffslug on irc.freenode.org</p>
<p># 1: &#8221;You probably need a new IOS&#8221;<br />
# 2: &#8220;It&#8217;s a feature&#8221;<br />
# 3: &#8220;That hardware isn&#8217;t supported on your platform&#8221;<br />
# 4: &#8220;That hardware is about to go EOL&#8221;<br />
# 5: &#8220;That feature is not licensed on your device&#8221;<br />
# 6 : “Insufficient memory / space”<br />
# 7 : &#8220;Your configuration file does not meet Ciscos MAS&#8221; (Minimum Acronym Standard)</p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2010/03/cisco-standard-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lastminute copyrighting a colour?</title>
		<link>http://da.mned.co.uk/2008/11/lastminute-copyrighting-a-colour/</link>
		<comments>http://da.mned.co.uk/2008/11/lastminute-copyrighting-a-colour/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 12:11:35 +0000</pubDate>
		<dc:creator>tig</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/?p=72</guid>
		<description><![CDATA[I am not a lawyer but I would have thought that you could only trademark something in reference to a particular aspect of your business. The lastminute website though currently reads : lastminute.com&#8221;, &#8220;lastminute&#8221; and the colour (block of magenta) colour are all trademarks owned by Last Minute Network Limited and/or its group companies. Erm [...]]]></description>
			<content:encoded><![CDATA[<p>I am not a lawyer but I would have thought that you could only trademark something in reference to a particular aspect of your business.  The lastminute website though currently reads :</p>
<p>lastminute.com&#8221;, &#8220;lastminute&#8221; and the colour (block of magenta) colour are all trademarks owned by Last Minute Network Limited and/or its group companies. </p>
<p>Erm wtf.   I know the Easy Group will hunt you down if you use easysomething and use a predominantly orange colour scheme but I don&#8217;t think even they actually claim they have trademarked orange itself.</p>
<p>If this sort of nonsense carries with other companies some of my more colourful trousers may have so many copyright notices on that they will start resembling a F1 car&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2008/11/lastminute-copyrighting-a-colour/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Vista with many apologies to E.A.Poe</title>
		<link>http://da.mned.co.uk/2007/09/the-vista-with-many-apologies-to-eapoe/</link>
		<comments>http://da.mned.co.uk/2007/09/the-vista-with-many-apologies-to-eapoe/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 22:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[webby]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/2007/09/02/the-vista-with-many-apologies-to-eapoe/</guid>
		<description><![CDATA[aOne night when I was weary,and the night was cold and dreary Over the man pages of Vim an Emacs and their cryptic lore Whilst I slumpt on the mousemat suddenly a polling, As some client asking for an IP address at my chamber door. &#8216;Tis some client, I muttered tossing an IP at the [...]]]></description>
			<content:encoded><![CDATA[<p>aOne night when I was weary,and the night was cold and dreary<br />
Over the man pages of Vim an Emacs and their cryptic lore<br />
Whilst I  slumpt on the mousemat suddenly a polling,<br />
As some client asking for an IP address at my chamber door.<br />
&#8216;Tis some client, I muttered tossing an IP at the door,  polling at my chamber door,<br />
only this and nothing more.</p>
<p>Fast forward :>></p>
<p>And the client always flapping, like the users always weeping<br />
at the network rules of gateway like portal door<br />
and whilst the traffic is archaic and the protocol anarcic<br />
the traffic will fail to flow without this stupid flaw<br />
and my soul was rather lifted but saddened for the afflicted<br />
to know that Vista does not work&#8230;</p>
<p>Anymore&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2007/09/the-vista-with-many-apologies-to-eapoe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh noes!</title>
		<link>http://da.mned.co.uk/2007/07/oh-noes/</link>
		<comments>http://da.mned.co.uk/2007/07/oh-noes/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 20:02:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[webby]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/2007/07/19/oh-noes/</guid>
		<description><![CDATA[If you don&#8217;t know why this is amusing then you probably are best not knowing Linky to a picture on a power strip with surge protection that I bought from Sainsburys&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t know why this is amusing then you probably are best not knowing <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://da.mned.co.uk/gallery/main.php?g2_view=core.DownloadItem&#038;g2_itemId=19&#038;g2_serialNumber=2">Linky to a picture on a power strip with surge protection that I bought from Sainsburys&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2007/07/oh-noes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PAT testing&#8230;.</title>
		<link>http://da.mned.co.uk/2007/07/pat-testing/</link>
		<comments>http://da.mned.co.uk/2007/07/pat-testing/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 16:39:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[humour]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/2007/07/16/pat-testing/</guid>
		<description><![CDATA[Well we have someone doing PAT tests in the office and I am not sure he is paying attention, sure he refused to test my heavy duty power over Ethernet adapter (16A commando to an RJ45 :) &#8220;er you don&#8217;t plug that in do you?!?&#8221; ) but he has amusingly signed off something he shouldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Well we have someone doing PAT tests in the office and I am not sure he is paying attention,  sure he refused to test my heavy duty power over Ethernet adapter <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (16A commando to an RJ45 <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :)  &#8220;er you don&#8217;t plug that in do you?!?&#8221; ) but he has amusingly signed off something he shouldn&#8217;t have <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The 3 socket 16A adapter from this story : http://theinquirer.net/default.aspx?article=30533 has now got a big shiny PAT test passed sticker on it <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I don&#8217;t think his heart is really in it <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>ed: 19/7/07 Someone tipped him off about it and it is now marked failed <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2007/07/pat-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FREEDOM BADGERS DEFEAT THE TERRORISTS!!!111</title>
		<link>http://da.mned.co.uk/2007/07/freedom-badgers-defeat-the-terrorists111/</link>
		<comments>http://da.mned.co.uk/2007/07/freedom-badgers-defeat-the-terrorists111/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 15:59:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[humour]]></category>

		<guid isPermaLink="false">http://da.mned.co.uk/2007/07/16/freedom-badgers-defeat-the-terrorists111/</guid>
		<description><![CDATA[I could not resist this you just know that all that bloke is going to be remembered for now is &#8220;the bloke that had to deny UK troops were releasing man eating badgers in Iraq&#8221; Actually, I think it looks quite cute]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.bbc.co.uk/1/hi/world/middle_east/6295138.stm">I could not resist this <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a>  you just know that all that bloke is going to be remembered for now is &#8220;the bloke that had to deny UK troops were releasing man eating badgers in Iraq&#8221; <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Actually, I think it looks quite cute <img src='http://da.mned.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://da.mned.co.uk/2007/07/freedom-badgers-defeat-the-terrorists111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
