Tony Finch revisits his Gregorian-to-Julian day conversion algorithm, incorporating tricks from Ben Joffe to produce a more efficient and robust formula.
DREI is a new WYSIWYG HTML editor that implements a subset of Emacs editing commands in a Tauri app, letting users edit HTML documents visually while using familiar Emacs keybindings and commands.
An open-source CLI tool that scaffolds production-ready AI agent projects in seconds, simplifying setup for Python developers.
FAAAH is a dependency-free, OpenAI-compatible proxy that converts API requests into text files and uses AI coding agents like Claude Code as the backend, enabling reuse of existing subscriptions instead of paying for cloud LLM APIs.
This article introduces a dithered QR code generator that lets you embed photos into QR codes while keeping them scannable, explaining the underlying techniques such as function patterns, Bayer dithering, and Floyd-Steinberg error diffusion.
A tweet announcing Fable 5's code printer with 584K lines added, a significant update to the F#-to-JavaScript compiler.
A leaked prompt system for generating realistic UGC-style videos using Seedance 2.5 and Claude, including a monetization playbook and a Higgsfield sponsorship note.
atomstr is a service that bridges RSS/Atom feeds to Nostr, letting users follow traditional feeds via Nostr clients.
This article explains C++20's std::counting_semaphore and std::binary_semaphore, covering their API, usage for limiting concurrency and signaling between threads, and important details.
An open-source interactive map designed to help users explore the total solar eclipse on Aug 12, providing visualization of the eclipse path and related data.
This article explains systemd dynamic users, a feature that creates ephemeral Unix users at runtime for systemd units, removing the need to manually manage service users. It includes configuration examples and use cases.
Highlights Checklist Design, a resource offering step-by-step checklists for UI/UX components to prevent missing interaction states and mobile edge cases.
The author built a local realtime voice stack using Parakeet STT, Qwen 2.5 7B, and Qwen3-TTS, integrated with Ollama.
An annotated guide to the binary structure of OpenSSH private keys, explaining each chunk, RSA parameters, and padding.
robot.villas is a tool that bridges RSS feeds to Mastodon, allowing automated posting of feed updates to the social network.
Developer notes from experiments building a semi-hypervisor/supervisor for the Cortex-M3 (Blue Pill) using MPU and SVC to provide isolation and privileged access control without MMU or TrustZone.
Soar is a fast, modern, bloat-free Linux package manager written in Rust, supporting static binaries, AppImages, and portable packages without requiring root, with distro-independent installation and secure builds.
Andree Toonk releases Wireblast, a 100 Gbps packet generator written in Go using AF_XDP for line-rate packet transmission.
Claude Code now supports cross-session messaging, allowing Claude agents to send messages between independent sessions to coordinate work, share findings, and warn about breaking changes.
Jolt, a Lisp/Scheme language, recently added two features: program images in the style of Common Lisp and Smalltalk for full-state serialization and debugging, and a portable Scheme backend decoupled from the Chez runtime for architecture-agnostic portability.