Live data from Hacker News

System Bus Radio: Transmits AM radio on computers without transmitting hardware

github.com

121–125 of 125 posts

Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware

#121
post #70
post #35

Back a couple of decades, my alphabetic pager was going off but the messages were gibberish. It turned out the CPU in the PC I'd been asked to look at was a Pentium running at 150 MHz. I'd set my pager directly on top of the case, and the nominal frequency for it was 150.5 MHz, frequency modulated. The lines in the motherboard can be used as antennae and the CPU pins can produce a clock pulse and modulate it. There u…

> There used to be a parallel port audio device for PCs which was mainly just different resistors. The driver for it just timed pulses to the different pins. Resistor ladder DA converters are pretty fun. https://en.wikipedia.org/wiki/Covox_Speech_Thing https://hackaday.com/2015/11/05/logic-noise-digital-to-analo... https://www.tek.com/blog/tutorial-digital-analog-conversion-...

Turns out you don't really even need a DAC for audio. You can fairly easily bit-bang a single binary output and run it through an RC filter to get nice audio.

Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware

#122
post #35

Back a couple of decades, my alphabetic pager was going off but the messages were gibberish. It turned out the CPU in the PC I'd been asked to look at was a Pentium running at 150 MHz. I'd set my pager directly on top of the case, and the nominal frequency for it was 150.5 MHz, frequency modulated. The lines in the motherboard can be used as antennae and the CPU pins can produce a clock pulse and modulate it. There u…

[deleted]

Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware

#123

Earlier quoted context omitted.

Here's one. This sentence from the linked paper is informative - "When data is exchanged between the CPU and the RAM, radio waves are emitted from the bus's long parallel circuits." For some background: Digital circuits like computer motherboards have components called oscillators that switch voltage on and off a number of times every second. This is what "clock speeds" refers to - 2.8 GHz CPU clock speed means volta…

First realize the aptitude modulation in this radio is very crude. Unlike normal radio which has many amplitudes, this radio only has 2. On and off. Tone or no tone. This radio has no control over the exact amplitude. Due to this limitation, this radio can only transfer a single tone at a time. Music must be monophonic. To transfer a 60htz tone we just switch between the on and off state at 60htz. The On state will b…

Despite the fact you can only modulate the carrier on/off, you can still also output normal music with speech etc using pulse density modulation -

https://news.ycombinator.com/item?id=16168317

Which I don't think is monophonic, but I could be wrong?

Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware

#124
post #119
post #86

Earlier quoted context omitted.

Current quantum computers don't have much in the way of microarchitecture. No caches or branch prediction obviously. But if you were timesharing on a quantum machine (which, given that they need $1M microkelvin coolers seems like it will be common) it's not impossible that information could leak. Given the analog way they work, you could probably set up a computation that would be sufficiently sensitive to initial co…

Uhm... no, I think not: to get information out of the quantum computer as output for the ”previous user” it needs to go through an explicit phase of observation, busting all the state (?), and loading up new data for the subsequent user’s computation also constitutes ’observation’ since there’s knowledge of the inner state of the quantum system outside the strict confines of the quantum system. I really don’t think y…

It's true that the quantum state can only be observed once, but at the end of the observation the resolved state exists classically in the phase of the resonating elements. Also, the input vector continues to be there. Leaking either is a leak.

Re: System Bus Radio: Transmits AM radio on computers without transmitting hardware

#125

Earlier quoted context omitted.

First realize the aptitude modulation in this radio is very crude. Unlike normal radio which has many amplitudes, this radio only has 2. On and off. Tone or no tone. This radio has no control over the exact amplitude. Due to this limitation, this radio can only transfer a single tone at a time. Music must be monophonic. To transfer a 60htz tone we just switch between the on and off state at 60htz. The On state will b…

Despite the fact you can only modulate the carrier on/off, you can still also output normal music with speech etc using pulse density modulation - https://news.ycombinator.com/item?id=16168317 Which I don't think is monophonic, but I could be wrong?

How does a pulse density modulated audio signal sound to the human ear?

You may be right if that you tube clip is any indication. Neat!

Post reply on HN