logoalt Hacker News

jsnelltoday at 6:59 PM2 repliesview on HN

It's nicely symmetrical, because conversely I prefer my LLM-generated code to have no dependencies.


Replies

chollida1today at 7:40 PM

> It's nicely symmetrical, because conversely I prefer my LLM-generated code to have no dependencies.

How do you get your code to the point where it has no dependencies? How do you do any sort of database writing without a library, or web access without sockets from an os library?

What sort of code has no dependencies? I'm now very curious as I can't see how you can do anything without altest including the std lib from your OS to do any file i/o.

show 2 replies
petefordetoday at 7:35 PM

Bingo.

These days, my only deps are TinyUSB and LVGL - stuff that would be completely pointless and absurd to recreate.