5 ms·
> 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 dep
by chollida1 3mo ago
> 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.
- tayo42 3mo agoWrite assembly to do the syscall instruction with whatever params you need.
- jaggederest 3mo agoRelevant, reader mode recommended: https://www.ee.torontomu.ca/~elf/hack/recovery.html https://www.ee.torontomu.ca/~elf/hack/recovery.html
- deleted 3mo ago[deleted]