Slashdot Mirror


User: kramulous

kramulous's activity in the archive.

Stories
0
Comments
891
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 891

  1. Re:And this won't be missused... on Councils Recruit Unpaid Volunteers To Spy On Their Neighbors · · Score: 1

    Sorry mate, but don't expect anything better here. The 'southerners' (I live in the north - clearly) have been going nuts for years with the political correctness, 'think of the children' and just the general 'I'm unfamiliar with what you're doing so I don't like it and I'm gonna stick my head in and tell you and others that you shouldn't be doing it' crowd. The fear mongering mob are making a lot of noise and are getting all sorts of ridiculous laws passed. Did you know that kids in the playground at some schools can't do cartwheels anymore? Outlawed! True story.

    I'm moving further north (20km north of Cairns) in a few years, buying about 20 hectares, and I'm going to build/do whatever the fuck I wanna do.

  2. Re:I beg to disagree on Java, Where To Start? · · Score: 1

    I learned Java via the Deital and Deital (How to Program) books. I find them useful for quick reference as well. They may not be the definitive reference but are pretty good and have been sufficient for my needs.

  3. Re:Again please... on Appeals Court Rules US Can Block Mad Cow Testing · · Score: 1

    My soon to be wife is Korean and she has lived in Australia with me for the last 4 years. Since then, her mother (living just outside Seoul) has been taking more of an interest in Australia and was shocked to hear that Australia was 'running out of water' because of the drought (as reported by the media she was watching). About two weeks later, we received a case of bottled water to help us through it. I love the woman because of that gesture :)

  4. Design the ring yourself on Any Suggestions For a Meaningful Geeky Wedding Band? · · Score: 1

    A ring maker is currently making my design for my soon to be wife. I had a lot of fun designing the engagement ring ... even though she'll only receive it a couple of weeks before we get married. I went with platinum with a diamond and twin blood red rubies ( I sourced the stones from some miners up north - a lot cheaper). I stress that it is very cool designing the smallest details. The wedders are also platinum but basically very plain. The ring is the only thing we are spending the money on. The rest of it is family and very close friends at her parents house and garden. Also had to pay for a celebrant.

  5. Re:Easy to see in four dimensions on How To See In Four Dimensions · · Score: 1

    While I'm sure you definitely know what you're doing, I can't help but think that what you're doing is terribly inefficient. Your data layout would be far from optimal and would be wasting a *lot* of cycles with TLB misses, primary and secondary cache misses and branch mispredictions. Granted, your compiler is probably unrolling a lot of this, but I can't help but think that using one dimensional arrays with some appropriate array indexing would be far better. That is how I do it.

  6. Puns? on Bash Cookbook · · Score: 1
  7. Re:Only a small part looked simulated on Olympic Opening Ceremony Fireworks Were (Partly) Faked · · Score: 1

    I initially thought that it was hydraulics but soon changed my mind to the 'engine' being human. As the show went on, there were too many inconsistencies that you wouldn't get from a machine. The random noise when the movements became erratic increased too much. None the less, I thoroughly enjoyed it.

  8. Re:When are they going to get it? on Computer Beats Pro At US Go Congress · · Score: 1

    I get your point, a lot of stuff can be done badly. But if you're using some non-linear decomposition and solving using accelerators that can reduce computational complexity from O^3 to O^2 for an iteration, you're writing to take advantage of multiple instruction per cycle and using a compiler that will be able to vectorise the instructions in your loops, the natural progression is to start testing whether those pre-conditioners still work when you scale your anisotropic, hybrid, volumetric meshes by a couple of orders of magnitude. When you are trying to simulate salt movement through aquifers and into subsurface geology, around Bundaberg for example, you want to be able to examine thousands of square kilometres when the resolution of your mesh is measured in centimetres (because of substructures). I challenge you to do *that* on a desktop.

  9. Individual boxen? on Tracking Near-Earth Meteors With a 1.1 Petabyte Database · · Score: 2, Insightful

    The only advantage I can see of using 50 boxes for the computational and file serving would be that you could power cycle those that are not on demand. But if your recording terabytes of images and you're going to run some image processing/data analysis routines over them, would you be better off with a compute cluster such as a rack of Altix or Blue Gene? Easier to manage, lower administration, maintenance and ongoings? I also have to question Microsoft SQL Server. Storing and retrieving images sure, but when it comes to serving for analysis and storing/collating results, it would be a little too slow? How much can you tune a closed source solution on a tight budget as opposed going for one that you can tinker with to gain performance.

  10. Re:Not just US and Lenovo on No Linux IdeaPad For Lenovo's US Customers · · Score: 1

    Australia ... yeah, it does suck.

  11. Re:Black market on No Linux IdeaPad For Lenovo's US Customers · · Score: 1

    X60 - everything works ... except finger scanner. But that was fixed with thinkfinger

  12. Re:Not just US and Lenovo on No Linux IdeaPad For Lenovo's US Customers · · Score: 3, Interesting

    Here in Aus, I noticed that just recently, the sub-notebooks for sale in the general electrical shops have had linux removed and now you can only see XP. This has happened in the last couple of months. I'll go with plot.

  13. Re:Come try this shit in Australia on UK P2P Fight Brewing · · Score: 1

    Ahhh, the advantage of being the arse end of the earth. You know, I like it that way.

  14. Re:BSOD on Microsoft Bets Big On Computing For the Car · · Score: 1

    "In 10 metres, sharp turn left." .... BSOD

  15. Re:Thought it would be more, actually... on Delivering 8K VFX Shots For the Dark Knight · · Score: 1

    Fuck! That'd be awesome fun ... especially dealing with that IO. Cool story.

  16. Re:2TB - 100TB on Delivering 8K VFX Shots For the Dark Knight · · Score: 1

    Don't you have to double the framerate if you're showing 3D using polarised lenses? If you still have the same existing bandwidth, you divide the resolution by approx 1.4 (not 2) to maintain the 2*currentFrameRate.

    I've just been driving interactive discrete modeled simulations on a tiled display (8K) in stereo (actually just twice framerate since it actually doesn't make sense on LCDs ... just playing around) ... I'm doing this on an eight core system (software rendering). The timesteps are being simulated on a 512 core system ... not the 8 core one.

    I don't think 3D is a gimmick. It's just that directors need to understand that the rules for shooting for 2D image completely change for 3D. For example, you can't have action in the background or action happening off focus (or whatever the term is for around the edges) .... it will make people queezy. Content can look really, really amazing when done correctly. Hollywood just needs the Stanley Kubrick of 3D.

  17. whoops on How To Encourage a Young Teen To Learn Programming? · · Score: 1

    I went in that direction, I'm not suggesting that being the next step in the learning process ... although ...

  18. First Ever Program on How To Encourage a Young Teen To Learn Programming? · · Score: 1

    y = sin(x) in Pascal (That was the language at school at the time)

    From there, research in non-linear algebra and research support for a supercomputer and cluster - mainly code tuning, optimisation and parallelisation.

  19. Re:Keep it simple! on Best and Worst Coding Standards? · · Score: 1

    But what if a or b is equal to negative zero?

  20. Re:Some of those examples on Best and Worst Coding Standards? · · Score: 1

    I can certainly understand that the "else" would get lost, but I'd put the comment for the "else" just inside the opening brace on the next available line.

    If the "if" statement has an associated "else", the "else" will always be on the next line after the closing brace of the "if".

    Just my $0.02

  21. Re:Some of those examples on Best and Worst Coding Standards? · · Score: 1

    If the one line from the open brace is that important, they should also be doing something about the wasted line from the close brace.

    What? Being consistent? No, no, no ... we can't have that!

  22. Re:braces on Best and Worst Coding Standards? · · Score: 1

    Gets my vote. Readability is clean. Enables quick scan debugging (with eyes that is).

  23. Re:Some of those examples on Best and Worst Coding Standards? · · Score: 3, Insightful
    I don't know where I picked it up (Java ??!) but I pretty much always use:

    if (condition)
    {
    // something
    }
    else
    {
    // something else
    } // End of X branching

    I find that tracing parenthesis is a lot easier.

  24. Aide?? - Sebastian? on UK PM's Aide Loses BlackBerry In Chinese Honeytrap · · Score: 3, Funny

    My guess was that the aide's name was Sebastian and after the recent bi-election there was call for a celebration! *clap hands* Champaign!

  25. Effective backup policy? on 20 Features Windows 7 Should Include · · Score: 1

    Your backup policy is a flash drive? Let me guess, it's stored on top of/nearby your box? Or, is it floating around in your desk draw?