Viewing profile — tpankaj
tpankaj
HN member- Joined
- Wed, Nov 07, 2018, 1:37 AM UTC
- HN karma
- 50
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About tpankaj
No profile information was provided.
Recent public activity
-
comment
Comment #38071345
That's not what that column is supposed to mean afaict. The way I read it is it's showing that if the website requires hundreds of different parallel backend service calls to serve…
-
comment
Comment #37296963
There's a difference between legal reasons and decency
-
comment
Comment #37064286
I don't want my own office. If I wanted to work in a room by myself, I would work from home. The whole reason I go to the office at a job that lets me choose is because I find it e…
-
comment
Comment #35815963
You do not have the right to force your personal religious views onto other people though. Tolerance does not mean everyone else has to allow you to dictate how they live their liv…
-
comment
Comment #35804667
I don't think it's fair to complain that you're not interested in reading about the state of venture capitalism on an article titled "The State of Private Markets". The article del…
-
comment
Comment #35709691
Well-equipped soldiers may be fine but low-income civilians in Khartoum would not have the means to obtain P100 respirators or gas masks.
-
comment
Comment #35221142
By law, if the FDIC takes losses to the insurance fund to pay out on uninsured deposits, they have to charge an extra premium to the member banks. So it's still the banks paying fo…
-
comment
Comment #35208851
Why would banks take more risk with their deposits? The bank executives, shareholders, and bondholders wouldn't be personally affected by the loss of deposits anyway so I'm not sur…
-
comment
Comment #35162030
This is also assuming that the sale of SVB's assets doesn't end up covering the full cost, and that the remaining cost is large enough to result in a meaningfully sized special ass…
-
comment
Comment #35161782
Taxpayers did not pay for the FDIC protections. And shareholders are wiped out, so they didn't gain from this collapse.
-
comment
Comment #34844666
While the goal sounds admirable, it seems like it would inevitably mean discriminating against young, child-free employees.
-
comment
Comment #34792241
Maps has become buggier and buggier over time. These days I can't figure out how to use the UI and my navigation to work has become completely wrong (it used to be correct for year…
-
comment
Comment #34290554
I think the fear is a bit overblown. California already doesn't allow non-competes as far as I know.
-
comment
Comment #33978882
My understanding is they would have to prove criminal intent.
-
comment
Comment #33673647
The process is quite complex so it's usually too heavy handed for a project of this size. That's why people look for an existing nonprofit to take it on. But if kloch mainly wants …
-
comment
Comment #33668444
I'm 25 and I'd totally take it on, but you're probably looking for an actual nonprofit if you want true survivability. As someone who has used this tool for at least 10+ years (as …
-
comment
Comment #33610397
My team is 3 right now and 33% time oncall is still pretty bad.
-
comment
Comment #32996643
There are a couple of blog posts and associated papers on TAO: https://engineering.fb.com/2013/06/25/core-data/tao-the-powe... https://research.facebook.com/publications/flighttrac…
-
comment
Comment #32723094
Where did you move to?
-
comment
Comment #32566618
That's a pretty narrow viewpoint. I can tell you from personal experience that it is very difficult to graduate college almost straight into a (pandemic-induced) remote job in a ne…
-
comment
Comment #32536280
How does DynamoDB guarantee p99 latency? At first glance it sounds impossible to guarantee something like that, especially accounting for random network congestion or queuing on th…
-
comment
Comment #32460446
This is why production services should have health checks that actually verify whether the service is doing its job in the system, not whether it's merely running the process. A pr…
-
comment
Comment #32260338
I noticed some other weirdness like functions taking a double pointer argument and then freeing the memory and replacing it with a newly allocated piece of memory. Seems rather dan…
-
comment
Comment #18725396
I believe another contributor wrote a Go user-space implementation and Jason decided to build off that for the PC user-space implementations and Android and iOS. So basically, beca…