Live data from Hacker News

Viewing profile — summerevening

summerevening

HN member
Joined
Fri, Jul 17, 2026, 1:10 AM UTC
HN karma
2
Public activity
5 items

About summerevening

No profile information was provided.

Recent public activity

  1. comment
    Comment #48942518

    > While we do need to write sandbox metadata and results to durable storage, we do so largely asynchronously. How do you guarantee durability of sandbox task metadata if it’s writt…

  2. comment
    Comment #48942476

    Makes sense thanks!

  3. comment
    Comment #48942462

    What was the hardest part/most unexpected design challenge in getting this to work?

  4. comment
    Comment #48942444

    Do you binpack containers such that you overcommit cpu/ram on the machines to drive up utilization? Did you do any simulations to see if this optimistic distributed scheduling appr…

  5. comment
    Comment #48942322

    Every scheduler node has cached view of whole cluster and optimistically makes a scheduling decision, retrying on conflict? Any tricks you did to reduce conflict rate? Is there a c…