Live data from Hacker News

Viewing profile — divyekapoor

divyekapoor

HN member
Joined
Thu, May 12, 2016, 10:03 PM UTC
HN karma
201
Public activity
49 items

About divyekapoor

No profile information was provided.

Recent public activity

  1. comment
    Comment #49060765

    Why do you need a cryptographic hash function for detecting duplicates? xxHash, rapidHash or anything that’s fast will do the job. There’s no need to be secure against inverses.

  2. comment
    Comment #49054322

    If the numbers are what they claim. They’re going to make it.

  3. comment
    Comment #49021833

    Not at all! All of these are real. ETag: expiry tag on HTTP(s), SAML: auth protocol, CSP: constraint sat, BGP: border gateway protocol, haproxy: load balancer, helm: k8s package ma…

  4. comment
    Comment #49017112

    What are you using to put Fable and Sol on each other?

  5. comment
    Comment #45803569

    Nettle ( https://nettle.llc/ ) | REMOTE | Autonomous Data Processing | Compensation and Culture: Netflix rules - Top of personal market for your role and geo, stunning colleagues. …

  6. comment
    Comment #40020359

    The US law is very expensive to comply with. Probably the most expensive in the world. Incorporate a subsidiary only and only if there’s a check in your hand. Then too, consider an…

  7. comment
    Comment #37436342

    We do not want red and blue functions. Any language that implements async / await as coroutines instead of green threads is making a fundamental CS mistake. https://journal.stuffwi…

  8. comment
    Comment #36767030

    Broken for me as well.

  9. comment
  10. story
  11. comment
    Comment #35643389

    "Sundar is announcing"... not "we are announcing"... speaks volumes as to the fact that this was a unilateral decision.

  12. comment
    Comment #34253842

    Demo gif & video please! You'd have more adoption if I knew what I was getting upon install.

  13. comment
    Comment #34087374

    Hate to be that guy that ruins your security researcher dreams. Your Argon2 memory hard function is useful against mass surveillance and belongs in mass market products. Let's leav…

  14. comment
    Comment #33557213

    This reply is spot on. A vague policy statement means that the FTC itself can't be and won't be held to any standard. They might define Ecommerce one way when it helps with Amazon'…

  15. comment
    Comment #33339010

    Booking.com is a large travel aggregator, Nasdaq listed (BKNG) with a 74B market cap - 6x the size of Expedia. They’re just not as big in North America. And the reason she experien…

  16. comment
    Comment #33338966

    Project Roomkey: https://www.cdss.ca.gov/inforesources/cdss-programs/housing-...

  17. comment
    Comment #32816035

    The only task queue I loved was beanstalkd -- it's beautifully written and highly performant. Starting it takes seconds and it's been running for a decade: https://beanstalkd.githu…

  18. comment
    Comment #32718736

    Who is Richard Li?

  19. comment
    Comment #31965757

    I've started a thread internally to double check these numbers. Please wait for an update.

  20. comment
    Comment #31965610

    Google serves up way way more than 63k queries per second (several million requests/s is common for the critical services around search). Source: I worked there. However, your main…

  21. comment
    Comment #31790747

    Fantastic writeup and a great exposition of how to do kernel debugging. Thank you!

  22. comment
    Comment #31773848

    +1 - have had a super solid amazing experience with Mercury. Highly recommended.

  23. comment
    Comment #31472475

    Because debt-to-GDP doesn't make sense as a financial measure and most people don't understand it. CA economy is $3.4T, CA debt-to-GDP is 14.9%, the US Federal Debt to GDP is 133.9…

  24. comment
    Comment #30610139

    Very well done.

  25. comment
    Comment #30351352

    @galaxyLogic: you're right - we don't really need private static as well except for the single nifty/dubious feature that a private static method can't affect member variables of t…