Viewing profile — summerevening
summerevening
HN member- Joined
- Fri, Jul 17, 2026, 1:10 AM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About summerevening
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48942476
Makes sense thanks!
-
comment
Comment #48942462
What was the hardest part/most unexpected design challenge in getting this to work?
-
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…
-
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…