Ever wonder what similarity a pair of words have with each other? Quantifiably? As in percentage? As in 50% match or 100% match, etc.? (Whoa, wouldn’t that be great if that worked out in dating world, eh?). Anyway, it’s okay if you haven’t wondered about it, because I did and here I share a few […]
Tag: STEM
Letters to Patterns (what does your name look like?)
Letters, in whatever language/scripts are really glyphs aren’t they? They’re a visual representation of a letter that’s supposed to sound (or not sound) like something that we repeated until we memorized it since birth. All good ๐ I was thinking of different ways to represent letters…you know, just for fun! Yes, I’m weird like that. […]
Word-Game: “Words Matter!” (Python)
Welcome back! Today, I share a new game idea (I thought of it myself but if there’s any such game out there, it’s a pure coincidence and I did NOT use those as a foundation). Disclaimer and (c): The idea cannot be recreated in any shape or form for any purpose (other than learning/education) without […]
Fill-up Tanks Quiz (Scratch)
Welcome back! You’ve surely seen images as below that appear online (internet sites, social media apps, etc.) ย In this Scratch app, I’ll demonstrate how to turn those static quiz images into an interactive, dynamic quiz application. Ouput:ย This is what a quick game play session looks like in this app. Design: First, I need […]
Lissajous curve in Python
Alphabet Soup…For Real!
What if I wrote a program to generate ALL possible combinations of words (EVERY possible) English language? Well, here’s the result. A snapshot of my program running (electric bill hiking) ๐ How many times will it run (Notice I put in the number of shuffles in each line)? The answer is, we have 26 letters […]
A Guessing Game in Python…
Let’s play a simple number guessing game! Then, let me show you how to program the game in Python. Nothing fancy…but core logic here. Gameplay: Here’s a sample output of the screen. Computer (AI) guesses a number (1-20 inclusive) and you guess the number via tries. Computer tells you each time if you’re “hot” or […]
What is the mean age of 11-15?
This is an easy question “What is the mean age of 11-15?”ย really but it’s worth for people to understand the different concepts and differences between “mean“, “arithmetic mean“, “statistical mean“, “average“, “midrange“, “median“, and “mode“. The arithmetic mean and average are the same thing. So, if you find the average of the numbers 11 to […]
y^2 = -x and x= 2y…so?
y^2 = -x and x= 2y; and neither can be zero. Solve for x and y ๐ Fun one. If I share the solution, it’d be no fun, but I’ll give you a hint below (you can do this) but do the process to get to this ๐
The world’s first “smart”-phone
It was in the late 90s when, fresh out of university, I got my first real career job at now defunct Geoworks based in Alameda, CA (their Seattle resources taken over by Amazon.com since). They built the embedded platform on Unix for various mobile devices including PDAs, beepers and such (remember those?). I was on […]