Readit News logoReadit News
ra0x3 commented on IronClaw: a Rust-based clawd that runs tools in isolated WASM sandboxes   github.com/nearai/ironcla... · Posted by u/dawg91
ra0x3 · a month ago
What runtimes are supported? I don't think I saw that part mentioned in the README
ra0x3 commented on Ask HN: Has anyone achieved recursive self-improvement with agentic tools?    · Posted by u/nycdatasci
ra0x3 · a month ago
Absolutely https://github.com/ra0x3/systemg/tree/main/examples/orchestr...

Things are time bound by instruction creation - at some point you still need a human to dictate the instructions that the orchestrated agents use. From there I've found that -- (1) derive a goal from the instructions (2) break that goal into tasks (3) order those tasks into a DAG (5) spawn the agents to work via the DAG -- seems to be doing everything I want it to do.

ra0x3 commented on Ask HN: If your OpenClaw could do 1 thing it currently can't, what would it be?    · Posted by u/stosssik
ra0x3 · a month ago
Wash the spider rims on my car with soap and water, then dry them off completely such that no dirt or residue remains.
ra0x3 commented on Ask HN: Engineers working AI tools. Are you working more or less?    · Posted by u/taariqlewis
ra0x3 · 4 months ago
Working the same, the nature of the work has changed. Less time spent on the minutia of syntax and project scaffolding. More time spent on how the minutia compose into a larger system.
ra0x3 commented on Ask HN: What Are You Working On? (Nov 2025)    · Posted by u/david927
eternityforest · 4 months ago
I love that it's Rust based, but being busy is exactly why I like Systemd, it Just Works, as long as you don't need to customize the OS at all.
ra0x3 · 4 months ago
True, but I think the point I'm trying to make is that when it comes to deploying (what are more often than not) web services, getting to the point with systemd where it "just works" requires more pain than I'd like - especially with regard to production deployments (reading logs, checking service status, wondering why my env vars aren't being read, etc).

If at the time when I was cutting my teeth on systemd, I had access to something more lightweight and "do one thing well", I think I would've gotten a lot more sleep :)

ra0x3 commented on Ask HN: What Are You Working On? (Nov 2025)    · Posted by u/david927
ra0x3 · 4 months ago
systemg - "Systemd, for busy people".

https://sysg.dev

https://github.com/ra0x3/systemg

I'm personally tired of getting stuck in config/deployment hell every time I want to deploy a long-lived web service. Sure I eventually learned how to use systemd, but systemd has SO many things baked into that I simply don't need. systemg is a lightweight process supervisor that features everything you'd typically want when running/managing production web services in the wild.

Would love feedback.

u/ra0x3

KarmaCake day254October 1, 2014
About
https://rashad.wiki
View Original