Zed
@zed.dev
4 months ago Need to change agent profiles without touching the mouse? Hit `{cmd,ctrl}-i` and filter down through the new keyboard-driven profile menu.
Thanks dvcrn!
💬 1
♻️ 0
❤️ 4
Need to change agent profiles without touching the mouse? Hit `{cmd,ctrl}-i` and filter down through the new keyboard-driven profile menu.
Thanks dvcrn! See your teammate's GitHub avatars in the git blame by adding `"git": { "blame": { "show_avatar": true } }` to your `settings.json` file. Tables in Markdown preview now render more cleanly. Thanks Simek!
Zip around the project panel with familiar Vim commands. Center the active entry with `z z`, scroll the editor halfway up or down with `ctrl-u` / `ctrl-d`, or, jump a specific number of entries via `{num} j` / `{num} k`.
Thanks AidanV! Zed also now implements perceptual gamma and contrast correction on systems using the Blade renderer. On these systems, you can customize font rendering with environment variables: - `ZED_FONTS_GAMMA` - `ZED_FONTS_GRAYSCALE_ENHANCED_CONTRAST`
🚀 We just released Zed v0.207! Multiple font rendering issues have been resolved, most notably on Linux, so smaller fonts will look more crisp. (We promise the difference is real, even if image compression tries to hide it.) Before vs After:
👀 Find all details in the release notes on GitHub!
pris.ly/release/6.1... 🎉 We just released Prisma ORM v6.17.0 & Prisma Postgres updates:
✅ Use Prisma Postgres with any ORM tool (GA)
✅ New usage metrics in Console
✅ MS SQL now supports Entra ID
✅ Fixes for MariaDB JSON handling
✅ Group-by query improvements
pris.ly/launch/6.17... Heading to ViteConf in Amsterdam where I'll speak about "Building native-grade web apps with synced data". If you're there, come and say hi!✌️
Find calendar links or sign up for regular updates from our Agentic Engineering series: zed.dev/agentic-engi... Why does every AI conversation break down?
Next Tuesday at 12pm ET, @steveklabnik.com and Richard Feldman are exploring why the AI discourse keeps breaking down and what better conversations might look like.
Join us 🧵 Thinking about using UUIDs as primary keys? Read this first.
In short, random UUIDs can negatively impact database performance with page splits, 4-9x storage overhead, and slower inserts. Use v7 or consider alternatives like BIGINT or NanoIDs.
planetscale.com/blog/the-pro... They never end!
Multi-schema has been production-ready since Prisma ORM v6.13.0 🚀
Keep your tables organized in clean namespaces, avoid naming conflicts, and query across schemas with Prisma Client. Great for multi-tenant and complex apps.
Watch the quick demo 👇
pris.ly/yt/multisch... With ~900 PR merges per month, even we find it hard to keep up with every new Zed feature landing. 😅
Hidden Gems aims to showcase some of the not-so-obvious features and workflows that we rely on daily. Give it a read, and if you have hidden gems you rely on, let us know!
zed.dev/blog/hidden-... Try it out 👇
create-db.prisma.io Our new tool lets you spin up a temporary Postgres DB, edit your schema, and manage data in Prisma Studio, all from your browser with no login or setup.
Bonus: you can also claim the DB if you want to keep it longer!
Short demo 👇 Gaining insight into your Xcode builds is as simple as replacing your "xcodebuild" CI commands with "tuist xcodebuild". You'll soon gain access to test insights as well. Relying on limited data makes it challenging to fine-tune your development setup.
docs.tuist.dev/en/guides/f... openai announcements: the gold mine is also selling the picks and shovels now
Learn more about the announcement and what this means for ACP here: zed.dev/blog/jetbrai... JetBrains is adopting ACP. Every @jetbrains IDE will support any ACP-compatible agent. Combined with Zed, Neovim, and Emacs, that's one protocol implementation reaching developers everywhere. Agent developers: the ecosystem just got real.
Schema recommendations are available for Postgres databases. We analyze your database daily and provide recommendations for optimization: - Remove redundant indexes - Prevent primary key ID exhaustion - Drop unused tables and indexes - Rebuild bloated tables and indexes
Not all bundles are made equal 🧐 That's why when analyzing your bundle size over time, you can now filter by the bundle's type: .ipa, .app, or .xcarchive 📦
You can embed Prisma Studio in your Next.js app & treat it like a native part of your UI.
❇️ Perfect for internal tools, multi-tenant apps, or anywhere you need a clean UI for in-app DB access.
New step-by-step guide to embed Studio in under 15 minutes 👇
pris.ly/nextjs-embe...