Best stories

usefulposter 1 day ago

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.

news.ycombinator.com
4,080 1,562
Summary
microflash about 8 hours ago

Malus – Clean Room as a Service

https://fosdem.org/2026/schedule/event/SUVS7G-lets_end_open_...

malus.sh
826 324
Temporal: The 9-year journey to fix time in JavaScript
robpalmer 1 day ago

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.

bloomberg.github.io
759 252
Summary
ppew 1 day ago

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.

geohot.github.io
696 446
Summary
Making WebAssembly a first-class language on the Web
mikece 1 day ago

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.

hacks.mozilla.org
628 242
Summary
The MacBook Neo
etothet 1 day ago

The MacBook Neo

https://www.pcmag.com/news/asus-co-ceo-macbook-neo-is-a-shoc...

daringfireball.net
621 994
raldi 1 day ago

Whistleblower claims ex-DOGE member says he took Social Security data to new job

washingtonpost.com
616 273
jeffpalmer 2 days ago

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.

developers.cloudflare.com
486 184
Summary
How we hacked McKinsey's AI platform
mycroft_4221 1 day ago

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.

codewall.ai
470 191
Summary
I was interviewed by an AI bot for a job
speckx 1 day ago

I was interviewed by an AI bot for a job

https://archive.ph/DEwy7

schwarztech.net
401 436
Summary
The dead Internet is not a theory anymore
hubraumhugo 1 day ago

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.

adriankrebs.ch
398 286
Summary
Retro_Dev 2 days ago

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.

ziglang.org
398 248
Summary
U+237C ⍼ Is Azimuth
cokernel_hacker 2 days ago

U+237C ⍼ Is Azimuth

ionathan.ch
397 78
remywang about 21 hours ago

Show HN: s@: decentralized social networking over static sites

satproto.org
393 198
scrlk 1 day ago

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.

thewave.engineer
383 328
Summary
BitNet: Inference framework for 1-bit LLMs
redm 1 day ago

BitNet: Inference framework for 1-bit LLMs

Paper: https://arxiv.org/pdf/2310.11453

github.com
361 166
Summary
Universal vaccine against respiratory infections and allergens
phony-account 2 days ago

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.

med.stanford.edu
358 133
Summary
Asian governments roll out 4-day weeks, WFH to solve fuel crisis caused by war
speckx about 6 hours ago

Asian governments roll out 4-day weeks, WFH to solve fuel crisis caused by war

The article discusses the impact of the war in Iran on global fuel supplies, leading to a fuel crisis in Asia and widespread work-from-home policies and school closures due to price caps and shortages.

fortune.com
352 266
Summary
stanislavb about 15 hours ago

Returning to Rails in 2026

The article discusses the author's decision to return to Ruby on Rails in 2026 after a period of using other web development frameworks. It highlights the reasons for their choice, including Rails' maturity, strong community, and ability to address modern web development challenges.

markround.com
324 198
Summary
Google closes deal to acquire Wiz
aldarisbm 1 day ago

Google closes deal to acquire Wiz

Previously: Google to buy Wiz for $32B - https://news.ycombinator.com/item?id=43398518 - March 2025 (845 comments)

wiz.io
317 189
Summary
RISC-V Is Sloooow
todsacerdoti 2 days ago

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.

marcin.juszkiewicz.com.pl
313 354
Summary
Show HN: I built a tool that watches webpages and exposes changes as RSS
vkuprin 1 day ago

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?

sitespy.app
305 79
Summary
peyton 1 day ago

Entities enabling scientific fraud at scale (2025)

doi.org
300 213
Britain is ejecting hereditary nobles from Parliament after 700 years
divbzero 1 day ago

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.

apnews.com
290 359
Summary
Many SWE-bench-Passing PRs would not be merged
mustaphah 1 day ago

Many SWE-bench-Passing PRs would not be merged

The article discusses how many software engineering benchmarking pull requests that pass tests would not be merged into the main codebase, highlighting the challenges of balancing automated testing and human review in software development.

metr.org
269 149
Summary
Dolphin Progress Release 2603
BitPirate about 12 hours ago

Dolphin Progress Release 2603

The article highlights the latest updates and improvements made to the Dolphin emulator, including support for Nintendo GameCube and Wii games on a wider range of devices, enhanced performance, and new features like expanded audio and graphics capabilities.

dolphin-emu.org
261 43
Summary
Big Data on the Cheapest MacBook
bcye about 10 hours ago

Big Data on the Cheapest MacBook

The article explores how DuckDB, a lightweight and embeddable SQL database, can be used to process large datasets on even the cheapest Macbook hardware, providing a cost-effective solution for big data analysis on low-powered devices.

duckdb.org
251 233
Summary
Kotlin creator's new language: talk to LLMs in specs, not English
souvlakee about 7 hours ago

Kotlin creator's new language: talk to LLMs in specs, not English

CodeSpeak is a platform that provides free coding education resources, including tutorials, articles, and community forums, to help learners of all levels improve their programming skills and knowledge.

codespeak.dev
249 209
Summary
def-pri-pub 1 day ago

Faster asin() was hiding in plain sight

The article discusses a technique called 'Faster ASIN' that can improve the performance of certain image processing algorithms. It explains how this method was previously overlooked, despite being a simple and efficient solution that was hiding in plain sight.

16bpp.net
237 126
Summary
peq42 about 19 hours ago

DHS Contracts Explorer – Hacked data from the Office of Industry Partnership

The article examines the contracts between U.S. Immigration and Customs Enforcement (ICE) and private companies that run immigration detention centers. It highlights the lack of transparency and accountability in these contracts, which can contribute to poor conditions for detainees.

micahflee.github.io
236 46
Summary