1d ago · 3 min read · Cloudflare is undoubtedly one of the best things to happen to the modern web. From Workers to R2 and the new D1 database, they are making serverless development incredibly powerful. But there’s one th
Join discussion
2d ago · 11 min read · diskdoc and dockit: same problem, two languages, different answers I built two tools that clean up disk space. Both are CLIs. Both deal with Docker. Both ship as a single binary. And if you put them side by side, they look like the same project in tw...
Join discussion2d ago · 5 min read · Originally published at recca0120.github.io Managing files in the terminal means chaining ls, cd, cp, mv back and forth. You want something like Finder — quick browsing, image previews — without leaving the terminal. yazi is that. Vim keybindings, wr...
Join discussion2d ago · 2 min read · Originally published on PEAKIQ Getting Started To follow along, ensure you have Rust installed on your system. You can install Rust using Rustup. Once installed, create a new Rust project: cargo new rust_todo cd rust_todo Now, open the main.rs file...
Join discussion
3d ago · 31 min read · Table of Contents Introduction A Brief History: From JavaScript to WASM What Is WebAssembly, Really? How WebAssembly Works Under the Hood The Compilation Pipeline The WASM Binary Format The Sta
Join discussion
5d ago · 7 min read · The first version of the anomaly evaluator ran inline. A batch of 100 readings flushed to TimescaleDB, then the same function called evaluate_batch, which fetched alert rules, computed rolling statistics from the continuous aggregates, checked cooldo...
Join discussion