#lwan — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lwan, aggregated by home.social.
-
Just blogged: a new hash table for #lwan
https://tia.mat.br/posts/2026/05/06/a-new-hash-table-for-lwan.html
(I even drew diagrams! I'm usually too lazy to fight pikchr or even open drawio.)
-
Just blogged: more async/await in #lwan in which I briefly describe the improvements I've made to my toy web server since my last blog post on the subject of its homebrewed async/await runtime.
https://tia.mat.br/posts/2026/04/26/more-async-await-in-lwan.html
-
Just pushed #Landlock support to #lwan!
This should significantly improve its security (can't call exec*(2), can't bind to ports other than those in the config file, can't read files outside where they should be served, etc).
I still need to clean some stuff up so it all works well with older kernels (or with Landlock disabled system-wise), but I'm happy with the results so far.