Live data from Hacker News

Viewing profile — mhaymo

mhaymo

HN member
Joined
Tue, Feb 22, 2011, 10:59 PM UTC
HN karma
491
Public activity
210 items

About mhaymo

No profile information was provided.

Recent public activity

  1. comment
    Comment #34762655

    Desistance, i.e. "being convinced out of transness" is perfectly common, as mentioned in the article. I'm not aware of any studies on how therapy can affect this, but even if the t…

  2. comment
    Comment #33240739

    > Versioning APIs I hear this recommended quite frequently, but I don't see it practiced much, nor do I really understand what is being recommended. No matter how you wrote your fi…

  3. comment
    Comment #32990292

    Except he did play him, and only after that loss did he withdraw from the tournament and refuse to play with him again. The implication is clear to all that Carlsen suspects foul p…

  4. comment
    Comment #32085774

    According to the article, users can opt-in to end-to-end encryption, so it's not true that this is "out of our control".

  5. comment
    Comment #31850545

    That regurgitated code exists on Github exists under an MIT license: https://github.com/jethrodaniel/fast_inv_sqrt "jethrodaniel" does not appear to have the copyright to offer tha…

  6. comment
    Comment #31019155

    I agree with your general point, but I have to add that that example "compromise" sounds highly unsatisfactory for the wife. Not only does she have to accept the dirty dishes, but …

  7. comment
    Comment #28840089

    In my experience cold starts don't affect the p99 if you have substantial traffic, because you have enough lambdas consistently running that cold start rate is ~0.1%. P99.9 also ma…

  8. comment
    Comment #26869358

    Do you have any solution for RSS to Kindle? I would happily pay to have my RSS feeds delivered straight to my Kindle. In fact I just today paid for https://app.newslettertokindle.c…

  9. comment
    Comment #26222998

    Good point. I guess the reason the author finds removing from lists to be relevant is because there is no Set structure in the Go standard library. They should use a `map[t]bool`, …

  10. comment
    Comment #25747116

    Presumably once the kinks are worked out of this process, it could be merged into the main release of Signal. No second app required.

  11. comment
    Comment #25745556

    It depends how paranoid you are. If you believe your audio is so valuable that Amazon would create a separate hardware model for you and those like you, and would succeed in keepin…

  12. comment
    Comment #25418030

    Only if you place no value on paying off your ISA. Once the ISA is paid off, the "cliff" disappears. Obviously this is quite different to taxes.

  13. comment
    Comment #25416346

    Different in important ways. There is no risk of ruin from an ISA: if you aren't earning you don't have to pay. The idea is also that this aligns the school's incentives with the s…

  14. comment
    Comment #24997219

    No you're incorrect, and drawing a false distinction between spending company money on growth instead of profits, and other business expenses. There is no distinction for tax purpo…

  15. comment
    Comment #24978339

    There are legitimate reasons for a valuable company to make little to no profits. Namely re-investment in growth. Your proposal would make it impossible for businesses to spend tod…

  16. comment
    Comment #22594533

    And EasyJet made £430m in profit last year. http://corporate.easyjet.com/investors/results-centre

  17. comment
    Comment #20816534

    Maybe I'm misunderstanding, but it seems to me that it's the consumer, not Amazon, that's being asked to pay extra fees. The consumer bought an Audiobook, Amazon wants to provide r…

  18. comment
    Comment #20106472

    Why is it important? In either case, the correct course of action is to treat the password as insecure.

  19. comment
    Comment #19919611

    Uber has no moat, so cannot possibly exploit a monopoly. The hardest part of their service to replicate is the drivers, and since they're all contractors they are free to work for …

  20. comment
    Comment #19645711

    This is a common sentiment, but seems wrong to me. It doesn't take a genius to recognise a spam or phishing email either, and yet no company has created a perfect email filter. It'…

  21. comment
    Comment #19367791

    Times Square billboards still sell for thousands of dollars a day. Do you have any evidence for your beliefs?

  22. comment
    Comment #18663673

    NYC minimum wage is https://www.ny.gov/new-york-states-minimum-wage/new-york-sta...

  23. comment
    Comment #18004440

    I think you'll find that many famous tyrants were funded by taxes.

  24. comment
    Comment #17706953

    I think you're massively overstating the effects of gerrymandering. https://www.sciencedirect.com/science/article/pii/S026137941... > while Republican and Democratic gerrymandering…

  25. comment
    Comment #17178714

    Yes, but it then explains that escape analysis allows the runtime to avoid creating the Object entirely with scalar replacement. It's written in a confusing way, which is why I fel…