From 081578e3c5181d55a5a12d888093b23e759f6141 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Thu, 21 Nov 2019 09:28:10 +0100 Subject: [PATCH] Add new education section. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c9803..16053be 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A curated list of awesome falsehoods programmers believe in. - [Arts](#arts) - [Business](#business) - [Dates and Time](#dates-and-time) +- [Education](#education) - [Emails](#emails) - [Geography](#geography) - [Human Identity](#human-identity) @@ -141,6 +142,12 @@ String formatting of date is hard. - [Falsehoods about Unix Time](https://alexwlchan.net/2019/05/falsehoods-programmers-believe-about-unix-time/) - Mind the leap second! - [Why is subtracting these two times (in 1927) giving a strange result?](https://stackoverflow.com/a/6841479/57311) - Infamous StackOverflow answer about both complicated historical timezones, and how historical dates can be re-interpreted by newer versions of software. + +## Education + +- [Falsehoods CS Students (Still) Believe Upon Graduating](https://www.netmeister.org/blog/cs-falsehoods.html) - A list of things (not only) computer science students tend to erroneously and at times surprisingly believe even though they (probably) should know better. + + ## Emails - [I Knew How to Validate an Email Address Until I Read the @@ -335,7 +342,6 @@ Why search (including analysis, tokenization, highlighting) is deceptively complex. - [Hi! My name is...](https://www.youtube.com/watch?v=NIebelIpdYk) - This talk could have been named falsehoods about in usernames (and other identifiers). - [Myths about /dev/urandom](https://www.2uo.de/myths-about-urandom) - There are a few things about /dev/urandom and /dev/random that are repeated again and again. Still they are false. -- [Falsehoods CS Students (Still) Believe Upon Graduating](https://www.netmeister.org/blog/cs-falsehoods.html) - A list of things (not only) computer science students tend to erroneously and at times surprisingly believe even though they (probably) should know better. - [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.