Slashdot Mirror


User: Jamu

Jamu's activity in the archive.

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

Comments · 616

  1. Re:Scary Stuff on Sea Life Wiped Out by Neutron Star Collision? · · Score: 1

    I worded badly. We call them genes because, among other things (such as determining the characteristics of an organism), they create copies of themselves. They, of course, have no motivation to do this, but any gene that has done so for a few generations is likely to do so again (ignoring other factors).

  2. Re:Scary Stuff on Sea Life Wiped Out by Neutron Star Collision? · · Score: 2, Insightful

    Genes don't have a perspective. Nor do they grade anything in levels of importance. Genes create more genes because otherwise we wouldn't call them genes. We fall apart because this is a natural process in any system. It's also obvious that genes will be passed on before sexual dysfunction.

  3. Aluminum Foil... on Passport Chip Could Attract High-Tech Muggers · · Score: 0

    ...not just for your head. It can also stop aliens (and terrorists) from reading your passport!

  4. Re:There are rules for this on Do Programmers Actually Use Assertions? · · Score: 0
    Error returns are errors that occur that are not a big deal to ignore. This could be parsing an empty or invalid string.

    Or writing data to undefined memory pointers. No errors should be ignored. Error codes are returned to indicate that the function did not operate normally and therefore you should not continue on the assumption it did (ignore it in other words).

  5. Re:(Disabled) assertions suck. Not Always. on Do Programmers Actually Use Assertions? · · Score: 0

    Once at the lowest level you've determined that something is wrong, very often the only sensible option is a fatal abort.

    Surely it's better to throw an exception (or even an error code)? If nothing else catches it then the main function should, at which point it's trivial to end the program. It also means information can be passed from a low level to a higher level where it's more likely an informative error message can be generated. It also means that objects have a chance to destroy themselves. This is important if you've allocated resources that won't be freed by the platform when your program aborts. Should destructors abort? Not sure about this one. I've always allowed the destructor to finish but logged the error. As a general rule I try to keep destructors very simple.

    I wouldn't use assert(). There are plenty of better alternatives.

  6. Re:Oh, come on! on D&D Blamed For Stabbing Deaths · · Score: 0

    I'll have you know that my level 10 thief does quadruple back stabbing damage.

  7. Re:Difference? on Fermilab Reports Dark Energy Not Needed · · Score: 0

    The same as the difference between normal matter and energy except these forms would emit no visible light (and are thus dark).

  8. Re:Don't believe... on Console Players Are Pirates · · Score: 1

    The survey is, of course, biased.

  9. Re:Don't believe... on Console Players Are Pirates · · Score: 1

    The survey is, or course, biased.

  10. Re:respect their decision. on Aus. Gov't Considers Fines for Online Suicide Info · · Score: 1

    Dealing with your problems and killing yourself are not mutually exclusive. Suicide is not a sign of weakness.

  11. Re:respect their decision. on Aus. Gov't Considers Fines for Online Suicide Info · · Score: 1

    A suicidal person doesn't automatically commit suicide: They first have to find a means to be able to do this. It's therefore entirely possible for people to be suicidal and not commit suicide (It's the reason I can type this now). The more times they feel suicidal, the more time they have to make plans, and the higher the risk is that they'll have both the means and motivation to do it at the same time. The evidence supports this: Depressed people who have the means to kill themselves easily available are more likely to commit suicide. This isn't weakness.

  12. Re:Prices haven't changed much. on High Price Scare Tactics · · Score: 1

    Before? Do actually know what the big bang is? Or what the fuck you're talking about?

  13. Won't fit my ergonomic keyboard on RollerMouse Aims to Replace the Traditional Mouse · · Score: 1

    This 'ergonomic' input device just isn't going to fit on my ergonomic keyboard. The only keyboard it looks like it will fit on will be rectangular and therefore will require you to bend your wrists to type. This makes me wonder how good this product can be if the designers overlooked this fact. Now an ergonomic keyboard with this built in...

  14. Re:artifact on Experts Suggest Replacing Definition of Kilogram · · Score: 1

    It's not: It's based on the second. 1 meter = 1/299792458 seconds

  15. Re:Clear Code on Optimizations - Programmer vs. Compiler? · · Score: 1

    Both operate on the data in a serial manner and therefore the order of execution of the code inside the loops may be important. Any compiler making the optimization would have to check for this.

  16. Re:Not to push this down... on New Distributed Project Seeks Gravity Waves · · Score: 1

    No one will know unless we try both.