Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
apoorvgarg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Reaching Agreement in the Presence of Faults (1980) [pdf]
(lamport.azurewebsites.net)
5 points
by
apoorvgarg
7y ago
|
0 comments
2.
▲
by
apoorvgarg
7y ago
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 lot of food for thought.
3.
▲
by
apoorvgarg
7y ago
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 interfaces. Relational databases can vary a lot too in
4.
▲
by
apoorvgarg
8y ago
What would be the signature of your gcd function ?
5.
▲
by
apoorvgarg
8y ago
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.
▲
by
apoorvgarg
8y ago
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 need to assign any more meaning to the arguments other than
7.
▲
by
apoorvgarg
8y ago
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 using other than CloudWatch etc. [0] https://news.yc
8.
▲
Ask HN: Do you wish AWS Cloudwatch was smarter?
1 points
by
apoorvgarg
8y ago
|
3 comments
9.
▲
by
apoorvgarg
8y ago
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 something new from their contributions.
10.
▲
Ask HN: If HN had a follow feature, who would you follow?
13 points
by
apoorvgarg
8y ago
|
6 comments
11.
▲
by
apoorvgarg
8y ago
"Oracle DB is at least 10 years ahead of anything else" Is this just sales talk or does it hold any technical truth?
12.
▲
Amazon Itself Runs on Oracle DB: Larry Ellison [video]
(youtube.com)
7 points
by
apoorvgarg
8y ago
|
1 comments
13.
▲
Ask HN: How fast is an AWS auto scaling group?
1 points
by
apoorvgarg
8y ago
|
2 comments
14.
▲
by
apoorvgarg
8y ago
This might be useful https://github.com/ant-design/ant-design-pro
15.
▲
The story of Rajeev Motwani
(alumniconnect.wordpress.com)
1 points
by
apoorvgarg
8y ago
|
0 comments
16.
▲
by
apoorvgarg
8y ago
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 could be using only a few KBs for its stack (out of tha
17.
▲
by
apoorvgarg
8y ago
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 costs itself could be prohibitive to performance. IIRC, gor
18.
▲
by
apoorvgarg
8y ago
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 is created, but this claim is on the virtual memory. This val
19.
▲
by
apoorvgarg
8y ago
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 size (RSS). On a 64-bit machine, with 1MB stack si
20.
▲
by
apoorvgarg
8y ago
how many gcp products has google abandoned in total?
21.
▲
APM should be cheap: I built a complete APM solution using open source
(reddit.com)
1 points
by
apoorvgarg
8y ago
|
0 comments
22.
▲
by
apoorvgarg
8y ago
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 asyncio (although I know of people who have been using async
23.
▲
The magic of asyncio explained
(hackernoon.com)
168 points
by
apoorvgarg
8y ago
|
89 comments
24.
▲
An introduction to Python's asyncio that I so wished I had
(medium.com)
2 points
by
apoorvgarg
8y ago
|
0 comments
25.
▲
by
apoorvgarg
8y ago
Here's the link to try it out - apm.archsaber.com
26.
▲
APM powered by open source
1 points
by
apoorvgarg
8y ago
|
1 comments