Air-Breathing Rocket Engine Promises Future Space Planes

If you are a certain age, you probably remember the promise of supersonic transports. The Concorde took less than 4 hours to go across the Atlantic, but it stopped flying in 2003 and ended commercial supersonic passenger flights  But back in the 1970s, we thought the Concorde would give way not to older technology, but to newer. After all, man had just walked on the moon and suborbital transports could make the same trip in 30 minutes and — according to Elon Musk — go between any two points on the Earth in an hour or less. A key component to making suborbital flights as common as normal jet travel is a reasonable engine that can carry a plane to the edge of space. That’s where the UK’s Sabre engine comes into play. Part jet and part rocket, the engine uses novel new technology and two different operating modes to power the next generation of spaceplane. The BBC reports that parts of the new engine will undergo a new phase of testing next month.

The company behind the technology, Reaction Engines, Ltd, uses the engine in an air-breathing jet mode until it hits 5.5 times the speed of sound. Then the same engine becomes a rocket and can propel the vehicle at up to 25 times the speed of sound.

Continue reading “Air-Breathing Rocket Engine Promises Future Space Planes”

Maritime Analog Computer From 1503 Is The Oldest Remaining

We might not think of analog computers as having existed in the 1500s, but in fact the astrolabe first appeared around 220 BC. However, as you might expect only a few very old ones still exist. Early astrolabes were often wooden and were difficult to use aboard ships, however brass astrolabes with special features were more accurate on the deck of a ship underway. A recent archeological find from one of Vasco da Gama’s ships that sunk in the Arabian Sea has brought the number of known archeologically-significant instruments to 104, and also is one of the few nautical versions to employ a solid disk. As of now, it is the oldest known maritime astrolabe found so far — the ship sunk in 1503. You might wonder how the 104th astrolabe became number 108, but the catalog includes a few pieces or fragments of astrolabes. If you count those, there are 108 items in the catalog.

If you think archeology is about men in fedoras carrying whips, or stuffy old men wandering around tombs, you should have a look at the article about this find. In addition to divers recovering the piece from the shipwreck (see the video, below), the science involved in restoring it and analyzing it includes chemistry, lasers, X-rays, and energy-dispersive spectroscopy.

Continue reading “Maritime Analog Computer From 1503 Is The Oldest Remaining”

World’s Oldest Computer Festival Is This Weekend

There was a time when owning a home computer was kind of a big deal. In the days before the popularization of the Internet, so-called “computer shows” were the best way to meet with others to swap advice, information, and hardware. Of course today, things are very different. The kind of people who are building their computers just buy the parts online, and everyone else is probably using a $200 laptop from Walmart that isn’t worth spending the time or money on to upgrade.

Small sampling of the talks at TCF 2019

So while the Trenton Computer Festival (TCF) may have started in 1976 as a way for people to buy early computers like the Altair 8800, over the years it has morphed into something much closer to the modern idea of a “con”. Those who visit the 44th TCF on March 23rd at the College of New Jersey will likely spend most of their time at the festival attending the 40+ talks and workshops that will be happening in a span of just six hours. But anyone who’s got some cash to burn can still head over to the flea market area where they’ll be able to buy both modern and vintage hardware.

Talks run the gamut from Arduino to quantum computing, and if you don’t see something that piques your interest in this year’s program, one might wonder how you found yourself reading Hackaday in the first place. If you manage to find some spare time between all the talks, the New Jersey chapter of the The Open Organisation Of Lockpickers (TOOOL) will be there giving a hands-on lock picking class, and if you don’t mind taking the crash course, you can even get your ham radio license. All for the princely sum of just $20 at the door.

In fact, there’s so much going on at TCF that it can be somewhat overwhelming. As I found out during my visit last year, the number of simultaneous events means you’ll almost certainly have some difficult decisions to make. I’ll be making the trip out to the College of New Jersey campus again this year for TCF, and will have plenty of Hackaday stickers and buttons to give out to anyone who manages to stop me while I dash between talks.

