Programming Leftovers
-
A docker image for Qt 5.15 LTS for Android, including OpenSSL and the KDE patch collection
Recently I got an email from Google regarding the API level of [Leaf Node Monitoring](https://leafnode.nl), my open source monitoring app for Windows, Linux and Android. The Play Store version must be updated to target API level 33.
-
How to Plot Multiple Plots on the Same Graph in R
Data visualization is a crucial aspect of data analysis. In R, the flexibility and power of its plotting capabilities allow you to create compelling visualizations. -
on building jpeg-xl for wasm
I was planning on working on a redesign of a photo site, and wanted to use JPEG-XL as the preferred image format for storage. The only implementation I know of is the libjxl reference implementation written in C++. Alas, it hasn’t been a good week for JPEG successors, and I would much prefer not to run this code on my server.
While looking at libjxl a short while ago, I did notice that the build system supports compiling to WASM. Seems like this could be the needed solution to my safety concerns. Hook this into my go server with something like wazero, and I’d feel a lot more comfortable connecting this to the internet. I didn’t investigate too thoroughly at the time, but it seemed quite straightforward.
-
Ruby 3.3.0-preview2 Released
We are pleased to announce the release of Ruby 3.3.0-preview2. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses Lrama as a parser generator, and many performance improvements especially YJIT.
-
State of Shiny 2023 – Download Report
Introducing the State of Shiny 2023 report – your comprehensive guide to the latest trends and insights in the dynamic world of Shiny.
-
JetBrains now offers a dedicated integrated development environment for Rust
Professional software development tools company JetBrains s.r.o today announced the launch of RustRover, an integrated development environment or IDE dedicated to the Rust programming language. Rust, which emphasizes performance, type safety and concurrency, has seen extensive adoption and increasing popularity in recent years because it offers advantages for software engineers, business leaders and governments.