Live data from Hacker News

Viewing profile — sharth

sharth

HN member
Joined
Sun, Apr 18, 2010, 7:56 PM UTC
HN karma
254
Public activity
144 items

About sharth

No profile information was provided.

Recent public activity

  1. comment
    Comment #46537902

    Isn't the Citi Double Cash the canonical 2% card?

  2. comment
    Comment #43045707

    What's the actual difference between NYSE Texas and the traditional NYSE?

  3. comment
    Comment #42570104

    But the journal editor should.

  4. comment
    Comment #36843509

    There are still plenty of subdomains, for example, https://www.cnusd.k12.ca.us/

  5. comment
    Comment #21110546

    The article that this article links to says that the FBI has shared thousands of photos with Swiss Police.

  6. comment
    Comment #15813228

    https://developers.google.com/time/smear

  7. comment
    Comment #15165866

    Telegram and Snapchat are probably the most reasonable companies.

  8. comment
    Comment #13688856

    Note that the person in the lowest tax bracket is likely not itemizing their deductions, so their cost is more like 100%.

  9. comment
    Comment #13683630

    In this particular case, you'd likely be using printf or cout, both of which perform a copy of integer parameters. So you wouldn't see this there.

  10. comment
    Comment #12377004

    For example, Lastpass recently had an exploit in their extension: https://news.ycombinator.com/item?id=12171547

  11. comment
    Comment #11933983

    The first line of your reference says that restrict __is__ part of the C99 standard.

  12. comment
    Comment #11698996

    If you're going to pass it by const_ref, why not just pass the actual stored object by const_ref instead?

  13. comment
    Comment #11665094

    Limited Partner and General Partner. https://www.quora.com/What-is-the-difference-between-Limited...

  14. comment
    Comment #11002791

    You probably intended to include this link: http://www.theguardian.com/lifeandstyle/australia-food-blog/...

  15. comment
    Comment #10069276

    http://www.followupthen.com

  16. comment
    Comment #9669637

    They have since 2009. https://developers.google.com/speed/public-dns/docs/using

  17. comment
    Comment #9588258

    What is "Private Internet Access"?

  18. comment
    Comment #9586288

    1/2 + 4/8 == an integer.

  19. comment
    Comment #9585907

    So we can actually iterate over every possible solution pretty quickly. If I cared more, I'd look into using `fractions.Fraction` so that I didn't need to use floating point math. …

  20. comment
    Comment #9528150

    The second problem would be clearer if we knew how much scratch space we had. Is it zero? Is it O(1)? Is it O(n)?

  21. comment
  22. comment
  23. comment
    Comment #9480360

    It's certainly a matrix if the other elements are 0. If they have no value then a hash-map or what not makes sense.

  24. comment
    Comment #9404971

    Apple has a great example of a website design that drives me mad: http://www.apple.com/mac-pro/

  25. comment
    Comment #9316752

    No US company can legally hire you. The only exception I know of is working for your parents. http://www.youthrules.dol.gov/know-the-limits/under14.htm You can legally work as a co…