Use `nono` AI agent sandboxes in Zed Agent Servers

2 min read

306 words

I recently set up nono sandboxes on my Mac to put my Claude Code sessions into a more restricted playground. Having Claude live unrestricted on my whole filesystem did not feel right, especially knowing that it could (potentially) request pretty much any website out there as well. No one wants to experience prompt injection or random deletions of your database or even your file system records.

Continue reading →

Write more notes

2 min read

348 words

Remember the problem you encountered month ago? That once in a life time error that took a day / week to sort out? Yeah it occured a second time. Did you take notes on how you fixed it in the first place? No? Have fun finding the solution again.

Continue reading →

Why Deno's new sandboxes could let your app scale infinitely

7 min read

1857 words

An exciting new development has recently emerged in the Deno universe. The new sandbox project, which is currently in the alpha phase, allows any JavaScript code to be executed in an ephemeral environment. This means that user- or AI-generated code can be executed without the risk of malicious code being brought to the host system.

It's a combination of technologies that makes my nerd heart beat faster: Deno and Firecracker VMs combined.

Continue reading →

AI as a Sparring Partner: Manage Blog Post Marketing

2 min read

408 words

Over the last few days I have been building a tool that suggests possible titles, meta descriptions, a LinkedIn post and a newsletter issue based on my blog post files in Markdown. Personally, I want to focus on writing good blog posts that reflect my thoughts or work. As the content is more important to me than the 'marketing' around it, be it the LinkedIn post or the 'perfect' description of the article, I have considered using the tool to have this suggested by an AI model. My blog post is always used as the foundation, which is always attached to the prompt.

Continue reading →

Find more posts on my blog