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

negrel

no profile record

投稿

New BitCast Semantics and LLVM Back End Improvements

ziglang.org
3 ポイント·投稿者 negrel·19 日前·0 コメント

Show HN: Simple, dependency-free configuration library for Go

github.com
2 ポイント·投稿者 negrel·8 か月前·0 コメント

Show HN: A zoom / magnifier utility for Wayland compositors

github.com
2 ポイント·投稿者 negrel·2 年前·0 コメント

コメント

negrel
·8 か月前·議論
As someone not that familiar with the subject, I found it easy to follow. Thanks.
negrel
·9 か月前·議論
Many async implementation are still based on thread pools. rust's tokio, node's libuv uses a thread pool for file I/O.

Before io_uring (which is disabled on most servers until it mature), there was no good way to do async I/O on file on Linux.
negrel
·9 か月前·議論
[dead]
negrel
·10 か月前·議論
My one man side project is Prisme Analytics: an high-perfomance, self-hosted and privacy-focused web analytics service.

I'm working on improving UX and simplifying deployment a lot. In the next release, a single docker run will be enough to get a working web analytics service with minimal resource usage.

[0]: https://www.prismeanalytics.com [1]: https://github.com/prismelabs/analytics
negrel
·12 か月前·議論
Cool lib! I took the same approach for my zero cost debugging assertion Go library

https://github.com/negrel/assert