logoalt Hacker News

fcourytoday at 4:52 PM2 repliesview on HN

We live in crazy times. I wanted to add a PID to the list for my personal use and since I use Rust way more than Go, I decided to one-shot one app, and Codex indeed one shotted it, wow.

https://github.com/fcoury/sonars


Replies

zenopraxtoday at 6:05 PM

I'm tempted to one-shot this into a series of FISH abbreviations.

And I would want someone to use that to one-shot a python implementation. And on and on like a game of telephone until the context degrades so far that it becomes an entirely different program.

raskrebstoday at 4:58 PM

You can add PID with the c-flag, e.g.

sonar list -c port,process,pid,type,url,container

or just show all columns:

sonar list --all-columns

But yeah, it's quite cool. I believe the future lies in software distillation, so cool to see it happen on my own project :D