From 5e593480904b76fa23be98f2e881d5882b922c86 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 25 Mar 2020 15:29:10 +0800 Subject: [PATCH] Even more last minute fixes --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); -- 2.11.0