Viewing profile — a-kgeorge
a-kgeorge
HN member- Joined
- Sat, Oct 18, 2025, 5:28 PM UTC
- HN karma
- 3
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About a-kgeorge
No profile information was provided.
Recent public activity
-
comment
Comment #48151357
This is fantastic. I love how it makes Earth’s rotation feel immediate and visceral with zero equipment. The controls and overlays are really well thought out. It would be cool to …
-
comment
Comment #48151246
[dead]
- story
- story
-
story
Show HN: Dspx – Native C++ DSP Library for Node.js Built for AWS Lambda (1.3MB)
This grew out of a project called Myovine — a BLE EMG armband that streams 2 kHz × 8 channels to a mobile app for real-time muscle activity analysis. The signal processing ran on L…
-
comment
Comment #45888194
Who It’s For • Node backends running streaming DSP • Systems needing stateful pipelines + fault tolerance • Teams avoiding separate Python/C++ services • IoT gateways w/ intermitte…
-
comment
Comment #45888190
Code Example: const pipeline = await createDspPipeline({ redisHost: "localhost", redisPort: 6379, stateKey: "dsp:user:ch1", }); pipeline .filter({type:"butterworth",mode:"bandpass"…
-
comment
Comment #45888171
DSP Primitives: • STFT, Mel-spectrogram, MFCC • FIR/IIR (Butterworth, Chebyshev, Parks-McClellan) • Time + FFT convolution • Decimation, resampling, rectification • Hilbert transfo…
-
comment
Comment #45888168
I built dspx after hitting a wall with real-time EMG processing in Node.js. Problem: 2 kHz × 8 channels → filters → decimation → FFT. JS is too slow; the Python sidecar is complex;…
- comment
- comment
- comment
- comment
- comment
- comment
- comment
- comment
- comment
- story