Slashdot Mirror


User: ChunderDownunder

ChunderDownunder's activity in the archive.

Stories
0
Comments
3,381
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,381

  1. Re:They're going to go the Firefox route on Windows 9 Already? Apparently, Yes. · · Score: 1

    Huh?

    Mozilla has some catching up to do, FFOS 1.2 was only released a month ago.

  2. Re:Instead of making helmets compulsory on Building a Better Bike Helmet Out of Paper · · Score: 1

    Subterranean railway like they have in bike friendly cities like Montreal?

  3. Re:Bike helmet? on Building a Better Bike Helmet Out of Paper · · Score: 1

    Because it's the law in civilised nations such as Australia and New Zealand.

  4. Re:Summary (and article's first paragraph) mislead on Lasers Unearth Lost 'Agropolis' of New England · · Score: 2

    Archeological digs that may soon produce tablets that rival Linear A?

    You're nearly 2 centuries behind, dude. Joseph Smith discovered ancient golden plates back in 1823, in nearby new york state.

  5. Re:Why doubt something better would exist? on Oracle Promises Patches Next Week For 36 Exploits In Latest Java · · Score: 2

    The problem with Java is that the exploits are in Oracle's hands, not ours. We can't fix them even if we know what they are...

    Only if you use Oracle's binaries. linux distros switched to openJDK years ago, whose source is available under the GPL.

  6. Re:Better watch it. on UK Benefits System In Deeper Trouble? · · Score: 1

    Maybe it's just your spelling.

  7. Chinese also used hexadecimal... on World's Oldest Decimal Multiplication Table Discovered · · Score: 1

    According to wikipedia at least.

    Waiting for the next Indiana to thus discover a two thousand year old computer! Evidence of those time travellers we heard recently about on /.

  8. Re:Android not sufficiently open? on Mozilla Partners With Panasonic To Bring Firefox OS To the TV · · Score: 2

    It's more a move to counter LG - who are building TVs around the entrails of Palm's webOS. Both platforms are built around HTML5, so any 'apps' running on LG TVs might easily be ported to Panasonic's.

  9. Re:it's been tried, but not extensively on "Clinical Trials" For Programming Languages? · · Score: 2

    Which is why clojure is the lisp all the cool kids use.

  10. Re:Wow... on Western Australian Sharks Send Tweets To Swimmers · · Score: 1

    given that their are a limited number of beaches

    You might want to check Google Earth there, mate. WA's coastline is huge, stretching thousands of km.

    It's not just city folk from the Perth region that sharks find tasty. The latest fatality, RIP, occurred 6 weeks ago off a coastal community of less than 400 people, in Gracetown, some 269km from the state capital. If it's not cost effective to put sonar on every beach along the coastline then the next small town attack would produce the outcry of "we should have used geotracking".

    I'm not saying the current system is foolproof but the expanse of coastline may have made your solution unviable cost-wise.

  11. Re:Also allows for checking out the content on Are High MOOC Failure Rates a Bug Or a Feature? · · Score: 1

    Some of the blurbs sound interesting, with the accompanying videos but some of them don't offer enough detail without clicking enrol.

    So enrolling is more akin to turning up to the first week's lecture. A more reliable metric would be to exclude those who, like me, unenrolled before completing an assessment - i.e. how many actually submitted a homework or two before "dropping out" or indeed went through to the end of the class without achieving a passing grade...

  12. Re:Need a stylus for math class on Is a Super-Sized iPad the Future of Education? · · Score: 1

    If the Surface Pro and Galaxy Note can steal thunder from iOS devices then Apple may be forced to react. But don't hold you breath; Jobs was no fan of the Newton.

  13. Re:How is ice forming in the summer? on Australian Icebreaker Tries To Get Through To Stranded Antarctic Research Ship · · Score: 1

    A comparison of San Francisco and Melbourne would be more apt - both 37 degrees adrift of the equator.

  14. Re:QA needs to be testing coders are poor QA / tes on Not All Bugs Are Random · · Score: 1

    There's a scope for both and shared knowledge can be beneficial.

    Part of the automated build process can be running QA scripts via a robot. e.g. QA person files a bug report with steps to reproduce the issue. A VNC script is attached to the bug report, which is then translated to, say, a junit script. Programmer inserts asserts in the junit code to verify expected conditions. In this way regressions are fewer and don't escape to the QA people in the first place.

  15. Re:No shit Sherlock on Not All Bugs Are Random · · Score: 1

    In the case of test inputs, we're largely talking unit tests here, which form part of the code base to verify the functional code is correct. The 'customer' shouldn't have such fine grained control over the development process.

    (As distinct from a black box tester who never looks at the source code etc)

    As far as not using xUnit/TDD, that's often a generational thing where development practices stem from the previous millenium before Kent Beck and others popularised its widespread adoption. I've worked on several projects where senior managers were resistent to adopting unit tests but at the same time had serious problems with unmaintainable code and regressions etc, with many hours wasted sitting in front of a debugger trying to work out the cause of a coding flaw.

  16. Re:Is this news for anyone? on Not All Bugs Are Random · · Score: 1

    A problem is, a fair % of programmers don't care for code maintenance and unit tests.

    Documenting expected behaviour (e.g. javadoc) as to what exceptions will be thrown and writing unit tests to verify these trivial cases may seem pedantic to some.

  17. Re:How many don't use the chrome part? on Chromebooks Have a Lucrative Year; Should WinTel Be Worried? · · Score: 1

    shame about the browser. if this thing came with a detachable touchscreen it'd be a great Firefox OS device!

  18. Re:@$$? Really? on Chromebooks Have a Lucrative Year; Should WinTel Be Worried? · · Score: 4, Informative

    It's spelled 'arse' :-)

  19. Re: You're surprised by the gay undertones? on Sherlock Holmes Finally In the Public Domain In the US · · Score: 1

    yes, sorry. I only watched 1 episode.

  20. Doctor Who effect? on CSI Style Zoom Sees Faces Reflected In Subjects' Eyes · · Score: 1

    So is it true a dead person's retina retains the image seen at the moment of death?

  21. Re:Clemens and Copyright on Sherlock Holmes Finally In the Public Domain In the US · · Score: 1

    copyright has been a problem for a least 400 years since an unauthorised sequel to Cervantes.

    70 years sounds about right but I do wish Hollywood would stop remaking films from 30 years ago and create some new material.

  22. Re:You're surprised by the gay undertones? on Sherlock Holmes Finally In the Public Domain In the US · · Score: 1

    They attempted to resolve the orientation question for conservative US audiences by casting Lucy Liu as Holmes in Elementary.

  23. Re:A bad remake is a foot! on Sherlock Holmes Finally In the Public Domain In the US · · Score: 2

    They already ruined Star Trek for me by casting Sherlock in the role of Khan, who looks nothing like the previous Punjabi-Mexican...

  24. ARM64 in the data centre? on Why Don't Open Source Databases Use GPUs? · · Score: 1

    Typical reponses above:
    (a) DB operations aren't CPU intensive
    (b) Servers don't come with dedicated graphics cards of any note
    (c) Loading each server with a AMD or Nvidia card would increase power usage

    So in summary, certain operations may benefit using GPUs but there's not a cost-effective solution to warrant such experimentation.

    I'd be surprised ARM if haven't sponsored cloud research into OpenCL on the Mali GPUs.

  25. Re:Grasping at Straws on Sun Not a Significant Driver of Climate Change · · Score: 2

    Meanwhile in Australia, we've had several of the hottest years on record this past decade and our weather service had to add a new colour to the heat map last summer.

    Just because 'warming' isn't happening in your area with your eggnog, gluhwein and white Christmases doesn't mean climate isn't fluctuating globally.