home.social

#lwan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lwan, aggregated by home.social.

  1. Just blogged: a new hash table for #lwan

    tia.mat.br/posts/2026/05/06/a-

    (I even drew diagrams! I'm usually too lazy to fight pikchr or even open drawio.)

  2. 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.

    tia.mat.br/posts/2026/04/26/mo

  3. 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.