Live data from Hacker News

Viewing profile — manasvi_gupta

manasvi_gupta

HN member
Joined
Tue, Jul 04, 2017, 3:48 AM UTC
HN karma
11
Public activity
16 items

About manasvi_gupta

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. story
  4. story
  5. story
  6. 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…

  7. comment
    Comment #22517558

    This video on scaling Facebook Live (realtime video streaming) may help -> https://www.youtube.com/watch?v=IO4teCbHvZw

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. story
  14. 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?

  15. story
  16. 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...