<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Geekery</title>
	
	<link>http://jon.netdork.net</link>
	<description>The Usual Stuff...</description>
	<lastBuildDate>Sun, 28 Jun 2009 16:31:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TheGeekery" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
		<title>Debian Lenny, and tab auto-complete</title>
		<link>http://jon.netdork.net/2009/06/28/debian-lenny-and-tab-auto-complete</link>
		<comments>http://jon.netdork.net/2009/06/28/debian-lenny-and-tab-auto-complete#comments</comments>
		<pubDate>Sun, 28 Jun 2009 16:31:15 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Debain]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/06/28/debian-lenny-and-tab-auto-complete</guid>
		<description><![CDATA[I’m currently working on rebuilding a server on a project, and went to hit the tab key to auto-complete, when I was presented a delightful error…     $ vim RE-sh: &#60;( compgen -d &#8212; &#8216;RE&#8217; ): No such file or directory     -sh: &#60;( eval compgen -f -X &#8216;*.@(o&#124;so&#124;so.!(conf)&#124;a&#124;rpm&#124;gif&#124;GIF&#124;jp?(e)g&#124;JP?(E)G&#124;mp3&#124;MP3&#124;mp?(e)g&#124;MPG&#124;avi&#124;AVI&#124;asf&#124;ASF&#124;ogg&#124;OGG&#124;class&#124;CLASS)&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I’m currently working on rebuilding a server on a project, and went to hit the tab key to auto-complete, when I was presented a delightful error…</p>  <blockquote>   <p>$ vim RE-sh: &lt;( compgen -d &#8212; &#8216;RE&#8217; ): No such file or directory     <br />-sh: &lt;( eval compgen -f -X &#8216;*.@(o|so|so.!(conf)|a|rpm|gif|<acronym title="Graphics Interchange Format">GIF</acronym>|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)&#8217; &#8212; $(quote_readline $cur) ): No such file or directory</p> </blockquote>  <p>This is actually a reported bug in Debian [<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502804" target="_blank">#502804</a>] and is caused by using /bin/sh as a shell, rather than /bin/bash due to some POSIX compliant code.&#160; A simple change to the shell until they release the fix..</p>  <blockquote>   <p>usermod –s /bin/bash jangliss</p> </blockquote>  <p>And we’re all set again.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Bash' rel='tag' target='_self'>Bash</a>, <a class='technorati-link' href='http://technorati.com/tag/Debain' rel='tag' target='_self'>Debain</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/06/28/debian-lenny-and-tab-auto-complete/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated Theme</title>
		<link>http://jon.netdork.net/2009/06/03/updated-theme</link>
		<comments>http://jon.netdork.net/2009/06/03/updated-theme#comments</comments>
		<pubDate>Thu, 04 Jun 2009 04:35:38 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General Ramblings]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/06/03/updated-theme</guid>
		<description><![CDATA[One of my more popular posts, oddly, is about CapitalOne and Fraud, which is going on nearly 2 years old now.&#160; There are a number of comments on the thread, but I noticed something that just started bugging me.&#160; When replying, I had no way of creating a nicely formatted reply (threading).  So I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of my more popular posts, oddly, is about <a href="http://jon.netdork.net/2007/10/12/capitalone-and-fraud" target="_blank">CapitalOne and Fraud</a>, which is going on nearly 2 years old now.&#160; There are a number of comments on the thread, but I noticed something that just started bugging me.&#160; When replying, I had no way of creating a nicely formatted reply (threading).</p>  <p>So I went in search of plugins, and discovered that Wordpress 2.7.1 actually supports it natively, you just have to update your themes.&#160; I found a great reference <a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/" target="_blank">here</a> which detailed how to do it, but it seemed to not work, so I went in search of more details.&#160; I found that the old comment handling used to be performed using an array, and you’d have to setup the formatting yourself.&#160; They now provide a nifty function <a href="http://codex.wordpress.org/Template_Tags/wp_list_comments" target="_blank">wp<em>list</em>comments</a> that outputs the entire array of comments for you, including all the settings for the reply information.</p>  <p>You can see the new modifications at work <a href="http://jon.netdork.net/2009/04/07/sad-day-2" target="_blank">here on this post</a>, see the second comment down is indented to reflect a comment to Bill.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_self'>Wordpress</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/06/03/updated-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SquirrelMail updates</title>
		<link>http://jon.netdork.net/2009/05/23/squirrelmail-updates</link>
		<comments>http://jon.netdork.net/2009/05/23/squirrelmail-updates#comments</comments>
		<pubDate>Sat, 23 May 2009 20:37:13 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SquirrelMail]]></category>
		<category><![CDATA[Bounty]]></category>
		<category><![CDATA[Donate]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/05/23/squirrelmail-updates</guid>
		<description><![CDATA[I’ve been on the SquirrelMail project for quite some time now, and an administrator on the project for several years.&#160; One of the things that has always been an issue has donations.&#160; As there are multiple people that contribute to the project at varying levels at different times, we’ve never figured out a good way [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I’ve been on the SquirrelMail project for quite some time now, and an administrator on the project for several years.&#160; One of the things that has always been an issue has donations.&#160; As there are multiple people that contribute to the project at varying levels at different times, we’ve never figured out a good way to handle donations.&#160; Other projects, such as MySQL, setup a foundation, and generate enough donations that they’re capable of supporting full time working developers.&#160; Whilst it’d definitely be cool to do that, we’re not there project wise.&#160; So recently Paul sent out a rather interesting option, and it hit the lists.</p>  <p>He gave the users the ability to donate to individual people on the project, as well as sign up for bounties.&#160; The copy of the announcement can be found <a href="http://article.gmane.org/gmane.mail.squirrelmail.devel/9710" target="_blank">here</a>.&#160; The other option was bounties.&#160; This has been used on several open source projects before, and the idea is that people “sponsor” a project, bug, or target.&#160; There are already several <a href="http://squirrelmail.org/donations.php#smbounty" target="_blank">listed</a>, but we’re always looking for more ideas. So if you have some, submit an idea.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Bounty' rel='tag' target='_self'>Bounty</a>, <a class='technorati-link' href='http://technorati.com/tag/Donate' rel='tag' target='_self'>Donate</a>, <a class='technorati-link' href='http://technorati.com/tag/SquirrelMail' rel='tag' target='_self'>SquirrelMail</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/05/23/squirrelmail-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AD Migrations, and Permissions</title>
		<link>http://jon.netdork.net/2009/05/20/ad-migrations-and-permissions</link>
		<comments>http://jon.netdork.net/2009/05/20/ad-migrations-and-permissions#comments</comments>
		<pubDate>Thu, 21 May 2009 02:55:01 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[adfind]]></category>
		<category><![CDATA[Permissions]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/05/20/ad-migrations-and-permissions</guid>
		<description><![CDATA[One of the things I’ve been working on is migrating our equipment over to the corporate domain off of our domain.&#160; For the most part, this has been relatively easy, and given me some changes to fix some things I’ve wanted to get to, but not had time to. One of the stumbling blocks was [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One of the things I’ve been working on is migrating our equipment over to the corporate domain off of our domain.&#160; For the most part, this has been relatively easy, and given me some changes to fix some things I’ve wanted to get to, but not had time to. One of the stumbling blocks was cutting the file server over to the new server.</p> <span id="more-492"></span>  <p>I’ll admit I really didn’t plan that server migration too well, but I’ve played it on the side of fixing things as they come up.&#160; One of the issues I’ve come across is trying to remember who had access to what originally.&#160; As the file server can no longer talk to the old domain controller, it’s not able to resolve the security accounts.&#160; This results in the permissions being filled with a bunch of <a href="http://en.wikipedia.org/wiki/Security_Identifier" target="_blank">security IDs</a>, rather than names.</p>  <p>I’d originally come up with the idea of using <a href="http://www.ldapbrowser.com/" target="_blank">Softerra’s LDAP Browser</a> to search the old AD server for the security IDs.&#160; This is where I had an issue.&#160; The security IDs in the AD server are stored as binary objects, and LDAP Browser cannot search on it (at least not that I could find).</p>  <p>I did a little Googling around, and stumbled across a nifty utility called <a href="http://www.joeware.net/freetools/tools/adfind/index.htm" target="_blank">ADFind</a>. It allows you to do LDAP queries against the domain controller, and has the added bonus of supporting binary encoding.&#160; For example:</p>  <blockquote>   <p>adfind –binenc –f “(objectsid={{SID:S-1-…}})”</p> </blockquote>  <p>This encodes the SID, and returns the record for the user or group.&#160; This allowed us to go through the file server and fix permissions, and make sure those that should have access, did have access.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Active+Directory' rel='tag' target='_self'>Active Directory</a>, <a class='technorati-link' href='http://technorati.com/tag/adfind' rel='tag' target='_self'>adfind</a>, <a class='technorati-link' href='http://technorati.com/tag/Permissions' rel='tag' target='_self'>Permissions</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/05/20/ad-migrations-and-permissions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random creativity…</title>
		<link>http://jon.netdork.net/2009/04/19/random-creativity</link>
		<comments>http://jon.netdork.net/2009/04/19/random-creativity#comments</comments>
		<pubDate>Sun, 19 Apr 2009 19:06:31 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General Ramblings]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/?p=489</guid>
		<description><![CDATA[Every now and again, I get on a creativity kick.  It&#8217;s not always an artistic type of kick, just creative&#8230;.



For example, right now I&#8217;m wanting to tinker with an Arduino. Why? No idea, just think it&#8217;d be pretty cool to knock some cool stuff together, like this.  Okay, so I probably won&#8217;t monitor [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and again, I get on a creativity kick.  It&#8217;s not always an artistic type of kick, just creative&#8230;.</p>

<p><span id="more-489"></span></p>

<p>For example, right now I&#8217;m wanting to tinker with an <a href="http://www.arduino.cc" title="Arduino">Arduino</a>. Why? No idea, just think it&#8217;d be pretty cool to knock some cool stuff together, like <a href="http://blog.andrew.net.au/2009/01/04#catbowl_monitor" title="Diary of a Geek; monitoring the cat water bowl with Nagios">this</a>.  Okay, so I probably won&#8217;t monitor that cat&#8217;s water bowl with it, but it is a pretty cool idea.  And it&#8217;s not just limited to doing that either, the list is pretty much endless.  That, and I want to tinker with electronics again.</p>

<p>Then I have another itch at the moment&#8230; Monitoring stuff.  Not sure why, but I&#8217;m curious about power consumption, and what uses the most in my apartment.  So yesterday I picked up a <a href="http://www.p3international.com/products/special/P4400/P4400-CE.html" title="P3 - Kill A Watt">Kill-A-Watt</a> meter.  Plug stuff in, and it&#8217;ll tell you how much juice is being used.  But it&#8217;s not just limited to watching it&#8230; I want to record it, and as such, stumbled across a little modification to the device using a couple of <a href="http://www.digi.com/products/wireless/point-multipoint/xbee-series1-module.jsp" title="Digi; Xbee">Xbee</a> devices, and some <a href="http://www.ladyada.net/make/tweetawatt/" title="Tweet-A-Watt">interesting hacks</a> to send the measurements onto your computer.  It&#8217;s interesting to find the cable box, whilst asleep, still draws 40watts, not terrible, but for a device that&#8217;s supposed to be asleep?</p>

<p>I still have my <a href="http://jon.netdork.net/2009/01/24/creative-urges" title="The Geekery; Creative Urges">previous idea</a> for the kitchen device, which I&#8217;ve currently got suspended in my head, especially as there are already a device floating around that covers some of the functionality&#8230; That, and I&#8217;m watching the <a href="http://www.techcrunch.com/2009/04/10/about-those-new-crunchpad-pictures/" title="TechCrunch; Crunchpad">CrunchPad</a>, which looks like it&#8217;ll drop it nicely for the project, just need to write a UI for the software.</p>

<p>I&#8217;m also working on a project for work at the moment, completely unrelated to what I usually do, but it slips in with my general attitude of &#8220;I can do it&#8221;.  I&#8217;m building a call stats board for the helpdesk.  Yes, I know you can buy them, but currently sitting at $4k for one of the cheapest we found, and company has decided to tighten its belt on spending, it&#8217;s not one of the things they&#8217;ll approve. So with a little <a href="http://www.www.wireshark.org" title="Wireshark; Go Deep">wireshark</a> help, I sniffed out the traffic from the phone system, and I know how to talk to it to get call stats&#8230; Now to just build a small C# application to listen, and output to an LED display.</p>

<p>Oh well&#8230; maybe I&#8217;ll actually do some of this stuff&#8230; one day</p>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/04/19/random-creativity/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sad Day…</title>
		<link>http://jon.netdork.net/2009/04/07/sad-day-2</link>
		<comments>http://jon.netdork.net/2009/04/07/sad-day-2#comments</comments>
		<pubDate>Tue, 07 Apr 2009 14:20:35 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/04/07/sad-day-2</guid>
		<description><![CDATA[Today I’ve decided to finally shut down a trusty server.&#160; It’s been the office firewall for 4+ years, happily chugging away on an old HP desktop, running Gentoo linux.     $ uptime      08:44:48 up 267 days, 17:51,&#160; 1 user,&#160; load average: 0.00, 0.00, 0.00   It’s [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today I’ve decided to finally shut down a trusty server.&#160; It’s been the office firewall for 4+ years, happily chugging away on an old HP desktop, running Gentoo linux.</p>  <blockquote>   <p>$ uptime     <br /> 08:44:48 up 267 days, 17:51,&#160; 1 user,&#160; load average: 0.00, 0.00, 0.00</p> </blockquote>  <p>It’s currently been running for nearly a year.&#160; It’d be double that if we’d not had an issue with a snake, and the office transformed.&#160; Before that, it’d been running without issues for nearly 2 years, where the failure before that was caused by a PSU fan failure.</p>  <p>It was recently phased out with some network reconfigurations, and is no longer needed…</p>  <p>Good night lestats.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/04/07/sad-day-2/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is he listening….?</title>
		<link>http://jon.netdork.net/2009/04/01/is-he-listening</link>
		<comments>http://jon.netdork.net/2009/04/01/is-he-listening#comments</comments>
		<pubDate>Thu, 02 Apr 2009 01:06:12 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General Ramblings]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/04/01/is-he-listening</guid>
		<description><![CDATA[&#160;Bill and Theresa will probably get a kick out of this, especially as they seemed amused by stories of my son’s (mis)adventures when we took them out for dinner so long ago.   Anybody that has a child will probably be fairly familiar with the blank and vacant expression being modeled by my son [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>&#160;<a href="http://hartwc.netdork.net/" target="_blank">Bill</a> and <a href="http://tmatos.com" target="_blank">Theresa</a> will probably get a kick out of this, especially as they seemed amused by stories of my son’s (mis)adventures when we took them out for dinner so long ago.</p> <span id="more-487"></span>  <p><a href="http://jon.netdork.net/wp-content/uploads/2009/04/dsc-5023.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="DSC_5023" border="0" alt="DSC_5023" align="right" src="http://jon.netdork.net/wp-content/uploads/2009/04/dsc-5023-thumb.jpg" width="188" height="124" /></a>Anybody that has a child will probably be fairly familiar with the blank and vacant expression being modeled by my son to the right here.&#160; Those that have children will also know that this vacant expression usually means they aren’t listening, and are far too engrossed in what they are currently doing.&#160; In this case, it was playing some <a href="http://en.wikipedia.org/wiki/Transformers_Animated" target="_blank">Transformers</a> game on the <a href="http://www.cartoonnetwork.com/" target="_blank">Cartoon Network’s website</a>.&#160; He’s become incredibly good at playing all kinds of games on their website.&#160; </p>  <p>The other day, in an attempt to get into his brain as he was fearlessly battling the <a href="http://en.wikipedia.org/wiki/Decepticons" target="_blank">Decepticons</a>, I was trying to pry out of him what he wanted for dinner.&#160; Many attempts to extract vital information from the child resulted in me getting a little frustrated as I couldn’t figure out what he wanted. I ended up giving up, and making him something, mac and cheese or something like that.</p>  <p>In what I thought to be a cunning plan, that only a parent can come up with, I asked him if he wanted “hippos on a bus”, to which the response was a grunt, and a quick change of subject onto how he was shooting the decepticons.&#160; I gave up, my cunning plan to see if he was paying attention obviously failed… so I thought.</p>  <p>Cut to today, when I asked him what he wants for dinner, he looks at me with a big grin, and says…</p>  <blockquote>   <p><font style="background-color: #ffffff">Daddy, I want hippos on a bus</font></p> </blockquote>  <p>Much to my horror, my plan had backfired on me.&#160; He then added, with more of a cheeky grin…</p>  <blockquote>   <p><font style="background-color: #ffffff">I also want giraffes on a bus daddy</font></p> </blockquote>  <p>Not only had my plan backfired… But he had twisted it.</p>  <p>So for those parents that think they can outsmart their children, or think their child is not listening… Think again!!</p>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/04/01/is-he-listening/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RichCopy</title>
		<link>http://jon.netdork.net/2009/03/29/richcopy</link>
		<comments>http://jon.netdork.net/2009/03/29/richcopy#comments</comments>
		<pubDate>Mon, 30 Mar 2009 02:03:48 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/03/29/richcopy</guid>
		<description><![CDATA[Apparently the folks at Microsoft get bored from time to time, and knock out small handy tools, but never really announce them to the world.&#160; Here is one called “RichCopy”.&#160; Mentioned on the TechNet magazine this month, the name hints at what it is… An improved copy/move utility, with lots of options.&#160; The cool one [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently the folks at Microsoft get bored from time to time, and knock out small handy tools, but never really announce them to the world.&#160; Here is one called “RichCopy”.&#160; Mentioned on the TechNet magazine <a href="http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx?pr=blog" target="_blank">this month</a>, the name hints at what it is… An improved copy/move utility, with lots of options.&#160; The cool one I have been after for a long while… threaded copy.&#160; Check it out… lots of cool bits and pieces.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Copy' rel='tag' target='_self'>Copy</a>, <a class='technorati-link' href='http://technorati.com/tag/Microsoft' rel='tag' target='_self'>Microsoft</a>, <a class='technorati-link' href='http://technorati.com/tag/Software' rel='tag' target='_self'>Software</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/03/29/richcopy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Mobile…</title>
		<link>http://jon.netdork.net/2009/03/20/youtube-mobile</link>
		<comments>http://jon.netdork.net/2009/03/20/youtube-mobile#comments</comments>
		<pubDate>Sat, 21 Mar 2009 05:55:36 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/03/20/youtube-mobile</guid>
		<description><![CDATA[Courtesy of the::unwired, news of YouTube’s new mobile client for Windows Mobile, and Symbian clients.&#160; I must say, I’m rather impressed.&#160; Blazing fast searches, nifty scrolling, and pretty damn good video quality too.&#160; Have it deployed on my Motorola Q9h, works nicely. Only issue I’ve uncovered is the search box, but I believe this is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Courtesy of <a href="http://www.theunwired.net/" target="_blank">the::unwired</a>, news of YouTube’s new <a href="http://www.theunwired.net/?item=multimedia-youtube-releases-youtube-mobile-client-for-windows-mobile-and-s60" target="_blank">mobile client</a> for Windows Mobile, and Symbian clients.&#160; I must say, I’m rather impressed.&#160; Blazing fast searches, nifty scrolling, and pretty damn good video quality too.&#160; Have it deployed on my Motorola Q9h, works nicely. Only issue I’ve uncovered is the search box, but I believe this is an issue with my phone, as the backspace key acts as the “back” button for general navigation too.</p>  <p>You can get it too at <a href="http://m.youtube.com">http://m.youtube.com</a>.</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_self'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/Mobile' rel='tag' target='_self'>Mobile</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_self'>Windows</a>, <a class='technorati-link' href='http://technorati.com/tag/YouTube' rel='tag' target='_self'>YouTube</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/03/20/youtube-mobile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It arrived…</title>
		<link>http://jon.netdork.net/2009/03/19/it-arrived</link>
		<comments>http://jon.netdork.net/2009/03/19/it-arrived#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:19:55 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[McNally]]></category>

		<guid isPermaLink="false">http://jon.netdork.net/2009/03/19/it-arrived</guid>
		<description><![CDATA[I’m a little bit of a photography fan.&#160; I might not be great , but I do enjoy playing around with the gear.&#160; A few weeks back, Joe McNally announced a new book.&#160; I took advantage of Amazon’s pre-ordering, and snapped one up.&#160; It arrived today.&#160; Now to get reading…


Technorati Tags: McNally, Photography


]]></description>
			<content:encoded><![CDATA[<p>I’m a little bit of a photography fan.&#160; I might not be great , but I do enjoy playing around with the gear.&#160; A few weeks back, <a href="http://www.joemcnally.com" target="_blank">Joe McNally</a> announced a <a href="http://www.joemcnally.com/blog/2009/02/22/its-doneits-real/" target="_blank">new book</a>.&#160; I took advantage of Amazon’s pre-ordering, and snapped one up.&#160; It arrived today.&#160; Now to get reading…</p>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/McNally' rel='tag' target='_self'>McNally</a>, <a class='technorati-link' href='http://technorati.com/tag/Photography' rel='tag' target='_self'>Photography</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://jon.netdork.net/2009/03/19/it-arrived/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
