aazaidane@gmail.com

26222 Posts
Turns are Better than Radians

Turns are Better than Radians

✨ Read this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Some time ago, much effort was expended to convince people to replace approximations of “pi” (3.14159…) with approximations of “tau” (6. 28318…). The idea, according to numerous blog posts and YouTube videos, was that common formulas become simpler, and it’s easier to work with a constant describing an entire circle instead of half a circle.Generally, I agree. While it’s a minor point, it’s worth making. Most code does get slightly better if you replace pi with tau. However, in all the fanfare, a far more…
Read More
Unlocking a locked/deactivated e-waste Cricut Maker

Unlocking a locked/deactivated e-waste Cricut Maker

✨ Explore this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: While taking some rubbish down I spotted a Cricut Maker in e-waste. A quick look at it revealed that the it was in fairly good cosmetic condition with the exception of the rollers being perished. I guessed that the rollers were the reason why the unit was trashed and decided to take it back home to investigate. I knew that Cricut were pretty aggressive with disabling/locking machines, but I gathered it would still be worth playing around for some fun. As it turns out this…
Read More
Raiders of the Lost Array: vibe-coding a macOS driver (and companion app) for my orphaned Drobo

Raiders of the Lost Array: vibe-coding a macOS driver (and companion app) for my orphaned Drobo

🚀 Read this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: DISCLAIMER: I don’t know if anything I am doing is legal. Nor do I, in fact, have any sort of deep knowledge of hardware hacking. DISCLAIMER2: Although I am so dumb and lazy that I would use an LLM to automate coffee making – (oops!) and , use LLMs to write code on occasion; this text has been entirely written by a human and barely even proofread by an LLM. This disclaimer extends to all further writing on this blog. I kicked off this website…
Read More
Target Multiple Classes with the Class Prefix Selector – Bram.us

Target Multiple Classes with the Class Prefix Selector – Bram.us

💥 Read this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: To target multiple classes that share the same prefix, you’d typically have to resort to brittle attribute selectors or add extra base classes to your markup. To make things easier, CSS is getting a new selector: The Class Prefix Selector (.prefix-*). ~ ⚠️ This post is about an upcoming CSS feature. You can’t use it … yet. This feature is hot off the press — it was resolved on only two weeks ago — and currently only exists in spec text. The spec will most…
Read More
BrightbeamAI/chap: Collaborative Human Agent Protocol (CHAP) · GitHub

BrightbeamAI/chap: Collaborative Human Agent Protocol (CHAP) · GitHub

🚀 Explore this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: You have agents doing real work. Drafting code reviews, triaging tickets, suggesting settlements, reviewing contracts. A human approves, edits, or rejects each one. Right now, that decision lives in your application code, your chat threads, your ticket comments, and your head. When something goes wrong six weeks later, reconstructing what happened costs you forty-five minutes and is half guesswork. CHAP gives you one place to put those decisions and one shape to put them in. The agent's draft is an artefact. The human's edit is…
Read More

[ANNOUNCE] xwayland 26.0.99.901

🚀 Check out this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: [ANNOUNCE] xwayland 26.0.99.901 Olivier Fourdan ofourdan at redhat.com Wed Aug 19 13:37:02 UTC 2026 As per the schedule, I am pleased to announce Xwayland 26.0.99.901, the first release candidate of the upcoming standalone Xwayland 26.1.0 release (or Xwayland 26.1.0 rc1 for short). Some notable changes since Xwayland 24.1 include: * EGLStream support is removed. * Xwayland rootful implements a clipboard/primary selection bridge (enabled with "-clipboard"), allowing copy/paste between rootful Xwayland and the rest of the Wayland desktop. * Multi-seat via Xi2: Wayland seats and…
Read More
Keep Drafting Parallel — Inco AI

Keep Drafting Parallel — Inco AI

💥 Read this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: August 18, 2026Inference is the bottleneck of the agent era. Agents read, plan, and call tools, often for hours or days. They consume tokens at a rate chat never approached. Every one of those tokens takes a full forward pass over the model. At Inco AI, we are building the inference stack scaled to the token economics of tomorrow. This post is a sneak peek. Our team released DFlash in January; it now runs in SGLang, vLLM, TensorRT-LLM, and llama.cpp. NVIDIA measured up to 15×…
Read More
Google’s Pixel 11 Pro Fold feels like the end of an era

Google’s Pixel 11 Pro Fold feels like the end of an era

💥 Explore this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: The foldable phone market is in the middle of a huge transformation, but no one told Google.Last year, Samsung transformed its Galaxy Z Fold 7 with a dramatically thinner design. This year, it made its phones thinner and lighter again, almost eliminated the crease, and introduced a new passport-sized form factor that feels like the future. Next month, Apple is expected to enter the market with a foldable iPhone that, rumor has it, includes all of the above and adds iOS too.In the face of…
Read More

Introducing Microlighter – daverupert.com

🚀 Read this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: I made a smol client-side syntax highlighter that uses the CSS Custom Highlights API called MicroLighter. I’ll talk about why I made it in a bit but first I wanted to… ahem… highlight… some of the features. Zero-dependencies ~2kb minifed+gzipped Uses CSS ::highlight(token-name), not spans Leverages Textmate’s language grammars Human-readable light-dark() themes All languages/grammars loaded on-demand Moves all non-highlight functionality to a custom element At some point I broke syntax highlighting on my Jekyll blog. I’ve used a handful of syntax highlighters over the years…
Read More
How Kubernetes probes work | ngrok blog

How Kubernetes probes work | ngrok blog

🚀 Check out this trending post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: This post requires JavaScriptThe demos in this article need JavaScript to function. I know this isn’t what you want to hear, and I’m sorry. If you don’t want to read on because of that, no hard feelings. The demos are pretty cool, though. I’m going to show you, really show you, how probes work in Kubernetes. How they can make your application more resilient, and how they can help you prevent avoidable mistakes. Like restart loops that take hours to recover from, and dropping…
Read More