Daily Feed — 2026-03-28
This content is AI-generated by my RSS reader tool. Summaries and novelty ratings should be taken with a pinch of salt.
tar: a slop-free alternative to rsync
Source: Drew DeVault's blog | Tags: file-transfer, rsync, ssh, tar | Published: 2026-03-28 | Novelty: 55%
The article introduces using tar as an alternative to rsync for file transfers, particularly via SSH. It presents a command example that uses pv for progress indication and provides a simplified explanation of tar's options for this use case. The author also mentions a tool called rtar that streamlines the process.
Liberate your OpenClaw
Source: Hugging Face - Blog | Tags: huggingface, llamacpp, local-models, privacy | Published: 2026-03-27 | Novelty: 55%
The article suggests moving OpenClaw agents to Hugging Face models via either Hugging Face Inference Providers or running a local model with llama.cpp. It recommends GLM-5 for the former and Qwen3.5-35B-A3B for the latter, highlighting that the local route offers full privacy and zero API costs. Code snippets are provided to configure both methods.
New to the web platform in March
Source: web.dev: Blog | Tags: animations, chrome, firefox, safari, web-platform | Published: 2026-03-27 | Novelty: 45%
New features in March 2026 include optional container query conditions for Firefox and Safari, scroll-triggered animations in Chrome, and support for math functions in the sizes attribute of elements in Safari 26.4. Other notable additions are the revert-rule keyword in Firefox 150 beta, and iterator sequencing in both Chrome 146 and Safari 26.4.