Anonymous
9/13/2025, 7:27:17 PM
No.106575541
>>106575566
>>106575595
>>106575709
>>106575855
>>106575906
>>106575913
>>106576057
>>106576175
>>106576306
>>106576697
>>106577659
>>106579294
>>106579315
>>106579809
>>106579940
>>106581493
>be a rust programmer
>write a disk usage calculator
>use recursion to scan the filesystem
>get stack overflow bug reports from linuxchads with 10,000 nested directories
>hmm, maybe I shouldn't use recursion
>no because of muh maintainability and le wheel reinventing
>allocate a gigabyte of stack per thread instead
>pic rel is inevitable result
>c doesn't have this problem
Why are rusty nails like this?
>write a disk usage calculator
>use recursion to scan the filesystem
>get stack overflow bug reports from linuxchads with 10,000 nested directories
>hmm, maybe I shouldn't use recursion
>no because of muh maintainability and le wheel reinventing
>allocate a gigabyte of stack per thread instead
>pic rel is inevitable result
>c doesn't have this problem
Why are rusty nails like this?