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

infensus

no profile record

コメント

infensus
·2 か月前·議論
Bun's http server is basically µWebSockets (C++ library) under the hood. You can also use it in Node via µWebSockets.js, the official bindings.
infensus
·昨年·議論
You can still re-enable the extension for now
infensus
·2 年前·議論
Are there any use cases for running `cat` on a binary without at least piping it somewhere? The output will be mostly garbage
infensus
·4 年前·議論
Huh. At work, I did the same for a WYSIWYG editor we had to implement, but it always felt wrong for me. After looking for a native editor library I was surprised how little I could find. I can sleep a little better knowing that even the heavy hitters resort to webview sometimes