HackerTrans
TopNewTrendsCommentsPastAskShowJobs

amirhirsch

1,606 karmajoined hace 15 años
Digital Logician, Laser Whisperer

Founder at Flybrix, Dir. DSP at General Radar, Founding Engineer at hCaptcha, Zigfu YC S11

amirhirsch.com

Submissions

New SOTA: TrustedRouter Fusion Beats Fable and Frontier

trustedrouter.com
3 points·by amirhirsch·hace 24 días·1 comments

comments

amirhirsch
·hace 4 días·discuss
Custom FDTD for the optimizer loop, CST for final verification.
amirhirsch
·hace 5 días·discuss
It creates pancake beams so you would usually use a separate Rx and Tx orthogonal to each-other to do imaging.
amirhirsch
·hace 5 días·discuss
Oh I dunno. I made a mm-wave radar with a Rotman lens using a generative loop between Python, Rhino, and EM simulation. Pretty sure AI could cook that up.
amirhirsch
·hace 11 días·discuss
(Linked VCU128 digital radar was cool but even cooler is using them as digital array beamformers and sending RDMA over fiber into a quad A100s nvlinked to do the whole radar DSP pipeline)
amirhirsch
·hace 11 días·discuss
It was designed for automotive as a replacement for LiDAR, also useful for finding metal FOD on runways, or concealed weapons and I suppose also liquids on travelers walking in an airport...
amirhirsch
·hace 11 días·discuss
32 port Tx (vertical pancake beams) x 16 port Rx (horizontal pancake), something like 60 by 30 degrees. the entire thing used FPGA transceivers as one-bit DAC/ADC, Complementary Golay Code waveforms with one-bit correlation in the FPGAs (two VCU128s) -- digital logic was essentially the same as a binarized neural network, I squeezed a ton of popcnt performance out of those chips using both DSPs and LUTs
amirhirsch
·hace 11 días·discuss
Very cool! Six years ago I worked on a mmWave (76-81GHz) imaging radar with a Rotman lens Tx and Rx. Designed as a LiDAR replacement, but we could see pipes in walls, or detect concealed weapons at ~1km.
amirhirsch
·hace 15 días·discuss
[dead]
amirhirsch
·hace 15 días·discuss
https://en.wikipedia.org/wiki/Switching_lemma

That paper is in the wiki refs but Hastad’s original is from 1986
amirhirsch
·hace 15 días·discuss
Yes.

There is a beautiful proof of the disjunction between AC0 and NC showing parity cannot be done in AC0 using harmonic analysis of Boolean functions
amirhirsch
·hace 15 días·discuss
This is an awesome result.

For those unfamiliar: NC is the class of problems which can be solved in polylogarthmic depth with polynomial number of logic gates. It is unproven if NC != P similar to P != NP.
amirhirsch
·hace 16 días·discuss
[dead]
amirhirsch
·hace 16 días·discuss
Don't worry about not grokking quantum computing stuff, neither do any of the people who invest in it as well as many people who work on it.

1. The OP has nothing to do with quantum computers.

2. Quantum computing deals in coherent quantum states: associated with N qubits there are 2^N complex amplitudes. You can measure by sampling the square-magnitude of the complex amplitude which turns it into a Probability Distribution. Quantum computing "gates" cause interference in the complex amplitude of entangled qubits cancelling out incorrect results, such that if you maintain coherence for long enough and sample the final state and measure the probability distribution, you get a computationally useful result. The key challenge in quantum computing is extending the coherence time of a larger and larger number of qubits, which is why you hear so much about quantum error correction. Recent results from Google showed a scaling law for "surface codes" using multiple qubits to create an error-corrected topological qubit with extended lifetime. There is no telling how far this scaling law will go, but as long as Gil Kalai is in the next room, it is unlikely there will be actual useful quantum computation for a while.
amirhirsch
·hace 16 días·discuss
Density is this reply.
amirhirsch
·hace 19 días·discuss
Cargo ships powered by the wind, we are living in the future!
amirhirsch
·hace 19 días·discuss
I was expecting Beyoncé lyrics
amirhirsch
·hace 24 días·discuss
The founder of midjourney is not a software engineer.
amirhirsch
·hace 24 días·discuss
Ultrasound is totally harmless, but doctors recommend ALARA ("as low as reasonably achievable"). Average baby is exposed to 50 - 90 minutes of ultrasound over three visits, though we had to go more frequently for scans for all three of my kids. This would be 36 minutes if you went in every week. If it was possible to get medical quality anatomy scans and avoid transvaginal scans (either because of the tech or simply just going reguarly enough to catch all the imaging you need) then it would win the entire US market for sure: roughly $3-7B for the ultrasounds (3.5M US births at $1-2k per for ultrasounds). also it's a spa -- prenatal wellness spend in the US estimate at $5-7B.
amirhirsch
·hace 24 días·discuss
There are 100M pregnant women right now. If it works for just for the vanity use of seeing your baby grow (forget the medical imaging aspect) and can be as casual and relaxing experience as they put forward, then I can see such a spa being wildly successful.
amirhirsch
·hace 24 días·discuss
Love your handle

The FPGA emulator we made had to pass the xxdp test suite which was provided to me on punched tape and microfiche. The emulator had a specific test for FDIV overflow which even tested the accuracy of the partial result. None of the software emulators I tested did this. I emailed Gordon Bell who introduced me to Bob Supnkk, and we found the original flowcharts for it so I could replicate the divider logic precisely. Imagine a nuclear reactor dependent on this lol.