Ask HN: Is there any demand for Personal CV/Resume website?
2 points by usercvapp 6h ago 10 comments
Ask HN: Has anybody built search on top of Anna's Archive?
289 points by neonate 5d ago 146 comments
OpenBSD IO Benchmarking: How Many Jobs Are Worth It?
26 PaulHoule 4 6/8/2025, 10:26:43 PM rsadowski.de ↗
All that notwithstanding, it does look like the defaults for fio on Linux have real, significant performance advantages. The logical next step would be to analyze what IO engine fio defaults to on each OS (ie. what API is used to perform IO), and what kind of caching and prefetching each OS does by default. On Linux, io_uring makes it possible to saturate a drive with just one thread submitting IO to the OS, so you can stress the OS and drive without burning a ton of CPU cores on application-level overhead and context switches.
I’m curious how FreeBSD performs on the same test.
But that’s all I saw.