Interesting and promissing approach to reduce number of samples during learning NN.
Arxiv link.
A couple of repositories which helps to send voice message to yandex station.
Unfortunately it is impossible to do it using official api.
yashhik yandexstation
tmpmail - command line tool which allows to create temporary mailbox and receive emails from the terminal.
It uses 1secmail as a backend.
Spend a couple of minutes to read concise, clean bash code.
Interesting article which explains the benefits of inlining labels inside form elements.
source
Great article “A hygienic Python setup for Linux, Mac, and WSL” about python’s packages installation and creating clean and reproducible enviroment.
In a couple of words:
pyenv to control python interpreter version pipenv / poetry to control virtual environment settings. pipx to install python cli tools. Thanks Angela Bassa for the article’s link.