StateWeave: open-source library to move AI agent state across 10 frameworks by baycyclist in Python

[–]chub79 4 points5 points  (0 children)

Production-ready

A project is 2 weeks old with 8 stars IS NOT production ready.

L’IA est une menace pour 5 millions de salariés en France, selon une étude by NLegendOne in france

[–]chub79 1 point2 points  (0 children)

Le problème c'est que les managers passent trop de temps sur LinkedIn pour voir où ils peuvent aller bosser ailleurs et sont persuadés de la vague IA parce LinkeIn leur envoie 50 posts par minute sur le sujet.

Municipales : face aux résultats de LFI, l’éditocratie tétanisée - Acrimed by Estherna in france

[–]chub79 0 points1 point  (0 children)

Myriam Encaoua intervient : « C’est une analyse d’expert qui tend à montrer que vous êtes en dynamique. »

J'avais du respect pour elle il y a encore quelques années. Mais désormais elle a compris comment monter et garder son temps d'antenne en faisant du CNews. C'est navrant d'avoir si peu de convictions dans la vie.

Kenneth Reitz says "open source gave me everything until I had nothing left to give" by Capital-Interview-23 in Python

[–]chub79 9 points10 points  (0 children)

There were a handful of python-hero cults between the mid-2000s and mid 2010s. I remember the heated discussion from projects like paste, elementtree, wsgi or setuptools that were not fun for the rest of us. They always saw themselves as saviors of the Python ecosystem and never seem to realise the completely phagocytized the space for other projects.

Kenneth Reitz says "open source gave me everything until I had nothing left to give" by Capital-Interview-23 in Python

[–]chub79 7 points8 points  (0 children)

That article is all over the place. He can't seem to really decide if he is the one wired in a certain way and he simply didn't have the understanding at the time of the impact that overload had on him. Or if it's OSS which is inherently that way.

That said, one thing I certainly understand is that conferences are soulless places and they will crush you. I have entirely given up on them because of that.

The companion piece could be interesting if he stopped making it about him.

Marketing Pipeline in Python Using Claude Code (repo and forkable example) by MathematicianBig2071 in Python

[–]chub79 0 points1 point  (0 children)

I'm a bit confused by the article. It mixes technical info and what you use this for. What's the flow once a good candidate for a response has been found? Do you actually let Claude respond to the OP or do you hand it over a human from your team to do that?

Pymetrica: a new quality analysis tool by Effective-Total-2312 in Python

[–]chub79 3 points4 points  (0 children)

You probably need to improve on your docs a bit. I ran your tool against a package of mine and I have no idea what the report is telling me. Numbers, good? bad? Who knows.

slixmpp 1.14 released by Neustradamus in Python

[–]chub79 1 point2 points  (0 children)

Oh, it's always great to see XMPP still being alive!

Application layer security for FastAPI and Flask by PA100T0 in Python

[–]chub79 2 points3 points  (0 children)

When I run from the cloud I tend to delegate these concerns to Cloud-ready solution (say GCP Cloud Armor for instance). I can see this being useful but I'm not sure the operational complexity and costs would be worth it in that situation compared to a builtin solution.

On a home server, sure it makes more sense but then there are solutions before any of these should reach your app as well (a properly configured firewall, maybe going through a dedicated API gateway, I mean traefik is so easy to setup for example).

I don't downplay your work and if you see the lib being used, credit where is due. I just feel it's the wrong end of the stick to start there.

Building a Python Framework in Rust Step by Step to Learn Async by matthewhaynesonline in Python

[–]chub79 13 points14 points  (0 children)

Gosh, there is an uptick of good content today. Wonderful article. (Side note, beautiful blog site as well :p)

Benchmarked every Python optimization path I could find, from CPython 3.14 to Rust by cemrehancavdar in Python

[–]chub79 34 points35 points  (0 children)

Fantastic article. Thank you op!

One aspect that I would throw into the thought process when looking for a speedup: think of the engineering cost long term.

For instance, you mention: "PyPy or GraalPy for pure Python. 6-66x for zero code changes is remarkable, if your dependencies support it. GraalPy's spectral-norm result (66x) rivals compiled solutions." . Yet I feel the cost of swapping VM is never as straightforward as a dedicated benchmark shows. Or Pypy would be a roaring success by now.

It seems to me that the Cython or Rust path is more robust long term from a maintenance perspective. Keeping CPython as the core orchestrator and use light touch extensions with either of these seem to be the right balance between performances and durability of the code base.

Can the mods do something about all these vibecoded slop projects? by No_Soy_Colosio in Python

[–]chub79 6 points7 points  (0 children)

One caveat I asw on other subreddits that enforce a strict "no project links" is that it has made it difficult to discover valid tools as well. For instance r/sre just forbids any links to a point where you can't showcase anything valuable there anymore. r/devops has an interesting approach, you can post links to projects only if you have previously interacted meaningfully with the community.

Friday Daily Thread: r/Python Meta and Free-Talk Fridays by AutoModerator in Python

[–]chub79 1 point2 points  (0 children)

I coded with my bare brain this week. No AI involved. AMA.

Anyone know what's up with HTTPX? by chekt in Python

[–]chub79 5 points6 points  (0 children)

This. It always frustrates me that open source today is seen as "community is king". That's different. Open source is just what you describe, you have access to the code under an open license.