themusegarden.wordpress.com
The Muse Garden « computer science and mathematics for the masses « Page 2
https://themusegarden.wordpress.com/page/2
Computer science and mathematics for the masses. New Readers Start Here! Newer posts →. 4 Is The Magic Number – Riddle. Alerted me to this riddle in a comment here. And if you didn’t see it I wanted to share it here in a separate post cause its a little fun thing to think about. 12 is 6, 6 is 3, 3 is 5, 5 is 4, 4 is 4. 4 is the magic number, why? 68 is 10, 10 is 3, 3 is 5, 5 is 4, 4 is 4. 4 is the magic number, why? 26 is 9, 9 is 4, 4 is 4. 4 is the magic number, why? Give it a try.🙂. This problem is kn...
themusegarden.wordpress.com
A Quick Introduction to HDFS « The Muse Garden
https://themusegarden.wordpress.com/2015/03/01/a-quick-introduction-to-hdfs
Computer science and mathematics for the masses. New Readers Start Here! A Quick Introduction to HDFS. Filesystem is called HDFS, and today I’m going to give a short introduction to how it works for a beginner. There is one node called the namenode. That has metadata about the blocks and their whereabouts. To protect against network or disk failure. Data is replicated in three places across the cluster. This makes the data redundant. To get around this issue, one solution is to also mount the drive on a ...
themusegarden.wordpress.com
Pretty Print JSON From The Command Line « The Muse Garden
https://themusegarden.wordpress.com/2015/04/02/pretty-print-json-from-the-command-line
Computer science and mathematics for the masses. New Readers Start Here! Pretty Print JSON From The Command Line. JSON can come in all shapes and sizes, and sometimes you want to see it in a structured format that’s easier on the eyes. This is called. But how do you accomplish that, especially if you have a really large JSON file? Have Python installed, and a terminal environment. Cat file.json python -m json.tool prettyfile.json. And that’s all there is to it! This entry was posted in Tidbits. You are c...
themusegarden.wordpress.com
New Readers Start Here! « The Muse Garden
https://themusegarden.wordpress.com/new-readers-start-here
Computer science and mathematics for the masses. New Readers Start Here! New Readers Start Here! Welcome to the Muse Garden! Do you want to learn more about algorithms, programming, mathematics, or self improvement? After you read this page, drop by and say hi, or leave me a comment here. I look forward to hearing from you! Kinect Face Tracking — Senior Thesis 2013. Facial Expression Analysis with Kinect: Thesis Update #1. Some Faces: Thesis Update #2. Kinect Face Tracking Results: Thesis Update #4.
themusegarden.wordpress.com
About me « The Muse Garden
https://themusegarden.wordpress.com/36-2
Computer science and mathematics for the masses. New Readers Start Here! I’m Allison, and I’m a software and data engineer. I have a lot of passions ranging from writing to programming to solving silly little puzzles, so I started this blog to share some things that I work on and find interesting. I hope you will like them as well. Artificial intelligence – specifically knowledge representation and strong AI (also known as artificial general intelligence or AGI). You can find me on Twitter: @musegarden.