Welcome back. In a recent post, I talked about my most favorite geometric shape here. Continuing with that “obsession”, here are a handful of more prototypes of Metamobius shapes. The algorithm generates different shapes…I don’t know the limit yet (can be in thousands as far as I can tell), but I’ve selected a few that just […]
Category: STEM
Break Time…Cube inside a square!
Howdy, so this one I really enjoyed because it has so much practical applications…no? Ok, at least we should ALL know this! This question and solution comes from Quora. And I posted it also on my Quora blog, but don’t bother following me everywhere…this place is enough, so I’m posting it here as well. Challenge: […]
My Favorite Shape!
Howdy! Let me share with you a personal bit…my most favorite shape in the world (to-date, known to man so far) is Metamobius! Invented/discovered by Ted Gibbons of ON. There’s very little information on this on the Internet at the time of this accidental discovery, but I’m sure it’ll get more populated. Anyway, his algorithm […]
Continental-Love-or-Bite
Welcome back! Today, I present an application and its full source code of course that’s global! Yes, world-wide! Before we delve into it a little backstory about the idea of this “game”… Backstory: I had this idea about 10 years ago, where players would connect over the internet world-wide to my page and send “missiles” […]
World Population Simulation in Scratch
Welcome, for fun (or despair) we will write a program in Scratch to indicate real-time world population changes…increase or decrease. At the current rate, based on data, it’s growing…the net population is ever-increasing. However, this is a real-time world population simulation…simulation. The data is based on CIA World Factbook but the data are NOT connected […]
Text-to-speech, Interactive Shopping List (in Scratch)
Welcome! Today, we’re going to try a program with a little more complexity and twists in Scratch. In this program, I demonstrate the following tips/tricks: How to use a List control real-time How to get inputs from user and take action accordingly How to convert Text-to-speech How to read variables real-time from calculations and let […]
Creating Custom Buttons Glyphs & Behavior (for touchscreens)
Howdy, today I continue the discussion on designing fun web applications using MIT’s Scratch platform. In my earlier blog about Scratch piano playing game, I mentioned how Scratch apps that listen for keystrokes only won’t work on smartphones and touchscreen only devices and that Scratch platform does not support Buttons or touchscreen natively, so it […]
Get Kids Excited About Coding!
Hello again, 10 years ago I coded some simple games for my son to show and tell and explain how fun and simple coding can be. These were not heavy duty coding I delve into as part of my work, rather to demonstrate logic and how to code, design basic interactions with users. I used […]
If A=2, B = 10, C=30, D=68. what is E?
Hi again, time for a break 🙂 Fun little quiz, nothing to lose your sleep over because you can solve in a minute or two if you think about it, and it’s NOT a trick question. It has a definitive answer. The problem: If A=2, B = 10, C=30, D=68. what is E? (Assuming A-Z […]
How many thirds in a 3-quarter?
Recently Quora notified me with this question and I thought I’d do the honor of answering it first. So here’s the answer and explanation. Now, how about a different way solving it? Put another way, we can pose the problem as 1/3x = 3/4 and solve for x. If 1/3 = 0.333 (approx.) Then the […]