Live data from Hacker News

Viewing profile — sundargates

sundargates

HN member
Joined
Thu, Apr 18, 2019, 9:04 PM UTC
HN karma
21
Public activity
6 items

About sundargates

No profile information was provided.

Recent public activity

  1. comment
    Comment #19699980

    the former actually. If you have 1 app that's the bread and butter of your company and, 60% of your 2000+ engineers working on various features of that one app, then even in a mult…

  2. comment
    Comment #19695267

    Actually we have compared it in our paper. Bors builds one change at a time. On the other hand, Submit Queue speculatively builds several changes at a time based on the outcomes of…

  3. comment
    Comment #19695226

    I can guarantee you that none of the ideas on the paper were born out of a desire to get promoted. They were invented because ML models helped figure out which set of builds we nee…

  4. comment
    Comment #19695143

    The way we achieved the master success rate of 100% at scale was by using the techniques that we describe in the paper. The blog doesn't go into details on Submit Queue and how it …

  5. comment
    Comment #19695116

    I can guarantee you that the system that's described in the paper is what we use at production. The blog post that you are pointing to was meant to describe the usage of monorepo a…

  6. comment
    Comment #19695077

    You are right to say that conflict analyzer tries to treat commits independently based on the service or app (which are usually in separate repositories in a multi-repo world). How…