Python Philippines, August 2, 2025. Group photo. Where Python web framework AIR was first shown to the public
Documenting last week's historic moment with @daniel.feldroy.com at Python Philippines, because AIR will grow up to be a big web framework one day
09.08.2025 01:54 β π 2 π 0 π¬ 0 π 0
The secret project we soft-launched Saturday is github.com/feldroy/air - but note itβs not fully launched, not ready for users yet. More of a preview βhey, check out what I just started working on but donβt look too closelyβ type of thing
04.08.2025 13:29 β π 3 π 3 π¬ 1 π 0
Soft-launching the secret-but-not-secret new open source project with @daniel.feldroy.com at Python Philippines in an hour!
02.08.2025 06:01 β π 2 π 0 π¬ 1 π 0
I built DjangoPackages.org with @daniel.feldroy.com at Django Dash 2010. We maintained it for years and poured thousands of dollars we couldnβt afford into hosting it because we loved it so much
It lives on, @webology.bsky.social and @fwiles.bsky.social / RevSys maintain and pay for it now
28.07.2025 00:27 β π 4 π 1 π¬ 1 π 0
This sounds like a challenge
12.07.2025 03:06 β π 5 π 0 π¬ 1 π 0
A web framework or other tool is only as good as its ecosystem. Nurturing its third-party package ecosystem leads to its growth and longevity.
09.07.2025 22:56 β π 0 π 0 π¬ 0 π 0
I think one of the keys to happiness is surrounding yourself with positive, encouraging, open-minded people.
People who uplift you when you try new things, and who give you the courage to keep trying more.
08.07.2025 02:51 β π 2 π 1 π¬ 1 π 0
I've left R&D at Answer.AI to focus on independent AI for good & web research projects. I learned so much pair-programming with the best AI researchers in the world, and putting the Lean Startup method into practice daily.
Deeply grateful to @howard.fm and @ericries.bsky.social for my time there.
29.06.2025 21:58 β π 5 π 0 π¬ 0 π 0
Iβm in awe of all the work Tamara has put into the community over the years. And itβs a lot π«¨! Youβve got to listen to this episode of @pypodcats.live when it drops.
26.06.2025 22:30 β π 1 π 1 π¬ 0 π 0
Understanding Keyword Search
Understanding how search really works under the hoodβfrom tokenization to BM25 ranking
I was kinda surprised that people joined my new discord, and got a bit excited yesterday and created and published a new website around it and started with a new free tutorial :D
Check it out: kentro-learn.com/free-content...
27.06.2025 20:21 β π 1 π 2 π¬ 0 π 0
GitHub screenshot showing a git branch name containing a \u2060 character
Leave it to @daniel.feldroy.com to put hidden Unicode characters into his git branch names
25.06.2025 03:47 β π 5 π 0 π¬ 1 π 0
A Marimo notebook showing a Vega-Altair heatmap chart
Playing with Marimo notebooks, a reinvention of Jupyter notebooks to be reactive like Observable notebooks. After getting past the rough learning curve, I'm starting to see how fun they are.
And a Vega-Altair heatmap of x^2 + y^2, to make the screenshot pretty.
24.06.2025 21:42 β π 1 π 0 π¬ 0 π 0
I hope that publishing even the most broken and imperfect code + To-do lists for myself about next steps is okay. Anything that keeps my daily momentum going can't hurt, I think. I suppose that is part of #BuildInPublic
13.02.2025 10:06 β π 4 π 0 π¬ 0 π 0
Today, I found some of my lost work and started to piece it together in audrey.feldroy.com/nbs/2025-02-...
(Warning: That post has broken code because it's more about the experience of losing and recovering code than about the code itself. )
13.02.2025 10:01 β π 1 π 0 π¬ 1 π 0
My Self-Analysis of How to Get Back to Posting Every Day
Yesterday I recovered from breaking my New Year's resolution to post a new notebook every day. This notebook helped me realize the root cause: frustration over losing work that I cared about. audrey.feldroy.com/nbs/2025-02-...
13.02.2025 09:55 β π 5 π 0 π¬ 1 π 0
Coincidentally @daniel.feldroy.com told me the same thing yesterday morning π thanks both for the encouragement to fix this!
I got through implementing it partway for all the notebooks except the MonsterUI ones. Shared my process for creating that nav component: audrey.feldroy.com/nbs/2025-02-...
07.02.2025 01:45 β π 2 π 0 π¬ 0 π 0
How to Turn a Jupyter Notebook Into a Python Script
I never thought I would appreciate Jupyter notebooks enough to do this sort of thing, but I totally get it now.
Here's how I create Python scripts from useful notebooks: audrey.feldroy.com/nbs/2025-02-...
06.02.2025 01:06 β π 8 π 0 π¬ 2 π 0
Create a CLI Tool With fastcore.script
A CLI tool can be as simple as a Python function.
I made a walkthrough showing how to create a lightweight command line tool using fastcore.script: audrey.feldroy.com/nbs/2025-02-...
06.02.2025 01:01 β π 5 π 0 π¬ 1 π 0
TIL I can copy a word in Vim to my system clipboard with "+yiw
"+ - use system clipboard register
y - yank (copy)
iw - the entire inner word (not just part)
05.02.2025 15:37 β π 5 π 0 π¬ 0 π 0
This is super inspiring @lukasz.langa.pl and your art is beautiful
05.02.2025 12:30 β π 3 π 0 π¬ 0 π 0
I got to see a real baby photo of myself in super resolution, even clearer than TopazLabs' Gigapixel!
04.02.2025 20:45 β π 6 π 1 π¬ 0 π 0
At @pydatalondon.bsky.social. Meet me if you're here!
04.02.2025 20:38 β π 0 π 0 π¬ 0 π 0
Text Embeddings and Cosine Similarity
Tonight I turned sentences into embedding vectors and visualized their similarity. audrey.feldroy.com/nbs/2025-02-...
02.02.2025 23:18 β π 6 π 0 π¬ 0 π 0
Auto-Renaming My Untitled.ipynb Files With Gemini 1.5 Flash
I have way too many "Untitled.ipynb" files. Got them organized by bulk-renaming them using the Gemini API tonight
audrey.feldroy.com/nbs/2025-02-...
02.02.2025 01:03 β π 6 π 0 π¬ 1 π 0
Security matters. This is a wake-up call for those of us releasing AI products. Let's study and consider this exposure walkthrough carefully, and learn from it.
30.01.2025 10:42 β π 3 π 0 π¬ 1 π 0
L and its chainable map and filter are like a dream to work with. In the repl, L lists always show the count, which I can't live without now that I've seen how much it helps. The chainability helps me keep my mental flow stringing operations together left to right. Try them π
30.01.2025 01:22 β π 0 π 0 π¬ 0 π 0
Functional Programming with datetime, and Omni-Timezone Discord Timestamps
I've been finding it helpful to use datetime with fastcore's L and map, and functools' partial.
I shared some useful functions here to print my colleagues' current times, and generate Discord timestamps which localize Unix timestamps to the user's timezone.
audrey.feldroy.com/nbs/2025-01-...
29.01.2025 15:03 β π 4 π 0 π¬ 1 π 0
Filipino programmer. C++ and Python fan. Plays fighting games. Can speak a little Klingon
Django/Python guy. Tip your servers and normalize your Unicode.
he/him
Angry politics and other non-tech parts of me are at @ubernostrum.bsky.social
Elsewhere:
https://www.b-list.org/
https://infosec.exchange/@ubernostrum
https://github.com/ubernostrum
#GoogleCloud βοΈ | #Python Programmer π | #Podman Fan π¦ | Web #Developer πΈοΈ | #Cycling Addict π΅ββοΈ | Music Junkie π§ | #Travel Fanatic βοΈ | #Fitness Freak | and #roses ππ½ββοΈ π¬π§πͺπΊπ«π·
I write (Python|JavaScript|HTML|CSS) and sometimes it's useful.
π οΈ https://github.com/adamghill
π₯ https://adamghill.com
π§ 1/2 of https://djangostickers.com and https://djangobrew.com
βοΈ / ππͺ© / π» / βοΈ / π₯
he/him - Python, Django, Containers, Engineer, Partner at REVSYS - Affiliations: PSF, DEFNA, DjangoCon US, and bios are hard.
The web framework for perfectionists with deadlines. Posts by the Django Software Foundation (https://www.djangoproject.com/)
Trying to change how startups are built
formerly @ericries on the bird app
Physics postdoc, Niels Bohr Institute
Python Core Developer π Principal Software Engineer @ Arm
MSc in Computer Science. Posts are my own. He/him/his. π¬π§
I help others create amazing technology. responsiveX founder. Azure and AI MVP. Microsoft Regional Director. Azure SQL DB book author. Guitar player. Husband. Dad.
Kidlit illustrator and character designer, nature lover | ADHD
odnatamyara.com
Represented by Jemiscoe Chambers-Black at @andreabrownlit.bsky.social
Swedish guy in Poland.
Whiskey, absinth, drum machines, synth, cats, and family.
Expert in building, scaling and maintaining complex web applications - Founder of REVSYS, PSF Fellow, Django Steering Council and Former President of the Django Software Foundation.
Into Python, Django, React, Rust, Kubernetes and cooking
Author of "Automate the Boring Stuff with Python" and other books. Mostly harmless. he/him
#Python core developer who also works on packaging; works on Python stuff at #Microsoft (although this is a personal account). Proudly #Canadian.
Python Namibia | PyCon Namibia | ThePSF Fellow | @DjangoConAfrica
| Ubuntu | Software Developer | π³π±π©πͺπ¬ππΏπ¦ π¨πΏπ²πΎπ¬π§πΊπΈπΉπΏπͺπΉ