Alien 3 definitely failing Bechdel test huh
Posts by adamghill
๐ Introducing Core Dispatch โ a regular digest of what's happening in CPython ๐
Each edition covers notable merged PRs, PEP status changes, Steering Council updates, Discourse discussions, core dev blog posts, upcoming releases, and more!
Subscribe or read the first edition โ coredispatch.xyz
Software development in the age of Claude Code
I vibe coded github.com/adamghill/sq... completely in Antigravity recently (Gemini + some Opus). I never wrote Swift in the past, although I did look through the code once in a while. Worked pretty well and never had to open up XCode once.
We heard you like waiting for build steps so we made waiting for build steps the entire thing engineers do now
Should you burn it all down? I made you a handy infographic to help you decide!
This is yet another reminder that using AI doesn't make the product better, when you don't have a team that is customer-obsessed / product obsessed.
And a team that is customer/product-obsessed without AI (or very little AI) will still run laps around one with AI...
I wrote a blog post about some of the options for adding type checking to your Django project!
Historically, Django projects have been tough to type-check, but the future feels bright, especially if PEP 827 gets accepted!
blog.pecar.me/typing-your...
And of course you can build great software without LLMs. If your preferred workflow is to type the code I think thereโs nothing wrong with that at all. The โyouโre being left behindโ narrative is ridiculous. Use the tools if they help you, donโt if they donโt. Everyone needs to grow up, man.
I couldn't find a native MacOS SQLite browser that I really liked using, so... I made my own. ๐
Very heavily inspired by Postico, SQLiteo is pure Swift, as fast as possible, and intuitive to use.
๐ฆ github.com/adamghill/sq...
๐ ๏ธ github.com/adamghill/sq...
Is that Wonder?! Loved that place!
๐๐ฅ๐พ๐ต๐บ
Popfeed has officially launched!
The home of pop culture in the 'Atmosphere'. Sign-in with the one account (Bluesky, Blacksky, Spark etc.)
Films, Books, Shows, Games and Music reviews - all yours, all in one place.
Download now.
[Projects] adamghill/dj-toml-settings
Load Django settings from a TOML file. #djangonews
github.com/adamghill/d...
Top half of a chart showing dozens of benchmarks, most of them more than 1x faster.
Bottom half of the chart. About half of these are also most of them more than 1x faster, about a quarter are around 0.9 faster, and a quarter are insignificant.
Some new preliminary numbers from Ken Jin for the JIT in Python 3.15:
"On AArch64 macOS, the JIT has a 7-8% speedup over the tail calling interpreter with all optimizations enabled."
docs.python.org/3.15/whatsne...
See also doesjitgobrrr.com
#Python #Python315 #JIT #CPython
"Be kind, be involved, believe in your art," he said. "At a time when people tell you art is not important, that is always the prelude to fascism. When they tell you it doesn't matter, when they tell you a fucking app can do art you say, if it's that important, why the fuck do they want it so bad? The answer is because they think they can debase everything that makes us a little better, a little more human. And that, in my book, and in my life, includes monsters."
Guillermo del Toro gets it.
variety.com/2026/film/ne...
0.6.1 of django-new has been released. ๐
- Lots of UI tweaks.
- `--data` flag.
- Generate `summary.html` for a user-friendly explanation.
- BETA: `--install` to install packages.
๐ ๏ธ github.com/adamghill/django-new
๐ฆ pypi.org/project/django-new/
Django 6.0 released โจ a mosaic of modern tools and thoughtful design ๐จ๐งฉ๐ ๏ธ๐ก#Django -- www.djangoproject.com/weblog/2025...
Featuring, my personal highlight of course, `django.tasks`!
theorangeone.net/posts/django...
Been thinking about this since it was shared with me yesterday, especially about how oppressively most organizations pressure managers (even senior ones) to stay in that persona rather than actually leading
www.leadingsapiens.com/ics-managers...
0.4.0 of django-new is released. ๐
Now with interactive mode! โจ
`uvx django-new` steps through prompts to create a Django application. It also shows the tree structure of what was created.
Both thanks to `rich` by @willmcgugan.bsky.social.
๐ ๏ธ github.com/adamghill/dj...
๐ฆ pypi.org/project/djan...
CNBC How device hoarding by Americans is costing economy 2 days ago - Americans are holding onto devices longer than ever before, and while it may be consumer smart, it comes at a cost to work productivity and ...
oh itโs โhoardingโ now if you donโt update your expensive electronics every year
Just made my #Django homepage redesign repo public in case it's useful inspiration.
๐ django-homepage.adamghill.com
๐ ๏ธ github.com/adamghill/dj...
๐ docs.google.com/document/d/1...
Also posted on the Django forum: forum.djangoproject.com/t/want-to-wo...
Full panel
Top part of the panel
Bottom part of the panel
Panel in progress
@universalorl.bsky.social @universalstudiosfl.bsky.social Check out this actual stained glass panel based on the piece in the Tribute store above the registers at HHN 34 in Orlando. ๐
There are over 800 pieces of glass and 15 different colors and it took 2.5 weeks of working around 2-8 hours/day!
Stained glass panel of the Grady Sisters from The Shining, standing on the iconic orange and red patterned carpet. The background is clear glass with red streaks, as if from blood.
My wife creates a lot of #stainedglass projects that are a little outside the norm. ๐ป
Here is one she made before #Halloween to pay homage to Stanley Kubrick's classic #film, The Shining.
๐คฉ glass-o-lantern.com/the-shining/
๐ www.instagram.com/glass_o_lant...
#cinema #letterboxd #horror #art
Here is my lightning talk โก๏ธ at #DjangoConUS about using #SQLite with #Django in production with github.com/adamghill/dj.... ๐ก
youtu.be/gWEwPy9mjqQ?...
For more conference talks from DjangoCon US 2025, head to djangotv.com/videos/djang...! ๐บ
websites in 2025
As the owner of an independent bookstore, I must ask all of y'all to do the opposite of this forever and ever, amen.
The Steering Council has accepted PEP 810 (explicit lazy imports) for Python 3.15!
discuss.python.org/t/pep-810-ex...
#Python #PEP810 #LazyImports #lazy #Python315