Oracle bans AI code, Nixpkgs disbands, Meta fined
The Nixpkgs core team has disbanded
The Nixpkgs core team has disbanded after ten months of leading the project. The team expressed pride in their achievements and their role in establishing a bottom-up, consensus-focused governance model.
CommentsNASA to keep its 48-year-old Voyager 2 probe running for yet another year
NASA has successfully extended the mission of the 48-year-old Voyager 2 probe by implementing a power reduction strategy in interstellar space. This crucial adjustment will allow the historic spacecraft to keep its final science instruments operational for at least another year.
CommentsDeepSeek V4 Flash 0731
DeepSeek has introduced the V4 Flash 0731 model, featuring new reasoning variants designed to evaluate complex problem-solving capabilities. The release specifically highlights the model's performance across the ARC-AGI-1, ARC-AGI-2, and ARC-AGI-3 benchmarks. These updates mark a continued push toward advancing artificial general intelligence reasoning metrics.
CommentsU.S. Department of Energy Launches the Genesis Open Models Initiative
The U.S. Department of Energy has launched the Genesis Open Models Initiative to develop domestic, open-weight AI models in response to concerns over foreign dominance in the open-source sector. This effort aims to provide researchers with transparent, long-term alternatives to both closed proprietary systems and foreign open-source offerings. By focusing on open weights and transparent reasoning, the initiative seeks to foster highly interactive AI tools that users can actively observe and steer.
CommentsAssembly Hall of Shame
A new GitHub repository called the Assembly Hall of Shame is crowdsourcing examples of notoriously inefficient assembly language code. The project highlights programming practices that severely degrade CPU performance and invites developers to submit their own poorly optimized instructions.
CommentsAncient Library – 1,060 Greek/Latin texts, click any word to parse it
A digital resource called Ancient Library offers 1,060 original Greek and Latin classic texts through a highly interactive reading platform. Users can click on any word within the literature to instantly access its grammatical parsing and comprehensive dictionary definitions, providing a tech-driven approach to studying classical languages.
CommentsWhat happens if an entire class of workers loses faith in their careers
A growing number of knowledge workers are realizing their roles may be largely pointless as artificial intelligence continues to advance. This widespread disillusionment could lead to significant shifts as an entire class of employees questions the value of their professions. The article explores the potential societal and economic consequences of this growing crisis of confidence in the modern workforce.
CommentsSupererDuperer
A mysterious new tech entity named SupererDuperer has emerged in the software space, though details regarding its actual product offerings remain entirely undisclosed. Industry observers note that the playful branding suggests a consumer-facing app or digital service aiming to disrupt the market with a lighthearted user experience. Tech analysts are awaiting further announcements to determine if this quirky startup has a viable business model behind its unconventional name.
CommentsManaging AI Coding Costs at Scale
While AI coding assistants significantly boost developer productivity, scaling these tools across large engineering teams introduces substantial financial challenges. To address this, companies are implementing strict usage monitoring, tiered access models, and cost-optimization strategies to manage rising expenses without sacrificing efficiency.
CommentsResponding to the next frontier of critical cyber capabilities
OpenAI has released preliminary cybersecurity evaluations for Astra to address the next frontier of critical cyber capabilities. The company also outlined the specific steps it is taking to strengthen its security controls and overall safeguards.
CommentsOracle bans AI-generated code from OpenJDK
Oracle has banned the submission of AI-generated code to the OpenJDK project over safety and intellectual property concerns. This restriction contrasts sharply with the company's internal practices, where executives credit AI tools with accelerating software development. Additionally, Oracle faces a credit rating downgrade from S&P due to uncertain returns on its massive $70 billion datacenter expansion.
CommentsAn all-sky map of half a million supermassive black holes
The Black Hole Mapper has reached a major milestone by creating an all-sky map of half a million supermassive black holes. The project achieved this by combining its first southern hemisphere optical observations with coordinated eROSITA X-ray identification. This data enables researchers to track accreting black holes across multiple epochs to better understand their behavior throughout the universe.
Comments2027 memory capacity is reportedly sold out
Major memory manufacturers Samsung, SK Hynix, and Micron have reportedly sold out their entire 2027 production capacity to meet surging demand from artificial intelligence companies. This massive allocation underscores the immense hardware requirements driving the current AI infrastructure boom.
CommentsWater system controllers don't belong on the internet, says ex-NSA chief
A former NSA chief is urging cybersecurity defenders to secure critical infrastructure by keeping water system controllers completely off the internet. He warns that connecting these essential public utilities to the web exposes them to severe and potentially devastating cyber threats. This call to action highlights the urgent need to prioritize the protection of vital national systems.
CommentsGuarded Methods in OCaml (2025)
OCaml's latest 2025 update introduces guarded methods, a new feature implemented using type equality witnesses to enforce stricter type constraints. This enhancement improves overall code safety and marks a significant step in the language's ongoing evolution to provide more robust type system capabilities.
CommentsMaking Postgres 300x faster for analytics: batching, operator fusion, and SIMD
The latest release of pgrust introduces batching, operator fusion, and SIMD to drastically improve query performance. Version 0.2 is now 30% faster than standard Postgres on OLTP workloads. Additionally, it achieves a 300x speedup on analytical benchmarks, outperforming both Postgres and Clickhouse.
CommentsPsychological Warfare in Reverse Engineering (2015)
Originally introduced in 2015, the REpsych GitHub project explores the concept of applying psychological warfare to the field of reverse engineering. The tool generates highly disturbing images specifically designed to unsettle and disorient malware analysts when they examine files. This unconventional approach highlights the extreme psychological tactics that can be used to hinder cybersecurity professionals.
CommentsCarl's Required Reading
Carl Kolon has compiled and shared a curated list of his favorite programming articles for the tech community. This handpicked collection offers developers a focused selection of essential reading material to expand their technical knowledge and industry insights.
CommentsKitesurf: Agent-first browser that runs in V8 isolates
Cloudflare has introduced Kitesurf, a stateless and highly scalable web browser designed specifically for AI agents operating in the Agentic Cloud. By running entirely on Cloudflare Workers within V8 isolates, it provides a cost-effective tool optimized for AI model interactions.
CommentsRadical Study Suggests Life on Earth Arose Twice
A radical new study published in Science Advances suggests that life on Earth may have emerged from non-living matter on two separate occasions. Researchers propose that the crucial evolutionary threshold from a primordial soup to living organisms was crossed twice, rather than just once.
CommentsCaptain Bible Reverse Engineering
A developer has launched an open-source project to reverse engineer the obscure 1994 CD-ROM game Captain Bible in the Dome of Darkness. This retro tech initiative aims to deconstruct the classic Bridgestone Multimedia Group title to preserve its code and uncover its hidden mechanics.
CommentsShow HN: textlog – A quiet, text-only microblogging platform, open-source, no JS
A new open-source microblogging platform called textlog has launched to provide a quiet, distraction-free space for sharing thoughts. The minimalist project is strictly text-only and operates entirely without JavaScript.
CommentsNew Mexico court orders Meta to pay $567m over harms to children’s mental health
A New Mexico court has ordered Meta to pay $567 million in damages for harms caused to children's mental health. The ruling follows the second phase of a landmark trial that previously found the social media company enabled harm against its users.
CommentsShow HN: Wyzer Programming Language
A new open-source programming language named Wyzer was recently introduced to the developer community on Hacker News. The creators are actively inviting developers to contribute to the project's ongoing development via its GitHub repository.
CommentsMöbius-Strip Crosswords
Crossword puzzle makers are debating the inclusion of specific words, highlighting the intense passion of the puzzle-solving community. Robert Guilbert Sr. was initially unaware of these industry disputes when he developed a competitive crossword game called Pago Pago. Creating the game ultimately made him realize the deep dedication of crossword fans.
CommentsWhy are all the amounts values negative?
After a customer reported that a PDF conversion tool was outputting negative financial amounts, a developer investigated the file's underlying text encoding. They discovered that the column headers ended with minus sign characters, causing the parser to incorrectly interpret the subsequent values as negative.
CommentsA year of fighting scrapers on my 1.5 million-page website
A discussion surrounding a website owner's battle against web scrapers highlights concerns that aggressive bot-blocking strategies often rely on third-party services like Cloudflare, threatening the open web. Participants argue that blanket bans on automated traffic inadvertently harm legitimate users and potential customers who use scripts and LLMs for product research. Ultimately, the debate underscores the difficult balance website owners face between protecting their infrastructure and remaining accessible to automated tools that drive sales.
CommentsCurlese, Five Years Later
Revisiting a popular argument from five years ago, the author explores whether curl remains the universal language for debugging broken integrations. The article examines what has changed in the API ecosystem and provides a practical survival kit for developers navigating the landscape in 2026.
CommentsWhy Are There Statues of Beavers on Top of This Oxford Street Shop?
A recent feature explores the unusual architectural detail of beaver statues perched atop a retail shop on London's Oxford Street. The article investigates the history and reasoning behind these unexpected rodent sculptures, highlighting a quirky piece of hidden urban design.
CommentsAMD acquires Taalas to boost inference performance by etching models in silicon
AMD has acquired Taalas to boost AI inference performance by etching machine learning models directly into silicon. Early demonstrations of these model-specific integrated circuits reveal processing speeds of up to 17,000 tokens per second.
Comments















