+ - Why hasn't 3D taken off for the web?
When will 3D finally become available for all? Do you think it's inevitable or will it never see the light of day?"
Comment: Re:At a concert I went to .... (Score 1) 80
But the reason why they had the volume meter is not because they care about your hearing, but for legal reasons. There is normally a restriction on the maximum volume level allowed. Some venues even have an automatic cutoff so that if the volume stays above a particular threshold for a particular amount of time, BOOM, OFF GOES YOUR PA. Terrifying when you're the sound person doing a big gig that people have paid lots of money for.
Comment: Re:Good (Score 5, Informative) 244
Especially when you consider how people like David Hicks (trained with terrorists)
David Hicks did not have any help from the Australian government. He was left to rot in Guantanamo for five years without being charged for anything. The government's response was absolutely deplorable, especially considering how UK citizens were pulled out from Guantanamo. Compare Jack Straw's efforts compared to Philip Ruddock or John Howard sometime.
Comment: Re:lulz. good luck (Score 2) 454
It is the original poster's intention to block inappropriate content. It is probably his duty to take reasonable steps to ensure that porn.com is blocked. If people want to go out of their way to deliberably bypass filtering then they can do that if they wish - but at least now they know that they shouldn't, and they should be held responsible for that.
Comment: Re:Proxy (Score 1) 452
14 for the first request to hit curiosity.
14 for curiosity to make the request back to earth.
14 for the response back to curiosity.
14 for the response back to fuzzums.
Comment: I've got an idea... (Score 1) 131
Comment: Re:IMHO Apple is becoming a scummy advertiser (Score 0) 193
I imagine that someone with no idea about the technology could very easily be sweet-talked into changing their billing company all for no benefit. Go ACCC
BTW I have found numerous times that when stuck on the phone to some company, saying "Fix this now or I'm calling the ACCC" often gets your issue fixed.
Comment: Page Size of personal home page... (Score 1) 319
Documents (8 files) - 57 KB
Images (14 files) - 278 KB
Objects (2 files) - 409 KB
Scripts (4 files) - 102 KB (311 KB uncompressed)
Style Sheets (2 files) - 25 KB (124 KB uncompressed)
Total 872 KB (1179 KB uncompressed)
Comment: I've worked with a lot of coders in my time... (Score 1) 253
Maybe Australia is different, but 99% of the coders that I've worked with would never drop the ball in order to just make more money (I can only think of one guy and he was a genuine psychopath). All of the good ones stick around and get the damn thing delivered, normally even when that means late nights and horrible bosses. We have professional pride and always strive to deliver the best possible system given the constraints. If you don't, then word gets around pretty quickly and you'll find it very difficult to get more work. You can always spot these people, they have lots of 3-6 month projects on their resume, and when you drill them for details it's always a bit too vague.
Comment: Re:Java or Visual Studio 2010 anyone? (Score 1) 297
Visual Basic 4.0 starts up in three seconds on a ten year old computer. I have much more advanced IDEs on my machine nowadays, but if I just want to code up something for the fun and expect quick results, I'll still fire up VB4 from 1995.
Wow, really? Maybe you should try using notepad and vbc.exe to compile. Super quick!
Comment: Re:Java or Visual Studio 2010 anyone? (Score 1) 297
Also Java and Visual Studio tend to be used by less skilled developers and students (disclosure: i'm a student). Poor responsiveness of programs written in Java or using VS is more a factor of who is writing it than anything to do with the language / VM / IDE.
Java and Visual Studio less skilled developers? Nope. No it doesn't.
But thank you for your disclosure, that explains a lot.
Comment: Re:The real reason people like noSQL... (Score 1) 259
Not only does SQL work, it is the best at what it does.
The only people who hate on SQL are the people who don't understand databases. Generally, these are the same people who like labels, tag clouds and ruby on rails. They produce a lot of high level hand waving with regards to the actual code and endless amounts of "herp derp I dunno" when asked why their shit performs slower than the 10 year old system it's supposed to replace. These are bad people.
Here here. Well said. If you think you can do everything without structured data you've never heard of accurate reporting before, which is what businesses need to be competitive and not waste money and all that fancy schmancy business stuff.
Comment: Re:The real reason people like noSQL... (Score 1) 259
We're still using SQL 20 years later because it's a great layer between your OO code and your relational data. Unless you want to use a heirachical database (which no-one does) SQL works fine. Sure you can use an ORM but at some stage you'll need to handle the conversion between relational and OO.. unless you're happy being ignorant as to how your database works and not be able to performance tune anything.