Here we're using ForeverVM with boto3 to visualize our AWS infrastructure without needing specialized tools.
Here we're using ForeverVM with boto3 to visualize our AWS infrastructure without needing specialized tools.
Doing it again next week in NYC.
Doing it again next week in NYC.
In this video, Windsurf uses ForeverVM to make HTTP calls to check a list of Python packages against the latest PyPi version.
In this video, Windsurf uses ForeverVM to make HTTP calls to check a list of Python packages against the latest PyPi version.
Install ForeverVM as a tool on Claude Desktop: https://forevervm-com.vercel.app/docs/guides/forevervm-mcp-server/
Install ForeverVM as a tool on Claude Desktop: https://forevervm-com.vercel.app/docs/guides/forevervm-mcp-server/
npx forevervm signup
Or read our new docs for more: https://forevervm.com/docs
npx forevervm signup
Or read our new docs for more: https://forevervm.com/docs
Whether you use our managed platform or bring-your-own-cloud, rest easy knowing that we put security and reliability first.
Whether you use our managed platform or bring-your-own-cloud, rest easy knowing that we put security and reliability first.
Introducing foreverVM, a Python REPL-as-a-service. Under the hood, we swap between memory and durable storage. To you (and your agent) it acts like an always-on REPL.
See more at forevervm.com
Introducing foreverVM, a Python REPL-as-a-service. Under the hood, we swap between memory and durable storage. To you (and your agent) it acts like an always-on REPL.
See more at forevervm.com
See docs at https://docs.jamsocket.com/y-sweet/features/read-only-tokens
See docs at https://docs.jamsocket.com/y-sweet/features/read-only-tokens
Give it a shot at https://learn.yjs.dev/lessons/03-todo-list/!
Give it a shot at https://learn.yjs.dev/lessons/03-todo-list/!
We can give each todo an index property. The ordered list of todos is an array of the map values sorted by the index property. To move a todo, simply set a new index!
It sounds good in theory, but…
We can give each todo an index property. The ordered list of todos is an array of the map values sorted by the index property. To move a todo, simply set a new index!
It sounds good in theory, but…
That means moving array elements really means deleting and re-adding them.
That means moving array elements really means deleting and re-adding them.
This demo allows each client to reorder the todos and toggle their checkboxes.
This demo allows each client to reorder the todos and toggle their checkboxes.
Give it a shot at https://learn.yjs.dev/lessons/02-counter/!
Give it a shot at https://learn.yjs.dev/lessons/02-counter/!
When we add a little latency, the counter breaks!
When we add a little latency, the counter breaks!
Seems pretty simple, right?
Seems pretty simple, right?
Give it a shot at https://learn.yjs.dev/lessons/01-introduction/!
Give it a shot at https://learn.yjs.dev/lessons/01-introduction/!
Here you can see how Yjs syncs the values between two maps, with latency added to simulate a network connection.
Here you can see how Yjs syncs the values between two maps, with latency added to simulate a network connection.
All in all, there are six shared types:
All in all, there are six shared types:
Here you can see how Yjs syncs documents between clients. When one client moves a slider, the other client automatically sees the updated value.
Here you can see how Yjs syncs documents between clients. When one client moves a slider, the other client automatically sees the updated value.