Minister proposes Ukrainian version of Trump's DOGE to 'reduce costs and evaluate efficiency': https://benborges.xyz/2025/07/18/minister-proposes-ukrainian-version-of.html
BGH klärt: Versandapotheke durfte mit Prämien locken
Eine niederländische Versandapotheke versprach im Grunde: Rezepte einlösen, Bonus sichern. Der BGH hat geprüft, ob solche Angebote in Deutschland erlaubt waren.
htt…
I give you… RandomVer.
When you are about to release a new version, roll for initiative. If you roll n (on a n-sided dice), roll again.
Now, if you rolled two ns, increase the major version and reset minor and patch to zero. If you rolled a single n, increase the minor version and reset the patch to zero. Otherwise, just increase patch version.
Surprisingly common scheme.
NBCUniversal changed MSNBC's name "to accelerate the distinction between MSNBC and NBC News"; MSNBC has been undergoing aggressive hiring for ~100 new positions (Alex Sherman/CNBC)
https://www.cnbc.com/2025/08/18/comcast-versant-rename-msnbc-peac…
"Cyberpunk 2077": Mac-Version und neuer Patch kommen
CD Projekt veröffentlicht einen weiteren neuen Patch für "Cyberpunk 2077" . Nach monatelanger Wartezeit kommt außerdem eine Version für den Mac.
htt…
Chrome: Google unterstützt diese macOS-Version bald nicht mehr
Mit Chrome 139 wird es keinen offiziellen Support für Macs mehr geben, auf denen ein fünf Jahre altes Betriebssystem läuft. Die Hintergründe.
htt…
So you need to get the version of Intel #MKL.
You can't really take it out of the pkg-config files, because not every distro mkl version combo supplies these files. On top of that, without pointing fingers, certain distribution installs pkg-config files with "debian" in the version field.
Well, there's INTEL_MKL_VERSION you can get via the C preprocessor, right? Except that its semantics depend… on mkl version. Given that mkl is released as "<major>.<update>.<patch>", versions prior to 2025.0.0 constructed the version number from <major> <minor> <update> (where <minor> seems to be always 0, and <patch> was not included), and 2025.0.0 forward use the more logical <major> <update> <patch>.
Well, yeah, it's kinda doable. You parse the major first, and parse the rest depending on whether it's >= 2025 or not. For versions prior to 2025, you get it truncated to update. It works, but still kinda funny.
#WTF