The Largest Aircraft Ever Built Will Soon Launch Rockets To Space

Deep in the mojave, the largest aircraft ever made will soon be making test flights. This is the Stratolaunch, and it’s measured the largest to ever fly based on wingspan. The Stratolaunch was constructed out of two 747s, and is designed for a single purpose: as a mobile launch platform for orbital rockets.

There are a couple of ways to measure the size of an aircraft. The AN-225 Mriya has the highest payload capacity, but only one of those was ever built (though that might change soon). The Spruce Goose was formerly the largest aircraft by wingspan, but it only flew once, and only in ground effect. The Stratolaunch is in another category entirely. This is an aircraft that contains some of the largest composite structures on the planet. Not only can you park a school bus between the fuselages of the Stratolaunch, you can strap that school bus to the plane and carry it up to 30,000 feet.

But why build this astonishing aircraft? The reasons go back more than a decade, and the end result is a spaceplane.

Continue reading “The Largest Aircraft Ever Built Will Soon Launch Rockets To Space”

Publish Or Perish: The Sad Genius Of Ignaz Semmelweis

Of all the lessons that life hands us, one of the toughest is that you can be right about something but still come up holding the smelly end of the stick. Typically this is learned early in life, but far too many of us avoid this harsh truth well into adulthood. And in those cases where being right is literally a matter of life or death, it’s even more difficult to learn that lesson.

For Ignaz Semmelweis, a Hungarian physician-scientist in the mid-19th century, failure to learn that being right is attended by certain responsibilities had a very high cost. Ironically it would also save the lives of countless women with a revolutionary discovery that seems so simple today as to be self-obvious: that a doctor should wash his hands before seeing patients.

Continue reading “Publish Or Perish: The Sad Genius Of Ignaz Semmelweis”

Martian Dust Storm May Spell Doom For Rover

Everyone knows that space is an incredibly inhospitable place, but the surface of Mars isn’t a whole lot better. It’s a dim, cold, and dry world, with a wisp of an atmosphere that provides less than 1% of Earth’s barometric pressure. As the planet’s core no longer provides it with a magnetosphere, cosmic rays and intense solar flares bathe the surface in radiation. Human life on the surface without adequate environmental shielding is impossible, and as NASA’s fleet of rovers can attest, robotic visitors to the planet aren’t completely immune to the planet’s challenges.

Opportunity Mission Patch

As a planet-wide dust storm finally begins to settle, NASA is desperately trying to find out if the Red Planet has claimed yet another victim. The agency hasn’t heard from the Opportunity rover, which landed on Mars in 2004, since before the storm started on June 10th; and with each passing day the chances of reestablishing contact are diminished. While they haven’t completely given up hope, there’s no question this is the greatest threat the go-kart sized rover has faced in the nearly 15 years it has spent on the surface.

Opportunity was designed with several autonomous fail-safe systems that should have activated during the storm, protecting the rover as much as possible. But even with these systems in place, its twin Spirit succumbed to similar conditions in 2010. Will Opportunity make it through this latest challenge? Or has this global weather event brought the long-running mission to a dramatic close?

Continue reading “Martian Dust Storm May Spell Doom For Rover”

How To Mash Up BLE, NodeJS, And MQTT To Get Internet Of Things

We’re living in the world of connected devices. It has never been easier to roll your own and implement the functionality you actually want, rather than live with the lowest common denominator that the manufacture chose.

In a previous article I walked though a small python script to talk to a BLE light and used it to cycle through some colors. Now I want to delve deeper into the world of Internet Connected BLE devices and how to set up a simple Internet-Of-Things light. With this example in hand the sky’s the limit on what you can build and what it will be able to do.

Join me after the break as I demonstrate how to use NodeJS to bridge the digital world with the physical world.

Continue reading “How To Mash Up BLE, NodeJS, And MQTT To Get Internet Of Things”

The First Vending Machine Hacked Liquor Laws: The Puss And Mew

It is fair to say that many technologies have been influenced by human vices. What you may not realize is that vending machines saw their dawn in this way, the first vending machine was created to serve booze. Specifically, it was created to serve gin, the tipple of choice of the early 18th century. it was created as a hack to get around a law that made it harder to sell alcoholic drinks. It was the first ever vending machine: the Puss and Mew.

Continue reading “The First Vending Machine Hacked Liquor Laws: The Puss And Mew”

Kathleen Booth: Assembling Early Computers While Inventing Assembly

Imagine having to program your computer by rewiring it. For a brief period of time around the mid-1940s, the first general-purpose electronic computers worked that way. Computers like ENIAC initially had no internal storage for code. Programming it involved manipulating thousands of switches and cables. The positions of those switches and cables were the program.

Kathleen Booth began working on computers just as the idea of storing the program internally was starting to permeate through the small set of people building computers. As a result, she was one of the first programmers to work on software and is credited with inventing assembly language. But she also got her hands dirty with the hardware, having built a large portion of the computers which she programmed. She also did some early work with natural language processing and neural networks. And this was all before 1962, making her truly a pioneer. This then is her tale.

Continue reading “Kathleen Booth: Assembling Early Computers While Inventing Assembly”

Behind The Pin: Logic Level Outputs

There is one thing that unites almost every computer and logic circuit commonly used in the hardware hacking and experimentation arena. No matter what its age, speed, or internal configuration, electronics speak to the world through logic level I/O. A single conductor which is switched between voltage levels to denote a logic 1 or logic zero. This is an interface standard that has survived the decades from the earliest integrated circuit logic output of the 1960s to the latest microcontroller GPIO in 2018.

The effect of this tried and true arrangement is that we can take a 7400 series I/O port on an 8-bit microcomputer from the 1970s and know with absolute confidence that it will interface without too much drama to a modern single-board computer GPIO. When you think about it, this is rather amazing.

It’s tempting to think then that all logic level outputs are the same, right? And of course they are from a certain viewpoint. Sure, you may need to account for level shifting between for example 5V and 3.3V families but otherwise just plug, and go, right? Of course, the real answer isn’t quite that simple. There are subtle electrical differences between the properties of I/O lines of different logic and microcontroller families. In most cases these will never be a problem at all, but can rear their heads as edge cases which the would-be experimenter needs to know something about.

Continue reading “Behind The Pin: Logic Level Outputs”