Live data from Hacker News

Viewing profile — apoorvgarg

apoorvgarg

HN member
Joined
Sat, Feb 17, 2018, 8:10 PM UTC
HN karma
127
Public activity
26 items

About apoorvgarg

cofounder @ archsaber.com

Recent public activity

  1. story
  2. comment
    Comment #19706709

    https://www.youtube.com/watch?v=37wFVVVZlVU This recent panel (Armstrong, Hewitt and Hoare) discussion on concurrency was the first time I got to know about him and it gave me a lo…

  3. comment
    Comment #19577485

    Before we make a technology choice, we should be clear what those choices are. SQL is a query language and DynamoDB is a database. "NoSQL" technologies can be fronted with SQL inte…

  4. comment
    Comment #19223163

    What would be the signature of your gcd function ?

  5. comment
    Comment #19220901

    Yes, and I think the quoted paragraph has so much more to do with coding around interfaces (behaviour) than with abstraction using non-exported package symbols.

  6. comment
    Comment #19220703

    Regarding single-letter variables, mathematical functions might be an exception. I think writing func gcd(a, b int) int {...} is better than other alternatives. There is simply no …

  7. comment
    Comment #18884628

    To make your comment useful [0], I would suggest explaining why and giving some context. For example, you could start with the size of your AWS infra, which other tools are you usi…

  8. story
    Ask HN: Do you wish AWS Cloudwatch was smarter?

    I am building a simple integration with AWS cloudwatch that basically scrapes metrics from cloudwatch and does the following: 1. learns what is normal from past behaviour and alert…

  9. comment
    Comment #18479668

    The question is not suggesting a follow feature. It is just a hypothetical. The aim is to list great contributors on this platform, so that anyone looking at this thread can learn …

  10. story
  11. comment
    Comment #18479117

    "Oracle DB is at least 10 years ahead of anything else" Is this just sales talk or does it hold any technical truth?

  12. story
  13. story
    Ask HN: How fast is an AWS auto scaling group?

    I have been struggling to find an answer to this simple question. What is the rate at which new instances can be created in an autoscaling group? Let's say if there is a sudden spi…

  14. comment
    Comment #18237412

    This might be useful https://github.com/ant-design/ant-design-pro

  15. story
  16. comment
    Comment #18173599

    Paging has nothing to do with this. When I say 1 MB thread stacks, it means the maximum size of that thread's stack in the virtual address space [0]. Each of these million threads …

  17. comment
    Comment #18173541

    Nobody is suggesting that you create a million threads. But to think that it is not possible without TBs of physical memory is a fallacy (for 64-bit machines). The thread switching…

  18. comment
    Comment #18172733

    Again, all this confusion is due to not being clear about virtual and physical memory. Every OS thread in linux does have a fixed virtual memory size (it is claimed when a thread i…

  19. comment
    Comment #18171912

    I think it is so important to not arbitrarily throw words like 'RAM' in such discussions, and use more unambiguous terminology such as - virtual address space and the resident set …

  20. comment
    Comment #18032676

    how many gcp products has google abandoned in total?

  21. story
  22. comment
    Comment #17713697

    Thanks for the perspective (especially for me, since Go is my primary language.) Just to clarify, the primary target audience for the article is anyone who is getting started with …

  23. story
  24. story
  25. comment
    Comment #17365139

    Here's the link to try it out - apm.archsaber.com