🧵 Ever tried to get something from a Handelsregister in 🇩🇪 Germany?
(E.g. to get a @telekom business contract).
Here's a preview that will make anyone with a slight nudge towards efficient processes cry in a corner.
First, let's register online, shall we? 🤷♂️
Today I experimented with AI and Neural Style transfer.
Neural Style Transfer (arXiv:1508.06576) is a way to transfer a style from an artwork to another image with the help of a neural network.
What have I done:
- Switched from MariaDB to Postgres (Postgres feels way better to work with and the documentation is awesome)
- UI data is now fetched from the Server
- Setup & Deployed the new UI to a Staging Server
#buildinpublic
So I made a clean cut yesterday and I am building a new frontend from the ground up.
Instead of writing my own webpack config, I use the create-react-app.
Instead of writing each UI Element by myself, I use @AntDesignUI.
TIL about the "proc" file system on Linux. It gives you access to all process information.
I have used the @DevSecIO Hardening Framework. A day later my monitoring software couldn't get process statistics anymore. The total number of processes displayed was 2.
Of course you could disable this whole option by deleting it. But you would lose the hardening effort. Instead you can add a "gid" option. You set this gid to the group ID of your monitoring system or set it via "groupadd -g 1999 monitor".