Don't post generated/AI-edited comments. HN is for conversation between humans
The article outlines Hacker News' guidelines for submissions, including recommendations for creating high-quality posts, avoiding common pitfalls, and maintaining a constructive community. It emphasizes the importance of sharing interesting and thought-provoking content while adhering to the site's rules and principles.
Tony Hoare has died
The article pays tribute to Tony Hoare, a pioneering computer scientist who made significant contributions to the field of programming languages, algorithms, and the theory of computation. It highlights Hoare's influential work, including the development of Quicksort and Communicating Sequential Processes, and his lasting impact on the computer science community.
Temporal: The 9-year journey to fix time in JavaScript
The article discusses the Temporal API, a new JavaScript standard that simplifies date and time manipulation. It provides an overview of the Temporal API's features, including its ability to handle time zones, calendars, and various date/time formats.
Create value for others and don’t worry about the returns
The article discusses the author's experience running 69 agents, a complex system that involves managing and optimizing various parameters to achieve desired outcomes. It provides insights into the challenges and strategies involved in deploying and maintaining such a large-scale system.
Online age-verification tools for child safety are surveilling adults
The article discusses the growing concerns around child safety on social media and the internet, highlighting the potential use of AI-based surveillance and content moderation tools to monitor and restrict access for minors. It explores the challenges and ethical considerations surrounding these emerging technologies in the digital age.
After outages, Amazon to make senior engineers sign off on AI-assisted changes
https://www.ft.com/content/7cab4ec7-4712-4137-b602-119a44f77... (https://archive.ph/wXvF3)
https://twitter.com/lukolejnik/status/2031257644724342957 (https://xcancel.com/lukolejnik/status/2031257644724342957)
Whistleblower claims ex-DOGE member says he took Social Security data to new job
Making WebAssembly a first-class language on the Web
The article discusses Mozilla's efforts to make WebAssembly a first-class language on the web, by improving its performance, interoperability, and developer experience, with the goal of enabling a more diverse set of applications on the web.
The MacBook Neo
https://www.pcmag.com/news/asus-co-ceo-macbook-neo-is-a-shoc...
Meta acquires Moltbook
https://web.archive.org/web/20260310154640/https://www.axios..., https://archive.ph/igqsh
https://www.reuters.com/business/meta-acquires-ai-agent-soci...
https://techcrunch.com/2026/03/10/meta-acquired-moltbook-the...
Cloudflare crawl endpoint
Cloudflare announces the launch of a new BR (Brotli Compression) Crawl Endpoint, which allows users to test and validate their website's Brotli compression settings, helping to optimize website performance and reduce data usage.
Show HN: How I topped the HuggingFace open LLM leaderboard on two gaming GPUs
I found that duplicating a specific block of 7 middle layers in Qwen2-72B, without modifying any weights, improved performance across all Open LLM Leaderboard benchmarks and took #1. As of 2026, the top 4 models on that leaderboard are still descendants.
The weird finding: single-layer duplication does nothing. Too few layers, nothing. Too many, it gets worse. Only circuit-sized blocks of ~7 layers work. This suggests pretraining carves out discrete functional circuits in the layer stack that only work when preserved whole.
The whole thing was developed on 2x RTX 4090s in my basement. I'm now running current models (GLM-4.7, Qwen3.5, MiniMax M2.5) on a dual GH200 rig (see my other post). Code and new models coming soon.
Happy to answer questions.
How we hacked McKinsey's AI platform
The article describes how a team of researchers successfully exploited vulnerabilities in McKinsey's AI platform, highlighting the importance of robust security measures for AI systems and the need for thorough testing and validation to prevent such breaches.
Agents that run while I sleep
The article discusses the author's journey in developing autonomous software agents that can run and perform tasks while the user is away, allowing for more efficient and hands-off workflow management.
Yann LeCun's AI startup raises $1B in Europe's largest ever seed round
https://archive.md/5eZWq
Type resolution redesign, with language changes to taste
Zig, a systems programming language, has announced its 2026 release plan, which includes a new standard library, improved compability, and a focus on simplicity and developer productivity.
U+237C ⍼ Is Azimuth
Lego's 0.002mm specification and its implications for manufacturing (2025)
The article discusses the incredibly precise 0.002mm manufacturing specification for Lego bricks, which poses significant challenges for the company's manufacturing processes. It explores the implications of this tight tolerance, including the need for advanced production techniques and quality control measures to ensure the consistent high quality of Lego products.
The dead Internet is not a theory anymore
The article explores the concept of the 'Dead Internet Theory,' which suggests that a significant portion of the internet's content is generated by artificial intelligence and bots, rather than real human users. The author examines the potential implications of this phenomenon on the way we perceive and interact with online information.
Debian decides not to decide on AI-generated contributions
The article discusses the recent changes to the Linux kernel's memory management system, with a focus on the new 'memleak' tracing feature that helps identify and fix kernel memory leaks. It also covers other improvements in areas like memory caching and page reclamation.
Universal vaccine against respiratory infections and allergens
Researchers at Stanford University have developed a universal vaccine that could protect against a wide range of influenza viruses, potentially providing long-lasting immunity and reducing the need for annual flu shots.
BitNet: Inference framework for 1-bit LLMs
Paper: https://arxiv.org/pdf/2310.11453
I was interviewed by an AI bot for a job
https://archive.ph/DEwy7
Show HN: s@: decentralized social networking over static sites
RISC-V Is Sloooow
The article discusses the performance of RISC-V processors, noting that they can be significantly slower than other architectures, particularly in certain workloads. The author provides insights into the factors that can contribute to this performance difference and suggests areas for further optimization.
Google closes deal to acquire Wiz
Previously: Google to buy Wiz for $32B - https://news.ycombinator.com/item?id=43398518 - March 2025 (845 comments)
Entities enabling scientific fraud at scale (2025)
Amazon is holding a mandatory meeting about AI breaking its systems
Britain is ejecting hereditary nobles from Parliament after 700 years
The UK House of Lords has voted to expel all remaining hereditary peers, marking the end of a centuries-old tradition. This move aims to make the upper chamber more representative and accountable, as the government continues its efforts to reform the House of Lords.
Show HN: I built a tool that watches webpages and exposes changes as RSS
I built Site Spy after missing a visa appointment slot because a government page changed and I didn’t notice for two weeks.
It watches webpages for changes and shows the result like a diff. The part I think HN might find interesting is that it can monitor a specific element on a page, not just the whole page, and it can expose changes as RSS feeds.
So instead of tracking an entire noisy page, you can watch just a price, a stock status, a headline, or a specific content block. When it changes, you can inspect the diff, browse the snapshot history, or follow the updates in an RSS reader.
It’s a Chrome/Firefox extension plus a web dashboard.
Main features:
- Element picker for tracking a specific part of a page
- Diff view plus full snapshot timeline
- RSS feeds per watch, per tag, or across all watches
- MCP server for Claude, Cursor, and other AI agents
- Browser push, Email, and Telegram notifications
Chrome: https://chromewebstore.google.com/detail/site-spy/jeapcpanag...
Firefox: https://addons.mozilla.org/en-GB/firefox/addon/site-spy/
Docs: https://docs.sitespy.app
I’d especially love feedback on two things:
- Is RSS actually a useful interface for this, or do most people just want direct alerts?
- Does element-level tracking feel meaningfully better than full-page monitoring?