Viewing profile — manasvi_gupta
manasvi_gupta
HN member- Joined
- Tue, Jul 04, 2017, 3:48 AM UTC
- HN karma
- 11
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About manasvi_gupta
No profile information was provided.
Recent public activity
-
comment
Comment #33727754
Incident Issues loading and sending messages in Slack Some customers may be experiencing issues loading content or sending new messages. We are investigating and we're very sorry f…
- story
- story
- story
- story
-
comment
Comment #26558016
Please specify Elasticsearch & JDK version. Also, index size and heap size per node. From my experience, high heap sizes are unnecessary since Lucene (used by ES) has greatly reduc…
-
comment
Comment #22517558
This video on scaling Facebook Live (realtime video streaming) may help -> https://www.youtube.com/watch?v=IO4teCbHvZw
-
comment
Comment #22514153
Please note - Most Linux laptops are being throttled due to low cTDP bug. It impacts almost all new laptops, including Lenovo. You can read more about this -> https://forums.lenovo…
-
comment
Comment #22125682
If anyone is looking to contribute to Apache Kafka, they, can get started with setup that I have documented in my blog. https://medium.com/@manasvi/getting-started-with-contributin…
-
comment
Comment #21664274
If possible, take sometime off and practice DS/Alog problems on leetcode. I don't know your location, but, there are plenty of data engineering jobs available (in general). But you…
-
comment
Comment #21659967
Came here to say same thing. Saga pattern is the way to go. Also, suggest you to carefully think about transaction boundaries, if possible, prefer eventual consistency over transac…
-
comment
Comment #17915608
Just a note of caution - My personal experience with TW is not good. I never heard back from their HR (Bangalore) after sending resume, despite multiple reminders (I am fine to get…
- story
-
comment
Comment #16073454
Will you consider dev from India (Bangalore) for US specific openings ? And also provide visa/relocation support? If yes, how can I find out more details about this opening?
- story
-
comment
Comment #14693423
I have used awk to color application logs (info=green, error=red, warn=yellow) on linux console. Blog - http://manasvigupta.github.io/2015/06/27/color-your-logs-and...