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

oxidant

no profile record

コメント

oxidant
·3 か月前·議論
This works well for jobs that are long-ish. You need another process to sweep for orphaned jobs and requeue or fail them. Add a timestamp of when it got picked up to keep track
oxidant
·6 か月前·議論
Exactly the point I was going to make. Shipping something requires knowing how to ship it, monitor it, and fix it.

Writing code is the "easy" part and kind of always has been. No one triggers incidents from a PR that's been in review for too long.
oxidant
·6 か月前·議論
Electron ships a version of Chrome. Other frameworks like Tauri use the device's webview.
oxidant
·9 か月前·議論
receive takes a timeout. A would crash/hit the timeout and deal with the problem.
oxidant
·9 か月前·議論
What do you mean, "creates a Conn variable out of whole cloth"?

Conn is just a pipeline of functions, the initial Conn struct is created at request time and passed through to each function in the pipeline.
oxidant
·10 か月前·議論
I've never seen it write a file in plan mode either.