SCLUG site redesigned

21 February 2010

The South Coast Linux Users Group (SCLUG) website has had a lick of paint by yours truly.

The old site didn’t look bad (in particular, I liked the penguin header image), but was getting a little long in the tooth, had a few issues (such as broken category styles, and images being linked to the wrong domain), and didn’t really reflect much about Wollongong, which is where we are based.

So a little Inkscaping later, I came up with this:

SCLUG site in Wollongong livery

Check it out. No, like, seriously. Check it out. A bit more polish to come, but the idea is there.

Mandatory filter (Clean Feed) trial results announced

16 December 2009

Well, it’s official. Conroy and the DBCDE (hey, that could be the name of a band!) have released the results of the much-debated Clean Feed.

From the pretty performance graphs in the report, the filter doesn’t appear to be performing too badly. Implemented correctly, this filter could be put to use without a major impact on performance. However, that’s missing the point!

The point being that with the filter in place, it is basically equivalent to being wiretapped all day every day. Wiretapping in itself is not bad — it is sometimes plays an important role in solving crimes, or thwarting conspiracies. However, all wiretapping to date requires prior evidence of criminal activity, and a warrant is needed to perform it.

This “clean feed” is effectively wiretapping without a warrant. In other words, treating the general public like criminals. Guilty until proven innocent.

Once you establish that, how well the filter performs is a moot point. Admittedly, it is entirely possible BGP will be used so that only certain websites will be run through the filter (i.e. selective proxy). However, there is no guarantee that this technique will be used, and it is only a technical difference — the legislation to implement would be exactly the same. So the government could effectively change at will to monitoring all web traffic.

One quote I found interesting from the report:

Telstra reported that heavy traffic sites could overload its trial filtering solution if included in the filtering blacklist. This is also the case for all filters presented in the pilot.

So basically they are admitting the filter will be vulnerable to denial-of-service attacks. This could be exploited by criminals around the world with access to large botnets. Not only that, but a large amount of personal information is still transmitted over HTTP. Though unencrypted, the links between me and the website I am exchanging with are largely trusted. However, putting a filter in the middle that is explicitly designed to read the information suddenly makes the situation far scarier.

I also found no mention of IPv6 in the report. Because the trial has been reported to depend heavily on proprietary software, no mention of IPv6 is made, and of which it is common knowledge that proprietary software is more often than not lagging behind in cutting edge technologies, it is entirely likely that the filter will: (a) possibly hinder IPv6 adoption by ISPs, (b) cut off access to IPv6–enabled sites, or (c) be ineffective at blocking sites that are accessible via IPv6.

Jazzed up URL bar in Google

17 November 2009

Today, I noticed while I was using Google today (which is a website some of you may of heard of), and I noticed they jazzed up where the URL is normally listed:

I don’t know whether to puke or have a seizure. I liked having the URL there. But then again, the URL is meaningless to 99% of users, because people like to put their head in the sand and create absolutely useless URLs. I’m looking at you, Dell and HP. And a whole lot more.

So yeah, probably a usability improvement. And you can click on the little segments. Personally I don’t like it, but that’s ’cause I’m a power user that looks at URLs. And if I really want to, I can always just hover over the link to get the URL anyway.

I wonder how it works. XML Sitemaps, maybe?

Update: Google has written about it. Looks like they analyse anything that looks like breadcrumbs. Too bad it’s not standardised, and they don’t actually tell you how to do it.

ALA Survey 2008

29 July 2008

I took the 2008 survey

A List Apart: The Survey 2008.

Future of XFN

4 July 2008

You know XFN — the XHTML Friends Network? The one where you add relationship info into anchor tags, like so:

<a href="http://jeremy.visser.name/" rel="friend met">Jeremy Visser</a>

It’s interesting to wonder what the future of it is. The cool thing about XFN is that it has the capability to be a decentralised social network. Facebook, MySpace, and the like, are centralised social networking sites, where you have to “register” in order to “add/invite friends”, “keep in touch”, etc.

I must confess that I am part of Facebook. In particular, I like the Friend Wheel application, which displays a graphical layout of the connections between your friends, rather like this:

(No, you’re not getting a bigger version.)

Facebook should not be necessary to do that. Though pretty much all XFN is is [sic] some attributes tacked on to a link (like rel="friend met"), it has the same power. A person could write a web service that downloads a web page of your choice (like your own page that has XFN-enabled links to your friends), scans the page for XFN relationships, then scans your friends’ pages for relationships, and displays a friend wheel just like the above.

This is all possible without a central authority like Facebook juggling all the relationships itself. The question is, however, why isn’t it done this way?

I think I know a couple of answers to this myself, but I am interested in some feedback on other peoples’ opinions. Is there a magic bullet we have we can use to promote the use of XFN, and put a nail in the coffin for centralised social networking websites?