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

Topic - Edition

Frameworks

6 items on 19 Aug 2026
Python AI Django

Quoting Jeremy Morrell

My hypothesis is that there is a new opportunity for Extensible Software on the web. LLMs radically lower the cost of authoring extensions, and modern sandbox primitives lower the deployment cost and provide good…

Source: Simon Willison's Weblog
Python AI Django

Conceptual integrity and counting lines of code

Last week I recorded an episode of the Talking Postgres podcast with Claire Giordano on the subject of "How AI is changing software development". We had a really great conversation. Here are a couple of my highlights…

Source: Simon Willison's Weblog
FastAPI GitHub Python

encode/uvicorn: Version 0.52.4

Fixed Remove duplicate Date headers from accepted WebSocket handshakes with websockets-sansio (#3078) Full Changelog: 0.52.3...0.52.4

Source: Uvicorn Releases Kludex
React JavaScript

Clarify browser-only rendering guidance (#8612)

Clarify browser-only rendering guidance (#8612) * Clarify browser-only rendering guidance * Polish browser-only guidance wording * Use Canary markers in browser guidance * Present browser as a use resource * Polish…

Source: React Docs Blog aurorascharff
React JavaScript

Document browser-only rendering (#8582)

Document browser-only rendering (#8582) * Document browser-only rendering Add the Canary browser API reference, including optional lazy reasons, server bailout reporting, fatal and abort behavior, navigation entries,…

Source: React Docs Blog gnoff