* Posts by Lachlan Hunt

3 publicly visible posts • joined 2 May 2007

Ryanair requires web check-in, shuts down website

Lachlan Hunt
Thumb Down

Web Check-in Sucks

I have never used web check-in, for 2 main reasons, one of which makes it very difficult for me to do so if I have to.

1. Most airlines don't allow you to reserve the seats with extra leg room online, without paying an excessive fee. Whereas tall people like me who turn up at the check-in counter and clearly need the extra leg room usually get given the seat for no extra charge.

2. I don't own a printer since I rarely print anything. So even if I did check in online, it's difficult for me to print it.

I also hate flying Ryanair, since none of their seats have any leg room anyway.

Blu-ray 0, SDHC card 1, THX Chief Scientist predicts

Lachlan Hunt
Happy

What really needs to happen...

What really needs to happen is for the movie studios to follow the lead of the music industry and drop DRM. Some independents already have, it's only a matter of time before the majors follow. Then they need to start selling blu-ray-quality HD movies that can be downloaded, or purchased in a store and loaded onto any flash media or USB storage device, which can then be transferred anywhere the user likes. I'd much rather have all my movies stored on a couple of 1TB hard drives connected to my computer and/or home media centre. (I'm not a huge fan of AppleTV, though, since the rentals from there are a much lower bit rate, and thus lower quality, than you get on a blu-ray disc.)

At roughly 20-25GB per movie on a blu-ray disc, a 1TB drive should be able to store rougly 40 movies, which is a lot more compact and easier to handle than 40 blu-ray discs. I can barely handle my existing DVD collection, and am in the process of ripping all the disks. So having a way to bypass that annoying ripping process would be awesome.

'IE8 compatible' - the cure for web standards headache?

Lachlan Hunt

How the Opt-in Will Work

I, among others, have been discussing this opt-in issue with Chris Wilson for the past few weeks, in relation to HTML5.

(See the various versioning threads on public-html if you're interested in reading it all)

http://lists.w3.org/Archives/Public/public-html/2007Apr/

So, AIUI, this is how it will work:

Existing (X)HTML DOCTYPEs (e.g. HTML 4.01 Strict, XHTML 1.0 Strict, etc.) that currently trigger standards mode will require an explicit opt-in in order to trigger the latest standards mode in future versions of IE. Without the opt-in, such pages will default to IE7 mode. So that means, existing pages will continue to render exactly the same way that they do in IE7, forever, until an explicit opt-in is added.

Existing HTML DOCTYPEs that trigger quirks mode will continue to trigger quirks mode, even if an opt-in is present. I'm not totally certain about this, but it is the most likely to ensure that pages don't trigger standards mode in IE, and quirks mode in other browsers, which would cause more problems and force other browsers to reverse engineer and implement the opt-in switch.

The HTML5 DOCTYPE will trigger standards mode by default, without an additional opt-in. However, there is no guarantee that this will always be the case. For example, IE9 could be released and require an additional opt-in, even with the HTML5 DOCTYPE. If that occurs, it will be a serious problem (see below).

The specific syntax of the opt-in is not yet known, but it will either be a comment based opt-in, an attribute on the html element, or both (so the author could use either one).

Even though Microsoft have good intentions about not unintentionally breaking compatibility with existing content, there are several major problems with this situation.

1. IE will never, ever be fully interoperable with other browsers in the way it handles legacy content. This was one of the problems that HTML5 was attempting to solve, and the other browsers are going to work hard on being interoperable with each other, but Microsoft are refusing for any pre-HTML5 content.

2. Because it's possible that IE will continue to add more opt-ins in the future, even for future HTML5, they will effectively be introducing an unbounded number of frozen bug states, each of which will require a new opt-in to be added by authors. In the worst case scenario, other browsers will be forced to reverse engineer every one of those frozen bug states, and support the opt-ins.

Every new mode added to browsers increases cost, complexity and the surface area for bugs and, worse, security holes. Microsoft seem willing and able to ignore those issues, but they will cause serious problems if other browsers are forced to ever reverse engineer and implement IE's bug-modes and opt-ins. That is extremely anti-competitive behaviour, and I honestly hope it won't come to that.

IMHO, Microsoft is making a big mistake and they will suffer for it in the long run, but there's not much we can do except try to make the best of a bad situation.