's Avatar

@ericholscher

139
Followers
7
Following
20
Posts
05.11.2024
Joined
Posts Following

Latest posts by @ericholscher

Where are people with passkey adoption these days for personal use? Conceptually they seem great, but I'm worried the UX around them seems a bit wonky. I'd likely be storing them in my 1password which syncs between desktop & mobile, which seems like the other major UX issue. Should I be using them?

12.02.2026 10:07 👍 1 🔁 0 💬 1 📌 0

Seeing really strong sponsor interest for WTD Portland . I feel like AI slop polluting the digital space is leading to reinvestment around in-person events. I hope it converts into more people seeking more physical community -- something that atrophied after COVID, but is more important than ever.

12.02.2026 02:17 👍 2 🔁 0 💬 0 📌 0
Preview
PythonAsia 2026 The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region.

Things are lining up such that I might make it to #PythonAsia this year in March. Anyone else I know planning to go?

2026.pythonasia.org

07.02.2026 07:08 👍 0 🔁 0 💬 0 📌 0
Post image

Cloudflare has a ton of heuristics that seem useful in automating blocking of traffic spikes using many IPs and "real" user agents. Can anyone point in the direction of how to actually implement it? It feels like something that should be built in, but I can't figure out how to stop this stuff.

05.02.2026 00:40 👍 1 🔁 0 💬 0 📌 0
Preview
Anthropic invests $1.5 million in the Python Software Foundation and open source security We are thrilled to announce that Anthropic has entered into a two-year partnership with the Python Software Foundation (PSF) to contribute a...

Credit to Anthropic for funding the PSF with a meaningful amount of money. This is what supporting open source looks like, and I’d love to see other major companies step up in a similar way. Of note Microsoft & Bloomberg led the way here with similar donations.

pyfound.blogspot.com/2025/12/anth...

14.01.2026 06:02 👍 1 🔁 0 💬 0 📌 0

I love to see Google & Vercel start sponsoring Tailwind. But the larger question is why did it take the company laying off 75% of their staff for these major tech companies to realize they needed to sponsor? What processes are they doing to evaluate other things to sponsor before AI kills it?

09.01.2026 00:37 👍 1 🔁 0 💬 0 📌 0
Post image

Headed to Japan for the next month, and would love to catch up with anyone in the #python or #writethedocs community that is around!

14.12.2025 17:22 👍 0 🔁 0 💬 0 📌 0

I've found AI has made me more effective, mostly by removing the pain of starting a task. Having it do a naive implementation that I can critique is weaponizing "someone is wrong on the internet" against myself 🪄

03.12.2025 20:46 👍 1 🔁 0 💬 0 📌 0

Do I know anyone who is really good at tuning Cloudflare WAF and security rules for a public facing site? We've getting an ever increasing amount of abusive bots (AI and not), and really struggling to allow small automated access from users without totally destroying our servers.

16.09.2025 07:35 👍 0 🔁 1 💬 0 📌 0

There is something wrong that GitHub charges a ~5% fee to sponsor open source people through GH sponsors. It's actually the most expensive way that we have to pay out people with EthicalAds, when it seems like it should be the cheapest.

15.09.2025 10:41 👍 2 🔁 0 💬 0 📌 0
Post image

Thanks to everyone who came to our Portland conference a couple weeks ago. It was another lovely event at Revolution Hall, bringing people who care about documentation together across many different job titles and organizations.

22.05.2025 13:11 👍 6 🔁 2 💬 1 📌 0

Love hearing people in the #PyConUS keynote say "contributing to documentation is contributing to Python" and getting a round of applause. This documentation culture is a huge part of Python's continued success, and I'm proud to have a played a small part of it. 💗

17.05.2025 13:27 👍 10 🔁 2 💬 0 📌 0
Post image

We are excited to announce the speakers for the 2025 Portland Conference! 🗣️
Each year, we strive to bring a diverse array of voices and topics that cover practical, philosophical, and technical ideas!

writethedocs.org/conf/portland/2024/news/announcing-speakers/

🗓️ May 4-6, 2025

#writethedocs

11.02.2025 17:45 👍 1 🔁 1 💬 0 📌 0
Post image

