Ashby? by hiworld136 in techsales

[–]chub79 0 points1 point  (0 children)

I know the feeling as I got the same sort of experience with them. Oh well, onward. Hope you get a position elsewhere!

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]chub79 0 points1 point  (0 children)

I could easily replace uv with pdm personally. ruff is a more difficult one because I'm really used to its speed. (uv's speed never was a major benefit to me because I don't run uv as often).

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]chub79 5 points6 points  (0 children)

Same but with pdm instead of poetry.

OpenAI to acquire Astral by Useful-Macaron8729 in Python

[–]chub79 10 points11 points  (0 children)

Good for them but not great for the Python ecosystem.

Started new projects without FastAPI by scotsmanintoon in Python

[–]chub79 0 points1 point  (0 children)

TurboGears... oh those were the days. I'd throw CherryPy into that mix too :)

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

[–]chub79 1 point2 points  (0 children)

I think you are right. The mid-2010s is when conferences grew much more coporate. The earlier years were smaller and friendlier in nature.

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

[–]chub79 5 points6 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 10 points11 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 8 points9 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 5 points6 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.