Viewing profile — ashafq
ashafq
HN member- Joined
- Thu, Nov 21, 2024, 6:29 PM UTC
- HN karma
- 30
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About ashafq
No profile information was provided.
Recent public activity
-
comment
Comment #46625162
https://shafq.at I write about signal processing.
-
comment
Comment #45571629
This is a fascinating space where logarithmic numbers can offer a lot of value with fewer bits.
-
comment
Comment #45570339
Currently FPGAs are out of scope. But, would love to implement that use case as well in future.
-
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…
-
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.…
-
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 …
- story
-
comment
Comment #44611727
This project is great! I have used this API for a personal WiFi enabled dashboard on an ESP32.
-
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…
- story
-
comment
Comment #43778645
I love it! I used to be a huge fan of Rockbox.
-
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…
- story
-
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
-
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.
- story
-
comment
Comment #43032386
IRC #c on libera.chat
-
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 …
- story
-
comment
Comment #43004505
Take a moment to imagine what we can achieve with effective technology and policy.
- story
- story
-
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 …
-
comment
Comment #42563764
++year;
-
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…