Viewing profile — xmorse
xmorse
HN member- Joined
- Wed, Oct 23, 2019, 8:26 AM UTC
- HN karma
- 77
- Public activity
- 168 items
- HN profile
- View on Hacker News ↗
About xmorse
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #47877804
I am working on a project you can self host on Cloudflare with one command, to store secrets and passwords there. It has a cli similar to doppler https://github.com/remorses/sigill…
- story
-
comment
Comment #47502325
usecomputer is a desktop automation CLI for AI agents. It works on macOS and Linux. Screenshot, mouse control (move, click, drag, scroll), and keyboard synthesis (type and press) a…
- story
- story
-
comment
Comment #47392352
Does anyone really use these hacked up with duct tape skills? why not use something more reliable like playwriter.dev?
- story
- story
-
comment
Comment #47245210
A compact, YAML-based inventory of your codebase, intended to be prepended to a coding agent's context at session start. Purpose - Give the agent a fast, structured overview of fil…
- story
-
comment
Comment #47178650
Check out Critique too if you are looking for a side by side diffs TUI It uses opentui, the same framework uses by opencode. It can also render diffs to images, pdf and html. Very …
-
comment
Comment #47090382
This one works as an extension so you don't need a new browser specifically for agents. It's easier to collaborate. Also if you run the MCP in non headless mode it brings to front …
-
comment
Comment #47074197
Mainly using playwriter.dev to help debug CSS issues on the page. It's an extension you can enable in Chrome and let agents control the browser via CDP https://github.com/remorses/…
- story
- story
-
comment
Comment #46891831
I am using WebSocket hibernation so the connection will cost nothing if no events are being sent after some time, 9 seconds I think. I think cost is completely negligible. I run a …
- story
- story
- story
-
comment
Comment #46387628
Kernels now written in Mojo were all in hand written in MLIR like in this repo. They made a full language because that's not scalable, a sane language is totally worth it. Nvidia w…
-
comment
Comment #46386939
Writing this in Mojo would have been so much easier
-
comment
Comment #46276923
https://termcast.app A Raycast porting to the terminal. It will let you run Raycast extensions as TUI apps. Powered by opentui