Misc Changes Serve ISR fallback shells in response to prefetch requests: #94534 Insights: drop irrelevant fix cards from instant errors: #94926 Navigation inspector UI updates: #94959 skill(next-cache-components-adoption): clarify prereqs: #95082 Turbopack: Delete dead AttachedFileSystem type: #94960 Opt Partial Prefetching routes into the runtime stage of Cached Navs: #95097 Fix #95015 by pulling a fix to scattered-collect: #95098 docs(caching): clarify generateStaticParams prebuild and recommend max for CMS: #95081 Release the instant navs lock without clearing the whole cookie jar: #94947 Compute dev fallback params from the most-specific prerendered route: #95066 Credits Huge thanks to @acdlite , @aurorascharff , @samselikoff , @bgw , @unstubbable , @lukesandberg , and @icyJoseph for helping!
The Nex Playground is the family-centric, Kinect-like game console that made one Verge editor’s kids laugh, cry, and ask for more playtime, even when they were sick. The motion-based game play isn’t perfect, but it has won over plenty of parents — and it’s on sale for $239 at Amazon, down from its current MSRP […]
Hi, everyone! We've just released Chrome 149 (149.0.7827.197) for Android. It'll become available on Google Play over the next few days. This release includes stability and performance improvements. You can see a full list of the changes in the Git log . If you find a new issue, please let us know by filing a bug . Android releases contain the same security fixes as their corresponding Desktop releases (Windows & Mac: 149.0.7827.155/156, Linux: 149.0.7872.155) unless otherwise noted. Harry Souders Google Chrome
A new update for Google Home could make it less likely your smart home cameras mistake you for someone else, just because you're facing away from the camera. Starting June 23rd, Google's expanding its facial recognition feature so that people you've tagged in your Familiar Faces library can continue to be identified when their faces […]
Netflix, A24, Focus Features, and Warner Bros.' Clockwork have all reportedly decided to pass on picking up Artificial - director Luca Guadagnino's new biographical drama about OpenAI cofounder / CEO Sam Altman - for distribution deals. And while Neon and Mubi are still said to be interested in the film, this situation makes it seem […]
Release: datasette 1.0a35 I'll write more about this one soon, but it's a big release. Three highlights from the release notes: New "Create table" interface in the database actions menu, backed by the / /-/create JSON API . It can define columns, primary keys, custom column types, NOT NULL constraints, literal defaults, expression defaults and single-column foreign keys. ( #2787 ) New "Alter table" table action and / / /-/alter JSON API for changing existing tables: add, rename, reorder and drop columns; change column types, defaults, NOT NULL constraints, primary keys and foreign keys; and rename the table. The alter table dialog also includes a "Drop table" button. ( #2788 ) New Template context documentation listing the variables available to custom templates for Datasette's core pages. Variables documented there are treated as a stable API for custom templates until Datasette 2.0. The documentation is generated from dataclass definitions next to the view code, with tests that compare the documented fields against the actual contexts rendered by the database, table, query and row pages. ( #1510 , #2127 , #1477 , #2803 ) Here's a rough video demo I made of the new create/alter table feature as part of reviewing the PR : Tags: datasette