Live data from Hacker News

Viewing profile — generallyfalse

generallyfalse

HN member
Joined
Mon, Jul 23, 2018, 10:05 AM UTC
HN karma
4
Public activity
6 items

About generallyfalse

No profile information was provided.

Recent public activity

  1. comment
    Comment #17607672

    Don't forget that you are not a fruit fly.

  2. comment
    Comment #17601543

    I see that you prefer not to use recurrency in Python. That decision is correct since python is not optimized for recurrency but it also can make the code more complex. See https:/…

  3. comment
    Comment #17600733

    Caveat emperator, I am reading the first pages of the article you link to. In page 1519 they say 1-alpha is the desired significance level. This is wrong, perhaps they mean that al…

  4. comment
    Comment #17596766

    In one of your comments you say you have improved a lot in two months or so, so perhaps you need a little more practice and I think you could improve a lot more (less time for solv…

  5. comment
    Comment #17596143

    This is what I tried, recursion taking care of puting the simplest cases first. I haven't checked the solution. I think this kind of problem is like a state machine. In each call o…

  6. comment
    Comment #17591696

    I should like to see some of the problems that take you 2-5 hours to solve. Show your solution, and text about the way you tackle the problem. Perhaps you need a mentor, someone th…