Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

December 23, 2024

Zen Kernel

Zen Patched Kernel Sources.

Zen Kernel is a fork of Linux that applies out-of-tree features, early backports, and fixes, that impact desktop usage of Linux. Many of the features that change system behavior are hidden behind CONFIG_ZEN_INTERACTIVE, while many others are always available or configurable (such as CONFIG_MUQSS), for custom builds and distributions of Zen Kernel.

Source: LINUX Unplugged: 593: Zen and the Art of Kernel Preempting.

Pay Respects

Pay Respects suggests fixes to wrong console commands by pressing F.
It's a command-not-found and thefuck replacement written in Rust.

command-not-found feedback provider plugin for PowerShell

The command-not-found module is a feedback provider plugin for PowerShell. This feedback provider depends on the command-not-found utility, which is often available on Linux by default, to provide suggestions when a native command cannot be found.

bash also calls the command-not-found utility to provide suggestions when a command cannot be found. But this feedback provider plugin does more than that, thanks to the command-line predictor feature in PowerShell. It also implements the ICommandPredictor interface and serves as a predictor. When the resulted feedback contains actionable items, such as commands to run, they will be used as predictive suggestions to streamline the user's command-line experience.

Open VSX Registry

Open VSX is an open-source registry for VS Code extensions. It can be used by any development environment that supports such extensions.

Telescope

Telescope allows you to create a collaborative documentation that will be generated as a static site with an interactive graph to explore the content.