aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes/interesting-articles.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'blog/content/notes/interesting-articles.gmi')
-rw-r--r--blog/content/notes/interesting-articles.gmi6
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/content/notes/interesting-articles.gmi b/blog/content/notes/interesting-articles.gmi
index 5579a568..a08b5419 100644
--- a/blog/content/notes/interesting-articles.gmi
+++ b/blog/content/notes/interesting-articles.gmi
@@ -49,6 +49,9 @@ Second of a series of three articles comparing software engineering with traditi
=> https://testing.googleblog.com/2024/10/smurf-beyond-test-pyramid.html SMURF: Beyond the Test Pyramid
Test categories and the pyramid are excessively limited models.
+=> https://abseil.io/resources/swe-book/html/ch11.html#the_beyonceacutesemicolon_rule The Beyoncé Rule
+"If you liked it, then you shoulda put a test on it."
+
### Python
=> https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/ Python’s "Disappointing" Superpowers
@@ -182,6 +185,9 @@ The approximate percentage of responses to a poll, survey, or quiz that are not
=> https://en.wikipedia.org/wiki/Solomonoff%27s_theory_of_inductive_inference Solomonoff's theory of inductive inference
Under its common sense assumptions (axioms), the best possible scientific model is the shortest algorithm that generates the empirical data under consideration. Solomonoff's induction naturally formalizes Occam's razor.
+=> https://en.wikipedia.org/wiki/Planning_fallacy Planning fallacy
+A phenomenon in which predictions about how much time will be needed to complete a future task display an optimism bias and underestimate the time needed.
+
See also:
=> greek-task-list Greek task list