- It seems that every firmware update, whatever was done to get nextdns into the router, will be gone, so you will have to redo the steps or at least some, if you confirm that it has happened.
- Make sure to have NTP enabled and configured. To avoid bugs.
- You can do through the UI CLI or using SSH, if you have enabled it and set a port.
- You can delete any configuration done, by using
delete, e.g.,delete firewall all-ping. - These steps were confirmed to be working after a complete hardware reset.
In this article, I'll explain why implementing numbers with just algebraic datatypes is desirable. I'll then talk about common implementations of FFT (Fast Fourier Transform) and why they hide inherent inefficiencies. I'll then show how to implement integers and complex numbers with just algebraic datatypes, in a way that is extremely simple and elegant. I'll conclude by deriving a pure functional implementation of complex FFT with just datatypes, no floats.