Netlify
@netlify.com
3 months ago Model comparisons are easiest when “try another provider” isn’t a half-day setup task.
📺 Demo: www.youtube.com/watch?v=9Cqx...
💬 0
♻️ 1
❤️ 2
Model comparisons are easiest when “try another provider” isn’t a half-day setup task.
📺 Demo: www.youtube.com/watch?v=9Cqx... Introducing pg_strict for Postgres.
Our new extension adds a safety net to Postgres, catching dangerous queries before they run.
www.youtube.com/watch?v=noPn... people keep seeing ethan hawke so i've probably seen him too but i must have face-blindness for ethan
boerum hill celeb sighting on my block report: yesterday, peter dinklage, today, ezra klein
To start 2026 I officially joined @stevekrouse.com, @macwright.com, and co. at @val.town as a programmer-writer, part-time while I continue writing my book :)
Val Town's founding poem is still my favorite way to describe what it is:
> If GitHub Gists could run
> And AWS Lambda were fun Are you at #CodeMash today? Don't miss our own @scottchacon.com at 1:30 in the Cypress room talking about Why Github won!
And of course, join us at Cabana 4 in the Waterpark tonight for food, drinks, and swag! Filter by status codes to spot patterns (429s, 500s, 404s, the usual suspects).
docs.netlify.com/manage/monit... GPT-5.2-Codex is now available in Netlify AI Gateway + Agent Runners (zero config).
www.netlify.com/changelog/gp... Learn More 👇
pris.ly/d/migrate-s... Shadow database does two things:
1. Detects drift (did someone manually change the dev database?)
2. Validates new migrations (will this cause data loss?)
Only after passing both checks does the migration touch your actual data.
Automatic, temporary, and essential. Blog is back tldraw.dev/blog/back-to... Enable prerendering on Netlify with the new extension.
Quick path: install extension, activate, redeploy.
Full steps in docs.
docs.netlify.com/build/post-p... Trillions of Postgres and MySQL transactions execute every day. They're at the heart of why relational databases are relied upon by the world's largest applications. Learn all about how they work in our latest article.
Tuist CLI 4.124.0 adds support for Swift Package traits when using .external dependencies. Declare traits in Package.swift and Tuist sets the right build settings for generated targets. Details: https://community.tuist.... If you’re building “generate images for content” features, this is a clean Netlify-native demo.
Video: www.youtube.com/watch?v=R7J-... #ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Zed automatically adds new items when you hit `enter` in a Markdown list. After Zed adds a new list item, use `tab` / `enter` to adjust indentation. Disable this behavior via `extend_list_on_newline` and `indent_list_on_tab`. Thanks 0xRaduan!
A new which-key modal shows what keys you can press next (and what they do) when you start a keybinding chord.
It works in both Vim and non-Vim modes, and you can enable it via `{"which_key": {"enabled": true}}`. The language servers menu in the status bar now gives you granular controls to stop and restart individual servers.