You Wouldn’t Download A Nuclear Reactor, But Could You?

By pretty much any metric you care to use, the last couple of decades has been very good for the open source movement. There was plenty of pushback in the early days, back when the only people passionate about the idea were the Graybeards in the IT department. But as time went on, more and more developers and eventually companies saw the benefit of sharing what they were working on. Today, open source is effectively the law of the land in many fields, and you don’t have to look far to find the community openly denouncing groups who are keeping their source under lock and key.

The open source submarine that won 2017 Hackaday Prize.

In the last few years, we’ve even seen the idea gain traction in the hardware field. While it’s not nearly as prevalent as opening up the software side of things, today it’s not uncommon to see hardware schematics and PCB design files included in project documentation. So not only can you download an open source operating system, web browser, and office suite, but you can also pull down all the information you need to build everything from a handheld game system to an autonomous submarine.

With so many projects pulling back the curtain, it’s not unreasonable to wonder where the limits are. There’s understandably some concerns about the emerging field of biohacking, and anyone with a decent 3D printer can download the files necessary to produce a rudimentary firearm. Now that the open source genie is out of the bottle, it seems there’s precious little that you can’t download from your favorite repository.

Scratching an exceptionally surprising entry off that list is Transatomic, who late last year uploaded the design for their TAP-520 nuclear reactor to GitHub. That’s right, now anyone with git, some uranium, and a few billion dollars of seed money can have their very own Molten Salt Reactor (MSR). Well, that was the idea at least.

So six months after Transatomic dumped a little under 100 MB worth of reactor documentation on GitHub, is the world any closer to forkable nuclear power? Let’s find out.

Continue reading “You Wouldn’t Download A Nuclear Reactor, But Could You?”

Automate The Freight: Autonomous Delivery Hits The Mainstream

It should come as no surprise that we here at Hackaday are big boosters of autonomous systems like self-driving vehicles. That’s not to say we’re without a healthy degree of skepticism, and indeed, the whole point of the “Automate the Freight” series is that economic forces will create powerful incentives for companies to build out automated delivery systems before they can afford to capitalize on demand for self-driving passenger vehicles. There’s a path to the glorious day when you can (safely) nap on the way to work, but that path will be paved by shipping and logistics companies with far deeper pockets than the average commuter.

So it was with some interest that we saw a flurry of announcements in the popular press recently regarding automated deliveries. Each by itself wouldn’t be worthy of much attention; companies are always maneuvering to be seen as ahead of the curve on coming trends, and often show off glitzy, over-produced videos and well-crafted press releases as a low-effort way to position themselves as well as to test markets. But seeing three announcements at one time was unusual, and may point to a general feeling by manufacturers that automated deliveries are just around the corner. Plus, each story highlighted advancements in areas specifically covered by “Automate the Freight” articles, so it seemed like a perfect time to review them and perhaps toot our own horn a bit.

Continue reading “Automate The Freight: Autonomous Delivery Hits The Mainstream”

Shorting Pins On A Raspberry Pi Is A Bad Idea; PMIC Failures Under Investigation

You may have noticed, we’re fans of the Raspberry Pi here at Hackaday. Hardly a day goes by that we don’t feature a hack that uses a Pi somewhere in the build. As useful as the Pis are, they aren’t entirely without fault. We’ve talked about the problems with the PoE hat, and multiple articles about keeping SD cards alive. But a new failure mode has popped that is sometimes, but not always, caused by shorting the two power rails on the board.

The Pi 3 B+ has a new PMIC (Power Management Integrated Circuit) made by MaxLinear. This chip, the MxL7704, is a big part of how the Raspberry Pi foundation managed to make the upgrades to the Pi 3 without raising the price over $35.

A quick look at the Raspberry Pi forum shows that some users have been experiencing a specific problem with their new Raspberry Pi 3 B+ units, where the power LED will illuminate but the unit will not boot. The giveaway is zero voltage on the 3v3 pin. It’s a common enough problem that it’s even mentioned in the official boot problems thread.

Make sure the probe you are measuring with does not slip, and simultaneously touches any of the other GPIO pins, as that might instantly destroy your PI, especially shorting the 3V3 pin to the 5V pin will prove to be fatal.

