HackerTrans
TopNewTrendsCommentsPastAskShowJobs

infensus

no profile record

comments

infensus
·2 個月前·discuss
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
·去年·discuss
You can still re-enable the extension for now
infensus
·2 年前·discuss
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 年前·discuss
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