summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--reviews/blog-roll.md9
-rw-r--r--reviews/talks.md2
3 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 54a5ce2..5a4ad76 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 8811 words in 22 pages
+## still reachable: 8839 words in 22 pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/reviews/blog-roll.md b/reviews/blog-roll.md
index a56cc6c..e9113fc 100644
--- a/reviews/blog-roll.md
+++ b/reviews/blog-roll.md
@@ -112,3 +112,12 @@ enough hindsight to find where that thought process fell short.
[Evanmiller.org]: https://www.evanmiller.org/
[A Taste of Rust]: https://www.evanmiller.org/a-taste-of-rust.html
+
+# [Bartosz Ciechanowski]
+
+[Alpha Compositing]
+: The good, bad and ugly of how we discretize colors, and
+ color-blending. With helpful interactive simulations.
+
+[Bartosz Ciechanowski]: https://ciechanow.ski/
+[Alpha Compositing]: https://ciechanow.ski/alpha-compositing/
diff --git a/reviews/talks.md b/reviews/talks.md
index ed272c8..632ffa1 100644
--- a/reviews/talks.md
+++ b/reviews/talks.md
@@ -67,7 +67,7 @@ Goes over the usual code smells taught during the training he gives
(conditionals, getters & setters, class names ala "Manager", too many
instance variables)
-Mentions a requirement for training "retention": skills must be
+Mentions a requirement for training **retention**: skills must be
applied within a month after receiving the training, otherwise the
rationale will be lost.