• About
    • Contact

/root

  • Towards KDE Plasma 6.3 release

    February 1st, 2025

    https://blogs.kde.org/2025/02/01/this-week-in-plasma-feels-like-a-good-one/

  • FreeBSD Security Advisories 29.01.2025

    February 1st, 2025

    https://www.freebsd.org/security/advisories/

  • January 31st, 2025
  • January 28th, 2025
  • Anki 25.01rc1

    January 28th, 2025

    Features

    • Add future projection to forgetting curve by @L-M-Sherlock in #3732
    • Add support for copied image files when adding IO notes by @iamllama in #3733
    • FSRS updates by @L-M-Sherlock in #3737
    • When ‘add’ reveals the card window, it now resets deck/notetype like close+open. By @iamllama in #3756
    • Recognise and check for media referenced in tags by @iamllama in #3763
    • Tweaks the Dockerfile by @omarkohl in #3714, #3716, etc

    Fixes

    • Prevent stale frames from being drawn / always ensure up-to-date contents in webview by @Lolle2000la in #3668
    • Fix True Retention table clipping on overflow by @rbrownwsws in #3735
    • Revert Editor.set_note’s signature change with an alternative approach for #3730 by @iamllama in #3736
    • add contributor to about.py by @gregorylearns in #3738
    • Increase font size in debug console by @user1823 in #3743
    • Cleanup av_player on profile close by @kelciour in #3754
    • Remove unfinished polygon when undoing and redoing in IO mode by @iamllama in #3759
    • Add percentage to FSRS spinner by @Arthur-Milchior in #3679
    • Fix changes to tags not being reflected when editing in IO mode by @iamllama in #3768
    • FIX lang selection resetting to en_US for some langs by @GithubAnon0000 in #3744
    • Add translation strings for True Retention table by @rbrownwsws in #3745
    • Fix numeric deck and notetype names being treated as ids when importing csv by @iamllama in #3748
    • More accurate sorting by R by @user1823 in #3747
    • Fix: Simulator Ignores New Cards Already Introduced by @Luc-Mcgrady in #3760
    • Fix/re-optimize FSRS if short-term param is weird by @L-M-Sherlock in #3742
    • Fix a build error on Yarn 4 by @mikehardy in #3752
    • Update to Yarn 4 by @dae in #3772
    • Fall back to SM2 relative order when memory state missing by @dae in #3771

    https://github.com/ankitects/anki/releases/tag/25.01rc1

  • January 27th, 2025
  • 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
←Previous Page
1 … 43 44 45 46 47 … 136
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