Forgot your password?

typodupeerror

Comment: Re:Write once, debug everywhere (Score 1) 47

by Edam (#36538948) Attached to: Mobile Browsers Alternatives Compared
After writing new pages for a site, I still to this day have to spend extra time getting it to work on IE7/8. All the other browsers (pretty much) work the same. But I regularly have to do things slightly differently so that IE renders pages the same as the other browsers. So, not so nostalgic for me!

Comment: Re:Didn't we decide we don't want this (Score 1) 286

by Edam (#33973452) Attached to: UK To Track All Browsing, Email, and Phone Calls

With regard to the Digital Economy Act 2010:

The Lib Dems promissed to repeal it if elected.

The Tories said that if they were elected, they would drop any "flawed" legislation. Shortly after, Cameron said that "rejecting the Bill then or reconsidering the entire piece of legislation now would be an unacceptable set-back for the important measures it contains."

After the election, the LibDem-Conservative coalition released the Great Repeal Bill to undo some of the over-legislating of the Labour party. Sadly, the Digital Economy Act wasn't on the list.

Comment: Re:I suppose it's nice (Score 1) 148

by Edam (#33732906) Attached to: Autotools

All configuration systems will take some time. All you are saying is that the autotools could be more optimal, which is hardly a "new problem that autotools creates".

And as for checking for strcpy() and then failing at link-time from a missing dynamic library symbol, the developer can check for dynamic library versions during the configuration. Short of having the configuration system parse the whole source code (in any language!), I don't see how else it can know what symbols it would need to check for anyway - this can only really be resolved at link-time.

Eat drink and be merry, for tomorrow we diet.

Working...