🦞🌯 Lobster Roll

Stories by zdkaster

The Deletion of Docker.io/Bitnami (community.broadcom.com)
Show HN: rm-safely – A shell alias that moves files to trash instead of deleting (github.com)
I made rm-safely, a simple shell wrapper that moves files to trash instead of permanently deleting them. It prevents accidental deletions from autocomplete mishaps or hasty rm -rf commands.<p>Should work as a drop-in replacement for rm but safer.<p>Would appreciate any feedback!
Deploy unikernels to any cloud in seconds with no DevOps (nanovms.com)
Most: The Unix Pager on Steroids (jedsoft.org)
6 Reasons You Don't Need an SRE Team (log.andvari.net)
Runs an HTTP server inside of Postgres (github.com)
Imba – The friendly full-stack language (imba.io)
CVE-2026-3288: K8s ingress-nginx path injection via rewrite-target annotation (nvd.nist.gov)
Slack Engineering – Advancing Our Chef Infrastructure (slack.engineering)
A Technical Analysis on the Chinese Great Firewall [pdf] (interseclab.org)
If got, want:= The simple way to improve Go testing readability (mtlynch.io)
The symbol's history traces back to 1739 (typefoundry.blogspot.com)
Missing.css — The CSS library we wished existed (missing.style)
Threads surpassed 400M monthly active users (threads.com)
Bret Victor – The Future of Programming [video] (vimeo.com)
Kyaml: Subset of YAML, halfway between YAML and JSON (github.com)
Unikraft 1.7x-2.7x performance improvement to Linux guests (unikraft.org)
9 days incident of Ubuntuforums.org HTTP (status.canonical.com)
Fil-C: A memory-safe C implementation (lwn.net)
Brewx: On-Demand Homebrew in a single Rust binary (github.com)
The Arch Wiki has started returning 429 Too Many Requests (wiki.archlinux.org)
End of Life for Lightstep/Cloud Observability, March 1, 2026 (docs.lightstep.com)
Exploit POC: RediShell Vulnerability in Redis (github.com)
Peekaping – self-hosted uptime monitoring (peekaping.com)
Content Signals – Cloudflare's AI Content Controls (contentsignals.org)
Why Japanese Developers Write Code Differently – Why It Works Better (medium.com)
IssueOps: Automate CI/CD with GitHub Issues and Actions (github.blog)
Show HN: Rm-safely – a safety net for rm command (github.com)
Just want to share my weekend project, named rm-safely.<p>It&#x27;s just a simple shell alias, that can help prevent from accidental rm command (either both running by yourself or ai agent)<p>Tested on zsh 5.9 and bash 5.3<p>Might be useful for some people. Also, happy to hear any feedback.