Viewing profile — herewhere
herewhere
HN member- Joined
- Wed, Mar 25, 2015, 5:58 AM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About herewhere
No profile information was provided.
Recent public activity
-
comment
Comment #42189040
I am interested in knowing how the arch would run? Is it a library that I need to add in my code to make it work? Or do I need to deploy some sort of service in my infrastructure?
-
comment
Comment #27693033
The tech stock appreciated a lot during this pandemic. For example: - FB stock is up ~75%. - GOOG almost up 100%. - AMZN almost up ~50%. Stock portion of the compensation could be …
-
comment
Comment #26593953
Around a decade ago, I was part of the team responsible for msnbot (a web crawler for bing). There used to be robot.txt (forgot the extension now). Most of the website was giving 1…
-
comment
Comment #26574431
I started the current job during pandemic. I had never been to office of current. Zoom interview and WFH until now. Kids are also schooling from home. Hence, I now have three offic…
-
comment
Comment #25146142
Recently, I went to Peloton dealership to order one bike. They offered 39 months 0% APR. I asked if they can give me some sort of cash discount. Because of lack of cash discount, a…
-
comment
Comment #15317800
You only get to live once. The only limited thing that you have is your time. If you wake up every morning with the passion for the work you are doing, then you are lucky. A lot of…
-
comment
Comment #15316172
Would you mind sharing your contact info?
-
comment
Comment #13585188
In my humble opinion, after C++ 17, C++ does not need anyone's defense. I had worked on infrastructure pieces in Google and Facebook. Given the scale of data, and number of machine…
-
comment
Comment #10652905
if 4 log2(N) So, in Big-O term, this only trying to optimize only small dataset (4 <= N <= 16).