Live data from Hacker News

Viewing profile — civility

civility

HN member
Joined
Mon, Jan 02, 2017, 4:22 AM UTC
HN karma
623
Public activity
297 items

About civility

No profile information was provided.

Recent public activity

  1. comment
    Comment #20591202

    Yes, and annoyingly it only goes back 20,000 years. Going back 400,000 years would tell a much more interesting story.

  2. comment
    Comment #20281241

    > Really, are you sure? Pretty sure, and user adwn commented on it too. It's a pretty common pattern to not answer the question and then indicate it was a dumb question in the firs…

  3. comment
    Comment #20278670

    I appreciate your reply, but I don't believe the vandalism and arson metaphor fits. There are just people you let get away with crap and ones you don't. His goal was to antagonize …

  4. comment
    Comment #20273399

    Dan, go fuck yourself. By letting people get away with snarky condescending tones and banning people who call them out on it, you're encouraging shitty behavior. "Don't be snarky" …

  5. comment
    Comment #20259859

    Nice job - you've succeeded in being just another condescending asshole.

  6. comment
    Comment #20254434

    > civility's reply to your post is somewhat rude Not as rude as I wanted to be. I expect answers like that from Stack Overflow or Reddit - just another condescending ego play witho…

  7. comment
    Comment #20252678

    Your answer is trite and unhelpful.

  8. comment
    Comment #20252180

    Is anyone aware of a good/fast single threaded allocator for cases where you don't need/want to pay for thread safety?

  9. comment
    Comment #20204896

    And here I was, worried I might be tedious or pedantic, trying to argue that floating point is just not that simple. You've really outdone me in that regard.

  10. comment
    Comment #20193245

    So umm, more than a "difference in the realm of 6-8 significant digits"?

  11. comment
    Comment #20191928

    Ugh, you're preaching to the choir. I wasn't trying to make a point about the equality operator, I was trying to make a point about x and y being completely different. I must be re…

  12. comment
    Comment #20189176

    No joke. Is it 10 years from now, 100 years, or something else?

  13. comment
    Comment #20189128

    > [...] or we're all doomed! When are we all doomed? Can you put a date (year) on it?

  14. comment
    Comment #20189055

    Call it a contrivance if you want, my point was just that you can get very surprising results even for "real life" sized numbers. Not sure why you changed it from "1.0 % 0.2" to "0…

  15. comment
    Comment #20188038

    I didn't see anything in your message above indicating you were restricting yourself to integers.

  16. comment
    Comment #20188025

    I think I see where you're hung up. If I change it to: x = 1e20 + 1 - 1e20 y = 1e20 - 1e20 + 1 assert x == y There is only 1 digit, and it's wrong. You don't even need 6-8. I proba…

  17. comment
    Comment #20186782

    > JavaScript is precise for 2^53 range What does this mean to you? It's very easy to get horrible rounding error with real-life sized things. For instance document.writeln(1.0 % 0.…

  18. comment
    Comment #20186728

    The person I replied to claims to have looked at large* data sets and never seen a discrepancy in 6-8 significant digits. I thought I'd show them a small data set with 3 samples th…

  19. comment
    Comment #20185191

    x = 1e-20 + 1e20 - 1e20 y = 1e20 - 1e20 + 1e-20 assert x == y

  20. comment
    Comment #20162849

    Really, it's just part of the scam. Most people actually believe the seller is paying the realtors. It's how the buyer's agent can say, "Don't worry about my rate, the seller pays …

  21. comment
    Comment #20161281

    You're right, of course. However in this case, I'd like to see someone fix the problem instead of just making it more palatable. To me FlyHomes looks like just another realtor who …

  22. comment
    Comment #20160630

    The buyer pays everyone - no one else brings any money to the transaction.

  23. comment
    Comment #20155645

    In Arizona, every stick-and-stucco house has (or will have) termites. The inspector already knows the answer before he shows up. You pay for "treatment" each time the places change…

  24. comment
    Comment #20154211

    I just found their quote: > Flyhomes makes money through the commission paid by the home’s seller. This is the same lie all realtors love to throw out. "You don't pay - the seller …

  25. comment
    Comment #20154161

    What rate do they charge? It looks like they provide a cash offer and then find financing so you can buy it from them. I didn't see anything about how this eliminates middle-men an…