Top Stories

Microsoft Office 2019 and 2021 for Mac view-only conversion

873 points · consumerrights.wiki

Microsoft is silently downgrading paid-for-life copies of Office 2019 and 2021 on macOS to view-only mode, pushing users toward a Microsoft 365 subscription. The Consumer Rights wiki has been chronicling the rollout — including how the conversion is triggered by an auto-update users never opted into — and HN has piled on as a case study in how “perpetual license” software keeps getting redefined after the sale.

The thread is full of users digging through plist files and AutoUpdate settings looking for a way to freeze their installs, plus a side debate about whether this finally tips the productivity balance toward LibreOffice and the open-source Office alternatives.


Domain expertise has always been the real moat

626 points · brethorsting.com

A pointed essay arguing that the AI boom hasn’t flattened competitive advantage so much as exposed where the real advantage lives: in deep, often boring, hard-won knowledge of a specific domain. The author makes the case that generic LLMs commoditize the easy 80% of any task, which means the only durable products are the ones built by people who actually understand the unsexy edge cases.

HN’s response is split between SaaS founders saying “yes, this is why our vertical AI startup is winning” and skeptics pointing out that LLM capability gains keep eating into what used to be considered specialist territory. Either way, it’s the most-shared “what is a moat in the AI era” piece of the week.


OpenRouter raises $113M Series B

422 points · openrouter.ai

OpenRouter, the unified API gateway that lets developers route requests across hundreds of LLM providers, announced a $113M Series B. The company has become a de facto load balancer and price-comparison layer for the model market, and the raise signals that investors think the “API in front of all the APIs” position is durable even as frontier labs try to lock developers into their own platforms.

The HN thread is unusually substantive: people are debating whether OpenRouter is a margin business (a thin reseller markup) or a platform business (token routing, observability, fallback orchestration), and how much of its growth is just OpenAI/Anthropic outages pushing developers toward multi-provider setups.


Openrsync: An implementation of rsync, by the OpenBSD team

418 points · github.com

OpenBSD’s clean-room rsync implementation is having a moment. Openrsync is an ISC-licensed, security-audited reimplementation of the rsync wire protocol that aims to be a drop-in replacement for the GPL original, with the OpenBSD team’s usual emphasis on small, auditable code.

The discussion is full of war stories about rsync’s protocol quirks, plus questions about feature parity with the upstream rsync that’s been adding new options for two decades. Worth knowing about if you’ve ever cursed rsync’s man page.


Pandoc Templates

401 points · pandoc-templates.org

A community-curated index of templates for Pandoc, the universal document converter. The site collects styles for LaTeX, HTML, EPUB, DOCX, and Beamer output, with previews and one-line install commands — a notable gap-fill in the Pandoc ecosystem, where finding a decent template has historically meant trawling random GitHub repos.

HN’s commentary skews enthusiastic: people building academic papers, technical books, and résumés are sharing setups, and there’s a recurring “this is what GitHub Pages should have looked like for documents” sentiment.


Telli (YC F24) is hiring in engineering, design, and GTM (Berlin, on-site)

291 points · hi.telli.com

A YC-backed AI voice agent startup is hiring in Berlin, and the post is on the front page largely because of the AI-voice-for-enterprise category itself rather than the hiring specifics. Telli builds voice agents for outbound calling (sales, scheduling, recovery), one of the most actively contested vertical-AI niches right now.

The thread doubles as a barometer for AI hiring: candidates are asking about base/equity ranges, on-site policies, and whether the European AI-startup scene can keep pace with the Bay Area on comp.


The AV2 Video Standard Has Released (Final v1.0 Specification)

221 points · av2.aomedia.org

The Alliance for Open Media has finalized AV2, the successor to AV1. The new royalty-free codec promises meaningful efficiency gains over AV1 — early numbers from AOM suggest roughly 30% better compression at equivalent quality — and arrives just as AV1 is finally getting broad hardware support.

The HN thread is a mix of codec geeks digging into the new tools (advanced intra prediction, improved transform coding) and pragmatists asking the obvious question: how many years until anything actually decodes this? The answer, based on AV1’s adoption curve, is “more than you’d like.”


Zig ELF Linker Improvements Devlog

208 points · ziglang.org

The Zig core team published a deep-dive devlog on the new ELF linker work, including faster section layout, better incremental linking, and improvements to the self-hosted toolchain. For a language that’s still pre-1.0, Zig’s linker story is increasingly competitive with mature C/C++ toolchains, and the team is using it as a wedge to argue Zig can replace clang/lld in serious build pipelines.

HN’s discussion is the usual Zig-vs-Rust energy — but with a more practical bent than usual, focused on whether the linker can actually drop into existing build systems without breaking anything.


The Website Specification

190 points · specification.website

A tongue-half-in-cheek attempt to formally specify what a “website” is in 2026 — covering everything from minimum baseline content (the page should actually load) to behavior under JavaScript-disabled browsers and the bare minimum for accessibility. It reads as both a serious manifesto and a quiet protest against the modern megabyte-per-page web.

HN is having fun with this one: a chunk of commenters are checking their own sites against the spec, and several are arguing about whether the document itself violates a few of its own rules.