1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2025-02-10 15:45:47 -05:00

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.
This commit is contained in:
undernewmanagement 2020-02-13 16:16:29 +01:00 committed by GitHub
parent 5bc4f628e5
commit 1fedb6df3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 - [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 about caches often lead to false assertions, especially when it comes to
concurrency and race conditions. 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 ## Typography