That should do it
authorCameron Ball <cameron@moodle.com>
Tue, 24 Mar 2020 15:44:50 +0000 (23:44 +0800)
committerCameron Ball <cameron@moodle.com>
Tue, 24 Mar 2020 15:44:50 +0000 (23:44 +0800)
index.html

index 56f1afb..0b2fb99 100644 (file)
@@ -748,6 +748,7 @@ threeFs = repeat("f").substr(0,3);
         </div>
         <div class="notes">
             <ul>
+                <li>Big brain moment two!</li>
                 <li>How cool is that? Because we can express what things are, we can express an infininte list!</li>
                 <li>None of the declaritive version of the program relies on us traking changes anywhere. We just need to know what a thing is and how it relates to another thing</li>
             </ul>
@@ -900,7 +901,7 @@ threeFs = repeat("f").substr(0,3);
         </div>
     </div>
     <div id="slide-46">
-        <div class="slide-title">=<< Promises >>=</div>
+        <div class="slide-title">=<< Big Brain Moment >>=</div>
         <div class="slide">
             <h1>Woah!</h1>
             <h2>JavaScript</h2>
@@ -914,13 +915,14 @@ threeFs = repeat("f").substr(0,3);
         </div>
         <div class="notes">
             <ul>
+                <li>Big brain time again</li>
                 <li>It does not matter what order the promises resolve in, the final promise will always be resolved with "We start here..."</li>
                 <li>In this specific example, there is nothing asynchronous happening, but it's not much work to adapt it so there is. I just wanted to really highlight the similarities with haskell</li>
             </ul>
         </div>
     </div>
     <div id="slide-47">
-        <div class="slide-title">=<< Promises >>=</div>
+        <div class="slide-title">=<< Big Brain Moment >>=</div>
         <div class="slide">
             <h1>Woah!</h1>
             <h2>JavaScript</h2>
@@ -1152,7 +1154,7 @@ threeFs = repeat("f").substr(0,3);
     <div id="slide-62">
         <div class="slide-title">=<< Closing Notes >>=</div>
         <div class="slide">
-            <h1>Applications to life:</h1>
+            <h1>Very big brain thoughts:</h1>
             <div class="textbox" style="width: 60%; margin: auto; text-align: left;">
                 <ul>
                     <li>We work across multiple timezones, so being able to solve problems in a time-independant way seems appealing, doesn't it?</li>
@@ -1182,6 +1184,14 @@ threeFs = repeat("f").substr(0,3);
                 <div style="width: 80%; margin: auto;">Thanks for participating!!</div>
             </div>
         </div>
+        <div class="notes">
+            <ul>
+                <li>If nothing else, I really hope you're now just a little bit more curious about functional programming</li>
+                <li>And even though functional programing is not incredibly relevant to our roles just now, learning more about it will make you a better programmer</li>
+                <li>If you have any questions please message me, I'm always happy to talk about this stuff</li>
+                <li>I'd suggest going to the pub to talk about it, but, well, we can't do that just now</li>
+            </ul>
+        </div>
     </div>
 </body>
 <script>
@@ -1343,7 +1353,11 @@ threeFs = repeat("f").substr(0,3);
      "Aw yeah!",
      "Power!",
      "Teamwork!",
-     "Let's code!"
+     "Let's code!",
+     "Friendship!",
+     "Bananas",
+     "Bagels",
+     "Coffee"
  ];
 
  function animateCSS(element, animationName, callback) {