Published on March 12, 2026 at 18:01 CET (UTC+1)
Malus – Clean Room as a Service (389 points by microflash)
Malus is a controversial "Clean Room as a Service" that uses proprietary AI systems to analyze open-source software documentation and API specs to generate legally distinct, functionally equivalent code. The service aims to help companies avoid open-source license obligations like attribution, AGPL contamination, and mandatory contribution of improvements. It presents this as liberation from legal overhead, though it effectively uses AI to strip credit from original maintainers.
The Met Releases High-Def 3D Scans of 140 Famous Art Objects (52 points by coloneltcb)
The Metropolitan Museum of Art has released a public archive of high-definition 3D scans for 140 significant art objects, including sculptures, sarcophagi, and famous paintings like Van Gogh's Sunflowers. These scans allow anyone online to zoom, rotate, and examine artworks in unprecedented detail, offering a form of digital access that mimics close physical inspection. This initiative democratizes access to cultural heritage and serves as a valuable resource for education and digital preservation.
US banks' exposure to private credit hits $300B (2025) (151 points by JumpCrisscross)
A 2025 report reveals that US banks' collective exposure to the private credit market has reached $300 billion, part of a broader $1.2 trillion in lending to non-depository financial institutions. This represents a significant strategic shift, with such lending now comprising over 10% of total bank loans, nearly triple the share from a decade ago. Major banks like Wells Fargo and Bank of America are leading this charge, forming partnerships with alternative asset managers to diversify income and mitigate risk.
Kotlin creator's new language: a formal way to talk to LLMs instead of English (125 points by souvlakee)
CodeSpeak is a new programming language and paradigm created by Kotlin's founder, designed as a formal, concise "specification" language for communicating with LLMs to generate production code. It allows developers to maintain specs that are 5-10x smaller than the resulting code, enabling a mixed workflow of hand-written and AI-generated code. The goal is to facilitate the building of complex, long-term software systems by teams, moving beyond prototyping to maintainable, AI-augmented engineering.
Asia rolls out 4-day weeks, WFH to solve fuel crisis caused by Iran war (133 points by speckx)
In response to a fuel crisis triggered by high oil prices and the closure of the Strait of Hormuz due to conflict involving Iran, Asian governments are implementing emergency conservation measures. Countries like Japan, South Korea, and Thailand are mandating work-from-home policies, four-day work weeks, school closures, and adjusting thermostat settings. These actions highlight the region's acute dependence on Middle Eastern oil and the societal disruptions caused by energy supply shocks.
Dolphin Progress Release 2603 (214 points by BitPirate)
The Dolphin emulator's March 2026 progress report announces a major expansion: support for the Triforce arcade platform, a joint venture by Sega, Namco, and Nintendo. Alongside this, the report details significant performance optimizations to its Memory Management Unit (MMU) emulation, allowing all "Full MMU" games to run at full speed. Another key addition is a "Projection Hack" for Wii games that corrects graphical issues on widescreen displays, representing one of the emulator's most substantial updates in years.
Show HN: OneCLI – Vault for AI Agents in Rust (4 points by guyb3)
OneCLI is an open-source credential vault and gateway built in Rust, designed to securely manage API keys and secrets for AI agents. It sits between AI agents and external services, injecting credentials at runtime so the agents themselves never have direct access to sensitive keys. This approach aims to solve the security risks of baking keys into agent prompts or code, providing a centralized, secure method for managing service access in AI agent workflows.
The Cost of Indirection in Rust (23 points by sebastianconcpt)
This technical blog post challenges the common assumption that extracting code into separate functions (adding indirection) in Rust, especially in async contexts, incurs a meaningful performance cost. Through careful reasoning and benchmarking, the author argues that the compiler's optimization capabilities, combined with the design of Rust's async system, often eliminate the overhead. The article advocates for prioritizing code readability and maintainability over premature optimization for function call indirection.
Italian prosecutors seek trial for Amazon, 4 execs in alleged $1.4B tax evasion (63 points by amarcheschi)
Italian prosecutors are seeking a criminal trial for Amazon and four of its current and former executives over allegations of €1.3 billion ($1.4 billion) in tax evasion between 2015 and 2021. The case centers on claims that Amazon avoided taxes by improperly shifting profits from its Italian operations to a Luxembourg-based entity. This legal action is part of broader European efforts to clamp down on aggressive tax avoidance strategies used by large multinational technology corporations.
Avoiding Trigonometry (2013) (168 points by WithinReason)
This classic 2013 article argues for minimizing the use of trigonometric functions (like sin, acos) deep within the core of 3D graphics algorithms and game engines. The author, a renowned graphics programmer, asserts that operations using vector math (dot and cross products) are often more efficient, elegant, and numerically stable. The piece encourages developers to think in terms of vectors and geometry directly, reserving trigonometry only for initial data input or final output stages.
Trend: AI as a Legal and Ethical Boundary-Pusher
Trend: The Rise of Formal "AI-First" Programming Paradigms
Trend: Operationalization and Security of AI Agents
Trend: Performance Optimization Becomes Increasingly Holistic and AI-Aided
Trend: Generative AI as a Catalyst for Digital Preservation and Access
Trend: AI Integration into Legacy and Niche Systems
Analysis generated by deepseek-reasoner