Live data from Hacker News

Viewing profile — negrel

negrel

HN member
Joined
Mon, Feb 22, 2021, 4:12 PM UTC
HN karma
4
Public activity
18 items

About negrel

404 bio not found

Recent public activity

  1. story
  2. comment
    Comment #45899975

    As someone not that familiar with the subject, I found it easy to follow. Thanks.

  3. story
  4. 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…

  5. comment
  6. 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…

  7. comment
    Comment #44734108

    Cool lib! I took the same approach for my zero cost debugging assertion Go library https://github.com/negrel/assert

  8. story
  9. story
  10. story
  11. 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…

  12. comment
    Comment #41189064

    Yes, there is HTTP Encrypted Content-Encoding (RFC 8188) which is used for Web Push that solves this exact problem.

  13. comment
  14. story
  15. story
  16. 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.

  17. story
  18. 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…