News Nug
LG's new 1Hz display is the secret behind a new laptop's battery life

Published: 2026-03-23 | Origin: Hacker News

LG Display has introduced a new "Oxide 1Hz" display technology that significantly enhances laptop battery life by allowing refresh rates from 1Hz to 120Hz. This innovation aims to reduce power consumption by up to 48% on a single charge. Traditionally, laptop battery life is more influenced by display refresh rates rather than the internal microprocessor. Higher refresh rates have improved gaming and productivity experiences but usually lead to increased battery drain. LG's technology addresses this by enabling lower refresh rates to conserve

Autoresearch on an old research idea

Published: 2026-03-23 | Origin: Hacker News

Failed to fetch content - HTTP Status - 403

Show HN: Cq – Stack Overflow for AI coding agents

Published: 2026-03-23 | Origin: Hacker News

The piece discusses the concept of creating a central resource for agents—akin to a "Stack Overflow for agents"—where knowledge can be shared and mistakes can be avoided. It reflects on how trends and technologies in computer science often cycle back, with current innovations resembling older concepts. Stack Overflow, which peaked in usage in 2014, has seen a significant decline in activity by 2025, attributed to the rise of AI tools like ChatGPT that provide answers without the need for communal knowledge sharing.

DOOM Over DNS

Published: 2026-03-23 | Origin: Hacker News

The text discusses the unconventional use of DNS, specifically DNS TXT records, to run the game DOOM by compressing its data into around 1,964 TXT records hosted on Cloudflare. It emphasizes that DNS was not originally intended for file storage but illustrates a creative usage of its capabilities. The project leverages PowerShell scripts and DNS queries to load the game into memory without saving files to disk. Users are instructed to upload data using a Cloudflare API token and can utilize multiple domains if they are

iPhone 17 Pro Demonstrated Running a 400B LLM

Published: 2026-03-23 | Origin: Hacker News

Failed to fetch content - HTTP Error - HTTP redirects too deep

Dobase – Your workspace, your server

Published: 2026-03-23 | Origin: Hacker News

The described open-source application consolidates various SaaS tools into a single self-hosted workspace, allowing users to control their email, project management, document editing, messaging, and more. Key features include: - Customizable installation of only required tools. - An IMAP/SMTP email client with rich text capabilities. - Kanban boards for task management. - Collaborative rich text documents. - Real-time messaging with file sharing. - Task lists with features like due dates and comments. - File storage with

Box of Secrets: Discreetly modding an apartment intercom to work with Apple Home

Published: 2026-03-23 | Origin: Hacker News

The author describes a situation involving their friend Frank, who lives in an apartment complex with a broken intercom system that management failed to repair. The intercom allowed guests to call Frank to gain entry, but it became inoperable due to unrenewed cellular service. When the author and a friend, Hazel, visited Frank, they explored the intercom's box and discovered that they had access to the complex's Wi-Fi router. They were able to log in using the default credentials and found that

My DIY FPGA board can run Quake II

Published: 2026-03-22 | Origin: Hacker News

On March 22, 2026, the author decided to create a more advanced FPGA project, selecting the Efinix Ti60F256 FPGA and the IM8G16D3FFBG DDR3L memory chip. Both components utilize BGA packaging, with the FPGA having 256 pins and the memory chip 96 pins. The author aimed to avoid reinventing the memory controller after previous struggles and opted to use a “DDR3 Soft Controller Core” found on Efinix's website

GrapheneOS will remain usable by anyone without requiring personal information

Published: 2026-03-22 | Origin: Hacker News

Of course! Please provide the content you'd like summarized, and I'll be happy to help.

The gold standard of optimization: A look under the hood of RollerCoaster Tycoon

Published: 2026-03-22 | Origin: Hacker News

Recently, I had the opportunity to appear on the German gaming podcast Stay Forever to discuss the technology behind RollerCoaster Tycoon (1999). The interview was insightful, especially regarding how the game, created primarily in Assembly by Chris Sawyer, managed to simulate expansive theme parks efficiently on 1999 hardware. This achievement is notable, as many modern building games still struggle with consistent performance. Sawyer's choice of Assembly, a low-level programming language, is often highlighted as a key factor in the

PC Gamer recommends RSS readers in a 37mb article that just keeps downloading

Published: 2026-03-22 | Origin: Hacker News

