It does one thing and it does it well. I built it with a friend and we released the iOS app last year. Currently building the Android app
Ask HN: What are you working on? (March 2025)
221–230 of 1001 posts
Re: Ask HN: What are you working on? (March 2025)
#222Fluid's website is https://fluid.so and Fluid Link is available for download at https://fluid.so/fluid-link
Fluid is currently free (until tomorrow?) and Fluid Link is free to try up to 15 minutes at a time, with no restrictions on functionality. There's a discord server and in-app support chat for support questions, and videos demonstrating Installation and usage on YouTube.
Re: Ask HN: What are you working on? (March 2025)
#223Re: Ask HN: What are you working on? (March 2025)
#224Just 2 or 3 bugs remaining before people can start playing with both River and Freenet which hopefully means we're days away (touch wood).
[1] https://github.com/freenet/river [2] https://freenet.org/
Re: Ask HN: What are you working on? (March 2025)
#225https://www.linkedin.com/posts/brynet_openbsd-activity-73074...
Re: Ask HN: What are you working on? (March 2025)
#226So fun!
Re: Ask HN: What are you working on? (March 2025)
#227Hoping it will get some viral sharing and lead to some good quality backlinks.
Re: Ask HN: What are you working on? (March 2025)
#228Re: Ask HN: What are you working on? (March 2025)
#229Pretty fun to see how easy it is to put together a decent website on a shoestring budget (R2 hosting, all react frontend)
Re: Ask HN: What are you working on? (March 2025)
#230Working on Runno ( https://runno.dev/ ) as a side project. It's a tool for running code in the browser for educational use. [Edit]: I wrote a re-introduction to Runno: The WebComponent for Code over the weekend ( https://runno.dev/articles/web-component/ ) I've been playing around with turning it into a sandbox for running code in Python ( https://runno.dev/articles/sandbox-python/ ). This would allow you to safely e…
Awesome! Have you considered pyodide[1]? Pydantic uses this for sandboxing its AI agents [2]. 1. https://pyodide.org/en/stable/ 2. https://ai.pydantic.dev/mcp/run-python/
A big difference between my approach and their approach is that Runno is generic across programming languages. Pyodide only works for Python (and can only work for Python).
Big interesting development in this space is the announcement of Endor at WASM IO which I'd like to try out: https://endor.dev/