OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 6 months agoDebugging imageslemmy.mlimagemessage-square22linkfedilinkarrow-up168arrow-down10
arrow-up168arrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 6 months agomessage-square22linkfedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up3·6 months 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·6 months 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
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up1·6 months agoI’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.
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
deleted by creator
I’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.