Published on March 16, 2026 at 06:01 CET (UTC+1)
Canada's bill C-22 mandates mass metadata surveillance of Canadians (511 points by opengrass)
The article discusses Canada's newly introduced Bill C-22, the Lawful Access Act, which revives long-debated surveillance legislation. It notes that while the bill walks back earlier, more extreme provisions for warrantless access to personal information, it still mandates mass metadata collection from communication service providers and embeds surveillance capabilities within networks. The author argues these "backdoor" surveillance powers pose significant constitutional and privacy risks for Canadians.
What is agentic engineering? (105 points by lumpa)
This guide defines "agentic engineering" as the practice of developing software with the assistance of coding agents—LLM-powered tools that can both write and execute code in a loop to achieve a goal. It explains that the key capability is code execution, which allows these agents to iteratively produce working software. The article posits that the human engineer's role evolves from writing code to defining problems, architecting solutions, and guiding the agent's process.
Chrome DevTools MCP (2025) (408 points by xnx)
This blog post announces a new feature for the Chrome DevTools Model Context Protocol (MCP) server, allowing coding agents to directly interface with active browser sessions. This enables agents to reuse existing logged-in sessions and access active debugging contexts (like a selected network request or DOM element) to investigate and fix issues. The enhancement aims to create a seamless workflow between manual debugging and AI-assisted problem-solving.
The 49MB web page (389 points by kermatt)
The author critiques modern news websites for extreme bloat, using a New York Times page load as a case study: it triggered 422 requests and transferred 49MB of data. They provide historical comparisons, noting the page's size exceeds that of Windows 95 and equates to an entire music album. The article argues this rampant advertising and tracking script usage justifies the widespread adoption of ad blockers.
Electric motor scaling laws and inertia in robot actuators (18 points by o4c)
This technical post, the first in a series on robot actuation, analyzes the scaling laws of electric motors and how gear reductions affect reflected inertia. It begins with a thought experiment comparing actuators with different motor sizes and gear stages but equivalent output torque. The core analysis explores how motor parameters like torque, mass, and rotor inertia scale with physical dimensions, setting the foundation for understanding actuator design trade-offs.
SpiceCrypt: A Python library for decrypting LTspice encrypted model files (15 points by luu)
This is the documentation for SpiceCrypt, a specialized Python library for decrypting encrypted LTspice model files. It supports two formats: a text-based format using a modified DES variant and a binary format using a XOR stream cipher, with automatic detection. The tool has no external dependencies and can be installed via package managers like uv for use in hardware design and analysis workflows.
LLM Architecture Gallery (306 points by tzury)
This page serves as a visual gallery and fact sheet for the architectures of numerous Large Language Models (LLMs), compiled from the author's larger comparison articles. It features detailed diagrams and specifications (e.g., parameter count, attention type, normalization) for models like Llama 3, OLMo 2, and others. The resource is also offered as a high-resolution poster and includes a link for community feedback to correct errors.
LLMs can be exhausting (136 points by tjohnell)
The author shares a personal reflection on the mental exhaustion that can come from prolonged, intensive work with LLMs like Claude and Codex. He identifies key pain points: degraded prompt quality due to user fatigue, a slow feedback loop from context bloat and lengthy experiments, and the inefficiency of "steering" an already-generating agent. The proposed solution is to work in shorter, more focused sessions with deliberate context management.
The Linux Programming Interface as a university course text (59 points by teleforce)
The author of "The Linux Programming Interface" (TLPI) book inquires about its use as a university course text. He invites educators using the book to contact him with details about their course level, size, and structure. His goal is to gather feedback on how the book could be improved in future editions to better serve the academic market for system programming courses.
What Every Computer Scientist Should Know About FP Arithmetic (1991) [pdf] (18 points by jbarrow)
This is a PDF of the classic 1991 paper "What Every Computer Scientist Should Know About Floating-Point Arithmetic" by David Goldberg. It comprehensively explains the IEEE 754 standard, detailing the representation, rounding behavior, and pitfalls of floating-point numbers, which is fundamental knowledge for numerical computation and scientific programming.
Trend: The Rise of Agentic Engineering and AI-Native Tooling
Trend: Tightening the Human-AI Feedback Loop
Trend: Specialization and Open-Source Proliferation in the AI Ecosystem
Trend: Growing Focus on Context Management and "Systems" Thinking
Trend: Convergence of AI and Traditional Engineering Disciplines
Analysis generated by deepseek-reasoner