Post #4308298
2026-08-01 07:44 UTC
wait I just realized I could avoid having to be smart by just being stupid harder
Replies (4)
-
@foone@digipres.club 2026-08-01 07:45
I was dreading have to port and test some finicky code from python to C but then I realized that for my uses, there's only 201 possible inputs to the function, each of which results in like 24 bytes of output I can just make my python code enumerate them all, stick them in an array, and now the C code never needs to generate shit
-
@aspensmonster@tenforward.social 2026-08-01 07:45
@foone@digipres.club 🤯
-
@NanoRaptor@bitbang.social 2026-08-01 07:46
@foone@digipres.club I have tried this and all that happens is you get both.
-
@olsner@social.vivaldi.net 2026-08-01 09:17
@foone@digipres.club the irony is how smart you have to be to invent stupider solutions.