Sublime
An inspiration engine for ideas
In today's browsers, it is possible to run parallelized code with the help of so-called web workers. The event loop of an individual browser window is, however, still only handled by a single thread.
Fullstack part2 |

๐๐ผ๐ ๐๐ผ ๐ฑ๐ผ ๐บ๐ถ๐ฐ๐ฟ๐ผ๐๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ๐ ๐ฎ๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ ๐ฝ๐ฟ๐ผ๐ฝ๐ฒ๐ฟ๐น๐?
๐ฆ๐ฒ๐น๐ณ-๐ฐ๐ผ๐ป๐๐ฎ๐ถ๐ป๐ฒ๐ฑ ๐ฆ๐๐๐๐ฒ๐บ๐ (๐ฆ๐๐ฆ) is a software architecture approach that prioritizes the decentralization of applications into independent systems, each with its domain logic, UI, and data storage. Unlike Microserv... See more

Understanding Living Systems
johannesjaeger.eu


LETS FUCKING GO!!!
Got MCP to work on durable objects!!!! x Agents SDK
each object can be both a client and a server
What does this mean? let's dive in
Turns out the @cloudflare Agents SDK, along with Durable objects is the best way to write MCP cl... See more
MCP is not just another dumb abstraction. So far, I like it a lot, and I think the hype is well-deserved.
Here is an explanation of two of the most exciting features of MCP:
1. Self-describing servers and the ability to dynamically adapt to changes in capabilities.
___LINEBREAK... See more
Santiagox.com
my new vibe code setup:
1 orchestrator agent which controls 85 sub-agents working in parallel
each sub-agent spawns from my stream of consciousness and tests from the main orchestrator
Here's how it works: https://t.co/KernOoHjy7
Greg Kamradtx.comBeen working on an app where we have a multiplayer chat with AI agents, all managed through @Cloudflare Durable Objects for real-time interaction.
Each agent and each chat room is a Durable Object, so the logic and storage are encapsulated in each of them.
Tech stack:
- @Cloud... See more
Alejandro Wurtsx.com