Viewing profile — clearprop
clearprop
HN member- Joined
- Sun, Jun 30, 2024, 9:08 PM UTC
- HN karma
- 102
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About clearprop
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #40890702
I thought Rust was thread-safe and I don't see any "unsafe" blocks. What am I missing?
-
comment
Comment #40874151
Indeed, updated: https://github.com/alrevuelta/myblog/commit/9fcc3dc84b1d9b66... Thanks for the feedback.
-
comment
Comment #40874145
Great feedback. I have updated the post using convolve instead. There is a huge difference convolve/naive. On the other hand, convolved is slower than the FFT as expected, but for …
-
comment
Comment #40843632
Thanks! In case it helps: * Multiplying two polynomials as taught in school is in reality a convolution. * "performing the convolution of two signals in the time domain is equivale…
-
comment
Comment #40843570
Thanks for the comment. That makes sense, since as you are saying, a base10 number can be expressed as a polynomial where x=10. Eg: 983 = 9x^2 + 8x + 3 aka [9, 8, 3]. Wondering how…
- story