<?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>Too Far North &#187; Uncategorized</title>
	<atom:link href="http://daffy.za.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://daffy.za.net</link>
	<description>Adventures, just a little too far north</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:45:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HOWTO: Multicast Irish Freeview (Saorview)</title>
		<link>http://daffy.za.net/2011/05/howto-multicast-irish-freeview-saorview/</link>
		<comments>http://daffy.za.net/2011/05/howto-multicast-irish-freeview-saorview/#comments</comments>
		<pubDate>Tue, 17 May 2011 19:12:20 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[guides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mumudvb]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=990</guid>
		<description><![CDATA[If you&#8217;re in Ireland and you&#8217;ve been watching TV, you probably know about Saorview and the migration to Digital Terrestrial TV. Being a geek, I decided that using a TV to view TV wasn&#8217;t really the way to do things. So instead, I decided to find a way of viewing Saorview on my PC. So [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re in Ireland and you&#8217;ve been watching TV, you probably know about <a title="Saorview" href="http://www.saorview.ie/">Saorview </a>and the migration to Digital Terrestrial TV.</p>
<p>Being a geek, I decided that using a TV to view TV wasn&#8217;t really the way to do things.<br />
So instead, I decided to find a way of viewing Saorview on my PC.</p>
<p>So the easy way, is to get a DVB-T receiver for a PC, and tune to the channel you want to view. I&#8217;m not going to show you how to do this, because the guys at <a title="mpeg4ireland" href="http://www.mpeg4ireland.com/">mpeg4ireland</a> <a href="http://www.mpeg4ireland.com/saorview-dtt-on-a-pc">already have</a>.</p>
<p>I&#8217;m going to show you how to receive <span style="text-decoration: underline;"><strong>every</strong></span> Saorview channel at the same time.<br />
Although I&#8217;m sure you&#8217;re not going to be able to watch them all at the same time&#8230;</p>
<p><span id="more-990"></span>First, you need a DVB-T receiver.</p>
<p>I used a €40 Hauppauge Nova-T USB Stick.</p>
<p>Then you&#8217;ll need MumuDVB. You&#8217;ll need at least version 1.6.1<br />
I got the latest release from <a href="http://mumudvb.braice.net/mumudrupal/fr/node/25">here.<br />
</a>Yes, Ubuntu has a version in their repo&#8217;s, but thats version 1.6. It will NOT work. (well, if you only want to receive the radio stations and the test pattern, then 1.6 is for you!)</p>
<p>Plug your DVB-T card/stick in, make sure it gets recognised and you get an entry in /dev/dvb</p>
<pre>$ ls /dev/dvb/
adapter0</pre>
<p>Install dvb-apps</p>
<pre>sudo apt-get install dvb-apps</pre>
<p>Grab the <a href="http://www.mpeg4ireland.com/download/wideband">wideband tuning file from the mpeg4ireland site</a> and use it to scan for channels.</p>
<pre>scan wideband &gt; channels.conf</pre>
<p>Make sure there&#8217;s something useful in your channels.conf<br />
The start of each line should be a channel name, followed by a frequency.<br />
If there&#8217;s something in there, make a note of the frequency that you see.<br />
In my case, since I&#8217;m getting signal from Three Rock Dublin, my frequency is 738000000 (or 738Mhz)</p>
<p>If you don&#8217;t get anything, you might have some problems. So I suggest doing some research on Saorview using the mpeg4ireland site to see if you have coverage.</p>
<p>Now, unpack MumuDVB and build it.</p>
<pre>tar -zxvf mumudvb-beta.tar.gz
cd mumudvb
autoreconf -i -f
./configure
make
sudo make install</pre>
<p>Then create a config file (mumu.conf). Make sure you set your frequency correctly to the one you extracted from channels.conf earlier. (Divide the long number by 1000000 to get MHz).</p>
<pre>freq=738
autoconfiguration=2
autoconf_radios=1
autoconf_ip_header=239.192
multicast_ttl=5
sap=1
sap_default_group=Saorview
sap_organisation=RTENL</pre>
<p>Now start up MumuDVB using this configuration. There will be loads of debug output, just so you can see what its up to.</p>
<p>sudo mumudvb -c mumu.conf -s -t -vv -d</p>
<p>Then install VLC on your PC (or another PC on the same network).<br />
Start it up, and press Ctrl-P to get the Preferences.<br />
In the bottom left, select Show settings All.<br />
In the Tree, select Playlist &gt; Service Discovery.<br />
Enable Network streams (SAP)<br />
Click Save.<br />
Press Ctrl-L and wait 10 seconds.<br />
You should see a folder caller Saorview.<br />
Expand it, and double click the channel you wish to view.</p>
<p>OR</p>
<p>Launch VLC, and open the Network address udp://@239.192.0.0:1234/ (Should be RTE One)<br />
udp://@239.192.0.1:1234/ should be RTE Two.<br />
udp://@239.192.0.2:1234/ should be TV3.<br />
etc&#8230;</p>
<p>&nbsp;</p>
<p>Voila!<br />
If you poke around in the VLC options, you&#8217;ll notice that Teletext works too.<br />
There&#8217;s even a Program Guide that has the next 7 days line-up in it. (Tools &gt; Program Guide)<br />
Subtitles work, and on some channels there may even be a second Audio stream.</p>
<p>Now do it on another PC, and view a different channel at the same time. Continue until you get bored.<br />
For fun, check the CPU usage of the mumudvb process.<br />
On my system it only uses around 5% of 1 CPU since its not actually doing very much. Not bad&#8230;</p>
<p>The process will be spewing out loads of stats, like Bit error rate, Signal Strength and SNR. Their meaning is self evident.<br />
Every 5 seconds it will also output Traffic information, which is quite interesting since it displays the actual Bandwidth used per channel.</p>
<p>As an exercise for the reader, I&#8217;ll leave you to figure out how to get it to start up in the background.<br />
Personally, I run it in a screen session so I can easily open it up again and see the Signal Strength, etc.</p>
<p>Note: RTE Two is broadcast in HD, and viewing it may be a bit CPU intensive.</p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2011/05/howto-multicast-irish-freeview-saorview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freedom!</title>
		<link>http://daffy.za.net/2011/03/freedom/</link>
		<comments>http://daffy.za.net/2011/03/freedom/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 22:07:19 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=917</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_920" class="wp-caption alignnone" style="width: 512px"><a href="http://daffy.za.net/wp-content/uploads/2011/03/DSC041201.jpg"><img class="size-large wp-image-920  " title="Freedom" src="http://daffy.za.net/wp-content/uploads/2011/03/DSC041201-1024x685.jpg" alt="Rooney runs free" width="502" height="335" /></a><p class="wp-caption-text">Freedom</p></div>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2011/03/freedom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Squeaky Toys must die</title>
		<link>http://daffy.za.net/2010/09/squeaky-toys-must-die/</link>
		<comments>http://daffy.za.net/2010/09/squeaky-toys-must-die/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 11:18:52 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=727</guid>
		<description><![CDATA[Izzy is learning to play. She&#8217;s come a long way since we got her from the rescue shelter. Recently, she&#8217;s decided that anything that squeaks, shouldn&#8217;t. So she makes it. Video after the break]]></description>
			<content:encoded><![CDATA[<p>Izzy is learning to play. She&#8217;s come a long way since we got her from the rescue shelter.</p>
<p>Recently, she&#8217;s decided that anything that squeaks, shouldn&#8217;t. So she makes it.</p>
<p>Video after the break<br />
<span id="more-727"></span></p>
<p><object style="height: 344px; width: 425px"><param name="movie" value="http://www.youtube.com/v/TRnsFG_6rvo?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/TRnsFG_6rvo?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2010/09/squeaky-toys-must-die/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perching Planes</title>
		<link>http://daffy.za.net/2010/07/perching-planes/</link>
		<comments>http://daffy.za.net/2010/07/perching-planes/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:08:29 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[random linkage]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=569</guid>
		<description><![CDATA[Found this interesting article. Looks like some smart people at MIT have been studying the aerodynamics of birds and planes, and have designed a Glider that can perch on a wire (like a bird). Read on to watch a video of it in action.]]></description>
			<content:encoded><![CDATA[<p>Found <a title="MIT researchers create a model plane that lands on a wire" href="http://www.gizmag.com/mit-plane-lands-on-wire/15792/">this interesting article</a>.</p>
<p>Looks like some smart people at MIT have been studying the aerodynamics of birds and planes, and have designed a Glider that can perch on a wire (like a bird).</p>
<p>Read on to watch a video of it in action.</p>
<p><span id="more-569"></span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="530" height="215" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="0x000000" /><param name="flashvars" value="&amp;backcolor=0x000000&amp;bandwidth=7604&amp;dock=false&amp;file=http%3A%2F%2Fgroups.csail.mit.edu%2Flocomotion%2Fperching_media%2Fvideo%2Fvi_perching_title.mp4&amp;frontcolor=0xCCCCCC&amp;level=0&amp;lightcolor=0x557722&amp;plugins=viral-2d" /><param name="src" value="http://groups.csail.mit.edu/locomotion/shadowbox/libraries/mediaplayer/player.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="530" height="215" src="http://groups.csail.mit.edu/locomotion/shadowbox/libraries/mediaplayer/player.swf" allowfullscreen="true" flashvars="&amp;backcolor=0x000000&amp;bandwidth=7604&amp;dock=false&amp;file=http%3A%2F%2Fgroups.csail.mit.edu%2Flocomotion%2Fperching_media%2Fvideo%2Fvi_perching_title.mp4&amp;frontcolor=0xCCCCCC&amp;level=0&amp;lightcolor=0x557722&amp;plugins=viral-2d" bgcolor="0x000000"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2010/07/perching-planes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seacom problems</title>
		<link>http://daffy.za.net/2010/07/seacom-problems/</link>
		<comments>http://daffy.za.net/2010/07/seacom-problems/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 15:49:37 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[south africa]]></category>
		<category><![CDATA[telecoms]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=538</guid>
		<description><![CDATA[Or the alternate title of &#8220;Why your inability to access international content is your ISP&#8217;s fault, and not Seacom&#8217;s&#8221; Or &#8220;Why your cheap-as-chips residential ADSL Broadband account is broken, and why I don&#8217;t care&#8221; I could go on with all the complaints that I&#8217;ve heard over the last 24 hours, and all the stupid reasoning [...]]]></description>
			<content:encoded><![CDATA[<p>Or the alternate title of &#8220;Why your inability to access international content is your ISP&#8217;s fault, and not Seacom&#8217;s&#8221;<br />
Or &#8220;Why your cheap-as-chips residential ADSL Broadband account is broken, and why I don&#8217;t care&#8221;</p>
<p>I could go on with all the complaints that I&#8217;ve heard over the last 24 hours, and all the stupid reasoning behind those complaints. But I won&#8217;t. I&#8217;ll try and be helpfully informative.</p>
<p>So we&#8217;ll start with the facts:</p>
<ul>
<li>Seacom is one of the Submarine fiber cables that connect South Africa to Europe.</li>
<li>There are other ways out of South Africa to Europe, that do not rely on Seacom.</li>
<li>Residential ADSL users are quite far down the list of priorities for most ISP&#8217;s.</li>
<li>Business users on leased lines account for significantly more income than ADSL users.</li>
<li>You get what you pay for.</li>
</ul>
<p>Your choice of ISP should take all of these facts into account:</p>
<ul>
<li>Does your ISP have multiple international circuits?</li>
<li>Are these circuits physically diverse (ie: not the same cable).</li>
<li>Are you actually paying for a service that will make use of the backup circuits in the event of a failure?</li>
</ul>
<p>Chances are, unless you have a leased line service, and you pay something in the region of R20000 a month for it, you will be affected by the <a href="http://www.seacom.mu/news/news_details.asp?iID=143">Seacom problems</a>.</p>
<p>It would be incredibly naive of any ISP to expect that a single upstream provider will be up 100% of the time. Seacom do not promise a 100% uptime, so how can you expect that level of service if you rely solely on them?</p>
<p>The solution for the ISPs? Use one of those other forms of international connectivity. Such as the SAT3-SAFE cable. Sure, thats expensive, so only use that for your &#8220;premium&#8221; customers. Like those guys paying R20000+ a month for their leased lines. They&#8217;ll get what they pay for.</p>
<p>And that there, is the difference between the R900 you pay a month for 4mbit ADSL, and R20000 per month for 4mbit leased line.</p>
<p>You get what you pay for.</p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2010/07/seacom-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mini-guide: Basic OpenVPN Server</title>
		<link>http://daffy.za.net/2010/02/mini-guide-basic-openvpn-server/</link>
		<comments>http://daffy.za.net/2010/02/mini-guide-basic-openvpn-server/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 15:44:09 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openvpn]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=475</guid>
		<description><![CDATA[This post is especially for Rommel. He saw my last mini-guides on OpenVPN on RouterOS, and wanted to know how to set up an OpenVPN Server on Linux that operates the same as the OpenVPN Server in RouterOS. So, this one will be short and simple, as there are a thousand different ways to do [...]]]></description>
			<content:encoded><![CDATA[<p>This post is especially for Rommel. He saw my <a href="http://daffy.za.net/2010/02/openvpn-mini-guides-certificates/">last</a> mini-guides on OpenVPN on RouterOS, and wanted to know how to set up an OpenVPN Server on Linux that operates the same as the <a href="http://daffy.za.net/2010/02/openvpn-mini-guides-mikrotik-routeros-vpn-server/">OpenVPN Server in RouterOS</a>.</p>
<p>So, this one will be short and simple, as there are a thousand different ways to do an OpenVPN Server on linux, but this way will make it work the same way its configured in my mini-guide.</p>
<p><span id="more-475"></span></p>
<p>Start be installing OpenVPN on your Linux machine.<br />
In Ubuntu or Debian, this is as easy as</p>
<pre>sudo apt-get install openvpn</pre>
<p>Lets get the Certificates in the keys directory, if you haven&#8217;t already done it as part of the <a href="http://daffy.za.net/2010/02/openvpn-mini-guides-certificates/">certificate generation mini-guide</a>.</p>
<pre>sudo mkdir /etc/openvpn/keys</pre>
<p>Put your server .key and .crt in here, as well as your ca.crt</p>
<p>You will also want to copy the dh1024.pem from your certificate store.</p>
<p>Then, create a configuration file (we&#8217;ll call it server.conf), in /etc/openvpn/</p>
<pre>sudo vi /etc/openvpn/server.conf</pre>
<p>And stick the following in it:</p>
<pre>port 1194
proto tcp
dev tun
server 10.1.0.1 255.255.255.0
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/ovpn-server.crt
key /etc/openvpn/keys/ovpn-server.key
dh /etc/openvpn/keys/dh1024.pem
ifconfig-pool-persist ipp.txt
keepalive 10 120
user nobody
group nogroup
persist-key
persist-tun
status /var/log/openvpn/server-status.log
verb 3
</pre>
<p>Save it, and restart openvpn</p>
<pre>
/etc/init.d/openvpn restart
</pre>
<p>And that should do it.</p>
<p>If you want to NAT all traffic out towards the Internet, giving the VPN users internet access, add a masquerade rule. Assuming eth1 is your internet facing network interface.</p>
<pre>
sudo iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE
</pre>
<p>Simple as that!</p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2010/02/mini-guide-basic-openvpn-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News: HOWTO</title>
		<link>http://daffy.za.net/2010/02/news-howto/</link>
		<comments>http://daffy.za.net/2010/02/news-howto/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:33:51 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tv]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=446</guid>
		<description><![CDATA[BBC, Sky, RTE. They all seem to have the same News story format. So, here&#8217;s the template that they all use. (Caution, contains a few naughty words)]]></description>
			<content:encoded><![CDATA[<p>BBC, Sky, RTE. They all seem to have the same News story format.</p>
<p>So, here&#8217;s the template that they all use. (Caution, contains a few naughty words)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/YtGSXMuWMR4&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/YtGSXMuWMR4&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2010/02/news-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No dust-bunnies were harmed during the making of this post</title>
		<link>http://daffy.za.net/2009/12/no-dust-bunnies-were-harmed-during-the-making-of-this-post/</link>
		<comments>http://daffy.za.net/2009/12/no-dust-bunnies-were-harmed-during-the-making-of-this-post/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 16:27:03 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=436</guid>
		<description><![CDATA[I cleaned my desk today. I&#8217;m so proud of myself, that I&#8217;m posting pictures to celebrate!]]></description>
			<content:encoded><![CDATA[<p>I cleaned my desk today.</p>
<p>I&#8217;m so proud of myself, that I&#8217;m posting pictures to celebrate!<span id="more-436"></span></p>
<div id="attachment_437" class="wp-caption alignnone" style="width: 496px"><img class="size-full wp-image-437  " title="Before the Cleaning" src="http://daffy.za.net/wp-content/uploads/2009/12/before.jpg" alt="Dirty Desks" width="486" height="365" /><p class="wp-caption-text">Dirty Desks</p></div>
<div id="attachment_438" class="wp-caption alignnone" style="width: 496px"><img class="size-full wp-image-438  " title="After the Cleaning" src="http://daffy.za.net/wp-content/uploads/2009/12/after.jpg" alt="Clean Desk" width="486" height="365" /><p class="wp-caption-text">Clean Desk</p></div>
<p><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2009/12/no-dust-bunnies-were-harmed-during-the-making-of-this-post/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>This is not a Hack</title>
		<link>http://daffy.za.net/2009/11/this-is-not-a-hack/</link>
		<comments>http://daffy.za.net/2009/11/this-is-not-a-hack/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:33:17 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[annoyances]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[howto]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=414</guid>
		<description><![CDATA[I&#8217;ve noticed an annoying trend lately, and its starting to get on my nerves. Every 2nd person who figures something out on their own, is writing up a HOWTO. This isn&#8217;t a problem. Its the fact that they&#8217;re calling it a &#8220;Hack&#8221; thats getting on my nerves. A Hack is where you take something, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed an annoying trend lately, and its starting to get on my nerves.</p>
<p>Every 2nd person who figures something out on their own, is writing up a HOWTO.<br />
This isn&#8217;t a problem. Its the fact that they&#8217;re calling it a &#8220;Hack&#8221; thats getting on my nerves.</p>
<p>A Hack is where you take something, and make it do something it was never designed to do. Not using something that was designed to do something, to do something slightly similar. Thats not a hack, thats an adaptation.</p>
<p>Well, thats my rant for the day. If anyone wants to <a href="http://daffy.za.net/2009/11/funding-anyone/">sponsor</a> some real gadget hacking, let me know and I&#8217;m sure we can work something out <img src='http://daffy.za.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2009/11/this-is-not-a-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funding? Anyone?</title>
		<link>http://daffy.za.net/2009/11/funding-anyone/</link>
		<comments>http://daffy.za.net/2009/11/funding-anyone/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:54:36 +0000</pubDate>
		<dc:creator>daffy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://daffy.za.net/?p=427</guid>
		<description><![CDATA[I have so many nifty things I want to do. So many Ideas floating around in my head, from the nifty to the bizarre. And they all involve gadgets of some description&#8230; Anyone want to fund my exploits?]]></description>
			<content:encoded><![CDATA[<p>I have so many nifty things I want to do. So many Ideas floating around in my head, from the nifty to the bizarre.</p>
<p>And they all involve gadgets of some description&#8230;</p>
<p>Anyone want to fund my exploits?</p>
]]></content:encoded>
			<wfw:commentRss>http://daffy.za.net/2009/11/funding-anyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

