mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -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:
parent
5bc4f628e5
commit
1fedb6df3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue