Viewing profile — mesahm
mesahm
HN member- Joined
- Sun, Jan 04, 2026, 10:08 AM UTC
- HN karma
- 57
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About mesahm
No profile information was provided.
Recent public activity
-
comment
Comment #49125591
it should work with Wasmer too, I presume, but I don't see anywhere compat with WASI p2/p3 sockets. I'll look into it asap. regards,
-
comment
Comment #49122864
[dead]
- story
- comment
- story
-
comment
Comment #47674472
Very stable actually. We've enabled it by default as such. regards,
-
comment
Comment #47672931
We've extensively worked the compat layer. And every adapters out there should work as is. But most of time, we've exposed better way to achieve that (e.g. mTLS in memory, network …
-
comment
Comment #47672341
Author here. I forked Requests in mid-2023 because it's effectively frozen, and Python's HTTP capabilities have fallen far behind what the protocols and the ecosystem allow today. …
- story
-
comment
Comment #47612110
Hi HN, I am the original author of "rtls". For years now, the Python experts are arguing about OpenSSL mandatory aspect in the distribution, and many other went into compiling CPyt…
- story
-
comment
Comment #47517194
I spend 3 years developing Niquests, and believe me, HTTP is far from easy. Being a client means you have to speak to everyone, and no one have to speak to you (RFC are nice, but i…
-
comment
Comment #47516434
yes, plenty! testing it extensively, finding edge bugs, (...) and of course: spread the word on other project to help increasing adoption.
-
comment
Comment #47516417
help for getting it working is appreciated, we have it in mind. duly noted about the sponsorship, we accept constructive criticism, and alternative can be considered.
-
comment
Comment #47516406
nice to hear :)
-
comment
Comment #47515752
Thank you. Appreciated, you're welcome here anytime.
-
comment
Comment #47515328
agreed. as I said, it was a mistake from my end. and clearly looking to better myself.
-
comment
Comment #47515075
it's the gitmoji thing, I really don't like it, it was a mistake. Thinking to stop it soon. I was inspired by fastapi in the early days. I prefer conventionalcommits.org
-
comment
Comment #47515061
nee-quests, I am French native.
-
comment
Comment #47515016
ahah, "en effet"! je m'en souviendrai. more seriously, all that is needed is our collective effort. I've done my part by scarifying a lot of personal time for it.
-
comment
Comment #47514966
aiohttp is an excellent library. very stable. I concurs, but! it's too heavily tied to HTTP/1, and well, I am not a fan of opening thousands of TCP conn just to keep up with HTTP/2…
-
comment
Comment #47514844
the http landscape is rather scary lately in Python. instead of forking join forces... See Niquests https://github.com/jawah/niquests I am trying to resolve what you've seen. For y…
-
comment
Comment #47362478
And most importantly, we managed to get almost every plugin/3rd party tool bound to Requests in a working condition with this fork.
-
comment
Comment #47362465
Hi HN, I'm the maintainer of Niquests. For years, Python's Requests library was the gold standard, but it has been under feature freeze. As the web moved on, the Python ecosystem f…
- story