Programming Leftovers
-
Rlang ☛ R Highcharts: How to Make Interactive Maps for R and R Shiny
R Shiny needs no introduction, as it’s one of the go-to frameworks for building amazing applications and dashboards. But most of them lack one thing – interactivity and motion.
-
Lewis Dale ☛ Learning Go: Day Eight
So that I can do the whole build-in-public thing properly, I always want my code to automatically deploy. I’ve got Gitea Actions on my Gitea server, so I can use those to build, deploy, and start a Go binary.
-
Luke Plant ☛ Programming mantras are proverbs
So when it comes to programming, you’re not just supposed to pick whichever of the conflicting proverbs suits what you wanted to do anyway, you’re supposed to recognise you might be about to do something silly, and reflect before you continue.
-
Graphics Stack
-
Tomeu Vizoso: Etnaviv NPU update 18: Getting the driver to work on the Amlogic S905D3 SoC
With new releases of the GNU/Linux kernel and Mesa drivers poised to be packaged by GNU/Linux distributions, the TensorFlow Lite driver for the NPU in the Amlogic A311D SoC will be available to users with minimal effort.
-
-
Python
-
Felix Krause ☛ How to train your first machine learning model and run it inside your iOS app via CoreML · Felix Krause
There are different technologies available to train your ML model. In our case, we chose Python, together with pandas and sklearn.
Load the recorded data into a pandas DataFrame: [...]
-