Live data from Hacker News

Viewing profile — clearprop

clearprop

HN member
Joined
Sun, Jun 30, 2024, 9:08 PM UTC
HN karma
102
Public activity
9 items

About clearprop

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #40890702

    I thought Rust was thread-safe and I don't see any "unsafe" blocks. What am I missing?

  5. comment
    Comment #40874151

    Indeed, updated: https://github.com/alrevuelta/myblog/commit/9fcc3dc84b1d9b66... Thanks for the feedback.

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

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

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

  9. story