diff --git a/readme.md b/readme.md index 42341f2..a765369 100644 --- a/readme.md +++ b/readme.md @@ -319,8 +319,9 @@ 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. -- [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`." +- [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