Looking good! I've been using SuperWhisper recently and am finding their extra features super helpful btw.
@jeremyphoward
-
FastHTML HTMX Examples: Complete Resource Learning Guide
By
–
Fantastically useful resource from @hunglp
: *all* the HTMX examples from @htmx_org documented, running, and collected together as FastHTML apps! Studying these is a great way to learn FastHTML and HTMX. -

FastHTML Community Engagement and Adoption Discussion
By
–
Wow look at all these people that love FastHTML!
— Jeremy Howard (@jeremyphoward) 10 septembre 2024
(Pity they're not real. Oh well…) https://t.co/uBACnUgxjuWow look at all these people that love FastHTML! (Pity they're not real. Oh well…)
-
FastHTML tool for LLM red teaming and prompt engineering tricks
By
–
Cool new FastHTML app!
— Jeremy Howard (@jeremyphoward) 10 septembre 2024
For red teaming LLMs, it lets you rapidly try lots of cunning tricks like encoding the naughty bits of a prompt in braille, or adding prefill such as "sure I can do that for you".
("way more fun to make than writing it in js", @peluchewastaken told us) https://t.co/cAOfJabITSCool new FastHTML app! For red teaming LLMs, it lets you rapidly try lots of cunning tricks like encoding the naughty bits of a prompt in braille, or adding prefill such as "sure I can do that for you". ("way more fun to make than writing it in js", @peluchewastaken told us)
-
shadcn Library for FastHTML Making Great Progress
By
–
Very nice looking @shadcn library for FastHTML is making great progress! 😀 https://t.co/Jw1sJxfNtW
— Jeremy Howard (@jeremyphoward) 10 septembre 2024Very nice looking @shadcn library for FastHTML is making great progress! 😀
-
Training on Training Set, Testing on Test Set Valid
By
–
Controversial opinion: it's actually ok to train on the training set, and test with the test set.
-
Optional Dependencies in Open Source Python Projects
By
–
It’s pretty close to that actually. Since that blog we’ve added OAuth – optional if you don’t want it. fastlite is optional if you don’t want it. Date parser is optional. Bs4 optional. So I think the only other required dep is fastcore
-

FastHTML Enables Rapid Mermaid Editor Development
By
–
Wow only took a few hours from releasing the SVG support for someone on our Discord to create a Mermaid editor with FastHTML! :O
-
Minimal ASGI Python Dependencies for Web Serving
By
–
This is a pretty minimal set of deps that nearly any python ASGI webserver will use. So if you want to fully understand web serving in Python, that's your platform.