Remix.run Logo
jsnell a day ago

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

chollida1 a day ago | parent | next [-]

> 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.

a day ago | parent | next [-]
[deleted]
tayo42 a day ago | parent | prev [-]

Write assembly to do the syscall instruction with whatever params you need.

jaggederest a day ago | parent [-]

Relevant, reader mode recommended: https://www.ee.torontomu.ca/~elf/hack/recovery.html

nancyminusone a day ago | parent | prev | next [-]

You mean aside from previous work it was trained on?

20k a day ago | parent | next [-]

Dependencies: stolen from all code ever written without permission, including extremely illegal content

But other than that, totally dependency free!

moffkalast a day ago | parent | prev [-]

Beats copy pasting from stackoverflow and calling it yours.

NewJazz a day ago | parent | next [-]

Does it? Seems roughly equivalent. At least with SO there is a clear problem and solution being solved.

moffkalast a day ago | parent [-]

Well one is silent and the other has a big "Co-authored by Claude" label on it, so it's at least more visible.

With SO there's an unclear problem and a closed as duplicate being served if we're being real.

sscaryterry a day ago | parent | prev [-]

Mic drop

moffkalast a day ago | parent | prev | next [-]

It's March 18th, 2087, npm and conda are considered crimes against humanity in 23 countries...

peteforde a day ago | parent | prev | next [-]

Bingo.

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

12hasgt a day ago | parent | prev [-]

It isn't your code, it is stolen.

sscaryterry a day ago | parent [-]

I guess code you get from a book too? Or learning it, and typing it out after you've mastered a particular algorithm?

(FYI I'm not disputing that the LLM vendors didn't steal, that doesn't mean the technology is shit)