Show HN: Plexe – ML Models from a Prompt (github.com)
84 points by vaibhavdubey97 9h ago 39 comments
Show HN: Pinggy – A free RSS reader for the web (pinggy.com)
6 points by vasanthv 23h ago 1 comments
Show HN: OSle – A 510 bytes OS in x86 assembly (github.com)
159 points by shikaan 4d ago 32 comments
The State of SSL Stacks
11 owenthejumper 1 5/6/2025, 3:24:54 PM haproxy.com ↗
Performance is critical to our team, so we needed to figure this out. We spent a ton of time digging into this and ran tests with HAProxy and compared libraries like AWS-LC, WolfSSL, and LibreSSL to see what actually works well at scale. The results are pretty rough for OpenSSL 3.x, mostly due to locking issues. While we found some ways to improve performance, the underlying architecture of the 3.x version is not built for multi-threaded applications. We found that other libraries are much more performant, though they have their own issues.
If you're working on high-performance infrastructure and wondering which TLS library to use (or avoid), this post lays out what’s going on and what your options are.