Eclectic

How Fuses Work

The word Vim over a green diamond shape

A fuse is an electrical device which interrupts a circuit during an overload condition. It is usually a thin piece of wire in some kind of a holder. When the current passing through it exceeds the intended limit, the wire starts to heat up and, if the overload is large or sustained, melt. Often this wire or metal strip is made of a special alloy which melts at a relatively low temperature.

A fuse has two key ratings. The first is a current in amperes. The second is a voltage. The meaning of the current rating is easy to understand. At some point above this current the fuse will “blow.” But the voltage rating is a frequent subject of confusion.

This is one of those cases where a little bit of knowledge is dangerous. While the average person looks only at the amperage rating, someone who has had a little education in electrical theory may attempt to apply Joule’s law:

Watts = Volts x Amperes

Let’s say we have a 12-volt automotive circuit protected by a 10 amp fuse:

12 volts x 10 amperes = 120 watts

So a fuse which blows at 10 amps blows at 120 watts. But what if we put it in a six volt circuit? Since energy is what melts the fuse and energy delivery is measured in watts, it might seem that we should compute the current for 120 watts at six volts:

  120 watts
-------------- = 20 amperes
   6 volts 

The math seems clear: a 12 volt fuse in a six volt circuit can be expected to carry twice its rated current.

I have encountered this reasoning repeatedly online. For example, there is an excellent video entitled Bad Fuses on the Youtube channel Ham Radio A2Z. In it inexpensive automotive fuses bought from a major online retailer are tested. It is found that what is ostensibly a five amp fuse will carry 21 amperes indefinitely. This is totally unaccepable.

However a number of viewers suggested the test was invalid because the meter on the test rig showed 0.6 volts applied to the fuse. This is one such comment:

Do you think the issue with the 5 amp fuse not blowing, may have be due low voltage used in the test. 0.6 volts (0.6 volts x 21 amps = 12.6 watts). Did you try the same fuse at 13.8 volts (13.8 volts x 21 amps = 289.9 watts).

While the mathmatical calculations are performed correctly, the application of Joule’s law is erroneous. To understand why, let’s look at a simple circuit protected by a fuse.

0.01 volt measured across the fuse

Notice that the fuse is not connected to the load in parallel, as if it were a second lamp. Instead it is a short segment of the conductor leading to the electric lamp which serves as the load.

Since it is connected in series with the load, a fuse is not exposed to the system voltage during normal operation. (In much the same way as a bird perched on a high-voltage wire is not exposed to the voltage since it is not also touching the ground.) Until the fuse blows, the voltage measured between its terminals will be only a fraction of a volt.

During an overload, this voltage will be higher, but at two, three, or ten times the rated current, the voltage will be two, three, or ten times that tiny faction. It is this tiny voltage multiplied by the current which gives us the power in watts which will potentially melt the fuse. If instead we were to try to computing the power by multiply 12 volts by the current, we could actually be computing the power consumed by the lamp, which is irrelevant to the fuse.

When the fuse blows the system current drops to zero and the voltage across the terminals of the fuse rises to the full system voltage, as illustrated below:

Fuse open, 12.00 volts across its terminals

It is at this moment that the voltage rating of the fuse becomes importing. If the gap created by the melting of the fuse is too small, then the current may arc across the gap, particularly in a DC system. Higher voltages can jump larger gaps. The voltage rating of a fuse describe its ability to prevent this, often simply by making the gap larger.

In conclusion, the voltage and current ratings of a fuse are independent. One should not attempt to adjust the current rating using Joule’s law. Choose a fuse with a voltage rating above the voltage of the power supply. Choose a current rating a bit above the maximum expected during normal operation. And choose conductors which can safely carry that current.

Vim Vulnerabilities Fixed in Debian Unstable

The word Vim over a green diamond shape

At the end of February 2026 half-a-dozen security bugs were reported in the text editor Vim. Fixing them requires an upgrade to Vim version 9.2.0078 or later. This time those who write the plugins for the Nessus security scanner decided it should produces an alert for each bug rather than a single combined alert suggesting an upgrade as it sometimes does. This produced a huge jump in our total number of vulnerabilities. Several of them have been given a severity level of Medium or High.

Continue reading…

Words Without Burden: The Cosmonaut Ludmila Recording And Its Misinterpretation

The two brothers bend over their radio equipment
The Judica-Cordiglia brothers, Achille (1933–2015) and Giovanni Battista (1939–2024), radio amateurs of Turin, Italy.

The so-called Cosmonaut Ludmila recording is of a series of radio transmissions intercepted by the Judica-Cordiglia brothers in May of 1961 on a channel which they believed was used by the Soviet space program. They interpreted the utterances as a distress call from a Soviet female astronaut reporting an onboard fire. Since no corresponding Soviet space mission has ever been identified, it is now widely supposed that the recording is a clumsy hoax. We carefully transcribe the recording and find that it contains no references at all to space flight, only nondescript utterances interspersed with childish patter and frivolous remarks about the heat in the radio operator’s workspace.

Continue reading…

Every Sound Dies

A portrait of a man in suit and tie
Guglielmo Marconi in 1909

Since my previous article on Marconi I have tracked down the source of the extraordinary assertion made in the Provincetown Independent that the radio pioneer believed “sound never disappears from Earth”.i All the references I have found to this idea eventually lead back to the book Perfecting Sound Forever: An Aural History of Recorded Music by Greg Milner which was published in 2009ii. The story is not part of the main body of the book. Instead it is part of a teaser essay. This is what he wrote:

The story goes that, late in his life, Guglielmo Marconi had an epiphany. The godfather of radio technology decided that no sound ever dies. It just decays beyond the point that we can detect it with our ears. Any sound was forever recoverable, he believed, with the right device. His dream was to build one powerful enough to pick up Christ’s Sermon on the Mount.

Continue reading…

Nessus in the Role of a Tease

Nessus is a security scanner sold by a company called Tenable. It runs through a customer’s network checking to see whether the computers have any known defects which could undermine their security.

Normally this works well. Yes, sometimes the test plugins do not have access to full information and have to make assumptions which lead to false positives. But sometimes Tenable writes the test procedure incorrectly. This has happened three times in the last three weeks.

Continue reading…