From 1fedb6df3a73fbeffa42dc6f57ecee2c24dd70d7 Mon Sep 17 00:00:00 2001 From: undernewmanagement Date: Thu, 13 Feb 2020 16:16:29 +0100 Subject: [PATCH] Added "The Hidden Complexity of Downloading Favicons told in 15+ edge cases" A kind user at Hacker News (warpech) suggested that this article belongs in the "Falsehoods Programmers Believe" Section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b46e71..b38ff58 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ again. Still they are false. - [Myths about CPU Caches](https://software.rajivprab.com/2018/04/29/myths-programmers-believe-about-cpu-caches/) - Misconceptions about caches often lead to false assertions, especially when it comes to concurrency and race conditions. - +- [The Hidden Complexity of Downloading Favicons, Told in 15+ Edge Cases](https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/) - Downloading that little icon you see in you browser tabs should be a simple exercise. It turned out to be a lot more complicated than you think. Be vigilant that you are not shaving a Yak. ## Typography