memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 64e5e4c663511cbb24e8075caabdab4a69456672
parent 5e4af8dca9b9fcf69b5f7decc5926330cc9b2480
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 11 Aug 2019 17:20:46 +0200

Add an interesting article on color compositing

Diffstat:
MREADME.md | 2+-
Mreviews/blog-roll.md | 9+++++++++
Mreviews/talks.md | 2+-
3 files changed, 11 insertions(+), 2 deletions(-)

diff --git 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 @@ -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 @@ -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.