As a result of a US government directive, we are suspending access to Claude Fable 5 for all users. You can continue to use all other Claude models.
Here’s what this means for you:
Across Claude products, new sessions will run on your selected default model or Opus 4.8, and existing Fable 5 sessions will end with an error.
On the Claude Platform, requests to Fable 5 will also return an error. Please update your integrations to other Claude models.
We know this is a disruption to your workflows; we appreciate your patience and support.
@htmx_org is fast becoming an industry standard, building on the hypermedia foundations of the web, and helping people avoid the monstrous and unnecessary complexity of things like React. You can integrate with it easily with new features in @springboot 3.4! https://t.co/UtnMMaf14A
@htmx_org I wanted to be able to toggle based on a global shortcut some panel in a pet project of mine and it was kinda nice that this is all it took (LoB ftw) after just scrolling through the docs for like an hour
🎬 Exciting news: Our new video series NGINX Community Chats is live!
In Ep. 1, Dave and Damian explore NGINX's history, their favorite modules, and tips for open source newcomers.
☕ Watch now on YouTube: https://t.co/HckXfpk1aM
#NGINX#OpenSource#TechTalks
I wrote about the handy difflib package in #Python earlier this week. But I didn't mention the super handy HtmlDiff method!
You can use it to create a diff in HTML format. If you run it in Jupyter Notebook, you get a nice table format automatically!
This is huge! 🚀
Now you no longer need Gunicorn for anything with @FastAPI.
For the cases where you would have used Gunicorn, you can now just run Uvicorn (or the fastapi command) with --workers 🎉
Also applies to a couple of my Docker images, they are no longer necessary. 🔥
If you are using form data, upgrade python-multipart to 0.0.7 as soon as possible to fix a ReDoS vulnerability. 🔒
If you install fastapi[all], just upgrade to 0.109.1 🤓
You can read more in the security advisory: https://t.co/TgCHXVvsI3
@judofyr https://t.co/s58wBkNXQ9:
set character to {name:"Mario"}
set name to the character's name
-- same thing (this is a comment)
set name to the name of the character
set the character's name to "Luigi"
-- same thing (another comment)
set the name of the character to "Luigi"