650 Followers
94 Following
170 Posts
Fly.io Rails Specialist. Open Web Communities. he/him
Bloghttps://intertwingly.net/blog/
Working demo; try it yourself!
Capybara Without the Browser Tax

"The Claude C Compiler: What It Reveals About the Future of Software"

https://www.modular.com/blog/the-claude-c-compiler-what-it-reveals-about-the-future-of-software

Modular: The Claude C Compiler: What It Reveals About the Future of Software

Compilers occupy a special place in computer science. They're a canonical course in computer science education. Building one is a rite of passage. It forces you to confront how software actually works, by examining languages, abstractions, hardware, and the boundary between human intent and machine execution.

RE: https://cosocial.ca/@timbray/116014011263526439

"extremely weird shit" - thanks for the call out! The further I get in this rabbit hole the deeper it gets.

Submitted for Your Approval

What happens when you transpile a Rails chat app to Cloudflare Workers? D1, Durable Objects, Hotwire—it all just works. https://intertwingly.net/blog/2026/01/06/Rails-Apps-on-V8-Isolates.html
Rails Apps on V8 Isolates

Rails requires Ruby. Serverless runs JavaScript. Until now, you had to choose.

Introducing Juntos: Rails patterns transpiled to JS. Same code runs in browsers, Node, Vercel Edge, Cloudflare Workers.

https://intertwingly.net/blog/2026/01/01/Rails-to-the-Edge-and-Beyond

This was fun to write. I hope somebody out there enjoys it as much as I did and do: https://intertwingly.net/blog/2025/12/21/Ruby2JS-on-Rails.html
Beta Ruby2JS Phlex filter: www.ruby2js.com/docs/filters... ; please let me know if there is any interest. The real phun begins when we get to the point of making a Vite plugin.