Making a fantasy world where the elves are undesirable tall boomers and the dwarves are sexy short kings
I can see maps, send text messages and even video call at any moment - then when I don’t need it, it just disappears. And the whole time I can see the world around me too.
The real AR is the phone in my pocket
Just bought a 2011 Honda CR-V, and this thing is such a snapshot in time. It doesn’t have Bluetooth audio, but does have Bluetooth calling (via voice commands??). It takes CDs, and can play MP3 CDs. It has an aux input 🙏. It also has a DVD player on the roof that can either transmit audio over FM to the car, or via infrared (!!) headphones that came with the unit. Anyway here’s the DVD title screen to Anchorman.
I gave a talk a couple of weeks ago at MelbJS about how building MCP Servers is surprisingly easy. Here it is as a blog post:
https://runno.dev/articles/mcp/
Runno - MCP Servers are surprisingly easy. I made one that runs code in a sandbox.
It lets LLMs run code in a safe environment, using the Runno sandbox, and it was surprisingly easy to build. I'll show you how in here.
Introducing runno/sandbox: A WebAssembly Sandbox for Running Code.
You could use it for running code generated by an LLM, or for testing code written by students, or for running customer functions on your own cloud.
https://runno.dev/articles/sandbox/
Runno - Introducing @runno/sandbox: A WebAssembly Sandbox for Running Code
The Runno sandbox gives you a secure WebAssembly-based sandbox for running code in various programming languages. It works in Node.js and other JavaScript runtimes, providing protection when running potentially risky code.
I spent the weekend sick in bed, so I finished turning Runno into a Code Sandbox MCP Server.
Now my Claude can write and execute code in a bunch of languages as part of solving problems.
https://github.com/taybenlor/runno/tree/main/packages/mcp

runno/packages/mcp at main · taybenlor/runno
Sandboxed runtime for programming languages and WASI binaries. Works in the browser or on your server. - taybenlor/runno
GitHub
runno/packages/mcp at main · taybenlor/runno
Sandboxed runtime for programming languages and WASI binaries. Works in the browser or on your server. - taybenlor/runno
GitHubI’m sick this weekend so I built a Runno MCP server. Now Claude can safely run code to answer my questions.