Live data from Hacker News

Viewing profile — yossi_peti

yossi_peti

HN member
Joined
Tue, Apr 24, 2012, 3:06 PM UTC
HN karma
82
Public activity
23 items

About yossi_peti

No profile information was provided.

Recent public activity

  1. comment
    Comment #49128516

    The alternative being closing the doors on the person's arm and likely injuring them to avoid a minor incovenience?

  2. comment
    Comment #47634992

    The precondition on the link you shared has -1 <= x && x <= 1, so 99 is way outside of that range. But even so, testing for x=1, which is supposed to be inside that range, 0.5 does…

  3. comment
    Comment #47464014

    I'm guessing their issue isn't about the vowel, it's about the number mismatch between the singular article "an" and the plural noun phrase "frequently asked questions".

  4. comment
    Comment #47408927

    It can change sometimes, but not very reliably. For example try this: "I’m not sure our professional values are currently aligned, but I wish you the best in your future endeavors.…

  5. comment
    Comment #47124351

    Example 1 is a declaration in Go. Example 3 is a declaration in Python.

  6. comment
    Comment #46443535

    I guess the reasoning assumes that you have multiple eggs in your basket. A 95% chance of failure is bad if you're pinning the whole business on it, but if you have a variety of 5%…

  7. comment
    Comment #45993995

    > Most twelve month olds struggle to support their head I don't know about the other claims, but this one is false. It would be somewhat concerning if a 6-month-old struggled to su…

  8. comment
    Comment #44236434

    Which one do you have in mind? For each of those three constraints mentioned, I can think of a reason why it's not like the other two, but there's not one in particular that seems …

  9. comment
    Comment #44007582

    Their example "understanding and translating vertical Chinese spring couplets to English" has a lot of mistakes in it. I'm guessing the person writing the blog post to show off tha…

  10. comment
    Comment #42214536

    How is the gameplay related to the information? The connection seems pretty contrived to me.

  11. comment
    Comment #41367665

    Why isn't SendGrid on the list? It seems to have a similar pricing level

  12. comment
    Comment #41304545

    If people want to live in rural areas, that's fine by me. They don't particularly contribute to the problems with car-centric infrastructure in the US. The main complaints are how …

  13. comment
    Comment #41236962

    It looks like all of the templates are basically listing steps or showing a list of facts. Most of my favorite infographics involve some sort of graph or chart that visualizes data…

  14. comment
    Comment #38661159

    > As a photographer, I care about robustness of the visual output. Which means, as a designer, designing for the worst possible image and taking numerical metrics with a grain of s…

  15. comment
    Comment #37534391

    Since it's 5 minutes I'm wondering if it's just "that's how the web works by default". I remember a while ago I was doing a long-running calculation on an POST request and was tryi…

  16. comment
    Comment #37330937

    What's wrong with that? If America was for some reason invaded by Chinese infantry, I would certainly prefer that the soldiers were properly trained to avoid civilian casualties.

  17. comment
    Comment #37162604

    And Google Cloud Platform

  18. comment
    Comment #36577434

    Theoretically, if you choose the first two points at random, then you have a 50-50 chance of guessing right on the third guess (the two circles from the first two guesses have at m…

  19. comment
    Comment #19616746

    It makes sense that more developed countries would have lower optimism. If the previous generation already had a decent quality-of-life, there's less reason to assume that the next…

  20. comment
    Comment #19548813

    > You need tens of millions before I could call you huge That seems like an absurd standard to me. The three largest employers in the world (by number of employees) are 1. The U.S.…

  21. comment
    Comment #3885979

    I think the parsing method in this article was borrowed from Crockford's TDOP article, except it parses a simpler language than Javascript.

  22. comment
    Comment #3885960

    There is a slight snag that arguments to a function are eagerly evaluated. A built-in if function would be more useful as a special form.

  23. comment
    Comment #3884252

    I'm not sure I'd be so quick to say it's not turing complete--the language includes building functions (not first-class functions though), but it might be possible that they can be…