Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Frameworks

2 items on 30 Aug 2026
Python AI Django

Understanding ChatGPT Work

OpenAI announced ChatGPT Work on July 9th, and have been furiously iterating on it ever since. It is an extraordinarily confusing and very powerful product. Here's what I've figured out about it so far. ChatGPT Work is…

Source: Simon Willison's Weblog
Python FastAPI

Forgejo hack #2: Integration with Read The Docs

In this second Forgejo Hack installment I'll tell you how to connect a git repository that lives in your self-hosted Forgejo instance to Read the Docs, so that commits to the repository automatically trigger…

Source: miguelgrinberg.com Miguel Grinberg