Live data from Hacker News

Viewing profile — a-kgeorge

a-kgeorge

HN member
Joined
Sat, Oct 18, 2025, 5:28 PM UTC
HN karma
3
Public activity
19 items

About a-kgeorge

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
  3. story
  4. story
  5. 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…

  6. 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…

  7. comment
    Comment #45888190

    Code Example: const pipeline = await createDspPipeline({ redisHost: "localhost", redisPort: 6379, stateKey: "dsp:user:ch1", }); pipeline .filter({type:"butterworth",mode:"bandpass"…

  8. comment
    Comment #45888171

    DSP Primitives: • STFT, Mel-spectrogram, MFCC • FIR/IIR (Butterworth, Chebyshev, Parks-McClellan) • Time + FFT convolution • Decimation, resampling, rectification • Hilbert transfo…

  9. 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;…

  10. comment
  11. comment
  12. comment
  13. comment
  14. comment
  15. comment
  16. comment
  17. comment
  18. comment
  19. story