1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00

Curation: replace article by a community driven project.

https://0.30000000000000004.com is featuring much more example of floating point math in an impressive collection of language, all maintained by a public accessible GitHub repository at: https://github.com/erikwiffin/0.30000000000000004
This commit is contained in:
Kevin Deldycke 2020-08-25 11:42:01 +02:00 committed by GitHub
parent 80a8bf60cc
commit d94bba95c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,8 +319,8 @@ your pagination algorithm is giving someone (possibly you) a headache.
- [Rules for Autocomplete](http://jeremymikkola.com/posts/2019_03_19_rules_for_autocomplete.html) - Not
falsehoods *per-se*, but still a great list of good practices to implement
autocompletion.
- [`9999999999999999.0` - `9999999999999998.0`](http://geocar.sdf1.org/numbers.html) - A
kind of falsehood on numbers, and floats vs decimals.
- [Floating Point Math](https://0.30000000000000004.com) -
"Your language isnt broken, its doing floating point math. (...) This is why, more often than not, `0.1 + 0.2 != 0.3`."
- [Falsehoods About Search](https://opensourceconnections.com/blog/2019/05/29/falsehoods-programmers-believe-about-search/) - Why
search (including analysis, tokenization, highlighting) is deceptively complex.
- [Hi! My name is…](https://www.youtube.com/watch?v=NIebelIpdYk) - This talk