What have I learned today

Running Julia in WSL

Windows 10 offers a friendly way to instal and use Linux system (the so-called WSL). Quite unexpectedly, Julia runs faster in WSL. You can check it yourself following the steps in this short tutorial.

Using forestry to manage my site

forestry.io provides a user-friendly web-interface to manage static web sites. The question is whether this is easier than creating and editing the pages from IDE?

Frequency Identification With TFFT

In Mathematica documentation devoted to ```Fourier``` command, I've stumbled upon a curious example of the frequency identification from a noisy data. The most interesting part was that the frequency (or the period) was found with high accuracy. And this was done by just changing the parameters of ```Fourier``` command!