Skip to content
    • About
    • Contact

/root

  • No significant performance difference between RTX 5080 and RTX 4080

    January 25th, 2025

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

    https://www.tomshardware.com/pc-components/gpus/rtx-5080-outperforms-rtx-4080-by-10-percent-in-blender-benchmark-only-8-percent-higher-than-rtx-4080-super

  • Revert “Qt 6.8.1”

    January 25th, 2025

    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

  • Updating freshrss docker image from 1.24.3 to 1.25.0

    January 25th, 2025

    1.25.0 key changes:

    1. Require PHP 8.1+ (and improved support of PHP 8.4+)
    2. 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

    https://github.com/FreshRSS/FreshRSS/releases/tag/1.25.0

  • Import/Export R packages

    January 25th, 2025

    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

  • January 25th, 2025
  • I just don’t care …

    January 23rd, 2025
  • KDE Plasma 6.3 Beta Release

    January 23rd, 2025

    The bugfixes are typically small but important and include:

    • Improve systemd-homed support. Commit. Fixes bug #430828
    • KRDP: Rename systemd unit to app- prefix. Commit.
    • DrKonqi: Add mapping for plasma-browser-integration-host. Commi

    https://kde.org/announcements/changelogs/plasma/6/6.2.90-6.2.91/

  • January 23rd, 2025
  • January 22nd, 2025
  • Archinstall 3.0.2

    January 22nd, 2025
    1. Wayfire support as an additional desktop environment option. (wlroots-based Wayland compositor)
    2. Btrfs improvements and fixes
    3. updated partition flags
    4. ReiserFS is no longer a file-system option

    https://github.com/archlinux/archinstall/releases/tag/3.0.2

  • PCIe 7.0 512GB/sec on x16 port

    January 22nd, 2025

    I/O bandwidth doubles every 3 years.

    https://www.tweaktown.com/news/102662/pcie-7-0-standard-launches-in-2025-512gb-sec-on-x16-port-next-gen-gen7-ssds-enjoy-128gb/index.html

  • Zero-Trust Builds for FreeBSD

    January 22nd, 2025

    “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.”

    Zero-Trust Builds for FreeBSD
  • Increased font size in Anki’s Debug Console

    January 21st, 2025

    https://github.com/ankitects/anki/commit/64ca90934bc26ddf7125913abc9dd9de8cb30c2b

  • More elegant forgetting curve in Anki

    January 21st, 2025

    It adds a future projection, although the vertical line has been removed for the sake of simplicity.

    https://github.com/ankitects/anki/pull/3732

  • January 20th, 2025
←Previous Page
1 … 46 47 48 49 50 … 139
Next Page→

Blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
 

Loading Comments...
 

    • Subscribe Subscribed
      • /root
      • Already have a WordPress.com account? Log in now.
      • /root
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar