What’s In A Name? Tales Of Python, Perl, And The GIMP

In the older days of open source software, major projects tended to have their Benevolent Dictators For Life who made all the final decisions, and some mature projects still operate that way. Guido van Rossum famously called his language “Python” because he liked the British comics of the same name. That’s the sort of thing that only a single developer can get away with.

However, in these modern times of GitHub, GitLab, and other collaboration platforms, community-driven decision making has become a more and more common phenomenon, shifting software development towards democracy. People begin to think of themselves as “Python programmers” or “GIMP users” and the name of the project fuses irrevocably with their identity.

What happens when software projects fork, develop apart, or otherwise change significantly? Obviously, to prevent confusion, they get a new name, and all of those “Perl Monks” need to become “Raku Monks”.  Needless to say, what should be a trivial detail — what we’ve all decided to call this pile of ones and zeros or language constructs — can become a big deal. Don’t believe us? Here are the stories of renaming Python, Perl, and the GIMP.

Continue reading “What’s In A Name? Tales Of Python, Perl, And The GIMP”

Arduino, Accelerometer, And TensorFlow Make You A Real-World Street Fighter

A question: if you’re controlling the classic video game Street Fighter with gestures, aren’t you just, you know, street fighting?

That’s a question [Charlie Gerard] is going to have to tackle should her AI gesture-recognition controller experiments take off. [Charlie] put together the game controller to learn more about the dark arts of machine learning in a fun and engaging way.

The controller consists of a battery-powered Arduino MKR1000 with WiFi and an MPU6050 accelerometer. Held in the hand, the controller streams accelerometer data to an external PC, capturing the characteristics of the motion. [Charlie] trained three different moves – a punch, an uppercut, and the dreaded Hadouken – and captured hundreds of examples of each. The raw data was massaged, converted to Tensors, and used to train a model for the three moves. Initial tests seem to work well. [Charlie] also made an online version that captures motion from your smartphone. The demo is explained in the video below; sadly, we couldn’t get more than three Hadoukens in before crashing it.

With most machine learning project seeming to concentrate on telling cats from dogs, this is a refreshing change. We’re seeing lots of offbeat machine learning projects these days, from cryptocurrency wallet attacks to a semi-creepy workout-monitoring gym camera.

Continue reading “Arduino, Accelerometer, And TensorFlow Make You A Real-World Street Fighter”

Pizza Oven Build Exercises Forgotten Gym Ball

See, this is what happens when pizza lovers follow their dreams. It probably started innocently enough for [phammy57]—he got a pizza stone, then maybe one of those big rocking pizza cutters. Maybe he even learned how to toss the dough high in the air. But every time [phammy57] slid one of those homemade pies into the electric oven, the nagging feeling grew a little stronger. Eventually, he gave in to making pizza the way it’s supposed to be made, and built a wood-fired oven.

The most intriguing thing about this build is also the most important: this pizza preparer pivots on a gym ball, which served as the base for forming the oven. To do this, [phammy57] pushed the ball halfway through a hole in a big piece of plywood, effectively creating the world’s largest Pogo Bal (remember those?). Then he applied plastic wrap to the ball as a mold release, and laid down a thick mixture of vermiculite, cement, and water.

[phammy57] built the base from lightweight blocks, sculpting a nice arch for the top of the wood storage area. Once the dome was fastened to the base with the opening cut and outlined with brick, he cut a vent hole and built the chimney. Finally, it was time to add insulating blanket material, chicken wire, more vermiculite, and coat of plaster to finish. Take a brief look inside after the break.

It’s a long process of building, curing, and burning in, but the end result looks fantastic. We bet it pizzas like a champ, too. Probably gives this 45-second pizza oven a run for its money.

[Ed Note: If you’re still having trouble parsing the title, try it out with “build” as a noun and “exercises” as a verb.]

Continue reading “Pizza Oven Build Exercises Forgotten Gym Ball”