Blog

Folder Redirection for Unusual Paths [Group Policy]

This entry is part 2 of 2 in the series Group Policy Rewrite

As part of my Group Policy Rewrite I’m attempting to make use of Folder Redirection which lets you specify where common important Windows folders reside on the network.

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.

In Group Policy, expand User Configuration > Policies > Windows Settings > Folder Redirection. Right click on one of the folders listed and select “Properties”. Documents is a good place to start, as I’ll show you how all the others can hang off that.

Read more »

OK Go’s new clip for This Too Shall Pass — a giant two storey Rube Goldberg Machine

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?).

What a joyful and exciting clip from a band that knows how to engage their audience. Bravo!

Deploy Printers with Group Policy without using Local Loopback

This entry is part 1 of 2 in the series Group Policy Rewrite

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.

So my big project has been going through our settings one by one, and deciding which of these categories they fall into:

  1. 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.
  2. Common User settings — everything else that just can’t be set in the Computer policy.
  3. Staff Settings
  4. Student Settings
  5. Printers

The interesting trick I’ve learned about the printer GPs though is how to apply printers based on the computer’s OU without using local loopback!
Read more »

Frustrated at the Tech-Ignorant Media.

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 Old Scholars page. HAHA! they yell, chuckling to themselves:

… 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”.

via A big night for Barnaby Joyce.

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 chess club of ’94, or the lazy boys of the class of ’67, 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 Elgg, 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.
Read more »

Listen to these guys. Then buy their album.

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.

What I was kinda hoping Apple would post this morning.

iNothing-600px.png

Such a missed opportunity. Instead they announced some sort of e-reader thing.

Skribit — Piss off Formspring, Skribit was here first

Skribit.png

There’s this new craze 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 formspring.me to solicit questions, and people derive some amusement from it.

BUT

The day I heard about it, I thought immedaitely of skribit.com 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.

Read more »

Artichaut by Chinese Man — Swinging Music I Like

not visually appealing, but a terrific track

When I find music that I like I can’t let it go until I share it. This is one of those tracks.

Buy Artichaut on iTunes
or on Amazon.

To @brizzly @tweetie @seesmic @echofon: Add this feature and I will have your babies.

Heart/Toxic An example of my proposal

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.

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.

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.

Thank you for listening. If you do this, you will win the world.

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…

Javahackercoding ∞

This entry is part 5 of 8 in the series Java Class

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.

Had a major assignment and a test since last time I updated, so I thought it might be time to report how they went.

I was happy with my assignment and my grade of Satisfactory, until I realised I could have gotten Outstanding! Apparently my only mistake was to not:

Keep the instance variable on the same line as its label.

Eg in my toString class I put:

Instead of:

Obvious, but worth marking me down? Maybe I did something else wrong, but I don’t think so.

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?

Java_Test1_Feedback That’s better!

So I’m pretty happy with that.

Now on to Polymorphism and Interfaces!