OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 5 days agoDebugging imageslemmy.mlimagemessage-square33fedilinkarrow-up11.28Karrow-down15
arrow-up11.27Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 5 days agomessage-square33fedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up4·5 days agoI’m in this picture and I don’t like it. Yesterday I was trying to debug my reverse proxy setup for a new app and why it wouldn’t work. Well, if you configure it to route shinyNewApp.example.com to your app, but then always access sihnyNewApp.example.com with your browser…
minus-squareLightfire228@pawb.sociallinkfedilinkarrow-up3·5 days agoI was reading Crafting Interpreters. After adding function calls and stack frames, i tested my implementation with the Fibonacci script at the end of the chapter I spent about 2 hours debugging my call stack, and even tested the script in Python Only to realize that Fib(3) is indeed 2
I’m in this picture and I don’t like it. Yesterday I was trying to debug my reverse proxy setup for a new app and why it wouldn’t work.
Well, if you configure it to route shinyNewApp.example.com to your app, but then always access sihnyNewApp.example.com with your browser…
I was reading Crafting Interpreters. After adding function calls and stack frames, i tested my implementation with the Fibonacci script at the end of the chapter
I spent about 2 hours debugging my call stack, and even tested the script in Python
Only to realize that Fib(3) is indeed 2