Only 3 months until Write the Docs Portland! 🎉 Get your tickets, plan your trip, and check out our Visiting Portland page for hotel tips. Stay tuned—speaker announcements are coming soon! 👀✨

writethedocs.org/conf/portland/2025/visiting/

04.02.2025 17:10 👍 2 🔁 1 💬 0 📌 0
Preview
A pattern for updating dependencies in a Docker image We use docker pretty heavily at work, and a pattern I’ve often run into is that I want to play around in a docker image to get something working, and then be able to “save” it back into the origina...

Also wrote up a short pattern I've been using to update and save a docker instance easily without depending on Docker cache:

www.ericholscher.com/blog/2025/fe...

01.02.2025 21:05 👍 0 🔁 0 💬 0 📌 0
Preview
31 days of posts I decided to try and write a blog post each day in January, and have now been successful! I have been inspired by folks like Simon Willison, John Gruber, and Andy Baio. They are able to keep up a r...

Wrote up a short reflection on trying to blog everyday in January. Turns out it was pretty hard, but keeping things manageable and more "link blog" style helped make it happen.

www.ericholscher.com/blog/2025/ja...

01.02.2025 20:41 👍 0 🔁 0 💬 0 📌 0
Preview
AI makes computers do what I want them to do Importing substack posts into my blog

Wrote up a post about how I used AI to build a Substack RSS importer that converts into my custom markdown blog format using GitHub Copilot Edits in ~5 mins:

ericholscher.substack.com/p/ai-makes-c...

#python

05.01.2025 16:43 👍 0 🔁 0 💬 0 📌 0
Podcasts I’ve been enjoying Ezra Klein Show: I’ve been listening to Ezra since his days at Vox, and his podcast is always a good listen. I appreciate the wide range of topics he covers, and his guests are always interesting. ...

Wrote up some of the podcasts I've been listening to lately that I recommend.

www.ericholscher.com/blog/2025/ja...

05.01.2025 03:00 👍 0 🔁 0 💬 0 📌 0
The Best Introduction to LLMs I’ve Found I’ve been getting more and more excited about Large Language Models (LLMs) lately, and have been inspired by Simon Willison’s call for more people to do link blogging. As I’ve read more into the su...

In the never-ending quest to publish more and consume less, and inspired by Simon's post on link blogging, I'm hoping to do a bit more link blogging this year. The first attempt:

www.ericholscher.com/blog/2025/ja...

01.01.2025 20:32 👍 0 🔁 0 💬 0 📌 0

Tickets are on sale for Write the Docs Portland on May 4-6, 2025!

Join us for a community-centered conference where documentarians of all backgrounds gather to meet other like-minded folks in the industry.

https://www.writethedocs.org/conf/portland/2025/news/announcing-tickets/

#writethedocs

19.12.2024 23:26 👍 2 🔁 1 💬 0 📌 0
Preview
DSF calls for applicants for a Django Fellow Posted by Russell Keith-Magee on Sept. 18, 2014

Realized that the Django Fellow program is over 10 years old! It was a huge inspiration for the successful Python Developer in Residence program, and helped push the Django and Python ecosystems forward in an important and under-appreciated way.

www.djangoproject.com/weblog/2014/...

#python

13.12.2024 16:38 👍 1 🔁 0 💬 0 📌 0

I would use social media more if there was a negativity filter I could turn all the way down. I really don't care about what you don't like with no improvements for how to make it better. 😪

06.12.2024 15:55 👍 1 🔁 0 💬 1 📌 0
Preview
You Exist In The Long Context Thoughts on the quiet revolution of long-context AI models, from NotebookLM's Editorial Director Steven Johnson.

Loved this article musing on the meaning of longer context windows in language models. I had a lot of fun putting some BLM planning documents for my local recreation area in NotebookLLM and asking questions.

thelongcontext.com

21.11.2024 15:45 👍 0 🔁 0 💬 0 📌 0
Preview
Making human music in an AI world On The Vergecast: the future of music is technology. But it’s mostly humans.

I really loved this Vergecast with @gewang.bsky.social. I've been pondering more and more the things I care about with technology, and it had some great insights.

www.theverge.com/2024/11/17/2...

19.11.2024 22:46 👍 0 🔁 0 💬 0 📌 0