Conversation

Alice Averlong🏳️‍⚧️

wait I just realized I could avoid having to be smart by just being stupid harder

2
0
1

Alice Averlong🏳️‍⚧️

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

2
0
0

Alice Averlong🏳️‍⚧️

why debug a bunch of bitfiddly C code when you can just waste 5kb of code space?

0
0
0

@foone I have tried this and all that happens is you get both.

1
0
0
@foone lowkey wish my IDE would highlight it when there are very few code paths available and give me the option to pregenerate them all
0
0
0