In my last post, I started to talk about the free Analysis Platform application used by Denso and others (especially in Japan) to tackle big data. In this post I will go into much more detail on what Denso calls the Digital Native Seven Quality Control Tools (DN7 or DN7QC7). These data analysis tools go ... Read more| AllAboutLean.com
A lot of problem solving is about understanding the current situation. Ideally this includes data. There are a couple of ways to analyze data. Denso uses seven traditional ways of analyzing data, which you are all familiar with. However, they expanded these tools with the goal to analyze big data. They call it the Digital Native Seven Quality Control Tools (DN7 or DN7QC7) …and of course I will share this with you. Even better, there is a freely available tool “Analysis Platform” that do...| AllAboutLean.com
Dyscalculia, often termed ‘mathematical dyslexia,’ is a specific learning disability that impacts an individual’s ability to comprehend and work with numbers. Just as dyslexia affects reading, dyscalculia affects math skills. Those with this math learning disability may struggle with basic number concepts, face challenges recalling math facts, and have difficulty performing calculations or solving mathematical... The post What is Dyscalculia? appeared first on Lindamood-Bell.| Lindamood-Bell
Text rendering is cursed. Anyone who has worked on text will tell you the| blog.pkh.me
What the 2020 Presidential Election teaches us about Portfolio Theory (and vice versa)| Nick Yoder
How to apply the famous betting formula in investment, trading and professional gambling| Nick Yoder
The future of computing is VERY cool, -273° C to be precise...| Nick Yoder
How to apply the famous betting formula in investment, trading and professional gambling| Nick Yoder
Problem: In your choice of language, write the shortest function that returns the floor of the base-2 logarithm of an unsigned 64-bit integer, or –1 if passed a 0. (Note: This means the return type must be capable of expressing a negative value.) Test cases: Your function must work correctly for all inputs, but here are a few which help illustrate the idea: INPUT ⟶ OUTPUT 0 ⟶ -1 1 ⟶ 0 2 ⟶ 1 3 ⟶ 1 4 ⟶ 2 7 ⟶ 2 8 ⟶ 3 16 ⟶ 4 65535 ⟶ 15 65536 ⟶ 16 18446744073709551615 ⟶ 6...| Recent Questions - Code Golf Stack Exchange
I always used a Mandelbrot image as the 'graphical' version of Hello World in any graphical application I got my hands on. Now it's your guys' turn. Language must be capable of graphical output or drawing charts (saving image files disallowed) Render a square image or graph. The size at least 128 and at most 640 across* The fractal coordinates range from approximately -2-2i to 2+2i The pixels outside of the Mandelbrot set should be colored according to the number of iterations before the magn...| Recent Questions - Code Golf Stack Exchange
Simplifying radicals is strangely satisfying.| Alexandru Nedelcu - Blog
NEW GAME| prolog.univie.ac.at
Starting ninth grade math at home? Here’s what your student will learn—and how to make ninth grade a confident start to the high school years!| Hip Homeschool Moms
During a recent Tech & Learning webinar with Prodigy Education, attendees learned how to boost math achievement through proven practices| Tech & Learning
Divide 1 by a sum/difference of square roots Input: An expression that is a sum/difference of square roots of positive integers. You can assme it will not equal 0. The general form is \$\pm\sqrt{a_1}\pm\sqrt{a_2}\pm\sqrt{a_3}\pm\cdots\pm\sqrt{a_n}\$ where each \$a_n\$ is a positive integer. There is no guarantee the input will be sorted or that the radicals are fully simiplfied. Duplicate \$a_k\$ are possible. Example: \$\sqrt2+\sqrt3+\sqrt7+\sqrt7-\sqrt9+\sqrt{12}\$ Output: the inverse of th...| Recent Questions - Code Golf Stack Exchange
By Alexander Arobelidze People have been using random numbers for millennia, so the concept isn't new. From the lottery in ancient Babylon, to roulette tables in Monte Carlo, to dice games in Vegas, the goal is to leave the end result up to random ch...| freeCodeCamp.org
By Vijit Ail Often while developing projects, you will find yourself looking for ways to generate random numbers. The most common use cases for generating random numbers are games of chance like rolling dice, shuffling playing cards, and spinning ro...| freeCodeCamp.org
Starting in Chrome 140, we'll be able to calculate numeric values with mixed data types. Sounds small, but Amit demonstrates how big a deal this is, calling it Computational CSS. --- CSS Typed Arithmetic originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter.| CSS-Tricks
I want to look at practical uses for CSS trigonometric functions. And we'll start with what may be the most popular functions of the "worst" feature: sin() and cos().| CSS-Tricks
Friend of mine just asked me for an old twitter thread I wrote one time about how I turned a “cheating” moment into a learning moment. I had to dig it out of the json files in my twitter archive (relatedly, if anybody knows a good way to pull a thread out of the twitter archive, rather than just individual tweets or replies, hit me the fuck up), so I thought I would post it here on The Blog for accessibility slash future reference.| Spencer's blog
Challenge Given a list of numbers, calculate the population standard deviation of the list. Use the following equation to calculate population standard deviation: Input The input will a list of integers in any format (list, string, etc.). Some examples: 56,54,89,87 67,54,86,67 The numbers will always be integers. Input will be to STDIN or function arguments. Output The output must be a floating point number. Rules You may use built in functions to find the standard deviation. Your answer can ...| Recent Questions - Code Golf Stack Exchange
Task Create a program that calculates the factorial of a number using no built-in factorial functions. Easy? The catch is that you must write your entire program (including testing it) in haiku fo...| Code Golf Stack Exchange
Celebrate winter, from the comfort of your own home with this free winter escape room game. Print and play as you solve winter themed puzzles. The post Free Winter Escape Room Game appeared first on Hands-On Teaching Ideas.| Hands-On Teaching Ideas
Easily bring coding into your classroom even if you don't have access to technology with these free unplugged coding activities for fall. The post Free Unplugged Coding Activities for Fall appeared first on Hands-On Teaching Ideas.| Hands-On Teaching Ideas
Check out a FREE printable escape room game for young kids. Kids get the fun and adventure of an escape room - made just for them! The post Free Printable Escape Room Game for Young Kids appeared first on Hands-On Teaching Ideas.| Hands-On Teaching Ideas
Make back to school easy with this huge collection of free back to school printables. The post 29 Free Back to School Printables appeared first on Hands-On Teaching Ideas.| Hands-On Teaching Ideas
Help your kids learn to count to ten with these free Numbers 1-10 printable activities. These are perfect for toddlers and preschoolers who are ready to start their math learning journey. If your little ones are still working on counting to 5, take a look at these numbers 1-5 printable activities instead. If you want... The post Numbers 1-10 Printable Activities for Kids appeared first on Taming Little Monsters.| Taming Little Monsters
If you are looking for print and play activities you can do with toddlers, then you’ll love these numbers 1-5 printable activities for kids. Older babies and toddlers count from 1-5 first, then to ten and then to 20 before they head off to school. So, these free printables are a great place to start... The post Numbers 1-5 Printable Activities for Kids appeared first on Taming Little Monsters.| Taming Little Monsters
Inspired by http://meta.codegolf.stackexchange.com/questions/547/write-a-code-golf-problem-in-which-script-languages-are-at-a-major-disadvantage question on meta, I've decided to make a question wh...| Code Golf Stack Exchange
AI leveraged learning lets you start with the application at the end. Curiosity guides what you learn, fundamentals backfill when you need them.| Interjected Future
As of 13/03/2018 16:45 UTC, the winner is answer #345, by Khuldraeseth na'Barya. This means the contest is officially over, but feel free to continue posting answers, just so long as they follow the| Code Golf Stack Exchange
In this podcast episode, I’m joined by Jessica Colleu Terradas and Jon Owen, two international leaders bringing Engelmann’s Direct Instruction to life in Australia and the UK. This marks a milestone in the Direct Instruction Podcast—our first global double feature exploring what high-fidelity DI looks like beyond the United States. Jessica, based in Australia, supports … Continue reading S5E06: Jessica Colleu Terradas & Jon Owen on Direct Instruction Without Borders| Education Rickshaw
In this episode of Progressively Incorrect, I’m joined by Anna Stokke—mathematician, professor, and host of the Chalk & Talk podcast. Anna has become one of the most influential voices calling …| Education Rickshaw
October 11, 2025 at 08:13| eli.thegreenplace.net
Write the shortest code, in number of bytes, to display, return, or evaluate to the golden ratio (that is, the positive root of the quadratic equation: \$x^2-x-1=0\$, approximately 1.61803398874989...| Code Golf Stack Exchange
Learn how computers store numbers and perform computations using binary.| www.aleksandrhovhannisyan.com
Fall is the perfect season to incorporate scissor skills and fine motor activities into fun, themed crafts, and this scarecrow project checks every box. Whether you’re working on cutting practice, pencil grasp development, or visual motor integration, this craft combines it all with a seasonal twist. Plus, it’s a great way to tie in academic ... Read more The post Place Value Scarecrow Craft appeared first on The OT Toolbox.| The OT Toolbox
Publishing my first collection of blog posts| Robert Alexander's Tech Blog
Halloween preschool counting gets a monstrously fun makeover with this easy, silly sticker-and-dice game that kids can set up and Read More > The post Monster Math Halloween Preschool Counting Game appeared first on Friends Art Lab.| Friends Art Lab
Breakfast is the most important part of…the math center? Cereal math activities bring a playful twist to preschool lessons. Using familiar favorites, the math center or snack table become exciting spots for exploration and discovery. These colorful cereals offer opportunities to introduce graphing, patterns, counting, and color recognition in a way that feels more like […] The post Cereal Math for Preschoolers appeared first on Play to Learn Preschool.| Play to Learn Preschool
Polyhedral optimization is a tool used in compilers for optimizing loop nests. While the major compilers that use this implement polyhedral optimizations from scratch,1 there is a generally-applicable open source C library called the Integer Set Library (ISL) that implements the core algorithms used in polyhedral optimization. This article gives an overview of a subset of ISL, mainly focusing on the representation of sets and relations and basic manipulations on them.| Math ∩ Programming
On June 30, 2025, Mark Brittenham and Susan Hermiller uploaded a preprint to the arXiv called “Unknotting number is not additive under connected sum” (and an updated version on Septembe…| David Richeson: Division by Zero
I was feeling pretty inspired today and decided to whip up a fun sorting activity freebie hopefully you can use in your classroom to celebrate the season! The post Pumpkin Sorting Activity appeared first on Organized Classroom.| Organized Classroom
For years, schools typically had a generalized approach to math assessment and intervention. A teacher would give an exam that tracked student achievement based on course goals, often combining several skills into one exam. The students scoring in the lowest 20% might get interventions, and the other students would move on. The post Math Fluency: Using Assessments to Build It One Skill at a Time appeared first on edWeb.| edWeb
I’m a great believer in low-tech math. I don’t like to rely on things a computer tells me; what if there’s a bug in the code? I prefer trusting things that I can check for myself. At the same…| mathenchant.wordpress.com
Why formalize mathematics - more than catching errors I read a good post by one of the authors of the Isabelle theorem prover, that got me thinking. The author, Lawrence Paulson, observed that most math proofs are trivial, but writing them (preferably with a proof assistant) is a worthwhile activity, for reasons similar to safety checklists - “Not every obvious statement is true.” As I have been a bit obsessed with doing formalized mathematics, this got me thinking about why I am excited ...| Rado's Radical Reflections
Bézier curves are a core building block of text and 2D shapes rendering.| blog.pkh.me
This past week I was saddened to learn of the death of mathematician and teacher David C. Kelly, the founder of the Hampshire College Summer Studies in Mathematics program (HCSSiM). “Kelly”, as everyone called him, had a huge impact not just on my career but on the careers of people spanning several generations. I knew Kelly […]|
If you ask a person on the street whether 1 is a prime number, they’ll probably pause, try to remember what they were taught, and say “no” (or “yes” or “I don’t remember”). Or maybe they’ll cross the street in a hurry. On the other hand, if you ask a mathematician, there’s a good chance […]|
There are mathematical operations of all kinds with the property that doing the operation twice is tantamount to not doing anything at all. Such operations are called involutions, and you can find them all over the place in math: taking the negative of a number, taking the reciprocal of a number, rotating an object by […]|
“No simplicity of mind, no obscurity of station, can escape the universal duty of questioning all that we believe.” — William K. Clifford “Nobody knew math could be so com…| mathenchant.wordpress.com
Telling time worksheets were a game-changer in our homeschool when I was teaching my son how to read an analog clock. Explaining hour and minute hands sounds easy, until you’re halfway through a lesson and your six-year-old is asking if it’s snack time yet. We needed something hands-on and visual that didn’t feel overwhelming, and... The post Free Telling Time Worksheets appeared first on Homeschool of 1.| Homeschool of 1
This post is about the usage of gamma correction on fragment shaders, what it is and when it is appropriate to apply gamma correction.| riccardoscalco.it
here's some stuff I made and/or found| graham.build
125 New Esti-Mysteries| Steve Wyborney's Blog: I'm on a Learning Mission.
What is this?| victorpoughon.github.io
Melchior and I are doing a course offered by KAIST on coursera.org. This web notes has solutions to some problems from the course. We’re pretty new to this so the solutions might contain errors. If you do find an error in the solution please write to quantum@suhas.org.| Suhas Guruprasad
Disclosure: I was sent each of these calendars in exchange for an honest review. All opinions are my own.We all have calendars on our phones and computers. Do you use them? Or do you prefer paper calendars? Or perhaps you are like me and want both. When Hazel was younger, we had a "family" calendar hanging in a common room so we could keep track of everyone's appointments, meetings and Hazel's classes. This allowed us to figure out care and rides for Hazel. I had fun with that calendar, and s...| Crafty Moms Share
We introduce the first model-stealing attack that extracts precise, nontrivial information from black-box production language models like OpenAI's ChatGPT or Google's PaLM-2. Specifically, our attack recovers the embedding projection layer (up to symmetries) of a transformer model, given typical API access. For under \$20 USD, our attack extracts the entire projection matrix of OpenAI's Ada and Babbage language models. We thereby confirm, for the first time, that these black-box models have a...| arXiv.org
Discover the Four Game Plans for small group math in 4th & 5th grade—practical strategies to fix mistakes, target skills, build understanding, and boost fluency.| Jennifer Findley
In this episode, I’m joined by Marcie Samayoa—science teacher, cognitive science enthusiast, and blogger of Scientists in the Making. Marcie shares the origin story behind her innovative classroom blog and explains how it grew out of a desire to make science learning more equitable, evidence-based, and joyful. We dive into some of the most persistent … Continue reading S5E04: Marcie Samayoa on NGSS and Explicit Science Instruction| Education Rickshaw
In this episode, I’m joined by Dr. John Mighton — mathematician, playwright, best-selling author, and founder of JUMP Math. John shares his insights into one of the most misunderstood concepts in e…| Education Rickshaw
In which I attempt maths and experience regret.| Diagram Monkey
An exploration and explanation of how to generate interesting swoopy art.| nedbatchelder.com
Students from the class of 2024 had historically low scores on a major national test administered just months before they graduated.| eSchool News
Make math spook-tacular with this preschool Halloween math game where kids complete symmetrical witch hats! It’s playful, hands-on, and perfect Read More > The post Symmetrical Witch Hat Halloween Math Game appeared first on Friends Art Lab.| Friends Art Lab
This I-Spy Halloween activity is all treats, no tricks, and easy with just a print, count, and color format. Two Read More > The post I-Spy Halloween Activity Free Printable appeared first on Friends Art Lab.| Friends Art Lab
A plea, not to end snap judgments, but merely to better calibrate them.| Math with Bad Drawings
In everyday life and across nearly every industry, mathematical reasoning is becoming more essential. We need to rapidly expand access to the after-school and summer programs that help young people develop the confidence and curiosity to build math skills.| The Hechinger Report
Teddy bear counters are a staple in many preschool classrooms, and for good reason. Their bright colors, friendly shapes, and variety of sizes instantly draw children in. While they often live in the math center, these little bears are far from one-dimensional. They can be counted, sorted, measured, and used to create patterns. They also […] The post Teddy Bear Counters Activities for the Preschool Classroom appeared first on Play to Learn Preschool.| Play to Learn Preschool
By Dr. Mark Perloe & Justine Perloe, Co-authors of Milo’s Superpower| The Mommies Reviews
If your preschooler or kindergartner loves hands-on activities, then these free printable Fall Pattern Block Mats are a perfect fit. The post Free Printable Fall Pattern Block Mats appeared first on Happy Toddler Playtime.| Happy Toddler Playtime
With this Preschool Learning Workbook, your child can practice numbers, letters, shapes, colors, and cutting in a fun and engaging way! The post Free Printable Preschool Learning Workbook appeared first on Happy Toddler Playtime.| Happy Toddler Playtime
Numbers are all around us, and this free printable kindergarten numbers workbook helps kids understand them early giving them a head start. The post Free Printable Kindergarten Numbers Workbook appeared first on Happy Toddler Playtime.| Happy Toddler Playtime
In high school, I played the guitar. I had three major influences, the first of whom was my guitar teacher, James Brown. Yes, that was his name. He had the patience of a saint… literally. I was alw…| How I teach maths.
Introduction BFloat16 is a 16-bit floating-point format, introduced by Google and standardized in C++23 as std::bfloat16_t. It uses 1 sign bit, 8 exponent bits (the same as float), and 7 mantissa bits.| The LLVM Project Blog
A few weeks ago, I made a tiny demo that fits into 448 characters:| blog.pkh.me
Matrix Derivation: What if the derivative, but matrices?| stopthrowingrocks.github.io
Anya, the founder of Montessori From The Heart, is an educational coach, a blogger, an author, a digital creator, and an influencer.| Montessori From The Heart
Previously: Models of (Dependent) Type Theory. There is a deep connection between mathematics and programming. Computer programs deal with such mathematical objects as numbers, vectors, monoids, fu…| Bartosz Milewski's Programming Cafe
Get your little ones excited about counting to 20 with our adorable free printable Fall Counting Book, featuring fun fall clipart like acorns and pumpkins, perfect for toddlers and preschoolers to color and learn! The post FREE Printable Fall Counting Book for Preschoolers appeared first on Preschool Play and Learn.| Preschool Play and Learn
At its core, a Markov chain is a model for predicting the next event in a sequence based only on its state. It possesses "memoryless"...| TechAcute
Join Trish and Nadim al Rahim from CTCMath in a great Homeschool Conversation as they discuss math worries that come up again and again—and how to replace that anxiety with confidence and progress.| Hip Homeschool Moms
What do eighth graders learn in math? Here's a guide to what this year in math covers, plus some tips for making it less overwhelming.| Hip Homeschool Moms
When an email from the principal lands in teacher inboxes asking for volunteers, it doesn’t always lead to transformative experiences. For Pam Barrett and Chris Davis, two veteran mathematics teachers at Vista Magnet Middle School in California’s Vista Unified School District, responding to that call changed not only their teaching practice but also their understanding […] The post From Classroom to Co-Design and Research: How Vista Unified Teachers Transformed Math Learning Through Col...| AERDF
The Naming of Tack Symbols | www.math.uwaterloo.ca
Over 60,000 students have benefited from the math program built on how the brain naturally learns A new analysis shows ... Read more| eSchool News
Patterns are everywhere in our world. From the stripes on a zebra to the sequence of seasons, patterns help us organize and make sense of our environment. In kindergarten, teaching pattern skills lays a foundational block for developing critical thinking, problem-solving, and mathematical abilities. This post will explore why pattern skills matter and how both ... Read more The post The Importance of Teaching Pattern Skills in Kindergarten appeared first on Mrs. B’s Beehive.| Mrs. B’s Beehive
Teaching shapes in kindergarten opens doors for students to explore basic geometry in a fun, hands-on way that helps build the foundation for future math skills. Understanding 2D and 3D shapes introduces concepts such as spatial reasoning, dimension, and form. Here’s a guide for teachers on effectively teaching 2D and 3D shapes to kindergarten students, ... Read more The post Teaching 2D and 3D Shapes in Kindergarten: Engaging Young Learners in Geometry appeared first on Mrs. B’s Beehive.| Mrs. B’s Beehive
Number comparison is a fundamental mathematical skill that lays the groundwork for future learning. Kindergarten students are just beginning their mathematical journey, and understanding how numbers relate to each other is crucial. This blog post will explore effective strategies to teach number comparison, starting with concrete experiences and progressing to more abstract representations. 1. Counting ... Read more The post Mastering Number Comparison: A Guide for Kindergarten Teachers appea...| Mrs. B’s Beehive
Number recognition is a fundamental skill in early childhood education, forming the foundation for future mathematical understanding. For kindergarten students, grasping that each numeral represents a specific quantity and has a unique name is crucial for their mathematical development. As kindergarten teachers, we test incoming students to assess their current number and counting skills. I ... Read more The post Engaging Strategies for Teaching Number Recognition in Kindergarten appeared fir...| Mrs. B’s Beehive
Find engaging and interactive ways to teach addition and subtraction in kindergarten. Your students will have these skills mastered in no time!| Mrs. B’s Beehive
In this powerful episode, I’m joined by two of the most influential voices in literacy education today—Linda Diamond and Paige Pullen. With decades of experience in education, Linda and Paige bring clarity to the evidence-based education movement and the science of reading in particular. Together, we dive into their framework of three interrelated sciences—Learning Science, … Continue reading S5E02: Linda Diamond & Paige Pullen on Connecting Learning, Literacy, and Instruction| Education Rickshaw
Duolingo makes learning fun and effective, and it's driven by serious science! This is how Duolingo develops engaging courses based on research.| Duolingo Blog
[Epistemic Status: Speculating on a key implementation detail within the paradigm of the Brain as a Non-Linear Optical Computer (BaaNLOC) – specifically, how the optical function of beam splitting could be used to compose the contents of a conscious simulation scene with principles of cel animation and holography. In particular, this may explain both how […]| Qualia Computing
When students discover the natural connection between printmaking and math, magic happens. Students who adore art begin to see math not as intimidating, but as an exciting, empowering tool for problem-solving and design. Students who love math light up as they apply their logical thinking in creative, hands-on ways. With a little intentionality, show students […] The post Printmaking + Math = The Powerful Duo Students Need in Art Class appeared first on The Art of Education.| The Art of Education
When you talk to a large language model (LLM), it feels like the model understands meaning. But under the hood, the system relies on numbers, vectors, and math to find the relationships between words and sentences. One of the most important tools tha...| freeCodeCamp.org
Let me get right to the point without any nonsense about aliens: | www.galois.com