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:
parent
80a8bf60cc
commit
d94bba95c8
1 changed files with 2 additions and 2 deletions
|
@ -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 isn’t broken, it’s 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
|
||||
|
|
Loading…
Reference in a new issue