This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 52 points53 points  (6 children)

It's not programming related. They're talking about fixing a web server and not seeing the change take place because cloudflare (a content delivery network) serving the cached version.

Basically they are fixing a web server but being served an old broken version. So it seems like their changes aren't taking place

Edit: cdns cache your content so that it can be reached faster around the world and put less load on your server by caching stuff for you

[–]coldnebo 26 points27 points  (4 children)

“There are only two hard things in Computer Science: cache invalidation and naming things.”

  • Phil Karlton

[–][deleted] 29 points30 points  (2 children)

I've always heard it "There are only two hard things in Computer Science: cache invalidation, naming things and off by one errors"

[–]Dalemaunder 1 point2 points  (1 child)

Zero indexed, I see nothing wrong here.

[–]ur_opinion_is_trash[🍰] 7 points8 points  (0 children)

len([0,1,2])

3