Senator Stephen Conroy jumped the gun by 107 days, announcing that the Government would table legislation to mandate filtering of RC content hosted outside Australia during the autumn 2010 parliamentary sittings.

Depending on the technology, you can bypass the filter by changing your DNS servers, using an encrypted VPN service, or installing Tor (among other solutions). But some of these workarounds can take up to 60 seconds to set up. And using an encrypted tunnel, like a VPN or Tor, will slow your access while you’re using it.

Thankfully, you can also bypass the proposed mandatory filter more conveniently. Just add ?NoCleanFeed or &NoCleanFeed to the end of the blacklisted URL. If the URL doesn’t already contain a ?, add ?NoCleanFeed to the end. If it does contain a ?, add &NoCleanFeed to the end.

Add ?NoCleanFeed or &NoCleanFeed to blacklisted URLs to bypass mandatory Australian Internet censorship

For example, if you try to access www.bannedsite.com/page.htm, but you’re blocked, try accessing www.bannedsite.com/page.htm?NoCleanFeed.

If you want to watch a YouTube video that was deemed too shocking for Australian citizens, like www.youtube.com/watch?v=tMiEagk2qN8, you can just try www.youtube.com/watch?v=tMiEagk2qN8&NoCleanFeed instead.

Continue reading this post…

{ 6 comments }

Windows Live Writer icon

Windows Live Writer (download) is an exceptional tool for blogging. But its most useful feature, WYSIWYG editing, relies on an inelegant mechanism to detect the theme used by your blog.

To detect the theme, Windows Live Writer will publish a skeleton post to your blog, read it and save its theme, and then delete it. Sometimes the post isn’t deleted. Other times, it’s indexed by Google, FeedBurner, or other similar services before it’s deleted.

The result is an Internet littered with Temporary Posts Used For Theme Detection.

Obsessive compulsives like me don’t want these posts associated with their blogs. Thankfully, it turns out that you can write a plugin for WordPress to prevent these posts from ever appearing on your website.

<?php
/*
Plugin Name: Orzeszek Live Writer Helper
Plugin URI: http://www.orzeszek.org/blog/
Version: 1.0
Author: Orzeszek
Author URI: http://www.orzeszek.org/blog/
Description: Prevents the Temporary Post Used For Theme Detection from ever appearing on your blog.
*/

function orz_posts_where($where)
{
   if(!is_admin() && strpos($_SERVER['HTTP_USER_AGENT'],
      'Windows Live Writer') === false)
   {
      if ($where != '')
         $where .= ' AND ';

      $where .= 'post_title NOT LIKE ' .
         '\'Temporary Post Used For % Detection (%)\'';
   }
   return $where;
}

add_filter('posts_where', 'orz_posts_where');
?>

Create a new text file called orz-live-writer-helper.php. Copy and paste the above code into that text file, and save it.

Continue reading this post…

{ 4 comments }

Get to Any Section on AustLII in One Step

6 September 2009

If you’re using a browser that supports search keywords, you can add a keyword for your favourite act. For example, you can add a ‘tpa’ keyword, so that when you type ‘tpa 52’ in the address bar, you’re taken directly to s 52 of the Trade Practices Act 1974 (Cth).

Read the full post

ACMA Blacklists Iran Protest Video & Boing Boing

28 August 2009

Neda Agha-Soltan was shot and killed during the Iranian election protests. Her death was captured on video, and spread virally on the Internet, becoming a rallying cry for the Iranian protests. Now, ACMA has blacklisted the video, and a Boing Boing post commenting on it.

Read the full post

Resolving the Abortion Debate in South Australia

28 August 2009

The Criminal Law Consolidation Act 1935 (SA) s 82A allows medical termination of pregnancy, so long as the termination poses less risk to the life of the woman than the pregnancy does (not only if the pregnancy carries abnormally high risk). And it appears that abortion in the first 16 weeks is safer than live birth.

Read the full post

Googling Sex in Two Countries

24 August 2009

When people flocked to reproduce Abigail Bray’s experiment of searching Google for ‘sex’, what surprised me was that the results varied significantly. So, I tried myself, and I found that the results were very different when searching Google than they were when searching Google Australia.

Read the full post

Simple Countdown Timer for Windows

21 August 2009

I needed a simple timer utility for Windows, but I wasn’t satisfied with any of the programs available. So, I wrote Orzeszek Timer. Just enter the time to count down in just about any format, and hit Enter to start the timer.

Read the full post

How to Sync WMP and iTunes Ratings

17 August 2009

If you use both Windows Media Player and iTunes to manage your music, keeping your ratings synchronised can be a pain. Orzeszek Ratings lets you sync your play counts and ratings between Windows Media Player and iTunes with two clicks.

Read the full post

How to Delete Flash Cookies Conveniently

12 August 2009

A couple of days ago, Wired reported on the questionable use of Flash cookies revealed by a UC Berkley study. Many users are unaware that Adobe’s popular Flash plugin stores its own cookies separately from normal browser cookies. Here’s how to get rid of them.

Read the full post

Fix Slow WLM File Transfers with Orzeszek Transfer

11 August 2009

Slow and buggy file transfers are a problem with Windows Live Messenger. Orzeszek Transfer works as a simple HTTP server, and is a convenient way to transfer larger files without using an intermediary. And it supports resuming broken transfers and multi-part transfers, so long as the client does.

Read the full post

Will Firefox Morph into Chrome over Two Iterations?

22 July 2009

Sadly, Firefox today looks like it belongs in the last decade. Recently, a number of blogs have picked up screenshots showing mock-ups of the interface for Firefox 3.7. But what I found more interesting was a proposed interface evolution showing Firefox morphing into Google Chrome over two iterations.

Read the full post

The Clarity in Pricing Act’s New s 53C Works

25 June 2009

Recently, I noticed that the advertising on the Greater Union website had changed. Previously, Greater Union enticed its visitors to join its CINE BUZZ club by promising $8 movie tickets. It buried a mandatory $1 per ticket ‘booking fee’ in the fine print. It appears that the updated s 53C of the Trade Practices Act has put an end to this annoying practice.

Read the full post