Theology From Tree to Tree You had to have known what was going to come. And the cost of making it go away. How many walks in the garden with amazed children passed before it was time - time to test their wings and if they loved you? You knew what was going to come,
Stupid Stamp Experiment #1: Snell's Law (FAILED) This was probably a half baked idea from inception...
Stamps Featured Quadrille Paper Like a wood-based hotdog meat, stamp paper is made of of different bits of tree, cloth, and other fibrous materials.
MineOS Steps to Update Java in MineOS/Linux Server Time to update when the Java runtime no longer runs the jar file of the new Minecraft version. Typically (as in almost always) happens after a Minecraft update.
Programming Building a 10-Counter (ONGOING) A living article to document development for an educational tool.
Math There and Back Again With Squares TLDR; - There is no practical use for this, it's just a little pattern exploration to think about. Seriously, don't read it. Have you ever noticed a pattern with how squares grow? X X2 Difference from value of (x-1)2 1 1 1 2 4 3
D3 Featured D3 Art Fun If you came into the end product of this "drawing", you may think this is very difficult to draw. But once you recognize the pattern, it's really quite simple.With D3's path capabilities, we can draw this.
Programming Featured Binary Representation of Integers Beware! If we try to use numbers too big for an int we can run into unexpected results. What happens if we add 1 to 2,147,483,647?
Math Featured The Sieve of Eratosthenes In this article... I will begin talking about the fascinating topic of prime sieves. Here we are looking at the most basic one, the Sieve of Eratosthenes. The number 2. 2 is the first prime. As far as I know, it has the distinction of being the only prime that
AI Setting up Ubuntu Server 22.04 for TensorFlow MY SETUP I have a computer with 2 Nvidia Quadro 6000s running Ubuntu Server 22.04. Getting setup for TensorFlow has been difficult, but this is the set of instructions I followed and some articles that helped along the way. GET VANILLA UBUNTU READY sudo apt update sudo apt upgrade