summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-05 10:50:46 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-05 10:50:46 +0100
commit4d6927d2fa3b9924fd1ee690e62c31e67d11ac9c (patch)
tree040e3c82b5c4223de55c84b84020e8b31402f72c
parentb2c120698fc50bb6fe3e131144964cc071b53fd0 (diff)
Add articles for programming chapter
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/computer/programming.md b/computer/programming.md
index b079089..3fe7182 100644
--- a/computer/programming.md
+++ b/computer/programming.md
@@ -33,3 +33,6 @@ tutorials and resources.
* [hackernews](https://news.ycombinator.com/item?id=32495133)
* [The type system is a programmer's best friend](https://dusted.codes/the-type-system-is-a-programmers-best-friend)
* [hackernews](https://news.ycombinator.com/item?id=33480571)
+* [IO is no longer the bottleneck](https://benhoyt.com/writings/io-is-no-longer-the-bottleneck/)
+* [Falehoods Programmers believe about undefined behaviour](https://predr.ag/blog/falsehoods-programmers-believe-about-undefined-behavior/)
+