Steampunk Geiger Counter Is A Mix Of Art And Science

It took nearly a year for [Chris Crocker-White] to assemble this glorious mahogany and brass Geiger counter, but we think you’ll agree with us that it was time well spent. From the servo-actuated counter to the Nixie tubes and LED faux-decatrons, this project is an absolute love letter to antiquated methods of displaying information. Although for good measure, the internal Raspberry Pi also pushes all the collected radiation data into the cloud.

[Chris] says the design of this radiation monitor was influenced by his interest in steampunk and personal experience working on actual steam engines, but more specifically, he also drew inspiration from a counter built by [Richard Mudhar].

Based on a design published in Maplin back in 1987, [Richard] included a physical counter and LED “dekatron” displays as an homage to a 1960s era counter he’d used back in his school days. [Chris] put a modern spin on the electronics and added the glowing display of real-time Counts Per Minute (CPM) as an extra bonus; because who doesn’t like some Nixies in their steampunk?

Internally, the pulses generated by a common Geiger counter board are picked up by some custom electronics to drive the servo and LEDs. Triggered by those same pulses, the Raspberry Pi 3A+ updates the Nixie display and pushes the data out to the cloud for analysis and graphing. Note that the J305β Geiger tube from the detector has been relocated to the outside of the machine, with two copper elbows used as connectors. This improves the sensitivity of the instrument, but perhaps even more importantly, looks awesome.

We’ve seen some very high-tech DIY radiation detection gear over the years, but these clever machines that add a bit of whimsy to the otherwise mildly terrifying process of ionizing radiation are always our favorite.

Continue reading “Steampunk Geiger Counter Is A Mix Of Art And Science”

This Week In Security: F5, Novel Ransomware, Freta, And Database Woes

The big story of the last week is a problem in F5’s BIG-IP devices. A rather trivial path traversal vulnerability allows an unauthenticated user to call endpoints that are intended to be restricted to authenticated. That attack can apparently be as simple as:

'https://[F5 Host]/tmui/login.jsp/..;/tmui/locallb/workspace/tmshCmd.jsp?command=list+auth+user+admin'

A full exploit has been added to the metasploit framework. The timeline on this bug is frighteningly quick, as it’s apparently being actively exploited in the wild. F5 devices are used all over the world, and this vulnerability requires no special configuration, just access to the opened management port. Thankfully F5 devices don’t expose the vulnerable interface to the internet by default, but there are still plenty of ways this can be a problem.

Freta

Microsoft has made a new tool publicly available, Freta. This tool searches for rootkits in uploaded memory snapshots from a Linux VM. The name, appropriately, is taken from the street where Marie Curie was born.

The project’s namesake, Warsaw’s Freta Street, was the birthplace of Marie Curie, a pioneer of battlefield imaging.

The impetus behind the project is the realization that once a malicious actor has compromised a machine, it’s possible to compromise any security software running on that machine. If, instead, one could perform a security x-ray of sorts, then a more reliable conclusion could be reached. Freta takes advantage of the VM model, and the snapshot capability built into modern hypervisors.

Continue reading “This Week In Security: F5, Novel Ransomware, Freta, And Database Woes”

Making PCBs The Easy Way

Building a PCB at home can be fraught. If you’re etching, there are chemicals and the nuances of toner transfer. If you’re milling, getting the surface height just right, and not breaking those pointy little v-cutters is always a challenge. [Robin] has tips for both of these cases, and solves a lot of the common hassles by using a milling machine.

Whether he’s scraping away etch resist or entire copper isolation lines, [Robin] uses a non-spinning scratching tool instead of a v-bit: they’re more robust and cut every bit as well. He’s got tips for using FlatCam and KiCAD to make scratched-out traces. His registration system allows him to get double-sided boards with a minimum of hassle. And as a bonus, he’s doing some experimentation with embedding SMT parts inside the boards as well. Be sure that you check out his whole guide, or just watch the video embedded below.

We’re pretty sure you’ll pick up a trick or two, and maybe you’ll be convinced to bite the bullet and invest in a nice mill. If you’d like a more traditional take on PCB milling, try out our own [Adil Malik]’s guide.

Continue reading “Making PCBs The Easy Way”

An NEC V20 For Two Processors In One SBC

In the days when the best an impoverished student could hope to find in the way of computing was a cast-off 1980s PC clone, one upgrade was to fit an NEC V20 or V30 processor in place of the Intel 8088 or 8086. Whether it offered more than a marginal advantage is debatable, but it’s likely that one of the chip’s features would never have been used. These chips not only supported the 8086 instruction set, but also offered a compatibility mode with the older 8080 processor. It’s a feature that [Just4Fun] has taken advantage of, with V20-MBC, a single board computer that can run both CP/M-86 and CPM/80.

If this is starting to look a little familiar then it’s because we’ve featured a number of [Just4Fun]’s boards before. The Z80-MBC2 uses the same form factor, and like this V20 version, it has one of the larger ATMega chips taking place of the acres of 74 chips that would no doubt have performed all the glue logic tasks of the same machine had it been built in the early 1980s. There is a video of the board in action that we’ve placed below the break, showing CP/M in ’80, ’86, and even ’80 emulated in ’86 modes.

The only time a V20 has made it here before, it was in the much more conventional home of a home-made PC.

Continue reading “An NEC V20 For Two Processors In One SBC”