Zed
@zed.dev
5 months ago Download Zed and view the full changelog here:
zed.dev/releases/sta...
💬 1
♻️ 0
❤️ 1
Download Zed and view the full changelog here:
zed.dev/releases/sta... Agents don't typically try to `rm -rf /` your machine, but even if one does, Zed's tool permission layer now blocks it before it can execute. These hardcoded safety guards catch dangerous commands even in chained expressions like `ls && rm -rf /`, and can't be overridden by any setting.
Right-click files and folders in the project panel to download them from a remote development server to your local machine. Thanks leoliu0605!
Send terminal selections directly into an Agent thread. Highlight output > right-click > `Add to Agent Thread` Thanks rutgercap!
🚀 We just shipped v0.223! Launch Zed's Agent Panel with a prompt via URL: zed://agent?prompt=your+prompt+here Now, you can add an "Ask in Zed Agent" button to your software today.
Atuin was down for ~2hrs today due to an upstream outage.
Our longest downtime in ~5yrs. Sorry for any impact 🙁
We're migrating back to Hetzner.
Full incident report: forum.atuin.sh/t/atuin-inci... Tests.
Vitest's browser mode is stable since Vitest 4.0.
Now you can be sure that your tests pass in an *actual* browser environment.
vitest.dev/guide/browser/ RSVP here! We'll have plenty of food, drinks, and good humans: luma.com/diexrbu0 Seattle, this one's for you. 🫶 We've added Lena Hall to our already awesome speaker lineup.
Come spend an evening with us, and also hear from @rad.gendervibes.online, Vaibhav Gupta from BoundaryML, and Jason Matson from @motherduck.com go on a much needed rant on what AI gets wrong and why. Prisma ORM v7.4.0 is out!
This release introduces a new caching layer to speed up query execution. We’ve been testing and measuring it internally for a while now, and it’s ready to ship.
If you’re running Prisma ORM in production, upgrade today!
Full details in the changelog:
pris.ly/q9ckZ2x It’s starting a subshell to run the search tui right now, I suspect that isn’t helping startup! You can get debug logs with ATUIN_LOG=debug This feature has actually caused us a lot of issues, I may remove for now
A great build deserves a great breakdown.
Lee Martin shared a behind-the-scenes look at Netlify Capsules from the “how did they do that?” moments to how it all came together.
www.leemartin.com/netlify-caps... i love building random one-off software, for example, to help me compare webcams great use of vibe-coding (when you can throw away the code)
yeah, that should be another category of wisdom-maxxer, seems like the same thought as the dotcom bubble thinker (the bubble popped, stuff was useful but the hysteria was bad)
working on a typology here
yay! it is indeed my refrain and i'm excited you're taking it up!
it's from pages.cs.wisc.edu/~remzi/Naur.... which i first heard about in feelingof.com/episodes/061/ We now provide official Tuist skills for AI coding agents: https://github.com/tuist...
Three skills available:
1. Migrate existing Xcode projects to Tuist-generated projects
2. Work with Tuist-generated projects
3. Detect and fix flaky tests
Install and update them via the skills CLI. Checkout out Prisma Client's full api reference 👇
pris.ly/d/client findUnique is great, but what if a record must exist?
Use findUniqueOrThrow().
It cleans up your code by automatically throwing a Prisma.NotFoundError when nothing is found. GitButler supports first class conflicts similar to JJ letting you perform a rebase and resolve conflicts as needed. Detecting integrated squash commits is a difficult problem. We do try to detect them, but sometimes they slip through. We are are actively trying to improve this system.
Love the GitButler GUI but miss your CLI? Have we got the solution for you!
youtu.be/Jg8L3SbgZ3o?... Get this free eBook by Supabase and Manning Publications 📗
Learn how to maximize Postgres: covering SQL, full-text search, smart data types, performance-enhancing design tips, and a lot more
> blog.manning.com/mastering-postgresql-accelerate-your-weekend-projects-and-seamlessly-scale-to-millions Not using Rolldown yet? It is time!
rolldown.rs Native plugins:
◆ @rollup/plugin-replace - Use `import { replacePlugin } from 'rolldown/experimental'`
◆ @rollup/plugin-dynamic-import-vars - Use `import { dynamicImportVarsPlugin } from 'rolldown/experimental'`
8 plugins replaced by zero-config built-ins or native equivalents.