| News Nug |
|---|
|
The silent death of Good Code Published: 2026-02-08 | Origin: /r/programming Amit Prasad expresses his long-standing passion for writing “Good Code™”, which he defines as code that is easy to read, maintain, and serves a specific purpose. He emphasizes that good code arises from a mix of talent, experience, passion, and time investment, yet notes that it is quite rare. As a software engineer, Prasad clarifies that his role is not strictly about writing good code but creating software that effectively solves problems. He shares an anecdote about a colleague at Modal |
|
Vouch Published: 2026-02-08 | Origin: Hacker News The content discusses a community trust management system based on explicit vouches to facilitate interactions within a project. Participants must be vouched for to access certain project areas, and they can also be denounced to restrict participation. The system is designed to be generic and easily applicable to any project, with built-in integration for GitHub. Trust can be expanded through interconnected vouch lists across projects, allowing users deemed trustworthy in one project to be trusted in others. This system is currently experimental, implemented by Ghostty |
|
Haskell for all: Beyond agentic coding Published: 2026-02-08 | Origin: Hacker News The author expresses a generally positive view of AI but critiques "agentic coding," stating it often does not enhance productivity and can reduce user comfort with codebases. This conclusion is based on personal experiences, interviews with job candidates who performed poorly when using such tools, and research studies that show users of agentic coding do not achieve better outcomes. While the author sees potential for improvement in agentic coding, they assert it currently harms software development. Instead, the author advocates for exploring alternative AI solutions in software |
|
Show HN: LocalGPT – A local-first AI assistant in Rust with persistent memory Published: 2026-02-08 | Origin: Hacker News The content discusses a local AI assistant called LocalGPT, which is built in Rust and features persistent memory and autonomous tasks, with a compact binary size of approximately 27MB. It is inspired by and compatible with OpenClaw. Users can install it via Cargo. LocalGPT utilizes plain markdown files for memory storage, indexed with SQLite for efficient keyword and semantic searches. Configuration settings are found in the `~/.localgpt/config.toml` file. The author shares the experience of building LocalGPT |
|
FOSDEM 2026 - Hacking the last Z80 computer ever made Published: 2026-02-08 | Origin: /r/programming The Z80 CPU was widely used in home computers during the 1980s, but its usage declined with the rise of 16-bit and 32-bit processors, primarily continuing in legacy systems like the Amstrad PCW. However, in 1999, Cidco introduced the MailStation, a new computer featuring a Z80 CPU running at 12 MHz and equipped with 128 kB of RAM. This device was designed specifically for sending and receiving emails, targeting users who found |
|
Netflix Engineering: Creating a Source of Truth for Impression Events Published: 2026-02-07 | Origin: /r/programming Failed to fetch content - HTTP Error - SSL_connect returned=1 errno=0 peeraddr=52.4.175.111:443 state=error: certificate verify failed (unable to get local issuer certificate) |
|
Microsoft appointed a quality czar. He has no direct reports and no budget. Published: 2026-02-07 | Origin: /r/programming Failed to fetch content - HTTP Status - 403 |
|
One API to Rule Them All: Migrating from zod-openapi to ConnectRPC Published: 2026-02-07 | Origin: /r/programming The article discusses the challenges faced by the author’s team when maintaining two separate APIs: tRPC for internal use due to its type safety, and a REST API for public use. This "Split Stack" problem led to increased complexity and bugs. To resolve this, they are creating ConnectRPC, a schema-first API that combines the benefits of both tRPC and REST. ConnectRPC offers type safety while being accessible, using the Buf ecosystem for effective client generation and execution of constraints. The author emphasizes the |
|
Let's compile Quake like it's 1997! Published: 2026-02-07 | Origin: /r/programming The early development of Quake began with executables like quake.exe and vquake.exe, which were created on an HP 712-60 running NeXT and cross-compiled using DJGPP on a DEC Alpha server. In June 1996, id Software transitioned to using Windows NT for subsequent versions like winquake.exe, glquake.exe, and QuakeWorld, which were developed with Visual C++ 4.X. The article outlines how to recreate the process of building the win32 binaries |
|
Brookhaven Lab's RHIC concludes 25-year run with final collisions Published: 2026-02-07 | Origin: Hacker News Failed to fetch content - HTTP Status - 403 |
|
Speed up responses with fast mode Published: 2026-02-07 | Origin: Hacker News You can achieve quicker Opus 4.6 responses in Claude Code by enabling fast mode. The page also includes sections on company information, help and security, learning resources, and terms and policies. |
|
SectorC: A C Compiler in 512 bytes (2023) Published: 2026-02-07 | Origin: Hacker News SectorC is an incredibly compact C compiler designed to fit within the 512-byte boot sector of an x86 machine, likely making it the smallest C compiler ever created. Although it only supports a subset of C, it is capable enough to write interesting programs using features like global variables, functions, control flow statements, and inline machine code. The project was inspired by previous work and ideas related to code deobfuscation and other minimalist programming languages, with the creator initially doubting the feasibility of fitting |
|
Running Clojure inside SwiftUI Published: 2026-02-07 | Origin: /r/programming Of course! However, I would need the content you'd like me to summarize first. Please provide the details, and I'll assist you! |
|
The Machine Learned Our Language Published: 2026-02-07 | Origin: /r/ruby Failed to fetch content - HTTP Status - 403 |
|
Software factories and the agentic moment Published: 2026-02-07 | Origin: Hacker News The text outlines the establishment of a Software Factory by Justin McCarthy (co-founder and CTO) and his team, Jay Taylor and Navan Chauhan, at StrongDM. The focus is on a non-interactive development process where specifications and scenarios guide agents to autonomously write and execute code, minimizing human intervention. This initiative was inspired by advancements in AI, particularly the release of Claude 3.5 in late 2024, which improved long-horizon coding workflows and reduced error accumulation that plagued |
|
How to Make Package Managers Scream (FOSDEM'26) Published: 2026-02-07 | Origin: /r/programming Of course! Please provide the content you'd like summarized, and I'll be happy to help. |
|
Hoot: Scheme on WebAssembly Published: 2026-02-07 | Origin: Hacker News Hoot is a project designed for executing Scheme code in web browsers that support WebAssembly (Wasm) and garbage collection. It includes a compiler that converts Scheme to Wasm and provides a comprehensive toolchain. Built on Guile, Hoot operates independently without any extra dependencies and includes a Wasm interpreter for testing binaries within the Guile REPL. The current release version is v0.7.0. |
|
LLMs as natural language compilers: What the history of FORTRAN tells us about the future of coding. Published: 2026-02-07 | Origin: /r/programming Large Language Models (LLMs) have rapidly evolved, transforming from simple chat responders to sophisticated task coordinators capable of completing the work of entire engineering teams. As the usage of Stack Overflow among programmers has declined by 77% since 2022, many developers are now relying on tools like ChatGPT and coding agents for assistance. These agents can accomplish impressive tasks, such as rapidly building prototypes, but they also have limitations. The author shares a personal experience of using coding agents to develop a full-stack |
|
OpenCiv3: Open-source, cross-platform reimagining of Civilization III Published: 2026-02-06 | Origin: Hacker News OpenCiv3, previously known as "C7," is an open-source, cross-platform reimagining of Civilization III developed by the fan community using the Godot Engine and C#. Its aim is to enhance the original game for modern players and modders by removing arbitrary limits, fixing bugs, expanding mod capabilities, and supporting updated graphics and platforms. Currently in early pre-alpha development, the game is playable but lacks full mechanics and content, and may contain errors. The team has recently announced |
|
Show HN: Look Ma, No Linux: Shell, App Installer, Vi, Cc on ESP32-S3 / BreezyBox Published: 2026-02-06 | Origin: Hacker News The content discusses a demo called BreezyBox, which showcases how to transform an ESP32-S3 microcontroller into a compact, instant-on PC with its own shell, editor, compiler, and app installer, akin to a Raspberry Pi but without the complexities of a full-scale OS. The creator emphasizes the underestimated potential of the ESP32 in the maker community for such applications. BreezyBox is designed to provide essential features like a basic virtual terminal, current working directory tracking, UNIX-like commands |