Continue reading “Shorting Pins On A Raspberry Pi Is A Bad Idea; PMIC Failures Under Investigation”

BioSentinel Mission Aims To Put Yeast Into Deep Space

It’s a truly exciting time for space enthusiasts. Humanity is finally shaking itself out of the half-century-long doldrums of deep space exploration and planning a return to the Moon and a push to Mars. Yes, exciting things have happened since the glory days of Apollo. We’ve reached out into the outer planets, drilled holes in asteroids, and made tracks across the face of Mars in an improbably durable rover. We’ve built magnificent space telescopes, created a permanent space station to replace a couple of temporary ones, and put an intricate constellation of satellites into service.

Those are all laudable achievements, but not a single living creature has intentionally achieved approached Earth escape velocity since three astronauts and five mice did it aboard Apollo 17 at 3:46 AM on December 7, 1972. Since then, we’ve all been stuck down here at the bottom of Earth’s gravity well, with only a lucky few of us getting a tease of what space travel is really like with low Earth orbit (LEO) missions.

But if NASA has its way, and certain difficulties with launch vehicles can be ironed out, in 2020 Earthlings will once again slip the surly bonds and make a trip to deep space. Of course those Earthlings will just be cultures of yeast carried into orbit around the Sun on a cubesat, but it’s a start, and it’s a good bet that more complex organisms won’t be far behind.

Continue reading “BioSentinel Mission Aims To Put Yeast Into Deep Space”

A Field Guide To Transmission Lines

The power grid is a complicated beast, regardless of where you live. Power plants have to send energy to all of their clients at a constant frequency and voltage (regardless of the demand at any one time), and to do that they need a wide array of equipment. From transformers and voltage regulators to line reactors and capacitors, breakers and fuses, and solid-state and specialized mechanical relays, almost every branch of engineering can be found in the power grid. Of course, we shouldn’t leave out the most obvious part of the grid: the wires that actually form the grid itself.

Continue reading “A Field Guide To Transmission Lines”

Windows 10 Goes To Shell

Windows 10 — the operating system people love to hate or hate to love. Even if you’re a Linux die-hard, it is a fair bet that your workplace uses it and that you have friends and family members that need help forcing you to use Windows at least some times. If you prefer a command line — or even just find a place where you have to use the command line, you might find the classic Windows shell a bit anemic. Some of that’s the shell’s fault, but some of it is the Windows console which is — sort of — the terminal program that runs various Windows text-based programs. If you have the creator update channel on Windows 10, though, there have been some recent improvements to the console and the Linux system that will eventually trickle down to the mainstream users.

What’s New?

So what’s new? According to Microsoft, they’ve improved the call interface to make the following things work correctly (along with “many others”):

  • Core tools: apt, sed, grep, awk, top, tmux, ssh, scp, etc.
  • Shells: Bash, zsh, fish, etc.
  • Dev tools: vim, emacs, nano, git, gdb, etc.
  • Languages & platforms: Node.js & npm, Ruby & Gems, Java & Maven, Python & Pip, C/C++, C# &
  • .NET Core & Nuget, Go, Rust, Haskell, Elixir/Erlang, etc.
  • Systems & Services: sshd, Apache, lighttpd, nginx, MySQL, PostgreSQL

The changes to the console are mostly surrounding escape sequences, colors, and mouse support. The API changes included things like allowing certain non-administrative users to create symlinks. We’ve made X Windows work with Windows (using a third-party X server) and Microsoft acknowledges that it has been done. However, they still don’t support it officially.

Continue reading “Windows 10 Goes To Shell”

Takata’s Deadly Airbags: An Engineering Omnishambles

Engineers are, for the time being, only human. This applies even more so to executives, and all the other people that make up a modern organisation. Naturally, mistakes are made. Some are minor, while others are less so. It’s common knowledge that problems are best dealt with swift and early, and yet so often they are ignored in the hopes that they’ll go away.

You might have heard the name Takata in the news over the last few years. If that name doesn’t ring a bell you’ve likely heard that there was a major recall of airbag-equipped vehicles lately. The story behind it is one of a single decision leading to multiple deaths, scores of injuries, a $1 billion fine, and the collapse of a formerly massive automotive supplier.

Continue reading “Takata’s Deadly Airbags: An Engineering Omnishambles”