Zed
@zed.dev
2 months ago #ZedEditor
💬 0
♻️ 0
❤️ 0
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... The Git panel has a new tree view that helps you visualize changes in the context of your project’s structure. 🌳 Thanks xipeng-jin!
Zed now uses a worktree trust mechanism to help keep you safe by default when you open projects.
You can agree to trust each worktree you open, or disable entirely via `"session": { "trust_all_worktrees": true }`.
Read more in our Secure by Default post:
zed.dev/blog/secure-... The Dev Containers blog post covers how we built it—and what’s supported today.
Tell us what you want next out of Dev Containers support.
zed.dev/blog/dev-con... @biilmann.blog's 2026 predictions are out! 🎉
Big themes: True Computer Literacy, Claude Agent SDK + “true agents,” AX (Agent Experience), pipelines/sandboxes becoming the bottleneck, and the slow fade of syntax as the default interface.
biilmann.blog/articles/pre... Vitest shipping native OpenTelemetry support is exactly the kind of thing that makes me optimistic about developer tooling.
Standards-first, infrastructure-agnostic, user-respecting. Chapeau 👏
https://vitest.dev/guide... Someone just published "flutist" on pub.dev - a modular Flutter project management framework directly inspired by Tuist! Centralized dependency management, CLI code generation, and project visualization.
Very cool to see these ideas spreading across ecosystems 💙
https://pub.dev/packages... effect devlog: connecting effect and trpc: macwright.com/2026/01/06/e... Strong “why now” post: building is faster; shipping isn’t.
AI Gateway fits into the “run it in production without friction” story: www.netlify.com/blog/create-... Happy new year 🎉
Our December 2025 recap is out!
⚡ Oxlint type-aware linting alpha
🎨 Oxfmt with @vuejs.org, Markdown & JSON support (+ more languages)
📦 @rolldown.rs chunking improvements
🔬 @vitest.dev OpenTelemetry & import breakdowns
🗺️ 2026 Oxc roadmap
👀 and more
voidzero.dev/posts/whats-... 🔊 ICYMI: Netlify Observability is here! Stop guessing what’s happening after deploy.
Request metrics + function execution + usage signals, all in one place. www.netlify.com/blog/introdu... Vite crossed 40M weekly downloads! 🥳 2x the beginning of 2025! Or +0.5M downloads per week. Huge shoutout to the contributors and the community for making Vite the gold standard for web dev. 🥂
jekyll not working on ruby 4 and only a few people upvoting the issue and the pr sitting unreviewed is probably not a great sign for the great old framework github.com/jekyll/jekyl...
might be the year of 11ty i suppose Not sure if you need prerendering?
Drop your URL into the Prerendering Checker and get a fast read on whether your important content is missing from initial HTML. do-you-need-prerender.netlify.app Not me
Prefer video? This is the “what it is / why it matters” explainer for AI Gateway.
Watch: www.youtube.com/watch?v=vzrz... Checkout our docs on logging 👇
pris.ly/d/logging Debug like a pro with Prisma logging 🎯
✨ See raw SQL queries
✨ Track query duration
✨ Monitor errors in real time
✨ Subscribe to custom events
Two modes: simple stdout or event-based for advanced use cases. The best kind of infra is the one you don’t think about.
Prisma Postgres:
- Instant spin-up
- Zero cold starts
- Smart global caching
Runs fast, stays out of your way.
pris.ly/postgres Prerendering is back (and it matters more than ever).
If your SPA ships an empty HTML shell, some crawlers and AI bots will see…nothing.
The new Netlify Prerender extension fixes that. 🛠️
https://www.netlify.com/blog/prerendering-an-old-trick-new-again/ ⚖️ Database scaling is often the first challenge you'll encounter as your application grows.
Our 22 lesson database scaling course covers query tuning, partitioning, replication, connection management, sharding, and more.
planetscale.com/learn/course...