Live data from Hacker News

Viewing profile — m_sahaf

m_sahaf

HN member
Joined
Fri, Sep 25, 2015, 2:37 PM UTC
HN karma
800
Public activity
157 items

About m_sahaf

No profile information was provided.

Recent public activity

  1. comment
    Comment #47433903

    Brilliant. I wonder what limits we can hit with this setup. What if local postgres is installed and its data directory location is on TigerFS, what are the trade-offs here? Could p…

  2. comment
    Comment #47215793

    How can someone add platforms to the guide? I want to add Caddy

  3. comment
    Comment #45936957

    ElGamal says he uses them interchangeably. He says TLS exists for historical reasons, but the essence of the technology is the same. I got into the habit of using SSL/TLS.

  4. comment
    Comment #45661746

    Allow me to introduce you to Hurl: https://hurl.dev/

  5. comment
    Comment #45601557

    > If that person found another problem with Caddy, I think they are less likely to report it to you because of this. Given they're aware of previous discussion and the stance on th…

  6. comment
    Comment #45601529

    It's a repeat complaint from the same person who admits bringing it up before. The way they framed their complaint is, again, snide. > That’s a long way beyond exasperation, that’s…

  7. comment
    Comment #45601412

    This is being blown out of proportion. You're discounting an entire project and your experience of the software over a person expressing exasperation over an inconsequential featur…

  8. comment
    Comment #44857953

    I imagine a pipeline between Calibre-Web[0] and audiobookshelf[1] going through Abogen, where Calibre-Web supplies the books, Abogen generates the audio version of it, and Audioboo…

  9. comment
    Comment #44417621

    I'm not actively working on it daily, as I have shortage of free time and helping hands, but the HTTP Spec Test Suite is my Moby-Dick. I wrote about it here: https://www.caffeinate…

  10. comment
    Comment #44158339

    That isn't true representative of Supabase. Tables respect RLS by default, unless turned off. This is how Supabase works. Views are not, and that is due to multiple reasons which S…

  11. comment
    Comment #43740118

    I always wonder who/what checks if CAs respect CAA. I know some browsers now check the certificate transparency log, but are there any that check the CAA record against the issuer …

  12. story
  13. comment
    Comment #42649712

    I cannot find the source, but I saved this quote by Douglas Hofstadter about the process of writing, rewriting, and revising: "It is the intensity of this process of global tighten…

  14. story
  15. comment
    Comment #41866954

    The renewal of the key does not affect existing connections/sessions because they (the sessions) don't use the key directly. The private key is only used in the beginning to agree …

  16. comment
    Comment #41856175

    Caddy doesn't reuse the private key by default. The user has to explicitly configure it in that broken way.

  17. comment
    Comment #41651595

    There's Redka: https://github.com/nalgeon/redka/

  18. comment
    Comment #41614937

    Yep, it was Simon: https://til.simonwillison.net/caddy/pause-retry-traffic

  19. comment
    Comment #41274309

    [flagged]

  20. comment
    Comment #41104168

    Ha, in what I believe Ryan's first talk about Deno, he mentioned something about avoiding cute features or so, then he said Deno has URL-based imports "because they're cute". It di…

  21. story
  22. story
  23. story
  24. comment
    Comment #40552124

    It supports it with the caddy-l4 plugin: https://github.com/mholt/caddy-l4 . It was also indicated we might move the plugin into standard Caddy once given enough feedback from the …

  25. comment
    Comment #40520666

    Citing that particular blog post isn't making the point you think it makes. To quote: > The most striking piece of new knowledge for me was learning about failure modes. Nginx will…