From: Cameron Ball Date: Wed, 25 Mar 2020 07:29:10 +0000 (+0800) Subject: Even more last minute fixes X-Git-Url: http://cameron1729.xyz/?p=fp-lecture.git;a=commitdiff_plain;h=5e593480904b76fa23be98f2e881d5882b922c86 Even more last minute fixes --- diff --git a/index.html b/index.html index 5a14ebe..364e0f6 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,6 @@ background-repeat: repeat; background-size: 10%; image-rendering: crisp-edges; - background-position-x: -33px; background-blend-mode: multiply; font-size: 22px; } @@ -1017,11 +1016,6 @@ threeFs = repeat("f").substr(0,3);

OK great but who cares?

-
- -
=<< Composition >>=
@@ -1029,6 +1023,11 @@ threeFs = repeat("f").substr(0,3);

OK great but who cares?

Big problems can often be chopped up in to smaller, easier to solve problems. If we can be clever about how we chop them up, such that the solutions to the individual problems can compose together to form a full solution, then we can infinitely speed up the process by adding more workers!
+
+ +
=<< Composition >>=
@@ -1231,6 +1230,7 @@ threeFs = repeat("f").substr(0,3); setInterval(function(){ x+=2; y-=2; + b.style.backgroundPosition = x + 'px ' + y + 'px'; }, 250);