Skip to content
    • About
    • Contact

/root

OpenZFS
  • Bober

    January 18th, 2025
  • LLVM 20 introduces telemetry framework

    January 18th, 2025

    https://github.com/llvm/llvm-project/commit/8c0090030bf89df7e0dbe5827a83d52627b2c87f

    https://discourse.llvm.org/t/rfc-lldb-telemetry-metrics/64588/20?u=oontvoo

  • Multithreading in RStudio

    January 18th, 2025

    Taking full advantage of your CPU multithreading power.

    1. Create a ~/.R/Makevars file and adjust the MAKEFLAGS environmental parameter according to your CPU characteristics. In my case with a 16 core CPU I set: MAKEFLAGS = -j32 for 32 jobs.
    2. Then see the configuration using makevars_user()

    makevars_user()
    [1] "/home/chris/.R/Makevars"

    https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Customizing-package-compilation

  • Anki feat fsrs-rs 2.0.2 with L2 regularization

    January 18th, 2025

    “L2 regularization will let the optimization become more stable/conservative for new users when they only have a few reviews for training.”

    https://github.com/ankitects/anki/pull/3737
  • 96GB DDR5-6400 C30 96GB from G.Skill from G.Skill

    January 17th, 2025

    Give people some RAM …

    https://www.tomshardware.com/pc-components/ram/g-skill-releases-ddr5-6400-c30-96gb-memory-kit-64gb-and-48gb-kits-are-also-in-the-works

  • FreeBSD 14.3 Release Process

    January 17th, 2025
    https://www.freebsd.org/releases/14.3R/schedule/
  • Compiling Thunderbird from source

    January 17th, 2025
    1. Mercurial is the version management system that is used by Mozilla and it is necessary. (in my case: sudo pacman -S mercurial)
      • > hg version
        Mercurial Distributed SCM (version 6.9)
        (see https://mercurial-scm.org for more information)

        Copyright (C) 2005-2024 Olivia Mackall and others
        This is free software; see the source for copying conditions. There is NO
        warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    2. Make the working directory with: mkdir tb-build && cd tb-build
    3. wget https://hg.mozilla.org/comm-central/raw-file/tip/python/rocboot/bin/bootstrap.py (downloads the Python bootstrap script)
    4. chmod +x bootstrap.py (gives executable file permissions to the script)
      • > ls -l
        total 16
        -rwxr-xr-x 1 chris chris 16025 Jan 17 18:13 bootstrap.py
        drwxr-xr-x 1 chris chris  2264 Jan 17 18:14 mozilla-unified
    5. ./bootstrap.py (actually runs the script). The first problem I encountered was the rustup version. It was solved with rustup install stable and rustup default stable
    6. Build the sources with ./mach build and then run with ./mach run

    The whole building process lasted approximately 8 minutes on my AMD Ryzen 9 7950X3D 16-Core Processor and required 30.1 GiB (32,355,790,419), 1,401,719 files, 138,437 sub-folders

    More details at https://developer.thunderbird.net/thunderbird-development/building-thunderbird

  • Custom Background Image and Gear Icon – Anki add-on highlights

    January 17th, 2025

    Beautiful add-on to modify your background image and the gear icon as well.

  • Anki 25.01 Beta 1

    January 17th, 2025

    First 2025 Release.

  • January 16th, 2025
    Managing and Tracking Storage Performance – OpenZFS Storage Bottlenecks
  • My keybase profile

    January 16th, 2025

    DF68F37635E321A53FB4B794B7CB7BAE6119A237

  • Critical rsync security release 3.4.0

    January 16th, 2025

    Update your systems!

    “We’d like to raise awareness about the rsync security release version 3.4.0-1 as described in our advisory ASA-202501-1.

    An attacker only requires anonymous read access to a vulnerable rsync server, such as a public mirror, to execute arbitrary code on the machine the server is running on. Additionally, attackers can take control of an affected server and read/write arbitrary files of any connected client. Sensitive data can be extracted, such as OpenPGP and SSH keys, and malicious code can be executed by overwriting files such as ~/.bashrc or ~/.popt.

    We highly advise anyone who runs an rsync daemon or client prior to version 3.4.0-1 to upgrade and reboot their systems immediately. As Arch Linux mirrors are mostly synchronized using rsync, we highly advise any mirror administrator to act immediately, even though the hosted package files themselves are cryptographically signed.

    All infrastructure servers and mirrors maintained by Arch Linux have already been updated.”

    https://archlinux.org/news/critical-rsync-security-release-340/
  • Keep going :)

    January 15th, 2025
  • #4 contributor of anki-core-i18n

    January 15th, 2025
  • Anki – Spell Checker

    January 15th, 2025
    1. Download the Spell Checker add-on https://ankiweb.net/shared/info/369581638
    2. Download your preferred .bdic files from https://github.com/cvsuser-chromium/third_party_hunspell_dictionaries/tree/master (en-US-3-0.bdic and de-DE-3-0.bdic in my case)
    3. Enjoy
←Previous Page
1 … 57 58 59 60 61 … 149
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