Posts

Showing posts from March, 2026

Making a 286 Think It’s Alive Again

Image
[Nagy KrisztiĆ”n] had an Intel 286 CPU, only… There was no motherboard to install it in. Perhaps not wanting the processor to be lonely, [Nagy] built a simulated system to bring the chip back to life. Okay, 68 pins does look like a lot when you arrange them like that. The concept is simple enough. [Nagy] merely intended to wire the 286 up to a Raspberry Pi Pico that could emulate other parts of a computer that it would normally expect to talk to. This isn’t so hard with an ancient CPU like the 286, which has just 68 pins compared to the 1000+ pins on modern CPUs. All it took was a PLCC-68 socket, an adapter PCB, a breadboard, and some MCP23s17 logic expanders to give the diminutive microcontroller enough I/O. With a bit of work, [Nagy] was able to get the Pi Pico running the 286, allowing it to execute a simple program that retrieves numbers from “memory” and writes them back in turn. Notably, this setup won’t run the 286 at its full clock speed of 12 MHz, and it’s a long way off ...

Hackaday Links: March 1, 2026

Image
We’ll start this week off with a bit of controversy from Linux Land. Anyone who’s ever used the sudo command knows that you don’t see any kind of visual feedback while entering your password. This was intended as a security feature, as it was believed that an on-screen indicator of how many characters had been entered would allow somebody snooping over your shoulder to figure out the length of your password. But in Ubuntu 26.04, that’s no longer the case. The traditional sudo binary has been replaced with a one written in Rust, which Canonical has recently patched to follow the modern convention of showing asterisks on the password prompt. As you might expect, this prompted an immediate reaction from Linux greybeards. A bug report was filed just a few days ago demanding that the change be reverted, arguing that breaking a decades-old expectation with no warning could be confusing for users. The official response from a Canonical dev was that they see it the other way around, and ...

Turning a Cast-Iron Radiator into a Water-Cooled PC

Image
Bottom of the cast-iron radiator gaming PC during plumbing. (Credit: Billet Labs, YouTube) Water-cooled PCs generally have in common that there’s a radiator somewhere in the loop, yet nobody said that you can’t build the PCB into the radiator. Something like a genuine Victorian-era cast-iron radiator, for example. For the folk over at [Billet Labs], this is just your typical project, of course, even if it took a solid three months to make it all work . Their previous project was also a water-cooled PC, but in the form of a steampunk-esque wall-mounted installation. What differentiates this new build is that it’s trying to be more of a sleeper PC, as long as you ignore some copper tubing and the like running around the outside of this vintage radiator. Of course, by using a vintage cast-iron radiator like this, you’re also dealing with all the disadvantages of cast-iron, such as the countless impurities in the metal and the immense weight. With water in the loop, the entire build...

Fish Drives Tank

Image
Fish are popular animals to keep as pets, and for good reason. They’re relatively low maintenance, relaxing to watch, and have a high aesthetic appeal. But for all their upsides, they aren’t quite as companionable as a dog or a cat. Although some fish can do limited walking or flying, these aren’t generally kept as pets and would still need considerable help navigating the terrestrial world. To that end, [Everything is Hacked] built a fish tank that allows his fish to move around on their own. We presume he’s heard the old joke about two fish in a tank. One says, “Do you know how to drive this thing?” The first prototype of this “fish tank” is actually built on a tracked vehicle with differential steering, on which the fish tank would sit. But after building a basic, driveable machine, the realities of fish ownership set in. The fish with the smallest tank needs is a betta fish, but even that sort of fish needs much more space than would easily fit on a robotics platform. So [Everyt...