Search
181 results for “adamchainz”
-
👾 My top 8 GitHub CLI (gh) commands to boost your productivity. 🧵
Distilled from my blog post earlier this week, link at the end.
1. `gh browse`
Opens web pages related to the current repo, like:
* `gh browse` - opens the repo page.
* `gh browse <number>` - opens the issue or PR with a given number.
* `gh browse <path>` - opens the code browser at that path.
Use `gh browse .` to open the current directory. -
✍️ New post covering my top 8 GitHub CLI (gh) commands to boost your productivity, like `gh repo clone` and `gh pr create`.
Check it out!
https://adamj.eu/tech/2025/11/24/github-top-gh-cli-commands/
-
@adamchainz That makes sense.
For statically generated sites (like Pelican) or project docs built through pipelines (like Django’s Sphinx docs), the dictionary could just be regenerated during each build, locally or in CI.
That way it stays fresh automatically and tracks templates or content changes without extra work.
-
We definitely need some form of carbon sequestration, and I rarely see it discussed apart from very expensive projects. This article introduced me to Olivine weathering which seems a lot more feasible…
-
After Django 5.0rc1 release, I updated my generated fields article ✨
I also tried to improve the titles as suggested by @adamchainz whom I thank 🎨
All feedback is welcome 🤗
https://www.paulox.net/2023/11/07/database-generated-columns-part-1-django-and-sqlite/
#Django #Database #Python #SQL #SQLite #GeneratedColumn #GeneratedField #ORM
-
That was kinda grim; but, thanks for sharing!
Honestly lost it a little bit when the binturong(my avatar) made an appearance. It's a very well done documentary.
Here's the link to the site shown at the end of the film for more information:
-
☕️ Kopi luwak, or “poop coffee”, is made by civets, adorable ferrety creatures who eat and poop coffee beans, transforming the taste with their digestive enzymes.
🎥 My friend made a documentary about the sad exploitation of these creatures to make coffee for the growing tourist demand in Vietnam.
📺 Give it a watch, if you can stomach it:
-
Did a massive maintenance routine on the #RAM1500 #EcoDiesel today:
1. Oil + Filter
2. Air Filter
3. Diesel Filter
4. Rear Dif flush
5. Front Dif Flush
6. Transfer Case Flush
7. Filled up the DEF Tank
8. Cabin Air Filter
9. Topped up Coolant
10. replaced brake reservoir fluid but didn't flush brakes...not quite at 2 years yet. -
RE: https://fosstodon.org/@adamchainz/116131263924317095
This got me thinking 💡
Django docs might be a perfect fit for this, since they’re built statically with Sphinx and the build sees the whole corpus, so you could train a shared dictionary from all the repeated HTML, templates, and structure 🗃️
With thousands of pages and many languages sharing the same layout, a per-language dictionary could squeeze responses even more once dictionary compression becomes easier to deploy ✅
Feels like a fun experiment for the Django ecosystem ⚗️
-
✍️ New post introducing my new #Flake8 plugin that checks your usage of #Python’s logging module.
https://adamj.eu/tech/2023/09/07/introducing-flake8-logging/
-
My annual post where I regret not buying #UltraMusicFestival tickets last year. I do this every single year. Next year I’ll go, right? I need to stop putting it off. Soon it’ll have been 10 years since I’ve been.
-
We hosted a Django 5.0 testathon today (where we run the test suites of third party packages against the beta release of Django) and were just about to create a PR to django-environ when we realised that @adamchainz had beaten us to it! 👟
I swear that man is everywhere 👏👏 -
I voted in the DSF election with hours to spare 😅
Thanks to my toddler for the 4am wakeup. Now he's back asleep, I found some morning computer time and remembered to vote.
Many strong candidates—good luck to y'all!
https://www.djangoproject.com/weblog/2025/nov/05/2026-dsf-board-candidates/
-
Thanks to Tidelift for passing on subscriptions for five packages that I maintain:
https://adamj.eu/tech/2023/01/09/tidelift-for-five-packages-i-maintain/
-
- https://adamj.eu/tech/2025/04/07/django-whats-new-5.2/#automatic-model-imports-in-the-shell
The new How to customize the shell command (https://docs.djangoproject.com/en/5.2/howto/custom-shell) documentation page covers adding extra automatic imports by defining a custom shell command override.
Here’s an example that goes beyond the docs:
Thanks @adamchainz 🙏🏻
-
@adamchainz @craiga As @tut_tuuut said, there is https://scalingo.com. They use forks of Heroku buildpacks (eg. the Python one https://github.com/Scalingo/python-buildpack) so very familiar.
https://beta.gouv.fr/en/ #Django projects mostly deploy there or on https://www.clever.cloud (not based on Heroku buildpacks). Both have very reactive customer service.
-
@adamchainz @treyhunner And https://github.com/python/cpython/pull/147943 is merged!
Keyword `count` in `bytes.replace` is coming to a Python* near you soon**!
* 3.15
** October 2026 -
This morning @felixxm merged the branch for @psycopg 3 support in Django 🎉
I opened the related issue 13 months ago and since then many developers have worked on the PR based on the work of Daniele Varrazzo 👏
I thank everyone who made this achievement possible starting from @apollo13 to @felixxm but also Simon Charette, Tim Graham, @adamchainz, @carlton and @davidsmith 🙏
I'm sure that both Django and Psycopg will benefit from this success ✨
-
#Gay #homosexual #guys #gaygirl #gays #gayboy #boy #boys #slim #slimbody #hot #gayhot #club #gayclub #stripclub #nightclub #night #nightlife #girlhot #blonde #iloveguys #ilovesex #anal #iloveanal #ilovedicks #ilovecocks #sperm #ilovesperm #festival #czech #extravagant #girl #girls #sex #hot #submissive #whore
S klukama 😘
-
#Gay #homosexual #guys #gaygirl #gays #gayboy #boy #boys #slim #slimbody #hot #gayhot #girlhot #blonde #iloveguys #ilovesex #anal #iloveanal #ilovedicks #ilovecocks #sperm #ilovesperm #festival #czech #extravagant #girl #girls #sex #hot #submissive #whore
Miluji sex a dicks 😘
Jsem submisivní.
Oral active
Anal passiveJsem na chlapy a jsem z České republiky z Valašska. Ráda poznám chlapy na přátelství, pokec.. focení.. a klidně sex 🍓 🍓 🍓 💦 ..🍑 😘 😍
-
I am honored that Python Software Foundation announced yesterday that I have been named a PSF fellow member, along with Adam Johnson 🐍
I wrote about it on my blog 👇
https://www.paulox.net/2024/08/14/python-software-foundation-fellow-member/ -
🚀 I just converted my open source projects to use uv for installation, with the new setup-uv action ( https://github.com/astral-sh/setup-uv ) and tox-uv ( https://pypi.org/project/tox-uv/ ). (They already used uv’s 'pip compile' command to pin test dependencies.)
For the smaller projects with fast test suites, I saw up to a 3x improvement, thanks to all the setup overhead shrinking (e.g. 1m40s -> 40s).