Harro van der Klauw

@hvdklauw
31 Followers
69 Following
788 Posts
Dad of 2 girls, Python programmer, gamer, working at https://zupr.io.
PronounsHe/Him
LocationSneek, Friesland, The Netherlands
AvatarMade by my daughter

With recent Python supply chain attacks (Trivy/LiteLLM), it’s worth mentioning uv’s `exclude-newer = "x days"` config.

It forces uv to only installs packages published more than x days ago, reducing risks since problematic packages should be yanked by then.

https://docs.astral.sh/uv/reference/settings/#exclude-newer

Settings | uv

uv is an extremely fast Python package and project manager, written in Rust.

Astral joins OpenAI, not sure yet how I feel about this.

Don't ever give elevated permissions to an Avian Intelligence...

#webcomic #krita #miniFantasyTheater

Meta is back with the blackmail, pay us or we'll sell your data for personalized ads. #sigh

Any Wagtail contractors looking for a new gig?

3 months work. Fully Remote.

These flags would be so useful in daily life when you're having one of those days and want to let people know.

'I am dragging my anchor.' 'I require a tug.' 'Stop carrying out your intentions.'

And my personal favourite 🚩: 'I am on fire; keep clear of me.'

Testing: exceptions and caches

Nicer ways to test exceptions and to test cached function results.

New temp pinned post:

I am looking for a job!

Info on my professional website.

NB. The website is my contracting/freelance site, but in the Netherlands, I would have a regular employment job.

https://mah-rye-kuh.nl/en/hire-me/

#Python #Django #Eleventy #WebDev #GetFediHired

Hire me

Want to hire me? Check this page to see if we are a match! Contact details are at the bottom.

Mah-Rye-Kuh by Marijke Luttekes

📖 Just published "Unconventional PostgreSQL Optimizations"

https://hakibenita.com/postgresql-unconventional-optimizations

Some creative ideas for optimizing PostgreSQL

Unconventional PostgreSQL Optimizations

Creative ideas for speeding up queries in PostgreSQL

Ask and you remember the PYTHONBREAKPOINT env variable set to "ipdb.set_trace" was the trick #django