Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Update: a few hours before the deadline, we reached the goal!!!

Uncategorized
17 1 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Forget about trying to get your company to support something abstract like the PSF. You use PyPI: you know, the place that pip installs from. Wouldn't it be bad if `pip install` stopped working? Support the organization that runs PyPI instead.Surprise, it's the PSF! Support the PSF! Your company depends on #Python. You want it to keep working and keep being good. Support the PSF. https://www.python.org/psf/sponsors/
  • 0 Votes
    1 Posts
    4 Views
    Something in #VSCode just wrote a #JupyterNotebook in my name, seemingly based on the name I gave to the #Python project. When I saw that the file existed, I assumed it was just some “Hello, world” like thing.Eventually I looked at it.It was extensive had lots of sentences like, “I haven't yet decided how to represent digits larger than 9”, which either are not true or non-sensical for my project.I am pleased that I could this before that ever made it to a public repository. And I am extremely annoyed that I could have published some AI generated text in my name.I’m not in principle opposed to using AI to assist in development. After all, linters are AI as far as I am concerned. But something that writes crap in my name without explicitly drawing my attention to the fact that it is doing so is not the kind of thing that will win me over to AI.
  • 0 Votes
    1 Posts
    6 Views
    🚀 Huge thanks to @revsys for being a Platinum sponsor of DjangoCon US 2025! https://www.revsys.com/ Their deep Django development & deployment expertise helps teams build incredible web applications. Excited to have them join us in Chicago!🎟️ In-person & online tickets: https://ti.to/defna/djangocon-us-2025#DjangoCon #Python #Django
  • 0 Votes
    1 Posts
    9 Views
    Django's template system is famously rock solid.Mako supports a component-oriented approach, similar to React.Mako for Django: A template backend that brings them together.Features:- Auto-discovery for app templates- Context processors work out of the box- Detailed error reporting via Django's debug page⭐ Source & examples: https://github.com/ertgl/mako-for-django#Django #Python