Live data from Hacker News

Viewing profile — ashafq

ashafq

HN member
Joined
Thu, Nov 21, 2024, 6:29 PM UTC
HN karma
30
Public activity
28 items

About ashafq

No profile information was provided.

Recent public activity

  1. comment
    Comment #46625162

    https://shafq.at I write about signal processing.

  2. comment
    Comment #45571629

    This is a fascinating space where logarithmic numbers can offer a lot of value with fewer bits.

  3. comment
    Comment #45570339

    Currently FPGAs are out of scope. But, would love to implement that use case as well in future.

  4. comment
    Comment #45564205

    I’m building SPARK (Signal Processing Algorithms, Routines, and Kernels), an open-source library of modular, efficient DSP components for low-power embedded audio systems. The goal…

  5. comment
    Comment #44651019

    Thank you! I will add them later on. You can access the schematic and PCBs here: GitHub: https://github.com/Colahall/tiny85fancontrol/tree/main/schem... Codeberg: https://codeberg.…

  6. comment
    Comment #44650984

    I did try the internal temperature sensor, but it didn't measure the ambient temperature. I have read that if you set the ATtiny85 to sleep mode for some time, it will converge to …

  7. story
  8. comment
    Comment #44611727

    This project is great! I have used this API for a personal WiFi enabled dashboard on an ESP32.

  9. comment
    Comment #44078474

    It’s not a startup. It’s a studio. A workshop. A chain of curiosity. We build slowly, deliberately, until it’s awesome. No pitches. No pivots. Just noise…

  10. story
  11. comment
    Comment #43778645

    I love it! I used to be a huge fan of Rockbox.

  12. comment
    Comment #43524857

    If you've ever wrestled with fixed-point math, scaling, and rounding, this blog post is for you! I go deeper into binary arithmetic, division tricks, rounding, and what it really t…

  13. story
  14. comment
    Comment #43347981

    I have also documented how to vectorize IIR filters (EQ) in this article as well https://shafq.at/vectorizing-iir-filters.html

  15. story
    Show HN: An Open Source Vector Optimized Equilizer Plugin

    This EQ plugin is optimized for AVX, SSE, and NEON, delivering a 30-50% performance boost over a standard C++ implementation.

  16. story
  17. comment
    Comment #43032386

    IRC #c on libera.chat

  18. comment
    Comment #43008481

    I thought I had mastered C: its 32 keywords, the many meanings of static, and even the arcane art of three-star programming. But C always has much more to explore. Let's dive into …

  19. story
  20. comment
    Comment #43004505

    Take a moment to imagine what we can achieve with effective technology and policy.

  21. story
  22. story
  23. comment
    Comment #42570869

    If I recall correctly, SVFs typically compute lowpass, highpass, and bandpass outputs simultaneously, which are then combined to create peaking or shelving filters. In contrast, a …

  24. comment
  25. comment
    Comment #42457275

    Thank you for your feedback. You’re absolutely right that TDF-2 can exhibit artifacts in the presence of modulation or automation. In this implementation, I’ve addressed this by cr…