<?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>Robsta.id.au &#187; Hacking</title>
	<atom:link href="http://robsta.id.au/tags/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://robsta.id.au</link>
	<description>Progressive Technology Playground of Rob Morgan</description>
	<lastBuildDate>Sat, 02 Jan 2010 21:32:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using cURL to Post Updates to Twitter</title>
		<link>http://robsta.id.au/2007/04/08/using-curl-to-post-updates-to-twitter/</link>
		<comments>http://robsta.id.au/2007/04/08/using-curl-to-post-updates-to-twitter/#comments</comments>
		<pubDate>Sun, 08 Apr 2007 01:34:45 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://robsta.id.au/2007/04/08/using-curl-to-post-updates-to-twitter/</guid>
		<description><![CDATA[Heres a small snippet of code I found that will successfully post updates to your Twitter account:
curl --basic --user username:password --data status="Having fun with cURL" http://twitter.com/statuses/update.xml

The command &#8216;curl&#8217; is normally present on most Linux distro&#8217;s these days. Windows users will need to Google and download it.  To use the code above simply replace &#8216;username:password&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Heres a small snippet of code I found that will successfully post updates to your <a href="http://twitter.com">Twitter </a>account:</p>
<p><code>curl --basic --user username:password --data status="Having fun with cURL" http://twitter.com/statuses/update.xml<br />
</code></p>
<p>The command &#8216;curl&#8217; is normally present on most Linux distro&#8217;s these days. Windows users will need to Google and download it.  To use the code above simply replace &#8216;username:password&#8217; with your real &#8216;<em>username:password</em>&#8216;, the string of status in double quotes is the update that will actually appear on your Twitter page. The url present at the end of the code is the Twitter API endpoint.</p>
<p>Twitter will reply with a response similar to the following:</p>
<p><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;status&gt;<br />
&lt;created_at&gt;Sun Apr 08 01:25:56 +0000 2007&lt;/created_at&gt;<br />
&lt;id&gt;12345xxx&lt;/id&gt;<br />
&lt;text&gt;Having fun with cURL&lt;/text&gt;<br />
&lt;user&gt;<br />
&lt;id&gt;xxxxxxx&lt;/id&gt;<br />
&lt;name&gt;Your Name&lt;/name&gt;<br />
&lt;screen_name&gt;your_username&lt;/screen_name&gt;<br />
&lt;location&gt;&lt;/location&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;profile_image_url&gt;[removed]&lt;/profile_image_url&gt;<br />
&lt;url&gt;&lt;/url&gt;<br />
&lt;protected&gt;true&lt;/protected&gt;<br />
&lt;/user&gt;<br />
&lt;/status&gt;<br />
</code><br />
Note: I have replaced specific numbers with &#8216;x&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2007/04/08/using-curl-to-post-updates-to-twitter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Howto: Make PCB&#8217;s with a laser printer</title>
		<link>http://robsta.id.au/2006/02/24/howto-make-pcbs-with-a-laser-printer/</link>
		<comments>http://robsta.id.au/2006/02/24/howto-make-pcbs-with-a-laser-printer/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 23:58:00 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=92</guid>
		<description><![CDATA[Here is a really simple guide I found.
]]></description>
			<content:encoded><![CDATA[<p>Here is a really <a href="http://max8888.orcon.net.nz/pcbs.htm">simple guide</a> I found.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2006/02/24/howto-make-pcbs-with-a-laser-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Con of XP</title>
		<link>http://robsta.id.au/2005/11/07/the-con-of-xp/</link>
		<comments>http://robsta.id.au/2005/11/07/the-con-of-xp/#comments</comments>
		<pubDate>Mon, 07 Nov 2005 13:34:00 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=86</guid>
		<description><![CDATA[Query: Its almost impossible to create a folder called &#8216;con&#8217; in Windows XP.
Answer: CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9 are all Windows reserved device names from the early days of DOS. You learn something new each day.
]]></description>
			<content:encoded><![CDATA[<p>Query: Its almost impossible to create a folder called &#8216;con&#8217; in Windows XP.</p>
<p>Answer: CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9 are all Windows reserved device names from the early days of DOS. You learn something new each day.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2005/11/07/the-con-of-xp/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Free Sveasoft Firmware</title>
		<link>http://robsta.id.au/2005/08/30/free-sveasoft-firmware/</link>
		<comments>http://robsta.id.au/2005/08/30/free-sveasoft-firmware/#comments</comments>
		<pubDate>Tue, 30 Aug 2005 02:15:13 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=78</guid>
		<description><![CDATA[This guy offers the Sveasoft firmware for download at no extra cost (free as in beer)!  He also talks about how he was abused by Sveasoft and how they are in violation of the GPL.
read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>This guy offers the Sveasoft firmware for download at no extra cost (free as in beer)!  He also talks about how he was abused by Sveasoft and how they are in violation of the GPL.</p>
<p><a href="http://wrt54g.thermoman.de/">read more</a> | <a href="http://digg.com/software/Free_Sveasoft_Firmware">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2005/08/30/free-sveasoft-firmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TOP SECRET: Homebrew Military &amp; Espionage Electronics</title>
		<link>http://robsta.id.au/2005/07/29/top-secret-homebrew-military-espionage-electronics/</link>
		<comments>http://robsta.id.au/2005/07/29/top-secret-homebrew-military-espionage-electronics/#comments</comments>
		<pubDate>Fri, 29 Jul 2005 07:35:22 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=74</guid>
		<description><![CDATA[An open source defense electronics, educate yourself on how to build: phone jammers; defeat hardware keyboard loggers; low cost night vision device; listen to sounds remotely via a laser beam; disrupt GPS reception; noise canceling option for your surveillance bug and much more!  A must Digg!
read more &#124; digg story
]]></description>
			<content:encoded><![CDATA[<p>An open source defense electronics, educate yourself on how to build: phone jammers; defeat hardware keyboard loggers; low cost night vision device; listen to sounds remotely via a laser beam; disrupt GPS reception; noise canceling option for your surveillance bug and much more!  A must Digg!</p>
<p><a href="http://www.trilightzone.org/gbppr/mil/index.html">read more</a> | <a href="http://digg.com/hardware/TOP_SECRET:_Homebrew_Military_Espionage_Electronics">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2005/07/29/top-secret-homebrew-military-espionage-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Viruses</title>
		<link>http://robsta.id.au/2004/12/03/email-viruses/</link>
		<comments>http://robsta.id.au/2004/12/03/email-viruses/#comments</comments>
		<pubDate>Fri, 03 Dec 2004 00:49:06 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=45</guid>
		<description><![CDATA[I&#8217;m glad my ISP offers free email virus protection and spam filtering. In the past fortnight I have recieved over 100 emails containing the Worm &#8216;Sober.i&#8217; and a couple of hundred spam messages.
Theres more information about I-Worm.Sober.i on Viruslist.com.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m glad my <a href="http://www.tpg.com.au">ISP</a> offers free email virus protection and spam filtering. In the past fortnight I have recieved over 100 emails containing the Worm &#8216;Sober.i&#8217; and a couple of hundred spam messages.</p>
<p>Theres more information about <a href="http://www.viruslist.com/en/viruses/encyclopedia?virusid=66102">I-Worm.Sober.i</a> on <a href="http://www.viruslist.com">Viruslist.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2004/12/03/email-viruses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panther on Windows via PearPC</title>
		<link>http://robsta.id.au/2004/10/01/panther-on-windows-via-pearpc/</link>
		<comments>http://robsta.id.au/2004/10/01/panther-on-windows-via-pearpc/#comments</comments>
		<pubDate>Fri, 01 Oct 2004 15:03:34 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=36</guid>
		<description><![CDATA[Have you always been an exciting fan of Apple? Do you wish your IBM-Compatible PC were more akin to it&#8217;s macintosh counterpart. Well personally I love Apple, I just can&#8217;t afford one! This whole affair started when they released OS X based on a BSD core (FreeBSD in particular).
Anyway back to the point, I downloaded [...]]]></description>
			<content:encoded><![CDATA[<p>Have you always been an exciting fan of <a href="http://www.apple.com/">Apple</a>? Do you wish your IBM-Compatible PC were more akin to it&#8217;s macintosh counterpart. Well personally I love Apple, I just can&#8217;t afford one! This whole affair started when they released <a href="http://www.apple.com/macosx/">OS X</a> based on a BSD core (<a href="http://www.freebsd.org/">FreeBSD</a> in particular).</p>
<p>Anyway back to the point, I downloaded a Panther image (.dmg) off <a href="http://www.suprnova.org/">Suprnova</a> and <a href="http://pearpc.sourceforge.net/">PearPC</a> from the SourceForge download mirrors. PearPC allows one to emulate a MacOS system running on an IBM compatible architecture.</p>
<p>After following some heavy guides from PearPC itself and a couple of <a href="http://www.google.com/search?q=pearpc+guides">Google-found</a> resources I was able to boot into a fully working Panther (OS X 10.3) system. I won&#8217;t write my own guide; there are plenty out there for that matter anyhow.</p>
<p>Screenshots<br />
Please see the links below.</p>
<p><a href="http://robsta.id.au/uploads/osx_default_desktop.jpg">osx_default_desktop.jpg</a><br />
<a href="http://robsta.id.au/uploads/osx_new_finder.jpg">osx_new_finder.jpg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2004/10/01/panther-on-windows-via-pearpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGL in PHP</title>
		<link>http://robsta.id.au/2004/06/10/opengl-in-php/</link>
		<comments>http://robsta.id.au/2004/06/10/opengl-in-php/#comments</comments>
		<pubDate>Thu, 10 Jun 2004 05:27:56 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=7</guid>
		<description><![CDATA[Submitted as an entry into the .geek PHP5 tournament a proof of concept openGL implementation in PHP has been released by Peter &#8216;iridium&#8217; Waller. The demonstration (download) shows four items being rendered in realtime by PHP at a not unreasonable 59FPS. The author welcomes feedback with practical uses for this technology.
]]></description>
			<content:encoded><![CDATA[<p>Submitted as an entry into the .geek PHP5 tournament a proof of concept openGL implementation in PHP has been released by Peter &#8216;iridium&#8217; Waller. The demonstration (download) shows four items being rendered in realtime by PHP at a not unreasonable 59FPS. The author welcomes feedback with practical uses for this technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2004/06/10/opengl-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki Engines</title>
		<link>http://robsta.id.au/2004/05/29/wiki-engines/</link>
		<comments>http://robsta.id.au/2004/05/29/wiki-engines/#comments</comments>
		<pubDate>Fri, 28 May 2004 16:11:46 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=5</guid>
		<description><![CDATA[TWiki: &#8220;Perl-based, mature and full featured system, including revision control via CVS, targeting the corporate intranet world &#8212; now with plugins&#8221;
I&#8217;ve just installed TWiki as my new website CMS system. It took a fair effort to setup and a while to design the custom &#8217;skins&#8217; (themes) &#8211; but it seems to be doing it&#8217;s job [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twiki.org/">TWiki</a>: &#8220;Perl-based, mature and full featured system, including revision control via CVS, targeting the corporate intranet world &#8212; now with plugins&#8221;</p>
<p>I&#8217;ve just installed TWiki as my new website CMS system. It took a fair effort to setup and a while to design the custom &#8217;skins&#8217; (themes) &#8211; but it seems to be doing it&#8217;s job now.</p>
<p>You can view it over <a href="http://robsta.id.au">here</a>. I&#8217;ll polish it up in days to come by making it more efficient.</p>
<p>I decided to use a wiki-based system for my site because I like the rapid page creation, feature set and the ability to let others work collaboratively.</p>
<p>26/July 2004: Decided to use blog for frontpage, wiki in the background.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2004/05/29/wiki-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 98 Emulated on a Pocket PC</title>
		<link>http://robsta.id.au/2004/05/23/windows-98-emulated-on-a-pocket-pc/</link>
		<comments>http://robsta.id.au/2004/05/23/windows-98-emulated-on-a-pocket-pc/#comments</comments>
		<pubDate>Sun, 23 May 2004 08:13:14 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://pc.robsta.id.au/?p=4</guid>
		<description><![CDATA[PocketGamer is carrying a story on the successful emulation of Windows 95 and Windows 98SE on the Pocket PC. This was made possible by a Pocket PC port of Bochs, a DOS emulator. If you&#8217;re keen to try this yourself, you&#8217;ll need a minimum of a 256MB memory card (or stream the image over a [...]]]></description>
			<content:encoded><![CDATA[<p>PocketGamer is carrying a story on the successful emulation of Windows 95 and Windows 98SE on the Pocket PC. This was made possible by a Pocket PC port of Bochs, a DOS emulator. If you&#8217;re keen to try this yourself, you&#8217;ll need a minimum of a 256MB memory card (or stream the image over a wireless network) and you&#8217;ll need a program like Nyditot Virtual Display to increase your screen resolution. Oh, yes, and you&#8217;ll also need the emulator. You can find more information and a selection of screenshots here. Following the porting of a full speed Playstation emulator and Pocket Quake, this really raises the bar for what the Pocket PC is capable of.</p>
]]></content:encoded>
			<wfw:commentRss>http://robsta.id.au/2004/05/23/windows-98-emulated-on-a-pocket-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
