2021: Pictures Of Your Trading Stations

Raspberry Pi 4B to run algos from home.
Ubuntu LTS 18.04 Server to run algos when I am abroad.
Sql Server DB on Azure to save exceptions, logs and keep track of things.
Flask server to run a mini website that shows what's going on during the day.
Ubuntu 20.04 Desktop to develop. VSCode and Pycharm mainly.

It is pretty boring to send pictures about it, so instead here is a gorgeous paella.

Seafood-Paella-HORIZONTAL.jpeg
 
Raspberry Pi 4B to run algos from home.
Ubuntu LTS 18.04 Server to run algos when I am abroad.
Sql Server DB on Azure to save exceptions, logs and keep track of things.
Flask server to run a mini website that shows what's going on during the day.
Ubuntu 20.04 Desktop to develop. VSCode and Pycharm mainly.

It is pretty boring to send pictures about it, so instead here is a gorgeous paella.

View attachment 249834
Wow rasberry pi !
 
Wow rasberry pi !
I basically was looking for the cheapest option available and with 50 quid and a free VNC client I sorted it out.
The Pi came with 4GB of RAM and a wireless card, so it is the cheapest server I ever had. It runs a Debian flavour for ARMs. I am running .net core-3 and Python 3.7 scripts with no problems at all. I thought that I had to modify my scripts to run them on ARM due to the libraries, but no, they work as they should from the first run.
 
Back
Top