Ben Taylor's Avatar

Ben Taylor

@taybenlor.bsky.social

Bad brain from too long in the code mines. I make runno.dev, and work in ed tech. Hobbiest runner, hiker, climber, DJ and cat tree. He/Him living on Wurundjeri country in Narrm (Melbourne).

423 Followers  |  174 Following  |  130 Posts  |  Joined: 01.01.2024  |  2.0266

Latest posts by taybenlor.bsky.social on Bluesky

Good luck!

11.10.2025 11:05 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks heaps!

03.10.2025 09:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ooh what’s the website for this, I’d like to attend in future!

30.09.2025 11:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Cool new grifting trick β€œinstead of asking about the value, think about how much you stand to lose if you don’t adopt!”

30.09.2025 09:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

My biggest frustration with the last 20 years of β€œagile methodologies” is that the ability to deliver has been replaced by the ability to do a bunch of rituals. I don’t care about the rituals, I care about the outcomes. Some of the rituals are good, but the dogma is so strong.

23.09.2025 00:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

ME, IN TEARS: you can't just say every single part of a computer system is a file

UNIX, POINTING AT THE MOUSE: file

07.09.2025 11:01 β€” πŸ‘ 2315    πŸ” 505    πŸ’¬ 39    πŸ“Œ 17
The DVD title screen to anchorman

The DVD title screen to anchorman

Just bought a 2011 Honda CR-V, and this thing is a snapshot in time. It does Bluetooth calling but not audio. It supports MP3 CDs. It has an aux input. It has a DVD player on the roof that can transmit audio over FM, or via infrared (!!) headphones. Anyway here’s the DVD title screen to Anchorman.

31.08.2025 11:34 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sorry I have only read The Hockey Dog All Stars - Coloring Book: Six great hockey dogs ready to be colored, it was good though 3 stars

02.08.2025 03:55 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

great news! CONSPIRACY NATION is so far the best reviewed of my ... 8 books.

(Have you read CONSPIRACY NATION yet? Reviews on Goodreads helps other people who might like it find the book)

www.goodreads.com/bo...

02.08.2025 03:51 β€” πŸ‘ 57    πŸ” 7    πŸ’¬ 8    πŸ“Œ 0
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.

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:

runno.dev/articles/mcp/

21.07.2025 22:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The documentation we’ve written for Claude is some of the best documentation in our codebase.

03.06.2025 04:03 β€” πŸ‘ 9    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Happy Birthday!!

29.05.2025 13:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Sometimes my phone tells me it’s someone’s birthday and I have no idea who that person is

29.05.2025 08:28 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
[Unikernel Application Spotlight] Runno - A WebAssembly Sandbox for Running Code
YouTube video by nanovms [Unikernel Application Spotlight] Runno - A WebAssembly Sandbox for Running Code

this week on the unikernel application spotlight we check out runno - a webassembly sandbox that takes arbitrary input such as python/ruby/php - transpiles to wasm, runs it in node all under nanos - interesting stuff!

www.youtube.com/watch?v=cx5b...

20.05.2025 00:09 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

*taps the sign* rustforgeconf.com/register

23.05.2025 07:54 β€” πŸ‘ 15    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

Apparently yesterday I upset some people by noting that Y2K was a quarter of a century ago.

I apologise for the distress that the notion that Y2K happened closer to the Whitlam dismissal than to today has caused.

23.05.2025 00:47 β€” πŸ‘ 52    πŸ” 9    πŸ’¬ 6    πŸ“Œ 1
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 p...

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.

runno.dev/articles/san...

19.05.2025 22:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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

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.

github.com/taybenlor/ru...

18.05.2025 23:27 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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

You can now run it yourself! See docs: github.com/taybenlor/ru...

18.05.2025 10:57 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Try the instructions here: github.com/taybenlor/ru...

18.05.2025 10:40 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Should have it up later tonight!

18.05.2025 10:32 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Me asking Claude to calculate 5**5 using Python. Then Claude writing that code and executing using Runno. Then Claude explaining how ** works in Python.

Me asking Claude to calculate 5**5 using Python. Then Claude writing that code and executing using Runno. Then Claude explaining how ** works in Python.

Me asking Claude to calculate the p75 of some numbers. Claude then writes Python and executes it to answer.

Me asking Claude to calculate the p75 of some numbers. Claude then writes Python and executes it to answer.

I’m sick this weekend so I built a Runno MCP server. Now Claude can safely run code to answer my questions.

18.05.2025 09:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I have a rant in my head that I want to turn into an article about representation systems, and how representing things in different ways gives you different affordances. Representing with code allows you to have an β€œidea” that can be executed by a computer. Which is cool. As you’ve demonstrated.

13.05.2025 08:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Code review bot leaving comments on a CPU cooler 3D design, in KittyCAD

Code review bot leaving comments on a CPU cooler 3D design, in KittyCAD

When your 3D models/hardware projects are represented as code, it's easier for both humans and bots to do code review, switching between the 3D visuals and the underlying code. We turned code review bots into mechanical engineering review bots.

12.05.2025 21:11 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

That’s insanely cool. Programming is so neat.

12.05.2025 22:09 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

πŸ˜‚ it’s a timeless bit

10.05.2025 22:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How to Train your Dragon but it’s about transporting Dragons around the country on Trains.

09.05.2025 22:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I continue to appreciate that Clive can spend millions spamming us in texts, ads on socials and tv and basically not get anywhere

03.05.2025 12:33 β€” πŸ‘ 236    πŸ” 26    πŸ’¬ 13    πŸ“Œ 5

After the crowd boo’d Dutton, Albo said β€œNo, what we do in Australia is we treat people with respect” #auspol

I really admire respecting the individuals involved in politics. It’s not a team sport, it’s not about characters, and shouldn’t be about cheap shots.

03.05.2025 12:05 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

@taybenlor is following 20 prominent accounts