Remix.run Logo
qarl 4 hours ago

I ran a test where I added a "light" mode to xscreensaver: unique changes to over 270 different C programs.

It mostly did an amazing job in a short period of time.

EDIT: Of course I get downvoted for saying this. HN isn't interested in reality any more.

krupan 3 hours ago | parent | next [-]

These stories with no details and no proof are not interesting or helpful.

qarl 2 hours ago | parent [-]

My apologies. I did not want to be downvoted for promoting my own material.

https://github.com/qarl/qscreensaver

Animats 2 hours ago | parent [-]

A diff.[1]

[1] https://github.com/qarl/qscreensaver/commit/2843caba683495d5...

ninjin 3 hours ago | parent | prev [-]

> Of course I get downvoted for saying this. HN isn't interested in reality any more.

I suspect that rather many of us are simply just tired of Claude and friends getting shoehorned into any conversation about programming at this point. It is about as fun as the Rust Brigade entering any discussion about C. It adds nothing new to the discussion and it is frankly tiring since we pretty much at any time have a handful of conversations on the front page already covering "AI" topics anyway (counting four at the time of writing this).

qarl 3 hours ago | parent [-]

Well - except in this conversation it's incredibly relevant. It took six years to do this work when the work is likely mostly mechanical and could have been done much more quickly and safely with an automated system.

I thought automation would be interesting to HN - given the context and the fact it was not used.

krupan 3 hours ago | parent [-]

An LLM is not a mechanical automated system. A deterministic search and replace would be a mechanical automated system. Clearly it wasn't that simple of a problem though.

qarl 3 hours ago | parent [-]

> An LLM is not a mechanical automated system.

Pretty sure that's exactly what LLMs in coding harnesses are.