“RTX 5080 outperforms RTX 4080 by 10% in Blender benchmark — only 8% higher than RTX 4080 Super”


“RTX 5080 outperforms RTX 4080 by 10% in Blender benchmark — only 8% higher than RTX 4080 Super”


From 6.8.1 back to 6.6.2 …
“Anki 25.01 Beta 1 revealed a bunch of regressions with the latest
Qt, and zero reports of improvements from it, so we’ll be better off
holding off on it for now, and perhaps reporting the deadkeys issue
to Qt once we’ve got a proper reproduction process.”

https://github.com/ankitects/anki/commit/cd1824165ffb0ba06f573e1e26f28078a35d93a9
1.25.0 key changes:
Require PHP 8.1+ (and improved support of PHP 8.4+)Require PostgreSQL 10+ or MariaDB 10.0.5+ or MySQL 8+# Rebuild an image (see build section below) or get a new online version:
docker pull freshrss/freshrss
# And then
docker stop freshrss
docker rename freshrss freshrss_old
docker run -d --restart unless-stopped --log-opt max-size=10m \
-p 8080:80 \
-e TZ=Europe/Berlin \
-e 'CRON_MIN=1,31' \
-v freshrss_data:/var/www/FreshRSS/data \
-v freshrss_extensions:/var/www/FreshRSS/extensions \
--name freshrss \
freshrss/freshrss
# If everything is working, delete the old container
docker rm freshrss_old

https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/README.md
On your old system:
setwd("/Users/USER/Desktop/folder")
packages <- as.data.frame(installed.packages())
write.csv(packages, 'packages.csv')
Then on your new system:
packages <- read.csv(file.path('packages.csv'))[, -1]
base_packages <- as.data.frame(installed.packages())
to_install <- setdiff(packages$Package, base_packages$Package)
install.packages(to_install)
https://robertochiosa.medium.com/import-export-r-packages-a6a122005e00
The bugfixes are typically small but important and include:
https://kde.org/announcements/changelogs/plasma/6/6.2.90-6.2.91/

“The Zero-Trust Build project is scheduled from Jan-Aug 2025 and centers on the FreeBSD build process, and in particular, release building. The primary goal of this work is to enable the entire release process to run without requiring root access, and that build artifacts build reproducibly – that is, that a third party can build bit-for-bit identical artifacts.”
It adds a future projection, although the vertical line has been removed for the sake of simplicity.

