Viewing profile — m_sahaf
m_sahaf
HN member- Joined
- Fri, Sep 25, 2015, 2:37 PM UTC
- HN karma
- 800
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About m_sahaf
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #47215793
How can someone add platforms to the guide? I want to add Caddy
-
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.
-
comment
Comment #45661746
Allow me to introduce you to Hurl: https://hurl.dev/
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
- story
-
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…
- story
-
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 …
-
comment
Comment #41856175
Caddy doesn't reuse the private key by default. The user has to explicitly configure it in that broken way.
-
comment
Comment #41651595
There's Redka: https://github.com/nalgeon/redka/
-
comment
Comment #41614937
Yep, it was Simon: https://til.simonwillison.net/caddy/pause-retry-traffic
-
comment
Comment #41274309
[flagged]
-
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…
- story
- story
- story
-
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 …
-
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…