<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Josh Nunn&#039;s Geekorium &#187; Blog</title>
	<atom:link href="http://nunnone.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://nunnone.com</link>
	<description>Sometimes in the night, when it does get a bit lonely, I reach over and touch it. Then it doesn&#039;t seem so lonely any more.</description>
	<lastBuildDate>Fri, 12 Mar 2010 05:24:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='nunnone.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Folder Redirection for Unusual Paths [Group Policy]</title>
		<link>http://nunnone.com/blog/tech/folder-redirection-for-unusual-paths-group-policy/</link>
		<comments>http://nunnone.com/blog/tech/folder-redirection-for-unusual-paths-group-policy/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 05:23:23 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[folder redirection]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134645082</guid>
		<description><![CDATA[I hope this tip can help you get Folder Redirection working for you if your environment is a bit unusual. Let me know what you find!]]></description>
			<content:encoded><![CDATA[<p>As part of my <a href="http://nunnone.com/series/group-policy-rewrite/">Group Policy Rewrite</a> I’m attempting to make use of Folder Redirection which lets you specify where common important Windows folders reside on the network. </p>
<p>Normally when you first log on, Windows makes a few folders under your user document folder for things such as Music, Favourites, Downloads etc. On a standalone machine these are usually stored under your user profile folder (C:\Users\{username}\Downloads in Win 7 for example) but they can be moved when you’re on a network.</p>
<p>In Group Policy, expand <em>User Configuration</em> &gt; <em>Policies</em> &gt; <em>Windows Settings</em> &gt; <em>Folder Redirection</em>. Right click on one of the folders listed and select “Properties”. <em>Documents</em> is a good place to start, as I’ll show you how all the others can hang off that.</p>
<p><span id="more-134645082"></span></p>
<p>If you’ve worked with group policy before I won’t insult your intelligence more by explaining everything in here, suffice to say that in our environment, I’ve chosen to use the settings as shown below:</p>
<div class="image"><img src="http://share.nunnone.com/posts/folderredirectionsettings.png" class="s3-img" border="0" alt="folderredirectionsettings.png"/> <span class="caption">Settings for redirecting <em>My Documents</em> to a shared network location.</span></div>
<p>For all the other folders I redirect, I use the same settings on the right there, and only change the <em>Target folder location</em> property on the left.</p>
<p>What this does is specify that you want all the users folders redirected to what you’ve specified in the <em>Home folder</em> property for the user in Active Directory (usually H: somewhere on your network). This is I suspect how most admins configure their document folders. The issue comes with the other folders later on. Lets work with the Desktop folder for example.</p>
<p>To redirect the Desktop, you again access the properties of that folder. This time, you’ll notice you lose the option to “Redirect to the user’s home folder”. This is fair enough, as we don’t want every folder type pointing to the same location. Unfortunately though, Microsoft don’t offer a simple way to redirect to a subfolder of the new Documents location, although they do suggest this:</p>
<blockquote><p>The %USERNAME% variable may be used as part of the redirection path, thus allowing the system to dynamically create a newly redirected folder for each user to whom the policy object applies.</p></blockquote>
<p> <cite><a href="http://support.microsoft.com/kb/232692">Folder Redirection feature in Windows <abbr title="Knowledge Base">KB</abbr> Article.</a></cite></p>
<p>What they are suggesting is using <em>\\server\share\%USERNAME%\Desktop</em> to specify the location, but what if your AD structure is more complicated than that? For instance, we have our year levels separated into folders to make it easy for teachers to locate a certain kid’s work. There just isn’t a variable to insert a specific folder into this path based on the user’s location or position in AD — ie. you can’t use <em>\\server\share\%groupfolder%\%username%\Desktop</em> as it just doesn’t exist.</p>
<p>The next logical step was to try inserting the mapped drive into this field: “H:\Desktop”. The problem here was that at the point that the logon process connects to the desktop, the H: has not yet been mapped, leaving a blank desktop and an error in the Application log. It was at this point a few years ago I gave up. <strong>Until this week</strong>.</p>
<h4>Lucky for us!</h4>
<p>When you view the GP report for Folder Redirection you’ll notice that MS includes the %VARIABLES% that it uses to fill in the user’s home folder path (as shown):</p>
<div class="image"><img src="http://share.nunnone.com/posts/documentssettings.png" class="s3-img" border="0" alt="documentssettings.png"/> <span class="caption">AH! Variables!</span></div>
<p>In my initial tests, I set the <em>Target folder location</em> to “Redirect to the following location”, and the <em>Root Path:</em> to “%HOMESHARE%%HOMEPATH%\Desktop”. This did NOT work. I can’t remember the error exactly, and I think it may not have even mapped at all.</p>
<p>My next test was to try with “%HOMESHARE%\Desktop” and lo-and-behold, it worked! Now when a user logs in they get a H Drive, and a desktop that routes to a folder in that drive, regardless of the path the user data is in. If they inadvertently save something to their desktop it will be securely tucked in their home drive where they can find it again later, or on their desktop the next time they log in.</p>
<p>Going through the rest of the folders in <em>Folder Redirection</em> I did the same (except for the Start Menu, although I suspect this will work exactly the same way). Now all my data is secure in my home drive, without using true roaming profiles (which can end up pulling a lot of data around the network in a school environment).</p>
<h4>Some caveats</h4>
<p>Even after multiple iterations and rewrites, Adobe software still cannot handle expanded network paths for saving application data. If you redirect AppData to “%HOMESHARE%\AppData” even something as new as Adobe Photoshop CS4 refuses to load. The only solution I have found for this is to use “H:\AppData” or nothing at all for that folder. This seems to work acceptably for the AppData folder, even though it doesn’t for the Desktop.</p>
<p><strong>Also!</strong> I haven’t actually tested this extensively in a production environment (although it works day-to-day on a couple of test desktops), so test this with your apps and bits before making these changes wholesale to your network.</p>
<p>I’ve also found while writing this post that this information is included in part in Microsoft’s <em><a href="http://download.microsoft.com/download/3/b/a/3ba6d659-6e39-4cd7-b3a2-9c96482f5353/Managing+Roaming+User+Data+Deployment+Guide.doc" class="broken_link" >Managing Roaming User Data Deployment Guide.doc</a></em> found <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=311f4be8-9983-4ab0-9685-f1bfec1e7d62&#038;DisplayLang=en">here</a>. As I wasn’t using roaming profiles I didn’t read it. Plus it’s unclear as to the best way to redirect and I still would have written this post to clear it up for <strong>you</strong>.</p>
<p>I hope this tip can help you get Folder Redirection working for you if your environment is a bit unusual. Let me know what you find!</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/tech/folder-redirection-for-unusual-paths-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>

		<series:name><![CDATA[Group Policy Rewrite]]></series:name>
	</item>
		<item>
		<title>OK Go’s new clip for This Too Shall Pass — a giant two storey Rube Goldberg Machine</title>
		<link>http://nunnone.com/blog/share/ok-gos-new-clip-for-this-too-shall-pass-a-giant-two-storey-rube-goldberg-machine/</link>
		<comments>http://nunnone.com/blog/share/ok-gos-new-clip-for-this-too-shall-pass-a-giant-two-storey-rube-goldberg-machine/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 08:22:05 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644958</guid>
		<description><![CDATA[
I can’t think of a way they can possibly top this clip. Brilliantly shot in High Def, beautifully choreographed, and perfectly synchronised. If you liked their treadmill clip (symbolically shattered half way through) you’ll love how clever this is. It also knowingly nods to the Internet and Youtube crowd (did I see the mars rover? [...]]]></description>
			<content:encoded><![CDATA[<p><object width="660" height="405"><param name="movie" value="http://www.youtube-nocookie.com/v/qybUFnY7Y8w&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"><embed src="http://www.youtube-nocookie.com/v/qybUFnY7Y8w&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="405"></embed></param></object></p>
<p>I can’t think of a way they can possibly top this clip. Brilliantly shot in High Def, beautifully choreographed, and perfectly synchronised. If you liked their treadmill clip (symbolically shattered half way through) you’ll love how clever this is. It also knowingly nods to the Internet and Youtube crowd (did I see the mars rover? Something like the water bird that Homer uses to press the “any” key when he works from home? An OK Go concert rendered in Lego?). </p>
<p>What a joyful and exciting clip from a band that knows how to engage their audience. Bravo!</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/share/ok-gos-new-clip-for-this-too-shall-pass-a-giant-two-storey-rube-goldberg-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>Deploy Printers with Group Policy without using Local Loopback</title>
		<link>http://nunnone.com/blog/tech/deploy-printers-with-group-policy-without-using-local-loopback/</link>
		<comments>http://nunnone.com/blog/tech/deploy-printers-with-group-policy-without-using-local-loopback/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 00:15:24 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644919</guid>
		<description><![CDATA[I've been sorting through our group policies and rewriting them ready for a switch over to Windows 7. During my thorough investigation it turns out our current policies overlap a fair bit, and it's no wonder we have trouble tracking down why something we're sure we've set in GP turns up unset on logo.]]></description>
			<content:encoded><![CDATA[<div class="image"><a href="http://www.flickr.com/photos/tstadler/3656648715/"><img src="http://share.nunnone.com/posts/3656648715_eae0212b5e_b660.jpg" class="s3-img" border="0" alt="3656648715_eae0212b5e_b660.jpg"/> </a><br />
<span class="caption" xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/tstadler/3656648715/"><a href="http://www.flickr.com/photos/tstadler/3656648715/">Stupid printer tricks</a> / <a rel="cc:attributionURL" href="http://www.flickr.com/photos/tstadler/">http://www.flickr.com/photos/tstadler/</a> / <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">CC BY-NC-SA 2.0</a></span></div>
<p>I’ve been sorting through our group policies and rewriting them ready for a switch over to Windows 7. During my thorough investigation it turns out our current policies overlap a fair bit, and it’s no wonder we have trouble tracking down why something we’re sure we’ve set in GP turns up unset on logon.</p>
<p>So my big project has been going through our settings one by one, and deciding which of these categories they fall into:</p>
<ol>
<li>Common Computer settings — all the computers should get these as they are vital to the function of the network, or are likely to break something if they aren’t explicitly set for our staff and students.</li>
<li>Common User settings — everything else that just can’t be set in the Computer policy.</li>
<li>Staff Settings</li>
<li>Student Settings</li>
<li>Printers</li>
</ol>
<p>The interesting trick I’ve learned about the printer GPs though is how to apply printers based on the computer’s OU <strong>without</strong> using local loopback!<br />
<span id="more-134644919"></span></p>
<h4>The Problem</h4>
<p>The problem with managing printers in a school environment is that unlike corporations (which GP is <strong>clearly</strong> geared towards) people move around <strong>all the time</strong> but want to be connected to both their printers in their offices on the other side of the school, but also the local printer in the classroom they’re in. Microsoft decided that without any extra tricks they would let you set a default printer for a user, but not for a room because Betty from HR will only ever use the one computer in her office.</p>
<h4>The Old Trick</h4>
<p>Then they told people you could get around this by enabling local loopback, which applies both computer and user policies to a user, so you could set the printer as default in a computer policy using the “user” section, then make the computer read the computer section at logon and apply the printer. The problem with this is that it could slow down your logins, as it increases the number of policies it has to read and evaluate to prepare the desktop.</p>
<h4>The New Way</h4>
<p>In my quest to eliminate unnecessary policies, I wanted to kill local-loopback too. A bit of research turned up this page on <a href="http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/">using GP Preferences to assign default printers</a>, which I already knew and was using, but it advocated using local-loopback. </p>
<h4>But</h4>
<p>Further down that page was a comment by Michael Moore who had this bit of advice:</p>
<blockquote><p>Actually, if you Item Level target a group which has a computer in it, it will still install the printer even though these preferences are under the User Configuration Section of the GPO.</p>
<p>Try it, saved on loopback.</p></blockquote>
<p> <cite><a href="http://www.msserveradmin.com/the-one-reason-you-should-use-group-policy-preferences/#comment-218">Michael Moore</a></cite></p>
<p>So I followed the directions on that site (it has helpful screenshots) to create a printer policy and target specific computer OUs, but then instead of turning on local-loopback, I simply ticked <em>Run in logged-on user’s security context (user policy option)</em>. </p>
<p><img src="http://share.nunnone.com/posts/win7printer.png" class="s3-img" border="0" alt="win7printer.png"/></p>
<p>Now my printers deploy and are set as default based on the current computer’s OU without using local-loopback at all. </p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/tech/deploy-printers-with-group-policy-without-using-local-loopback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>

		<series:name><![CDATA[Group Policy Rewrite]]></series:name>
	</item>
		<item>
		<title>Frustrated at the Tech-Ignorant Media.</title>
		<link>http://nunnone.com/blog/tech/frustrated-at-the-tech-ignorant-media/</link>
		<comments>http://nunnone.com/blog/tech/frustrated-at-the-tech-ignorant-media/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 09:02:38 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[correcting ignorance]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644909</guid>
		<description><![CDATA[A journo declared the Unley Old Scholars site "hacked". The site was not hacked, but spammed. An explanation inside.]]></description>
			<content:encoded><![CDATA[<div class="image"><img class="s3-img" src="http://share.nunnone.com/posts/262091025_9825a64b68.jpg" border="0" alt="262091025_9825a64b68.jpg"/><br />
<span class="caption" xmlns:cc="http://creativecommons.org/ns#" about="http://www.flickr.com/photos/david-trattnig/262091025/"><a href="http://www.flickr.com/photos/david-trattnig/262091025/">SPAM! [don’t buy]</a> / <a rel="cc:attributionURL" href="http://www.flickr.com/photos/david-trattnig/">http://www.flickr.com/photos/david-trattnig/</a> / <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">CC BY-NC-SA 2.0</a></span></div>
<p>Eager to dig up dirt on Julia Gillard (an alumna of Unley High School) the SMH visited the Unley High website and clicked on through to the <a href="http://www.uhs.sa.edu.au/oldscholars/">Old Scholars</a> page. HAHA! they yell, chuckling to themselves:</p>
<blockquote><p>… it appears the website of the federal Education Minister’s former school, Unley High, has fallen victim to hackers. No doubt coincidentally, those curious to learn more about the Deputy PM’s school days in South Australia by clicking on the “old scholars” tab are confronted with an advertisement for “free black nude pictures”.</p></blockquote>
<p><cite>via <a href="http://www.smh.com.au/national/the-diary/a-big-night-for-barnaby-joyce-20100214-nzd1.html">A big night for Barnaby Joyce</a>.</cite></p>
<p>Of course, the site has not been “hacked” in any way. In setting the site up, I thought it a fun experiment to give the Old Scholars a way to re-connect, and create mini sites of their own within the pages of the Unley site. The hope was that they might create groups for the <em>chess club of ’94</em>, or the <em>lazy boys of the class of ’67</em>, or whatever. Then they could write messages on each other’s pages, write reminiscences  of the times they had, and generally use the site in any way they saw fit to reconnect and share with one another. I installed the excellent open-source software <a href="http://elgg.org">Elgg</a>, and enabled a feature called “blogs” (short for “web logs”) so people could fill the pages of the site with all their memories. I had hoped it would be a long-lasting record that would share some of Unley’s rich history.<br />
<span id="more-134644909"></span></p>
<p>Till the spammers got hold. Elgg is a well-known piece of software, so spammers have written scripts that scour the web for open installations of Elgg (such as ours is), automatically create user accounts, and start writing blog posts promoting their spammy sites. What they are doing is taking advantage of sites that are open to the public, and is so far from hacking it’s ludicrous. It’s no different from me creating a pretend Facebook account called “<a href="http://www.facebook.com/profile.php?ref=profile&amp;id=100000818973289#!/profile.php?v=wall&amp;ref=profile&amp;id=100000818973289">Spammy McSpams</a>” and posting links to porn from there.</p>
<p>The Old Scholars site has the ability for legit users to flag such stuff, and I’ve tried to make it as obvious as possible. My only problem was presuming people would make use of such features when given. To prevent such “hacking” in future, I’ve disabled the blog feature, as no one was using it except the spammers. I’ve also cleaned the site up, so horny journos will need to find some other source of black nudes.</p>
<p>Just wanted to clear that up.</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/tech/frustrated-at-the-tech-ignorant-media/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>Listen to these guys. Then buy their album.</title>
		<link>http://nunnone.com/blog/share/listen-to-these-guys-then-buy-their-album/</link>
		<comments>http://nunnone.com/blog/share/listen-to-these-guys-then-buy-their-album/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:25:21 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644885</guid>
		<description><![CDATA[I'll be purchasing Caravan Palace ASAP. I've found a group that embodies the music I love. Apparently it's called Electro Swing. I haven't heard a single one I haven't liked yet.]]></description>
			<content:encoded><![CDATA[<p><object width="660" height="400"><param name="movie" value="http://listen.grooveshark.com/widget.swf"></param><param name="wmode" value="window"></param><param name="allowScriptAccess" value="always"></param><param name="flashvars" value="hostname=cowbell.grooveshark.com&#038;widgetID=19944265&#038;style=metal&#038;bbg=ffffff&#038;bfg=006699&#038;bt=ffffff&#038;bth=006699&#038;pbg=ffffff&#038;pbgh=006699&#038;pfg=006699&#038;pfgh=ffffff&#038;si=ffffff&#038;lbg=ffffff&#038;lbgh=006699&#038;lfg=006699&#038;lfgh=ffffff&#038;sb=ffffff&#038;sbh=006699&#038;p=0"></param> <embed src="http://listen.grooveshark.com/widget.swf" type="application/x-shockwave-flash" width="660" height="400" flashvars="hostname=cowbell.grooveshark.com&#038;widgetID=19944265&#038;style=metal&#038;bbg=ffffff&#038;bfg=006699&#038;bt=ffffff&#038;bth=006699&#038;pbg=ffffff&#038;pbgh=006699&#038;pfg=006699&#038;pfgh=ffffff&#038;si=ffffff&#038;lbg=ffffff&#038;lbgh=006699&#038;lfg=006699&#038;lfgh=ffffff&#038;sb=ffffff&#038;sbh=006699&#038;p=0" allowScriptAccess="always" wmode="window"></embed></object></p>
<p>I’ll be purchasing Caravan Palace ASAP. I’ve found a group that embodies the music I love. Apparently it’s called Electro Swing. I haven’t heard a single one I haven’t liked yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/share/listen-to-these-guys-then-buy-their-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>What I was kinda hoping Apple would post this morning.</title>
		<link>http://nunnone.com/blog/tech/what-i-was-kinda-hoping-apple-would-post-this-morning/</link>
		<comments>http://nunnone.com/blog/tech/what-i-was-kinda-hoping-apple-would-post-this-morning/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:09:10 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644860</guid>
		<description><![CDATA[Apple announces their greatest iThing ever - the iNothing!]]></description>
			<content:encoded><![CDATA[<div class="image"><img src="http://share.nunnone.com/posts/iNothing-600px.png" class="s3-img" border="0" alt="iNothing-600px.png" />
</div>
<p>Such a missed opportunity. Instead they announced some sort of <a href="http://apple.com/ipad">e-reader thing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/tech/what-i-was-kinda-hoping-apple-would-post-this-morning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>Skribit — Piss off Formspring, Skribit was here first</title>
		<link>http://nunnone.com/blog/tech/skribit-piss-off-formspring-skribit-was-here-first/</link>
		<comments>http://nunnone.com/blog/tech/skribit-piss-off-formspring-skribit-was-here-first/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:14:45 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[skribit]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644850</guid>
		<description><![CDATA[The day I heard about formspring.me, I thought immedaitely of <a href="http://skribit.com">skribit.com</a> which I had only JUST installed on my site a week earlier and does exactly what formspring.me does only prettier, usefull-er and integrated-into-your-site-ier which for me are all important things.]]></description>
			<content:encoded><![CDATA[<p><a href="http://skribit.com/"><img src="http://share.nunnone.com/posts/Skribit.png" class="s3-img" border="0" alt="Skribit.png" /> </a></p>
<p>There’s this <a href="http://www.techcrunch.com/2010/01/04/formspring-ask-me-anything/">new</a> <a href="http://gawker.com/5438956/formspringme-the-sociopathic-crack-cocaine-of-oversharing">craze</a> on Twitter to get people to ask you questions anonymously and answer them on Twitter or your website. It uses this little site (run by FormSpring.com) called <a href="http://formspring.me">formspring.me</a> to solicit questions, and people derive some amusement from it. </p>
<p><strong>BUT</strong></p>
<p>The day I heard about it, I thought immedaitely of <a href="http://skribit.com">skribit.com</a> which I had only JUST installed on my site a week earlier and does exactly what formspring.me does only prettier, usefull-er and integrated-into-your-site-ier which for me are all important things.</p>
<p><span id="more-134644850"></span></p>
<p>See that little blue tab over there -&gt; ?? </p>
<p>That’s the Skribit tab. It says “Suggestions”, but if you hover over it, it says Skribit too! Click it. I dare you. I’ll wait. You can come back by clicking the little (x) in the top right… Go on…</p>
<p>See that form? It lets you ask questions, just like Formspring. It even lets you do it anonimously, just like Formspring. Unlike Formspring, Skribit lets you add tags, follow questions until they’re turned into posts, and generally interract more with the person you’re asking. But it’s not just for anonymous questions. <a href="http://paulstamatiou.com">Paul Stamatiou</a> (one of the creators) has been using it on his site since he started building it, and his readers suggest posts then vote on the topics that they want to see him write about, which was the whole reason he made it in the first place. It’s all about curing <em>Writers Block</em>, which I own up to having about 99% of the time.</p>
<p>Well Skribit <a href="http://www.techcrunch.com/2009/12/17/skribit-finally-launches/" class="broken_link" >launched</a> at the <a href="http://skribit.com/blog/2009/12/16/launch-day-arrives/">end of last year</a>! They’ve been open for business for a while now, but they’re pushing to get the word out for twenty-ten, and I had to write a post about it so I could tick that off <a href="http://skribit.com/blogs/josh-nunns-geekorium">my Skribit to-do list</a>. So if you’re already using Formspring.me (bleh) or just want some feedback from your readers in a way that makes you accountable and helps you keep track of it then you should probably go install it. It keeps out of the way, and it’s kinda pretty. It’s easy to install (there’s a <a href="http://skribit.com/wordpress">Skribit widget for Wordpress</a> too) and integrates with Twitter and Facebook so your lazy readers don’t even have to log in! If you’re interested <a href="http://skribit.com/tour">try the tour</a> to get a feel for it (or just test it out here), or read about the <a href="http://skribit.com/about">people who made it</a></p>
<p>And to my reader(s) you can leave me suggestions on what you’d like me to write about, or ask anonymous questions, just like all the cool kids are doing! Try it!</p>
<p>Of course this post’s disparaging remarks against formspring were not endorsed or condoned by Skribit.</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/tech/skribit-piss-off-formspring-skribit-was-here-first/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>Artichaut by Chinese Man — Swinging Music I Like</title>
		<link>http://nunnone.com/blog/share/artichaut-by-chinese-man-swinging-music-i-like/</link>
		<comments>http://nunnone.com/blog/share/artichaut-by-chinese-man-swinging-music-i-like/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:50:04 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644759</guid>
		<description><![CDATA[When I find music that I like I can't let it go until I share it. This is one of those tracks.]]></description>
			<content:encoded><![CDATA[<p><object width="660" height="525"><param name="movie" value="http://www.youtube-nocookie.com/v/_rrfIubAEP0&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/_rrfIubAEP0&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="660" height="525"></embed></object> <span class="caption">not visually appealing, but a terrific track</span></p>
<p>When I find music that I like I can’t let it go until I share it. This is one of those tracks.<br />
<a href="http://itunes.apple.com/au/album/artichaut/id270046632?i=270046675"><br />
Buy <em>Artichaut</em> on iTunes</a> or <a href="http://www.amazon.com/Artichaut/dp/B0015BZS3W/ref=sr_1_2?ie=UTF8&#038;qid=1259214477&#038;sr=1-2">on Amazon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/share/artichaut-by-chinese-man-swinging-music-i-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>To @brizzly @tweetie @seesmic @echofon: Add this feature and I will have your babies.</title>
		<link>http://nunnone.com/blog/opinions/to-brizzly-tweetie-seesmic-echofon-add-this-feature-and-i-will-have-your-babies/</link>
		<comments>http://nunnone.com/blog/opinions/to-brizzly-tweetie-seesmic-echofon-add-this-feature-and-i-will-have-your-babies/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 03:32:59 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644685</guid>
		<description><![CDATA[What I want from you is a way to flag a user (secretly) as someone whose opinion aligns with mine, so that when they say "I love this new movie", I can be reasonably certain that I will too.]]></description>
			<content:encoded><![CDATA[<div class="image"><a class="tt-flickr tt-flickr-Medium" title="Heart/Toxic" href="http://www.flickr.com/photos/joshnunn/4113242446/"><img class="alignnone" src="http://farm3.static.flickr.com/2782/4113242446_bb9eef0ca0.jpg" alt="Heart/Toxic" width="500" height="277" /></a> <span class="caption">An example of my proposal</span></div>
<p>I don’t want a separate app where I have to gather all my friends and influencers in one place all over again — I have that in Twitter.</p>
<p>What I want from you is a way to flag a user (secretly) as someone whose opinion has aligned with mine in the past, so that when they say “I love this new movie”, I’ll be reasonably certain that I will too. And if I could flag someone’s opinion as wrong((that’s what we’re all thinking right?)) most of the time, then I will know that when they say “I love this song”, not to bother clicking through to it. It might mean that some of the users in my stream have slightly darker or lighter updates so I can tell at a glance which ones I’ve flagged as trustworthy or mostly wrong.</p>
<p>Heck, just being able to easily see that someone is in a “trusted” private Twitter list with a glance at my main stream would be double handy. Do that.</p>
<p>Thank you for listening. If you do this, you will win the world.</p>
<p>PS. to all the people I follow: I’m not talking about any of you. I think all of you have fantastic taste. It’s those other people I worry about…</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/opinions/to-brizzly-tweetie-seesmic-echofon-add-this-feature-and-i-will-have-your-babies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>
	</item>
		<item>
		<title>Javahackercoding ∞</title>
		<link>http://nunnone.com/blog/coding/javahackercoding/</link>
		<comments>http://nunnone.com/blog/coding/javahackercoding/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 11:19:36 +0000</pubDate>
		<dc:creator>Josh Nunn</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://nunnone.com/?p=134644614</guid>
		<description><![CDATA[Had a major assignment and a test since last time I updated, so I thought it might be time to report how they went.]]></description>
			<content:encoded><![CDATA[<p>I lost track of what week we’re up to, and I’ve got a few updates to roll into this one, so my titles are off.</p>
<p>Had a major assignment and a test since last time I updated, so I thought it might be time to report how they went.</p>
<p>I was happy with my assignment and my grade of <strong>Satisfactory</strong>, until I realised I could have gotten <strong>Outstanding</strong>! Apparently my only mistake was to not:</p>
<blockquote><p>Keep the instance variable on the same line as its label.</p></blockquote>
<p>Eg in my <em>toString</em> class I put:</p>
<div id="snipplr_embed_22084" class="snipplr_embed"><a href="http://snipplr.com/view/22084/tostring-satisfactory/">Code snippet — toString (satisfactory)</a> on Snipplr</div>
<p><script type="text/javascript" src="http://snipplr.com/js/embed.js"></script><script type="text/javascript" src="http://snipplr.com/json/22084"></script></p>
<p>Instead of:</p>
<div id="snipplr_embed_22083" class="snipplr_embed"><a href="http://snipplr.com/view/22083/tostring-satisfactory/">Code snippet — toString (satisfactory)</a> on Snipplr</div>
<p><script type="text/javascript" src="http://snipplr.com/js/embed.js"></script><script type="text/javascript" src="http://snipplr.com/json/22083"></script></p>
<p>Obvious, but worth marking me down? Maybe I did something else wrong, but I don’t think so.</p>
<p>I also attempted the test which included a section on Arrays. I haven’t done any study on arrays. I was worried. But the test was open book, so I learned what I needed as I went, and even had time to attempt the merit. My result?</p>
<div class="image"><a href="http://www.flickr.com/photos/joshnunn/4054735931/" class="tt-flickr tt-flickr-Original" title="Java_Test1_Feedback"><img class="alignnone" src="http://farm3.static.flickr.com/2786/4054735931_596552f2d4_o.jpg" alt="Java_Test1_Feedback" width="299" height="149" /></a> <span class="caption"><strong>That’s</strong> better!</span></div>
<p>So I’m pretty happy with that.</p>
<p>Now on to Polymorphism and Interfaces!</p>
]]></content:encoded>
			<wfw:commentRss>http://nunnone.com/blog/coding/javahackercoding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/au/</creativeCommons:license>

		<series:name><![CDATA[Java Class]]></series:name>
	</item>
	</channel>
</rss>
