Everyday rsync
The article explains that rsync is a widely available file synchronization tool, commonly used for system backups, and highlights the author's preferred flags: `-av` for archive and verbose modes, `--delete` to keep remo…
Open source news — new project releases, community governance, licensing updates, and open-source AI models including Llama, Mistral, and others.
The article explains that rsync is a widely available file synchronization tool, commonly used for system backups, and highlights the author's preferred flags: `-av` for archive and verbose modes, `--delete` to keep remo…
The article describes the successful migration of 12 specialized AI agents from Claude Code to OpenCode, completed in a single day. The migration revealed fundamental architectural differences between the platforms, with…
The article explains that Node.js and npm have a permissive default security model, allowing any installed package code, including malicious scripts, full system access. In contrast, Deno is designed with security as a d…
Bun v1.2.23 fixes 119 issues and introduces several new features. Key additions include automatic migration from pnpm-lock.yaml to bun.lock, new `--cpu` and `--os` flags for filtering optional dependencies, built-in Redi…
The article announces a GoFundMe campaign by Deno to raise $200,000 for legal costs in a petition to cancel Oracle's "JavaScript" trademark, arguing the term has become a generic public domain name for the programming la…
Bun v1.2.22 introduces several key improvements, including async stack traces that now show the full asynchronous execution path for easier debugging, and a new fast path that makes `postMessage` and `structuredClone` up…
The article describes the release of 486Tang v0.1, a port of the ao486 MiSTer PC core to the Sipeed Tang Console 138K FPGA board, marking the first time this core has been adapted for a non-Altera FPGA. Key architectural…
The article highlights two notable Model Context Protocol (MCP) tools: GitHub's official MCP Server, which enables AI agents to interact with repositories, issues, and workflows via natural language, and Cloudflare's MCP…
The author explains their decision to switch from the st terminal emulator, which they valued for its speed and compatibility with DWM's swallow patch, to the Ghostty terminal. The primary reasons for the switch are time…
The article explains that Bun's package installation is significantly faster than other Node.js package managers because it treats installation as a systems programming problem rather than a JavaScript problem, optimizin…
Deno 2.5 introduces the ability to define permission sets directly in the `deno.json` config file, allowing users to pre-configure and reuse specific permission flags for different commands like `deno run` or `deno test`…
The article describes "Typosquat Detective," a short online game designed to train users to identify look-alike domains used in phishing attacks. The game tests players on spotting tricks like number-for-letter substitut…
This article provides a community-driven guide for installing Nova Launcher on the MG4 Electric's Android Automotive OS 9 infotainment system. It details methods to access hidden developer and engineering settings, enabl…
The article describes a user's attempt to unify keybindings between a Mac work laptop and a personal Void Linux system running the dwm window manager. To resolve the frustration of accidentally pressing Alt+C and Alt+V f…
On Void Linux, an NVIDIA MX150 GPU in a ThinkPad T480 was experiencing CUDA initialization failures after sleep/wake cycles due to corrupted GPU memory mappings and MMU faults. The solution involves adding the kernel par…
This article documents the resolution of recurring NFS stale file handle errors in a home lab environment using an UNRAID NAS and multiple Linux clients. The root cause was identified as UNRAID filesystem operations, suc…
Fresh 2.0 has graduated to beta after 63 alpha releases, introducing Vite integration that provides hot module reloading, access to the Vite plugin ecosystem, and 9–12× faster boot times through on-demand route loading a…
This document outlines current best practices for R development using modern tidyverse patterns, emphasizing the use of the native pipe (`|>`) over the legacy magrittr pipe, and recommending `join_by()` for joins. It als…
The article provides a curated list of open-source Python tools and libraries essential for building algorithmic and quantitative trading systems. Key resources highlighted include Optuna for hyperparameter optimization,…
Theori's open-sourced Cyber Reasoning System (CRS) called RoboDuck, developed for DARPA's AI Cyber Challenge (AIxCC). The system uniquely uses an "LLM-first" approach to find bugs and generate Proofs of Vulnerability (PO…