• 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle
rss
  • I had a similar one at a past work too. A test which was asserting a response status 500.

    Like, instead of the test asserting the correct error/status code was being returned, it was instead asserting any error would simply getting masked as a 500.

    Basically, asserting the code was buggy…

    That made me angry a couple of times but I still miss that place sometimes.




  • This… OMG!

    All started with a docker run -v ... on sub folder on my home directory. The command changed the ownership of some files to root…

    In order to get my permissions back I sudo and tried to run chown -R andrefsp:andrefsp ./* on the folder.

    Thing is… My stupid ass didn’t actually typed ./* but /* instead followed by an angry Enter… It was so fast… So quick… The whole thing was fucked beyond recognition…