AI reads Herculaneum scroll, IBM debuts sub-1nm chips
An entire Herculaneum scroll has been read for the first time
An entire Herculaneum scroll sealed since the eruption of Vesuvius in 79 AD has been read from beginning to end without ever being physically opened. The artifact was virtually unwrapped to reveal its text. This achievement marks the first time a Herculaneum scroll has been recovered in full through this method.
CommentsThe 'papers, please' era of the internet will decimate your privacy
New internet regulations requiring age verification are effectively forcing Americans to undergo mandatory identity checks, ushering in a papers, please era of the web. Consequently, these measures will severely decimate online privacy for everyday users.
CommentsApple raises prices of MacBooks, iPads
Apple has raised the prices of its MacBooks and iPads due to surging memory and storage chip costs. The company stated it can no longer absorb these expenses, which are being driven by the AI industry's massive datacenter expansion.
CommentsIBM debuts sub-1 nanometer chip technology
IBM has announced a major semiconductor breakthrough with the world’s first sub-1 nanometer chip technology, utilizing a revolutionary transistor architecture at the 0.7 nm node. This achievement overcomes the physical limitations of traditional chip scaling and promises to enhance performance across computing, communications, and critical infrastructure.
CommentsAnthropic says Alibaba illicitly extracted Claude AI model capabilities
Anthropic has accused Alibaba and associated Chinese resellers of illicitly extracting Claude's capabilities to sell heavily discounted AI tokens to users blocked by regional restrictions. These operators bypass payment and identity barriers using bot networks and fraud, while subsidizing their deeply discounted rates by harvesting and selling model reasoning traces to domestic AI labs for training data.
CommentsOxide computer 3D rack guided tour
Oxide has introduced an interactive 3D guided tour of its Cloud Computer, enabling users to explore the hardware from the rack level down to individual sleds and CPUs. This visual breakdown offers a detailed look at the physical components powering their rack-scale computing architecture.
Comments45°C cooling design cuts data center water use to near zero
NVIDIA has introduced a novel cooling design for its latest AI servers that operates at 45 degrees Celsius. This counterintuitive approach uses coolant warmer than a hot tub to reduce data center water consumption to near zero. Ultimately, this strategy marks one of the most significant efficiency leaps in the history of data center operations.
CommentsShow HN: Chess-Inspired Roguelike
A new chess-inspired roguelite showcased on Hacker News tasks players with guiding Prince Chazz across the board while dodging enemy pieces. The game features strategic pathfinding mechanics and includes a competitive per-seed leaderboard for players to race against others.
CommentsZig's new bitCast semantics and LLVM back end improvements
The Zig programming language community is enthusiastically praising a comprehensive devlog detailing new bitCast semantics and LLVM back end improvements. Readers expressed strong appreciation for the rigorous technical depth and ongoing language refinements, contrasting the high-quality post favorably against the low-effort and AI-generated content often found on tech forums.
CommentsGLM-5.2 is a step change for open agents
The release of GLM-5.2 marks a significant step change for open-source AI agents by crossing a critical capability threshold. This advancement represents a major leap forward in the overall performance and autonomy of open AI systems.
CommentsShow HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
OpenKnowledge is a new open-source project offering an AI-first alternative to popular note-taking platforms like Obsidian and Notion. Functioning as an AI-native markdown IDE and LLM wiki, it integrates artificial intelligence directly into knowledge management and is currently available for development on GitHub.
CommentsOS9Map
Developers have released OS9Map, a new OpenStreetMap viewer designed specifically for the legacy Mac OS 9 operating system. This innovative project allows retro computing enthusiasts to access modern geographical data directly on their decades-old hardware.
CommentsBlogging can just be stating the obvious
A new piece reflects on the nature of blogging about web development, suggesting that sharing technical insights often just involves stating the obvious. The author explores the big beautiful mess of creating things for the world wide web. The article serves as a reminder that even basic observations about this chaotic process hold value for the tech community.
CommentsYou can't unit test for taste
A developer is building a new fitness app called "In the Long Run" that uses Strava integration to track virtual runs across famous global routes. Designed to provide sustained motivation, the platform allows users to gradually traverse country- and continent-spanning distances at their own pace.
CommentsHalf-Life 2 in a Browser
Readers are discussing a web port that brings Half-Life 2 directly into the browser, alongside similar playable web versions of classic titles like Quake 3 and Ultima Online. The conversation highlights that while these browser games are impressive, they face compatibility hurdles such as Firefox lacking support for specific File System Access APIs. Consequently, users experience degraded performance and missing features when attempting to play the web port on Firefox compared to other browsers.
CommentsOAuth for all
Cloudflare has officially rolled out Self-Managed OAuth to all developers on its platform. The widespread release was made possible by a seamless, zero-downtime migration of the company's core authentication engine.
CommentsHey Nico, you didn't vibe code your data room but stole it from Papermark
Papermark has accused entrepreneur Nico Laqua of stealing its open-source and enterprise-licensed data room code to build a competing product. The company is demanding the immediate takedown of the allegedly infringing software. The creators condemned the unauthorized use of their intellectual property as outright fraud.
CommentsUn-0: Generating Images with Coupled Oscillators
Researchers have introduced Un-0, an open-source image generator powered by a simulated network of coupled oscillators that achieves an FID score of 6.74 on the ImageNet 64x64 dataset. This performance matches the early benchmarks of leading conventional image generation methods, with all model weights and training code now publicly available.
CommentsShow HN: I made Google Trends for Hacker News by indexing 18 years of comments
A developer has created a tool that functions as Google Trends for Hacker News by indexing 18 years of the platform's data. It allows users to search and chart the popularity of any topic, tool, or person across 45 million posts and comments. The tool also features an overlay option to visually compare the rise and fall of multiple terms over time.
CommentsThe Doorman's Fallacy in action
The Doorman's Fallacy highlights the danger of businesses cutting unmeasurable soft assets like hospitality, intuitive design, and quality customer support in pursuit of short-term cost savings. In the tech sector, this flawed metric-driven approach often results in frustrating user interfaces and degraded digital experiences that ultimately harm long-term customer retention.
CommentsAn oral history of Bank Python (2021)
This oral history explores the unconventional ecosystem of Python as utilized by major investment banks, detailing the custom distributions, strict security constraints, and legacy integrations required in the financial sector. It highlights how these specific institutional needs have created a distinct environment that differs significantly from the standard open-source community.
CommentsLuaJIT 3.0 proposed syntax extensions
Developers have opened an umbrella issue to discuss and document proposed syntax extensions for the upcoming LuaJIT 3 release. The community is invited to provide feedback on the design and semantics of these new features as the official documentation continues to evolve.
CommentsLastPass notifies users of yet another data breach
Password manager LastPass is alerting users to yet another data breach involving stolen personal information. Unlike previous incidents, this latest compromise occurred through one of the company's external partners.
CommentsDostoyevsky isn't difficult
This humorous piece argues that Dostoyevsky's literature is actually quite accessible and not inherently difficult to read. The only exception cited is the significant challenge readers face in navigating his complex character names.
CommentsThe last Romans are still around
This piece explores the enduring legacy of the Roman Empire and examines when the ancient civilization truly ceased to exist. It highlights how the empire's expansion fundamentally shaped Europe and the modern world, suggesting that the Romans never completely disappeared.
CommentsParallel Parentheses Matching
A highly optimized GPU implementation of parallel parentheses matching, based on bicyclic semigroups and binary search, is currently utilized in the Vello rendering engine. The creator is now seeking academic collaboration to formally publish the algorithm, which builds upon foundational research from 1985. Meanwhile, community discussion focuses on evaluating alternative data structures like Range Min Query Trees and debating the accurate use of asymptotic time complexity for parallel processing.
CommentsMedical students are using popular research tool to pump out misleading studies
Medical students are using a popular research tool to publish misleading studies, exposing significant flaws in the scientific training of clinical practitioners. The issue highlights systemic problems with scientific incentives and the tendency of physicians to apply scientific knowledge without mastering the rigorous scientific method. Consequently, this proliferation of flawed research threatens to further erode the public's already declining trust in the medical profession.
CommentsFord AI hiccups push carmaker to rehire ‘gray beard’ inspectors
Ford is rehiring experienced human inspectors after its AI-driven quality control initiatives encountered significant issues, highlighting the limitations of relying solely on artificial intelligence. This costly misstep reflects a broader industry realization that blindly adopting AI to meet arbitrary usage metrics often compromises quality, proving that the technology is a supplementary tool rather than a magical replacement for human expertise.
CommentsMixing Visual and Textual Code
A new arXiv paper introduces a novel framework that combines visual and textual code to enhance software development and AI code generation. By integrating visual diagrams with traditional text-based programming, the approach leverages multimodal machine learning to improve code comprehension. This innovation could lead to more intuitive programming environments and significantly streamline the workflow for developers.
CommentsThe disappearance of Japan's animators
Japan's anime industry is facing a severe retention crisis as poor compensation and a lack of viable training drive away the mid-level animators essential to sustaining production. This struggle mirrors broader global economic trends where low-margin trades outsource skilled labor to developing nations, systematically draining domestic expertise. Ultimately, observers warn that this devaluation of workers will lead to a massive global shortage of trained professionals needed to maintain critical infrastructure as international demographic booms inevitably slow.
Comments













