Viewing profile — apoorvgarg
apoorvgarg
HN member- Joined
- Sat, Feb 17, 2018, 8:10 PM UTC
- HN karma
- 127
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About apoorvgarg
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #19223163
What would be the signature of your gcd function ?
-
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.
-
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 …
-
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…
-
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…
-
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 …
- story
-
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?
- story
-
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…
-
comment
Comment #18237412
This might be useful https://github.com/ant-design/ant-design-pro
- story
-
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 …
-
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…
-
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…
-
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 …
-
comment
Comment #18032676
how many gcp products has google abandoned in total?
- story
-
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 …
- story
- story
-
comment
Comment #17365139
Here's the link to try it out - apm.archsaber.com