Slashdot Mirror


User: Binder

Binder's activity in the archive.

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

Comments · 66

  1. Re:To compute what? on IBM Warns of China Closing the Supercomputer Gap · · Score: 1

    Primarily, bragging rights... but bragging rights on a global scale.

  2. Re:Focus your attention elsewhere on How Can I Make Testing Software More Stimulating? · · Score: 1

    This... definitely this. You generally cannot test your own work. You have too many assumption about how it works.

    What developers SHOULD do is unit testing. One way to make this more bearable is to "code to the test". First create the unit tests which will prove your code does what it is supposed to.. then code until the tests pass. It's more like a game this way.

  3. Re:Not to be a killjoy but... on First Self-Replicating Creature Spawned In Conway's Game of Life · · Score: 2, Insightful

    You mean like a human giving birth to another human and then dying off?

  4. Any recourse? on ACLU Sues To Protect Your Right To Swear · · Score: 1

    Do the policemen suffer any penalty for issuing bad tickets? Until that happens this will never end.

  5. Learn the fundamentals. on After Learning Java Syntax, What Next? · · Score: 1

    Go get Algorithms in Java and implement the algorithms. Not only will you learn about algorithms but simple tasks like this teach you a lot about coding that you can't learn from a book. That would be things like testing, and debugging.

    Next implement something!
    Good beginner projects are conway's game of life.
    Tetris or breakout.

    You can also go to one of the programming challenge websites and start working through their problems.

    Then you really need to find a project that you want to implement. If not that at least an open source project that you can contribute to.

  6. Re:charge for email on Malicious Spam Jumps To 3B Messages Per Day · · Score: 1

    Umm...
    How about make windows illegal?

  7. Re:Read the Fine Print on 'Iceman' Gets 13 Years For 2nd Hacking Offense · · Score: 2, Insightful

    I still believe it is ridiculous that murderers get shorter sentences than this.

  8. Probably risk on FAA Data Shows Exploding Batteries Are Rare, Small Risk · · Score: 1

    and what is the probability of someone successfully blowing up a plane using liquids?
    zero!

  9. Re:locating parts on vehicle on Augmented Reality To Help Mechanics Fix Vehicles · · Score: 1

    Make sure you replace your hubcap gasket while you got the car up.

  10. Statistics may or may not = math on Why Programmers Need To Learn Statistics · · Score: 1

    Statistics in it's purest sense is simply math. Very few people know very much about this.

    Statistics in the wild is generally bullshit! You should not be able to get two equally qualified people the same data set and receive two different answers!

    As for statistics for performance measurement? If you are doing something important than analyze worst case performance. Statistics doesn't come into play in this case.

  11. Re:Algorithms on Are You a Blue-Collar Or White-Collar Developer? · · Score: 1

    The issue is more like this.
    If you don't know what a splay tree is you will never know when to use one. It's a problem of not knowing what you don't know. It is very rare that you will need a datastructure and then go find one. You will use the tools you have to solve the problems in front of you.

  12. Re:Any more? on Researchers Take Down a Spam Botnet · · Score: 2, Insightful

    Well... first you have to find their command and control channels. Then you have to figure out how they work. Many times the command and control is both distributed and encrypted so it is very hard to "chop the head off"

  13. Re:Curse of binary floating point on Why Computers Suck At Math · · Score: 1

    This is why writing software is more than simply learning a language. You also have to learn how the machine works.

    Also, this isn't a problem with binary representation. You have the same issue with decimal representation. Try dividing 10/3 and then performing a bunch of math on it.

  14. Re:Another example on App Store Developer Speaks Out On Game Piracy · · Score: 1

    Perhaps more importantly...
    All those people are using server resources and bandwidth which cost money.
    In this case people who try before they buy are costing the developer real money.

  15. Legal trouble? on Intel Caught Cheating In 3DMark Benchmark · · Score: 1

    Isn't there some way to punish companies for this sort of thing? Advertising false data is illegal shouldn't this be as well?

  16. He's not a damn murderer on California Student Arrested For Console Hacking · · Score: 3, Insightful

    Besides the fact that this shouldn't be illegal...

    The most frightening part of this is that you can kill someone and get less jail time. How can this be seen as a greater threat to society than killing someone?

  17. Seriously on Entire Transcript of RIAA's Only Trial Now Online · · Score: 1

    Anyone have a torrent link for this?

  18. Pros: Backlighting on The Best Keyboards For Every Occasion · · Score: 1

    Huh? why the heck would you want your keyboard to light up?
    It was bad enough when they stared putting leds in your damn mouse. wtf

  19. hazard pay? on Ballmer Ordered To Testify In 'Vista Capable' Case · · Score: 0, Redundant

    I certainly hope the judge grants the jury an anti chair cage around the jury box.

  20. Re: How Long Should Open Source Project Support Us on How Long Should an Open Source Project Support Users? · · Score: 2, Insightful

    Open source projects don't support users... they are the users.

    If the main groups no longer wishes to participate in the project then other users need to step up.
    This is one of the greatest things about OSS.

    Software for the Users, by the Users!

  21. Re:Seems sensible on Bill Gates Founds New "Think Tank" Company · · Score: 1

    Now he will finally have time to perfect Microsoft BoB and that damn paperclip.

  22. Re:What site is this again? on Web Singletons? · · Score: 1

    I don't get it. :P

  23. Re:Good Marketing on ITunes 8 a Real Killer App; Taking Down Vista · · Score: 3, Insightful

    Regardless of what the itunes application might be doing it should not cause the OS to crash. The application to crash yes... but not the OS.
    One of the main jobs of the OS is to protect processes from badly behaving neighbors.

    This is definitely a bug in Vista.

  24. x86 has got to go on A Chinese Challenge To Intel · · Score: 1

    realistically the x86 processor line has nothing going for it besides install base.
    It's not the fastest, lowest power, lowest heat, cheapest to manufacture, or really anything else.

    Anyone entering the desktop cpu marketplace is a blessing.

  25. Re:Yes/No on Should Companies Share Criminal Blame In ID Theft? · · Score: 1

    Certainly.. IF a company decides to collect personal data THEN they should be required to protect said information.