Viewing profile — deltaci
deltaci
HN member- Joined
- Mon, Mar 01, 2021, 4:57 PM UTC
- HN karma
- 64
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About deltaci
Recent public activity
-
comment
Comment #35807254
It's a benchmark of GitHub Actions(Azure) vs a really old Macbook Pro 15, not exactly what you are looking for, but it tells the vibe already. https://buildjet.com/for-github-actio…
-
comment
Comment #35358172
this is already the third time github actions is down this week at wednesday morning
-
comment
Comment #33659125
congratulations on the launch. it looks pretty much like a self-hosted version of https://buildjet.com/for-github-actions
-
comment
Comment #31882761
It's amazing to see big company can throw so much engineering effort into it, while for majority of the CI users, just getting a 2x faster CI machine can achieve the same outcome w…
- comment
-
comment
Comment #31621212
Estonia is also a really good choice within EU. With their digital residency card, everything can be managed online with digital signatures only.
-
comment
Comment #30705833
this is very naive reimplentation of the C# version. I managed to reduce the runtime of the same file from 5.7 seconds to just 800ms using var file = File.OpenRead("file.bin"); var…
-
comment
Comment #30705789
You just need to do File.OpenRead instead of OpenText to get a FileStream, then you can read the buffer
-
comment
Comment #30705725
but it makes function calls, it's not neglectable as it's called as many time as the bytes the file has
- story
- story
-
comment
Comment #30590553
A similar comparison on CI workloads between desktop CPUs and Cloud(Azure) here: https://buildjet.com/for-github-actions/blog/a-performance-r...
-
comment
Comment #30346402
most of the latency comes from network layer. my naiive guess is they probably switched from a standard ethernet setup to a infiniband setup to achieve 600us of total latency.
-
comment
Comment #29413876
It's revenue already lost. No tournament was happening since October 2020 already. Source: https://www.forbes.com/sites/adamzagoria/2020/07/23/wta-to-c...
-
comment
Comment #29197781
Even the status page is down for me. Please don't host your status page in same network/domain.
-
comment
Comment #29116806
can someone explain in layman terms what is headless UI?
-
comment
Comment #28910343
newer MacBooks have both the SSD and RAM soldered on board, it's no longer user upgradable, unless you have a BGA rework station and knows how to operate it.