The author added model icons to the `chatgpt-shell` Emacs package's model picker, using Lobe Icons. The feature is available in v2.30.1 and can be disabled by setting `chatgpt-shell-show-model-icons` to `nil`. The article also includes a sponsorship request for the indie developer.
GNU Emacs in a snap - the extensible, customizable, self-documenting real-time display editor. This repository provides the snapcraft.yaml file and related scripts to build a snap package for GNU Emacs.
This GitHub repository contains a collection of example files demonstrating various use cases and configurations for the llamafiles tools, including examples:
* **System Administration:** Scripts and configurations for Ubuntu, Raspberry Pi 5, and macOS.
* **LLM Interaction:** Examples of prompts and interactions with LLMs like Mixtral and Dolphin.
* **Text Processing:** Scripts for summarizing text, extracting information, and formatting output.
* **Development Tools:** Examples related to Git, Emacs, and other development tools.
* **Hardware Monitoring:** Scripts for monitoring GPU and NVMe drive status.
>This Emacs major mode is designed for viewing the output from systemd’s journalctl within Emacs. It provides a convenient way to interact with journalctl logs, including features like fontification, chunked loading for performance, and custom keyword highlighting.
This Emacs major mode is designed for viewing the output from systemd’s journalctl within Emacs. It provides a convenient way to interact with journalctl logs, including features like fontification, chunked loading for performance, and custom keyword highlighting.
>"The easiest way to get started with command-line editing is to use the Emacs mode, even if you use another editor. This is also the default style on most shells. The reason is that this seems more of a natural mode, since Emacs doesn't distinguish between command and insert modes the way Vi and Vim do."
Minuet: Dance with LLM in Your Code
PhD student Sarah Alnegheimish is developing Orion, an open-source, user-friendly machine learning framework for detecting anomalies in large-scale industrial and operational settings. She focuses on making machine learning systems accessible, transparent, and trustworthy, and is exploring repurposing pre-trained models for anomaly detection.
SDF User Contributed Tutorials - A collection of tutorials for existing and potential SDF users interested in the INTERNET, the UNIX operating system, and programming languages.
This article details a workaround for a memory leak in Autokey on Linux, specifically addressing issues arising from the transition away from X11 and toward Wayland. The author implemented a wrapper script to monitor Autokey's memory usage and restart it when it exceeds a defined threshold.