The PC Gamer article highlights issues with the site's user experience, including intrusive popups, multiple visible ads, and a heavy initial webpage load size of 37MB. Additionally, the site has downloaded nearly half a gigabyte of new ads in just five minutes. The article suggests that the abundance of effective RSS readers, like NetNewsWire, Unread, Current, and Reeder, help users avoid these distractions.

Why I love NixOS

Published: 2026-03-22 | Origin: Hacker News

The author expresses a deep appreciation for NixOS, primarily due to its underlying Nix package manager rather than the Linux aspect itself. Their admiration stems from the ability to create a deterministic and reproducible operating system. They value NixOS for its declarative setup, which allows users to define the entire system—packages, configurations, and settings—in one place. This contrasts with traditional operating systems that accumulate complex, unmanageable states over time. With NixOS, rebuilding and rolling back systems is

Two studies in compiler optimisations

Published: 2026-03-22 | Origin: Hacker News

The content discusses the intricacies of how modern compilers, particularly LLVM, optimize code and the unexpected performance issues that can arise from seemingly minor changes in source code. While many programmers rely on compilers as black boxes that convert readable code into efficient binaries, a deeper understanding of the optimization processes can reveal hidden complexities. The post provides insights into LLVM optimization passes through simple examples in C++23, focusing on how small code changes can affect compiler behavior. It emphasizes the art and science of achieving high-performance

The future of version control

Published: 2026-03-22 | Origin: Hacker News

The author is introducing Manyana, a new version control system that leverages Conflict-Free Replicated Data Types (CRDTs) to overcome traditional version control challenges. Manyana ensures that merges are always successful, eliminating conventional conflicts, while still providing informative conflict markers. Instead of presenting opaque blobs representing changes, Manyana clearly shows what happened during edits and who made them, thus improving clarity. Key benefits include permanent line ordering and non-blocking conflict resolution; even when edits occur closely together, the merge

My astrophotography in the movie Project Hail Mary

Published: 2026-03-22 | Origin: Hacker News

Of course! Please provide the content you'd like me to summarize, and I'll be happy to help.

Project Nomad – Knowledge That Never Goes Offline

Published: 2026-03-22 | Origin: Hacker News

Project NOMAD is a free, open-source offline server that allows users to run various educational and reference tools entirely on their own hardware, without requiring internet access. It provides access to essential resources like Wikipedia, medical references, survival guides, and educational content from Khan Academy, making it ideal for emergency preparedness or off-grid living. NOMAD supports running local large language models (LLMs), enabling users to chat, write, and analyze data privately. It also includes offline navigation using OpenStreetMap and offers

Flash-MoE: Running a 397B Parameter Model on a Laptop

Published: 2026-03-22 | Origin: Hacker News

The content discusses a highly optimized inference engine designed for running the Qwen3.5-397B-A17B model, a large Mixture-of-Experts AI model with 397 billion parameters, on a MacBook Pro with 48GB RAM. The engine achieves a production-quality output of over 4.4 tokens per second using a pure C/Metal implementation without reliance on Python or frameworks. Key features include: - A detailed technical paper describing over 90 experiments and the collaborative development

Reports of code's death are greatly exaggerated

Published: 2026-03-22 | Origin: Hacker News

The content discusses the challenges of translating linguistic specifications into code, emphasizing a tension between the intuitive precision of English and its practical vagueness, as highlighted by Bertrand Russell's quote. It posits that programming resembles writing, involving iterative refinement, and suggests that AI facilitates this by turning English into code quickly, allowing for incremental adjustments—a process termed "vibe coding." However, vibe coding can create an illusion of precision, which may lead to complications and unexpected bugs when scaling or adding features, as evidenced

Sashiko: An agentic Linux kernel code review system

Published: 2026-03-22 | Origin: Hacker News

Sashiko is an innovative Linux kernel code review system designed to monitor public mailing lists and evaluate proposed changes to the Linux kernel. It functions as a team of specialized reviewers, covering various aspects from high-level architecture to low-level resource management. Utilizing an open-source set of prompts and a custom multi-stage review protocol, it aims to enhance review accuracy and reduce false positives. This open-source project is part of the Linux Foundation, licensed under the Apache License 2.0, and is currently offered as

Cloudflare flags archive.today as "C&C/Botnet"; no longer resolves via 1.1.1.2

Published: 2026-03-22 | Origin: Hacker News

Failed to fetch content - HTTP Status - 403