HackerTrans
トップ新着トレンドコメント過去質問紹介求人

0xbkt

no profile record

投稿

Brace Expansion in Bash

gnu.org
1 ポイント·投稿者 0xbkt·2 年前·0 コメント

Comparing TCP and QUIC (2022)

blog.apnic.net
3 ポイント·投稿者 0xbkt·2 年前·0 コメント

Why is the CHF so strong?

old.reddit.com
4 ポイント·投稿者 0xbkt·2 年前·0 コメント

コメント

0xbkt
·8 か月前·議論
It always is.
0xbkt
·2 年前·議論
> I can't deploy as often as I want because some Sidekiq jobs run for several days, and deploying code means disrupting those jobs

Sounds like a use case for Cadence/Temporal-style fault-oblivious stateful execution with workflows. At last job, we did Unreal Engine deployments with pixel streaming at scale on a huge fleet of GPU servers, and the way we could persist execution state so hassle-free that the code would magically resume at the line right where it got interrupted was so astounding.
0xbkt
·3 年前·議論
This read, for some reason, reminded me of Farnam Street's “Why Life Can’t Be Simpler”[0].

[0] https://fs.blog/why-life-cant-be-simpler/
0xbkt
·4 年前·議論
> [...] if they were rewritten in native code, [...] Throw it all on a minimal OS that provides networking and some file IO.

You may want to check out MirageOS[0]. It gives you a library OS with the primitives you say you need, and then all you have to do is import them in your application code as if you are writing your typical OCaml, build the virtual appliance and boot it up anywhere you want.

[0] https://mirage.io/docs/overview-of-mirage