Viewing profile — negrel
negrel
HN member- Joined
- Mon, Feb 22, 2021, 4:12 PM UTC
- HN karma
- 4
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About negrel
Recent public activity
- story
-
comment
Comment #45899975
As someone not that familiar with the subject, I found it easy to follow. Thanks.
- story
-
comment
Comment #45769568
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 m…
-
comment
Comment #45590044
[dead]
-
comment
Comment #45422614
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…
-
comment
Comment #44734108
Cool lib! I took the same approach for my zero cost debugging assertion Go library https://github.com/negrel/assert
- story
- story
- story
-
story
Show HN: Prisme – Analytics for Web Artisans
Hey HN, I'm Alexandre. For the past 10 months, I've been working on Prisme Analytics, a web analytics service designed with privacy, simplicity, and scalability in mind. Prisme Ana…
-
comment
Comment #41189064
Yes, there is HTTP Encrypted Content-Encoding (RFC 8188) which is used for Web Push that solves this exact problem.
- comment
- story
- story
-
story
Show HN: I made a fast images compressor to send festive photos to my family
Fast batch images compressor. 1. Drag n Drop images 2. Compress! No upload. No sign up. Fast and Efficient Image Compression Compress thousands of images online in minutes.
- story
-
story
Show HN: I built a load testing tool so you can develop load test in minutes
Hello HN, I spent the last week building a k6 alternatives supporting Web APIs (fetch, localStorage, and more), TypeScript and ESNext. It enables performance engineer to just impor…