Slashdot Mirror


User: halny

halny's activity in the archive.

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

Comments · 3

  1. Re:It's all good on Cloned Cat Not a 'Carbon Copy' · · Score: 3, Interesting

    I don't see anything illogical about this. Try baking three cakes using the same recipe. Chances of them being *identical* are rather small.

    It would be theoretically possible to estimate information capacity of DNA molecue (after all it isn't infinite). I don't know how big it would be, but I don't know why would anyone believe DNA could store information about everything.

  2. Re:My tech support advice come Christmastime? on Please Don't Ask Me About Windows On Christmas · · Score: 1

    The real problem is that people often assume you should help them with their new toys just because you can do it. They don't consider the fact that I'm working with computers all of the time and it is last thing I want to do during long-awaited holidays.

    To put it in another way: my sister is an accountant. And I wouldn't ask her to fill my tax declaration for me (I live in Poland, and here tax laws are quite complicated and changing all the time). Sure, it will take me more time - but I don't expect that all my problems will be solved by other people.

    So, after years I have learned to say "no" to all but closest relatives and friends (the only ones who think about it before they ask me for a favour).

  3. Re:DotGnu and Mono on Portable.NET Now 100% Free Software · · Score: 1

    Man, just use right tool for the job:

    #!/bin/sh
    trap "" SIGINT
    while true; do
    read input
    echo "?"
    done

    This is really good clone - I had to quit it the same way I usually quit ed when I accidentaly run it (^Z, kill %1)