Skip to content
    • About
    • Contact

/root

  • FreeBSD Installer gets a distinct icon at boot

    June 28th, 2025

    This way, you can distinguish between a live iso and the first boot from the disk 😇

  • TrueNAS 25.04.2 in July, MacOS Copy Offload, Snapshots over Tailscale | …

    June 27th, 2025

  • June 27th, 2025
  • TrueNAS Installation on VirtualBox

    June 27th, 2025
  • June 25th, 2025
  • Anki introduces online installers

    June 25th, 2025

    Automatic updates are also supported!

    Another good feature is the portable installation with Anki running on a USB.

    Copying the /.local/share/AnkiProgramFiles folder makes the installation portable !!

    you can even select your preferred Qt version by modifying the pyproject.toml file:

    [project]
    name = “anki-launcher”
    version = “0.1.0”
    description = “UV-based launcher for Anki.”
    requires-python = “>=3.9”
    dependencies = [
    “aqt[qt69,audio]==25.06b6”,
    ]

    View post on imgur.com

    https://forums.ankiweb.net/t/new-online-installer-launcher/62745/25?page=2

  • Anki adds last_review_time to card data

    June 25th, 2025

    Background

    Anki’s method for determining the last review time has two main issues:

    • Performance: Querying the revlog is slow for batch operations.
    • Accuracy: Estimations based on due and interval fields can be incorrect, especially when modified manually or by add-ons.

    Key Changes

    • Schema Update:
      • Added last_review_time_secs (optional int64) to the protobuf definition.
    • Data Structures:
      • Introduced last_review_time: Option<TimestampSecs> to the Rust Card struct.
    • Serialization:
      • Integrated last_review_time into read/write logic.
    • Review Logic:
      • Updated to store exact timestamp during card reviews.
    • Calculation Logic:
      • Functions now prioritize last_review_time over legacy methods.

    Affected Components

    • Card protobuf and Rust data structures
    • Serialization/deserialization
    • Browser table and scheduling logic
    • Statistics
    • Sync functionality

    Benefits

    • Improved Performance: Avoids costly revlog queries.
    • Better Accuracy: Captures actual review timestamp.
    • Backward Compatibility: Falls back to older methods if the new field is absent.
  • KDE Plasma 6.4.1

    June 25th, 2025

    https://kde.org/announcements/changelogs/plasma/6/6.4.0-6.4.1/

  • Firefox 140 !

    June 25th, 2025

    New

    • Vertical Tabs: You can now keep more — or fewer — pinned tabs in view for quicker access to important windows. Just drag the divider to resize your pinned tabs section.

    Custom Search Engines: Firefox now supports adding even more search engines. To add a custom engine, right-click a search field of a supported website and select “Add Search Engine”, or go to Settings > Search > Add (below the search shortcuts table) to manually enter a search URL.

    Firefox Extensions: Customize your toolbar with the option to remove the extensions shortcut, giving you more control over your browser. When the button is hidden, you can access the extensions panel again at any time from the Firefox menu by clicking the Extensions menu item.

    You can now unload tabs by right-clicking on a tab (or multiple selected tabs) and selecting “Unload Tab”. This can speed up performance by reducing Firefox’s memory and CPU usage.

    Full-Page Translations now prioritizes translating only the content near your current view, improving speed and responsiveness. Content outside your view is skipped unless you scroll to it, reducing unnecessary resource usage.

    Firefox builds in Arabic now come with a built-in Arabic dictionary for the Firefox spellchecker.

    Address autofill enabled for users in Italy, Poland, and Austria.

    https://www.mozilla.org/en-US/firefox/140.0/releasenotes/

  • June 24th, 2025
  • R 4.5.1 (Great Square Root)

    June 23rd, 2025

    CHANGES IN R 4.5.1

    NEW FEATURES

    • The internal method of unzip() now follows unzip 6.00 in how it handles extracted file paths which contain "../". With thanks to Ivan Krylov.

    INSTALLATION

    • Standalone nmath can be built with early-2025 versions of clang-based compilers such as LLVM clang 20, Apple clang 17 and Intel icx 2025.0.
    • Tcl/Tk 9 can be used to build package tcltk: this has become the default in some Linux distributions. N.B. several third-party packages currently require Tcl/Tk 8 or even 8.6 without declaring so.

    BUG FIXES

    • Java detection in javareconf could not detect ‘libjvm.*’ in the zero variant of the JDK (PR#18884). All valid variants as of JDK 24u are now supported.
    • factanal(.., rotation=*) now correctly updates rotmat, fixing PR#18886.
    • dnbinom(<large>, <muchlarger>, ..) now is 0 correctly, instead of NaN or Inf sometimes.
    • dbinom(<large>, n=Inf, ..) is 0 now correctly, instead of NaN which also fixes many dnbinom() cases, notably those mentioned in PR#16727 comment #5.
    • Fixing C level “binomial deviance” bd0() for extreme arguments (preventing under-/overflow) solves more PR#16727 cases and also prevents some full accuracy loss in such cases for dbinom(), dnbinom(), and via dbinom_raw() potentially dgeom(), dhyper(), dbeta(), and df().
    • signif(1.**e308, digits) no longer truncates unnecessarily (but still to prevent overflow to Inf), fixing PR#18889.
    • prettyNum(*, zero.print={>=1-char}, replace.zero=TRUE) now works as documented, thanks to Marttila Mikko and Ivan Krylov’s messages on R-devel.
    • pbeta(x, a,b, ..) for very large a,b no longer returns NaN but the correct values (0 or 1, or their logs for log.p = TRUE). This improves Mathlib’s C level bratio() and hence also pnbinom(), etc..

    https://cran.r-project.org/bin/windows/base/NEWS.R-4.5.1.html

  • GitHub Copilot deprecates o1, GPT-4.5, o3-mini, and GPT-4o

    June 23rd, 2025

  • Sudo 1.9.17

    June 23rd, 2025

    https://github.com/sudo-project/sudo/releases/tag/v1.9.17

  • GIMP 3.1.2 towards GIMP 3.2

    June 23rd, 2025

    GIMP 3.1.2 Overview
    Development milestone on the path to GIMP 3.2


    Context

    • GIMP 3.1.2 is the first development release toward GIMP 3.2.
    • Follows the major GIMP 3.0 release (March), which introduced GTK3 support after a decade of development.

    Key Features in GIMP 3.1.2

    • UI Enhancements:
      • Theme color support for Brush, Font, and Palette tools.
      • Integration with Windows/Linux system theme colors.
    • Editing Improvements:
      • New “overwrite” paint mode.
      • New text outline option.
      • Enhancements for non-destructive editing.
      • CMYK workflow improvements.
    • File Format Support:
      • Initial support for exporting to PSB (Photoshop Large Format).
      • Added export support for JPEG 2000 (import support already existed).

    https://www.gimp.org/news/2025/06/23/gimp-3-1-2-released/

    https://www.phoronix.com/news/GIMP-3.1.2-Released

  • Mold 2.40.1

    June 22nd, 2025

    Released with a new ChatGPT generated algorithm that switched the Glob Pattern Matching from exponential to linear time!

    https://www.phoronix.com/news/Mold-2.40.1-Released

    https://github.com/rui314/mold/releases/tag/v2.40.1

←Previous Page
1 … 23 24 25 26 27 … 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