Category: Uncategorized
-
Loopy Simulator
Feedback systems. Modeling. Programming without code. (Sort of). Check out: https://bit.ly/2n84ede
-
Motivating Students
Student Motivation. What Can We Do? Teaching Tips https://iteachu.uaf.edu/connecting-with-your-field/ https://iteachu.uaf.edu/relevance/ https://iteachu.uaf.edu/motivating-students-to-connect-with-course-content/ References L. Kester, C. Lehnen, P. W. M. van Gerven, and P. A. Kirschner, Just-in-time, schematic supportive information presentation during cognitive skill acquisition. Comput. Human Behavior, vol. 22, no. 1, pp. 93-112, 2006. Van Der Meij, H. (2007). Goal-Orientation, goal-setting, and goal-driven behavior in…
-
public/private key generation
This short tutorial will show you how to generate some keys which you can use with openssl/ssh to gain access to machines. Basically you will create a very strong (by today’s standards) mathematically bound pair of keys which when used in combination ensure trusted communication between two parties. Which two parties? Your local machine, and…