Live data from Hacker News

Viewing profile — ginkgo

ginkgo

HN member
Joined
Thu, Jun 11, 2009, 1:40 PM UTC
HN karma
36
Public activity
18 items

About ginkgo

No profile information was provided.

Recent public activity

  1. comment
    Comment #3040784

    The input set is problematic because it contains every number from 0 to VA.length exactly once. This allows "algorithms" like this: for x in [0...VA.length] while (VA.get(x) > x) V…

  2. comment
    Comment #2968358

    When I forced myself to learn touch-typing with a qwerty keyboard i used gtypist. I found it to be sufficient for its purpose. The only gripe i had with it was that it required typ…

  3. comment
    Comment #2590100

    Actually, this seems like the perfect opportunity for pharma companies to "help" in creating the database. That's actually what they are already doing when pitching new drugs to do…

  4. comment
    Comment #2538335

    My personal favorite has always been permutation sort, where you try all possible permutations of a sequence and check if it is sorted. What's nice about it is that it is determini…

  5. comment
    Comment #2524526

    They could promote polyandry.

  6. comment
    Comment #2481954

    They could simply get a PrimeSense license. I see no reason why they wouldn't get one.

  7. comment
    Comment #2453202

    If the python project had something like that, the current python 3 situation could maybe have been avoided.

  8. comment
    Comment #2429877

    Call me paranoid, but I don't like the idea of all my money transactions being traceable. It's less that I worry about my bank or government but about, for instance, super-market c…

  9. comment
    Comment #2426017

    Especially in hot weather I actually prefer short-sleeved shirts to t-shirts. The tightly woven, thin fabric of a shirt does not stick as much to the body as a t-shirt. Though I ha…

  10. comment
    Comment #2419566

    How could a program work that can detect such scam-drives? As long as we don't care about crashing the formatting, at least. It could work by writing a specific pattern in the firs…

  11. comment
    Comment #2381836

    Maybe it's possible to make this a closed circuit by channeling the "burnt" water back into the solar cell. This way, the daily water consumption could be brought down to (almost) …

  12. comment
    Comment #1809502

    This update broke the python-cheetah package which I was relying on. For now, I have to use a self-compiled 2.6 python package. I have locked the python and python2 packages from f…

  13. comment
    Comment #1787115

    This is somewhat related: http://hypertextbook.com/facts/2007/mariogravity.shtml

  14. comment
    Comment #1352192

    I wanted to post the same thing. The quality of those pictures is incredible. You can find all reconstructed images here: http://www.loc.gov/exhibits/empire/

  15. comment
    Comment #941856

    The sex determining chromosomes are just two among 23 chromosome pairs in the human genome. All the number-play in the article is completely pointless.

  16. comment
    Comment #888748

    There is a very interesting talk by Tim Sweeney to this topic: http://lambda-the-ultimate.org/node/1277

  17. comment
    Comment #802273

    Ocelot would also be a good name.

  18. comment
    Comment #787317

    Or you could simply make your python code tail-recursive: $ time python fib.py 40 102334155 real 0m0.013s user 0m0.000s sys 0m0.010s