Hacker news

  • Top
  • New
  • Past
  • Ask
  • Show
  • Jobs

Why I forked httpx (https://tildeweb.nl)

96 points by roywashere about 3 hours ago | 57 comments | View on ycombinator

Kwpolska about 2 hours ago |

What is it about Python that makes developers love fragmentation so much? Sending HTTP requests is a basic capability in the modern world, the standard library should include a friendly, fully-featured, battle-tested, async-ready client. But not in Python, stdlib only has the ugly urllib.request, and everyone is using third party stuff like requests or httpx, which aren't always well maintained. (See also: packaging)

mesahm about 2 hours ago |

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 years of hard work.

swiftcoder about 2 hours ago |

Somehow I confused httpx with htmlx

ayhanfuat about 2 hours ago |

More related drama: The Slow Collapse of MkDocs (https://fpgmaas.com/blog/collapse-of-mkdocs/)

sdovan1 about 2 hours ago |

I guess the Discussion on Hacker News href should be "https://news.ycombinator.com/item?id=47514603" instead of "news.ycombinator.com/item?id=47514603"

nathell about 2 hours ago |

Congratulations on forking!

Always remember that open-source is an author’s gift to the world, and the author doesn’t owe anything to anyone. Thus, if you need a feature that for whatever reason can’t or won’t go upstream, forking is just about the only viable option. Fingers crossed!

localuser13 about 1 hour ago |

I'm not a lawyer, but are there any potential trademark issues? AFAIK in general you HAVE to change the name to something clearly different. I consider it morally OK, and it's probably fine, but HTTPXYZ is cutting it close. It's too late for a rebrand, but IMO open-source people often ignore this topic a bit too much.

glaucon about 2 hours ago |

Good line from the blog post ...

"So what is the plan now?" - "Move a little faster and not break things"

zeeshana07x about 1 hour ago |

The lack of a well-maintained async HTTP client in Python's stdlib has been a pain point for a while. Makes sense someone eventually took it into their own hands

mettamage about 2 hours ago |

> Visitor 4209 since we started counting

Loved that little detail, reminds me of the old interwebs :)

cachius about 1 hour ago |

Another abandoned project hurting users: https://github.com/benweet/stackedit

Spivak 42 minutes ago |

Do you see yourself taking over httpcore as well as it's likely to have the same maintainership problem? It would certainly instill more confidence that this is a serious fork.

This certainly wouldn't be the first time an author of a popular library got a little too distracted on the sequel to their library that the current users are left to languish a bit.

undefined about 2 hours ago |

undefined

cies about 2 hours ago |

Hi Michiel!

Just a small headsup: clicking on the Leiden Python link in your About Me page give not the expected results.

And a small nitpick: it's "Michiel's" in English (where it's "Michiels" in Dutch).

Thanks for devoting time to opensource... <3

globular-toast about 2 hours ago |

It's a shame, httpx has so much potential to be the default Python http library. It's crazy that there isn't one really. I contributed some patches to the project some years ago now and it was a nice and friendly process. I was expecting a v1 release imminently. It looks like the author is having some issues which seem to afflict so many in this field for some reason. I notice they've changed their name since I last interacted with the project...

federicodeponte 23 minutes ago |

[dead]

paseante about 2 hours ago |

[dead]

eats_indigo about 1 hour ago |

smells like supply chain attack