mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

331K
active users

#pdm

0 posts0 participants0 posts today

[12:02] Een op vijf oranje afvalbakken niet geleegd tijdens eerste controle-ronde in Assen. ‘Geweigerde container uitpluizen was niet nodig’

Tijdens de eerste controleronde in Assen van de oranje container (voor plastic, drinkpakken en blik, PDM) in februari van dit jaar is ongeveer twintig procent niet geleegd omdat in de afvalbak dingen zaten die er niet in thuishoren.

dvhn.nl/weekbladendrenthe/asse

#eerste #Assen #PDM #februari #twintigprocent

Dagblad van het Noorden · Een op vijf oranje afvalbakken niet geleegd tijdens eerste controle-ronde in Assen. ‘Geweigerde container uitpluizen was niet nodig’By Robbert Willemsen

une proposition d'évolution de Python (PEP) vient d'être publiée par @brettcannon pour définir un format de fichier pour le verrouillage des versions des dépendances d'un projet #Python (dépendances explicitement déclarées, mais aussi les sous-dépendances - appelées aussi dépendances transitives) : peps.python.org/pep-0751.

Cela ouvre une voie vers l'uniformisation des lock files générés par des outils comme #PDM, #pip-tools, #Poetry et #uv (et pourquoi pas pip freeze aussi, un jour ?).

Python PEPs
Python Enhancement Proposals (PEPs)PEP 751 – A file format to record Python dependencies for installation reproducibility | peps.python.orgThis PEP proposes a new file format for specifying dependencies to enable reproducible installation in a Python environment. The format is designed to be human-readable and machine-generated. Installers consuming the file should be able to calculate wha...

Regie op Gegevens

Regie hebben op het digitale leven is één van de kernwaarden in de Werkagenda Waardengedreven Digitaliseren. En regie op het digitale leven begint bij regie hebben op hoe er met jouw gegevens wordt omgegaan.

Burgers en ondernemers moeten de gegevens die de overheid over hen heeft kunnen inzien, ophalen en waar nodig laten corrigeren. Bovendien moeten ze gegevens op een makkelijke manier kunnen delen als ze dat willen.

In het kader van Regie op Gegevens werken we aan inzage in hoe de overheid besluiten neemt (via GegevensbijBesluiten.overheid.) en proeftuinen voor gegevensdeling. Via deze community vind je hierover meer informatie en kun je hieraan bijdragen.

Meer weten? Je bereikt de Regie op Gegevens-community via regieopgegevens@ictu.nl.

Dit is een automatisch geplaatst bericht. Vragen of opmerkingen kun je richten aan @DigitaleOverheid@social.overheid.nl

Давайте писать удобное локальное окружение…

Всем привет, меня зовут Аббакумов Валерий. Я Python разработчик, в основном занимаюсь бэкэндом веб приложений и каждый раз когда дело доходит до разворачивания нового проекта по моей щеке начинает течь слеза. Думаю, никто не будет спорить с тем, что локальное разворачивание нового проекта может вызвать неограниченное количество проблем. В данной статье я хочу представить выстраданную годами структуру проекта и организацию его окружения, которые помогают избежать большей части проблем, связанных с локальным разворачиванием проекта. Пример будет представлен для Django проекта и PDM в качестве менеджера зависимостей, но концептуально должен подходить для любого проекта на любом языке и с любым набором сервисов.

habr.com/ru/articles/881882/

ХабрДавайте писать удобное локальное окружение…Всем привет, меня зовут Аббакумов Валерий. Я Python разработчик, в основном занимаюсь бэкэндом веб приложений и каждый раз когда дело доходит до разворачивания нового проекта по моей щеке начинает...
Continued thread

You could think of a tach signal as a pulse density modulation. Each clock period is an implicit sample. If the tach is ticking at 1/200,000 the clock speed, then for 200,000 consecutive clocks, there are 0 samples, then there's a single 1 sample.

So I can run that through a low pass filter and get a very low amplitude speed signal? Are there feasible digital filters that work when the cutoff frequency is orders of magnitude below the sample rate?

Replied in thread

@pawamoy @mistersql

Ignoring a <4 constraint makes sense, but the fact that a single maximum constraint means it refuses to resolve dependencies that lack a maximum makes no sense in the first place. 🤷

I've been playing with #PDM a bit as a possible replacement for poetry (with this project, even) but haven't been ready to move to it yet. It seems to be missing some convenience features that I rely heavily on - having the `shell` command launch an activated subshell that you can just exit to return to the unactivated venv state is muscle-memory for me, so I constantly end up closing my terminal. And I haven't found a way to make pdm install actual scripts/symlinks for declared entrypoints - you have to always do `pdm run entrypoint [...]` rather than just running `entrypoint [...]` after activating the shell.

I'll have to see if poetry v2 actually fixes all of the things that made me want to switch away from poetry. Maybe it won't be necessary.

A question for more knowledgeable #python folks than me: How can one declare a package to only be available for a certain platform e.g. linux-only or not-windows (and make it only available for that platform on pypi)?
ansible-lint is achieving this with a fake dependency (github.com/ansible/ansible-lin) which doesn't seem ideal IMHO (i.e. leading to problems with #uv, #poetry, #pdm).
Is there a better option available?

GitHubPrevent installation on Windows by ssbarnea · Pull Request #2712 · ansible/ansible-lintBy ssbarnea

What do you do when you are jet-lagged and too tired to work? You potter around on your website codebase, obviously. Just incorporated some mastodon specific headers.

I present to you, my first blogpost share on mastodon. I'm curious if the attribution mechanism from mastodon will kick in !

tusharchauhan.com/writing/pyth

tusharchauhan.compython package management with pdm | Tushar Chauhan
More from Tushar Chauhan