OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agoDebugging imageslemmy.mlimagemessage-square35fedilinkarrow-up11.31Karrow-down15
arrow-up11.31Karrow-down1imageDebugging imageslemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square35fedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up5·1 month 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-up5·1 month 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-squareIapar@feddit.orglinkfedilinkarrow-up0·1 month agoThat happens so often that checking for spelling is the first thing I do now when something goes wrong.
minus-squareByteJunk@lemmy.worldlinkfedilinkarrow-up1·1 month 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
That happens so often that checking for spelling is the first thing I do now when something goes wrong.
I’m ashamed to admit how many times a basic english spell checker in my IDE has saved my bacon.