Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Ubuntu 26.10 completes transition to Rust-based coreutils
1+ hour, 23+ min ago (306+ words) Bingo – full house of memory-safe utilities now included Ubuntu 26.10 completes the distro’s move to Rust-based core utilities, with the commands previously held back due to security issues now migrated to memory-safe versions. cp, mv and rm were held back on…...
Moli Builds a Rust Browser That Uses 10x Less Memory Than Chrome
2+ hour, 35+ min ago (215+ words) Moli is a headless browser built in Rust from scratch that skips rendering by default, cutting memory use to roughly one-tenth of Chrome for agent workloads. Moli, a new Rust project, implements a headless browser for AI agents without wrapping…...
ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.
6+ hour, 16+ min ago (515+ words) ESLint took 4.4 seconds to lint 445 TypeScript files. oxlint took 0.24. Turn on the type-aware rules that most projects actually want and ESLint climbs to 12 seconds, while oxlint, doing the type-aware pass too, finishes in under one. I went in expecting to…...
My determinism check can only test one producer in seven, and the print says so
7+ hour, 17+ min ago (545+ words) I added a check that asks one question: run the thing that produces this record twice, and do you get the same bytes? One of seven. That number is not a coverage gap I plan to close. It is the…...
tanstack-fetch: A Typed Fetch Client Built for TanStack Query
8+ hour, 15+ min ago (490+ words) If you're using TanStack Query with native fetch, your query functions may look like this: There's nothing wrong with this. But as the application grows, the HTTP layer usually becomes responsible for much more: This is the problem I wanted…...
Double Pointers in C: Memory Model and Worked Examples
12+ hour, 47+ min ago (317+ words) Exam prep & CS education Here, value stores 24, p stores the address of value, and pp stores the address of p. Use the state before the assignment to 81 and track one pointer level at a time. Meaning or value before mutation This…...
Coding Agents Don't Need Longer History??? They Need Intent Continuity
2+ day, 2+ hour ago (1738+ words) I built a system that automatically discovers, verifies, and applies relevant requirements from earlier interactions without asking the user where they came from. I built a complete, working implementation in pure Python and shared actual benchmark numbers from real runs…...
Why Type Safety Matters More as a Codebase Grows
18+ hour, 50+ min ago (209+ words) When a project is small, type safety can feel like extra work. If you only have a few files and you wrote most of the code yourself, it is often easy to remember what each function expects and what each…...
I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.
23+ hour, 13+ min ago (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...
Stop Wasting LLM Tokens! I Built a Rust CLI to Prune JS/TS Codebases by 80% 🦀🚀
1+ day, 33+ min ago (214+ words) ┌─────────────────────────────────────────────────────────────────────────────┐ │... Tagged with ai, webdev, productivity, opensource....