Published on March 07, 2026 at 06:01 CET (UTC+1)
Plasma Bigscreen – 10-foot interface for KDE plasma (244 points by PaulHoule)
Plasma Bigscreen is an open-source TV interface for Linux, designed as a 10-foot user experience for living room devices like HTPCs and set-top boxes. Built on KDE Plasma, it offers a couch-friendly interface navigable by remote, gamepad, or phone. It is highly customizable and allows users to run popular Linux applications like Steam and Kodi on their television.
UUID package coming to Go standard library (66 points by soypat)
A proposal has been accepted to add a UUID package to the Go standard library, under crypto/uuid. The proposal argues that generating and parsing UUIDs is a ubiquitous need for server/database programs, currently filled by a popular third-party package. This change aligns Go with other major programming languages that include standard UUID support.
this css proves me human (195 points by todsacerdoti)
This is a poetic, meta essay about a human writer intentionally altering their writing style to evade AI detection. The author describes specific technical manipulations—like changing capitalization, disguising em dashes, and introducing subtle misspellings—as "wounds" inflicted to prove their humanity. The piece wrestles with the existential cost of changing one's fundamental writing voice, which is framed as an act of identity.
Can a wealthy family change the course of a deadly brain disease? (20 points by Snoozus)
This Science Magazine article explores whether a wealthy family, through significant private funding and advocacy, can accelerate research and change the trajectory of a fatal brain disease. It likely examines a specific case study, discussing the impact of private capital on scientific priorities, drug development pipelines, and patient communities in the face of limited public funding.
Maybe There's a Pattern Here? (52 points by surprisetalk)
The article examines historical patterns where transformative technologies (like the Gatling gun and rockets) were initially envisioned as tools for peace or human advancement but were rapidly co-opted for military purposes. It uses these case studies to draw a parallel to modern AI development, questioning whether the current optimism about AI's beneficial potential will follow a similar, more militarized path.
LLMs work best when the user defines their acceptance criteria first (111 points by dnw)
The article argues that LLMs optimize for producing "plausible" code—code that looks correct, compiles, and passes superficial tests—rather than truly correct, efficient code. It demonstrates this with an extreme example where an LLM-generated database rewrite was 20,000 times slower than SQLite. The author, a practitioner, stresses the critical need for users to define precise acceptance criteria and maintain rigorous validation, as LLMs lack true understanding.
C# strings silently kill your SQL Server indexes in Dapper (79 points by PretzelFisch)
This technical post explains a common but invisible performance trap in .NET applications using Dapper with SQL Server. When a C# string parameter (mapped to nvarchar) is compared to a database column of type varchar, SQL Server performs a costly column-wide implicit conversion that invalidates index usage. The solution is to explicitly specify the DbType (e.g., DbType.AnsiString) for string parameters matching varchar columns.
Galileo's handwritten notes found in ancient astronomy text (67 points by tzury)
This Science Magazine article reports the discovery of Galileo Galilei's handwritten notes in the margins of a centuries-old astronomy text. The finding provides new insights into the famed astronomer's thought process, early ideas, or his study of specific astronomical works during a pivotal period in the history of science.
Hardening Firefox with Anthropic's Red Team (531 points by todsacerdoti)
Anthropic collaborated with Mozilla's security team, using Claude Opus 4.6 to autonomously audit the Firefox browser for vulnerabilities. In two weeks, the AI identified 22 vulnerabilities, 14 of which were rated high-severity—accounting for nearly a fifth of all high-severity bugs fixed in Firefox in 2025. This demonstrates AI's rapidly accelerating capability to find critical security flaws in complex, real-world software at scale.
Querying 3B Vectors (10 points by surprisetalk)
This is a technical deep-dive into the engineering challenge of performing a massive vector similarity search (3 billion vectors against 1k queries). The author details a naive implementation and then explores an optimized map-reduce solution inspired by Jeff Dean, focusing on strategies for efficient nearest-neighbor search at an extreme scale common in AI applications like recommendation and retrieval systems.
Trend: AI is becoming a powerful, autonomous security research tool.
Trend: The "Plausibility vs. Correctness" gap in LLM output is a fundamental engineering challenge.
Trend: The rise of AI-driven "human proving" and stylistic evasion.
Trend: Massive-scale vector search is a core, non-trivial infrastructure requirement for AI applications.
Trend: Historical patterns suggest dual-use and militarization of AI is likely.
Trend: AI is accelerating the integration of complex functionalities into standard tools.
Analysis generated by deepseek-reasoner