You’re Listening To Quantum Radio

Researchers at Delft University of Technology have created a detector that enables the detection of a single photon’s worth of radio frequency energy. The chip is only 10 mm square and the team plans to use it to explore the relationship of mass and gravity to quantum theory.

The chip has immediate applications in MRI and radio astronomy. Traditionally, detecting a single photon at radio frequencies is difficult due to the significance of thermal fluctuations. At lower frequencies, cryogenic cooling can reduce the issue, but as frequency increases the fluctuations are harder to tame.

The trick requires a qubit that samples the radio frequency energy. While the radio source is at 173 MHz, the qubit is at 1 GHz, allowing a fine time resolution. Coupling of the two is via an LC circuit that uses a Josephson junction which, of course, requires very cold temperatures. Continue reading “You’re Listening To Quantum Radio”

Hands-On: New Nvidia Jetson Nano Is More Power In A Smaller Form Factor

Today, Nvidia released their next generation of small but powerful modules for embedded AI. It’s the Nvidia Jetson Nano, and it’s smaller, cheaper, and more maker-friendly than anything they’ve put out before.

The Jetson Nano follows the Jetson TX1, the TX2, and the Jetson AGX Xavier, all very capable platforms, but just out of reach in both physical size, price, and the cost of implementation for many product designers and nearly all hobbyist embedded enthusiasts.

The Nvidia Jetson Nano Developers Kit clocks in at $99 USD, available right now, while the production ready module will be available in June for $129. It’s the size of a stick of laptop RAM, and it only needs five Watts. Let’s take a closer look with a hands-on review of the hardware.

Continue reading “Hands-On: New Nvidia Jetson Nano Is More Power In A Smaller Form Factor”

Proposed NASA Budget Signals Changes To Space Launch System

The White House’s proposed budget for 2020 is out, and with it comes cuts to NASA. The most important item of note in the proposed budget is a delay of the Space Launch System, the SLS, a super-heavy lifting launch vehicle designed for single use. The proposed delay would defer work on the enhanced version of the SLS, the Block 1B with the Exploration Upper Stage.

The current plans for the Space Launch System include a flight using NASA’s Orion spacecraft in June 2020 for a flight around the moon. This uncrewed flight, Exploration Mission 1, or EM-1, would use the SLS Block 1 Crew rocket. A later flight, EM-2, would fly a crewed Orion capsule around the moon in 2022. A third proposed flight in 2023 would send the Europa Clipper to Jupiter. The proposed 2020 budget puts these flights in jeopardy.

Continue reading “Proposed NASA Budget Signals Changes To Space Launch System”

Finally, An Open Source Calculator

Microsoft has released the code for the Calculator app. This move is the latest in Microsoft’s efforts to capitalize on the Open Source community. Previous efforts have been the Open Sourcing of an extremely old version of DOS, and shoehorning Linux into Windows somehow in a way that’s marginally more user-friendly than spinning up a VM or popping over to your Linux partition. Oh yeah, Microsoft bought Github. Can’t forget that.

The release of the code for the Calculator app means now you too can truly verify all your calculations are correct. To build the Calculator app, you’ll need a Windows 10 computer and Visual Studio. You might think that this is the same code that’s been shipping for 30 years — it’s a simple calculator, right? Not so: the Calculator for Windows 8 had a strange and odd bug where the square root of 4, minus two, did not equal zero. Floating point is hard, kids.

Of special interest to the community, it’s now possible to disable telemetry sent from the Calculator app to Microsoft servers. Yes, the Calculator app knows you forgot how to divide, and wow man, six times nine, you needed help with that?  Fortunately, telemetry can be disabled in developer’s builds by disabling the SEND_TELEMETRY build flag. Now Microsoft won’t know you don’t do math so good.

At the time of this writing, we could not be bothered to contact Microsoft to find out when the pinball game or Ski Free will be updated and Open Sourced.