HN user

EdvardM

5 karma
Posts0
Comments3
View on HN
No posts found.

Agreed. 12factor guidelines is one of the few really good one I still try to adhere to, even though I full agree that microservices are overhyped. I've seen so many devs to claim how they solve all the problems, without seeing any of the issues they cause (and there are many). Definitely not a free lunch.

There's a good list in Wikipedia for FFT (though it's a bit more specific than just FT, but still application of it):

- fast large-integer and polynomial multiplication, - efficient matrix–vector multiplication for Toeplitz,- circulant and other structured matrices, - filtering algorithms (see overlap–add and overlap–save methods), - fast algorithms for discrete cosine or sine transforms (e.g. fast DCT used for JPEG and MPEG/MP3 encoding and decoding), - fast Chebyshev approximation, - solving difference equations, - computation of isotopic distributions.[47] - modulation and demodulation of complex data symbols using orthogonal frequency division multiplexing (OFDM) for 5G, LTE, Wi-Fi, DSL, and other modern communication systems.

And naturally for any time-based signal about half a gazillion applications due to it's ability to detect "traits" which can be stored/read efficiently due to time => freq transform

I'm a simple guy. I see anything related to Fourier series/transform, me like. To me, it's like solution to at least 16% of all the problems I have. My only gripe is that I can't thank Fourier personally for the genius he had.