Programming Leftovers
-
New Vulkan 1.3.231.0 SDKs Add New GFXReconstruct Features - LunarG
Today, LunarG released new Windows, Linux, and macOS SDKs for Vulkan header 1.3.231, including two new features for GFXReconstruct: Virtual Swapchain and JSON Lines Conversion.
-
GraalVM 22.3 is here: JDK 19 builds, jlink support, new monitoring features, and more! | by Alina Yurenko | graalvm | Oct, 2022 | Medium
Today we’re releasing GraalVM 22.3!
This release brings JDK 19 builds, jlink support, new monitoring features, new Native Image APIs, and more!
-
NEVER WRITE $@ WHEN LOOPING OVER ARGUMENTS IN BASH - Invidious
In bash for loops are tricky but there's a Bashism that exists which could trip you up if you don't know about it. If you're looping over the arguments passed to a script or a function, Bash will automatically fill in the "$@" argument for you.
-
merge multiple jpgs to one picture vertikal
-
Next stable DBD::SQLite will be released at the beginning of November | Kenichi Ishigaki [blogs.perl.org]
DBD::SQLite 1.71_07 (with SQLite 3.39.4) is a release candidate for the next stable DBD::SQLite. This release is mainly to address a security hole found in SQLite, plus a few performance issues for perl built with -DDEBUGGING. See Changes for other fixes and changes.
-
Request Page Redesign - Build results and superseded conversations - Open Build Service
We don’t stop improving the requests workflow and we are actively working on the feedback. This time we worked on including conversations from superseded requests and presenting build results.
-
Qt Creator 9 - CMakePresets
CMake introduced with version 3.19 the concept of cmake-presets.