Hacker News new | ask | show | jobs
by ErroneousBosh 127 days ago
> Step 4: stop the robot when it's making a dumb decision

Yeah I can't stop myself when I'm about to make a dumb decision, just look at my github repo. I ported Forth to a 1980s sampler and wrote DSP code on an 8-bit Arduino.

How am I going to stop a robot making dumb decisions?

Also, this all sounds like I'm doing a lot of skivvy work typing stuff in (which I hate) and not actually writing much code (which is the bit I like).

1 comments

The robot will output text like “Oh, I see, the user wants me to make a Lovecraftian horror with asynchronous subprocess calls instead of HTTP endpoints, so I better suggest we reinstall the dependencies that are already installed so we can sacrifice this project to Mammoth”

It is at this point where you can say “NONONO YOU ABSOLUTE DONKEY stop that we just want a FastAPI endpoint!!” And it will go “You’re absolutely right, I was over complicating this!”

Correct.

I did waste about 20 minutes trying to do a recursive link following crawl (to write each rendered page to file), because Opus wanted to write a ruby task to do it. It wasn’t working so I googled it and found out link following is a built in feature of cURL…

I catch enough of these weird things where I don’t fully understand why it chose to do something, but understand that there’s a simpler way, where I tend to be skeptical of using it for anything I couldn’t do myself but am just too lazy to go in and punch the keys for. On that front, it’s great