From: alexpdp7 Date: Wed, 1 May 2024 09:05:54 +0000 (+0200) Subject: Add "The Mediocre Programmer's Guide to Rust" X-Git-Tag: 20241020-emacs~189 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=536cf6d7e65981e8d476262b10a2d4bd590008f1;p=alex.git Add "The Mediocre Programmer's Guide to Rust" --- diff --git a/INTERESTING_ARTICLES.org b/INTERESTING_ARTICLES.org index b3959cd..73fc8ae 100644 --- a/INTERESTING_ARTICLES.org +++ b/INTERESTING_ARTICLES.org @@ -15,6 +15,10 @@ - [[https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/][Python’s "Disappointing" Superpowers]] A convincing defense of dynamic typing +** Rust + +- [[https://www.hezmatt.org/~mpalmer/blog/2024/05/01/the-mediocre-programmers-guide-to-rust.html][The Mediocre Programmer's Guide to Rust]] + ** Optimization - [[https://docs.oracle.com/cd/E11882_01/server.112/e41573/technique.htm][The Oracle Performance Improvement Method]] My favorite text about performance tuning- the good advice is not Oracle-specific. Includes a bit more real-world advice than [[https://users.ece.utexas.edu/~adnan/pike.html][Rob Pike's 5 Rules of Programming]].