AI Summarized Hacker News

Front-page articles summarized hourly.

What Happens to an Economy When It's Too Hot to Work?

Could not summarize article.

HN Comments

The MilkV Jupiter 2/SpacemiT K3 (RISC-V vector compute)

MilkV Jupiter 2 / SpacemiT K3 is a compact 16‑core RISC‑V SBC (8 A100 RVV + 8 X100) with 32 GB RAM, 128 GB onboard UFS, 10 GbE SFP, Wi‑Fi 6, and a PowerVR GPU. First boot on SpacemiT’s Bianbu 4.0 is smooth; boot chain uses NOR→OpenSBI→U‑Boot→UFS. Toolchains (GCC 15.2 riscv64, Go 1.25) and GPU drivers are ready; Vulkan 1.3 and OpenCL 3.0 work. Memory bandwidth bottlenecks AI performance, though A100 RVV cores enable usable small‑model inference; larger models are slow. ONNX runtime is included; Linlon NPU is not driver‑accessible. Overall, mature for a RISCV board with solid thermals and potential for local AI workloads.

HN Comments

Codex for open source

Could not summarize article.

HN Comments

Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models

WSJ 404 error page: the requested article isn’t found. The page lists popular articles and podcasts, including pieces on backdoor college admissions, Trump’s age and visibility, Trump’s name removal from a Kennedy Center building, and podcasts about AI, SpaceX IPO, Knicks Fever, and SpaceX’s market value.

HN Comments

Texas is America Inc's new centre of gravity

Could not summarize article.

HN Comments

Tessera – a consent-gated tunnel that's blind to your traffic

Tessera is a consent-gated remote-access broker with three Go binaries: coordinator (broker), agent (host), and tessera (guest). A guest requests access to a local resource; the host approves at a terminal, and the agent forwards a scoped port to the guest via the coordinator. Every request, approval, and session event is logged in an append-only audit log. It is not a VPN: no persistent ports or tokens and sessions are ephemeral. Use cases include pair programming, support, and debugging. Deploy via Docker or bare binaries; uses mTLS and end-to-end TLS.

HN Comments

Running DOS on Behringers DDX3216 with a DIY x86-Bios from Scratch

Behringer DDX3216 contains an AMD Elan SC300 386SX. The author built a DIY x86 BIOS from scratch to boot DOS, exploring the real‑mode reset vector, 64K ROM layout, and boot flow. They used PicoROM/OneROM to emulate ROM for rapid testing, wired an external TLC16C552 UART, and created an 8×8 ASCII font for the LCD. Implemented IVT, BDA, 8254 timer, keyboard adapter, and CF‑card access via MMS mapping. DOS 6.22 was elusive; FreeDOS 1.4 booted in QEMU and then from CF‑card. Source on GitHub.

HN Comments

GameBoy Workboy

Access to tcrf.net is blocked (403). The block may be due to VPNs/proxies, blocked networks, automated bots, or extensions attempting to download many files. If you were able to view pages before, disable extensions or tools that download everything at once, or turn off your VPN/proxy. The site cites a long-running DDoS attack and notes you may have little recourse if blocked.

HN Comments

PwC Report: AI Making Medical Bills Higher

AI was expected to cut health costs, but a PwC report finds hospitals using AI to bill more per visit. AI-driven 'coding intensity' leads to higher severity codes, inflating payouts. For example, BCBS analysis shows acute posthemorrhagic anemia codes rose from 4% to 12.3% of maternity admissions (2022–2025) while transfusions barely changed. Audits found many cases didn’t meet diagnostic criteria. AI added about $22 million to maternity spending in three years. Overall, AI is a cost driver, though labor and supplies remain larger factors; it could also cut costs by reducing admin work or improving diagnosis.

HN Comments

Trophic memory, deer, and a unique scientific object

Dr. Michael Levin argues that deer antlers exemplify trophic memory: injuries in the antler’s branching guide next year’s growth with an ectopic tine, a memory stored in the tissue’s physiological state rather than in DNA. Building on the Bubenik collection, he shows similar pattern-memory phenomena in planaria that become two-headed after bioelectric modulation, a trait heritable through regeneration; and in axolotl limbs that lose regenerative ability with repeated cuts. The work portrays a writable, cell‑collective memory underlying morphogenesis, with profound regenerative‑medicine and evolutionary implications.

HN Comments

Show HN: Verso – A $14.99 Mac word processor with no subscription

Verso is a Mac-native, offline word processor with zero tracking for distraction-free writing. It’s a one-time purchase ($14.99 after a 7‑day trial) with no subscriptions. Highlights: Focus Mode; Track Changes with per-edit underlines; multiple page colors/backgrounds; opens Word files without import; exports to PDF; supports .docx,.doc,.odt,.rtf,.md,.html,.pdf and more; 16-language UI with native localization; comments and resolve; Markdown round-trip with syntax-highlighted code blocks; tables, headers/footers, TOC; LaTeX math; Mermaid diagrams; pinch-to-zoom; layout persists.

HN Comments

Amazon CEO's Talks with U.S. Officials Triggered Crackdown on Anthropic Models

WSJ 404 page not found. It states the page can’t be located and offers to email support for site issues. It also highlights popular articles: “Students Are Using a Backdoor to Attend Their Dream Schools”; “At 80, Trump Is Everywhere and Showing Signs of Age”; “Kennedy Center Says It Has Removed Trump’s Name From Building.” Latest podcasts cover AI, SpaceX’s IPO, Knicks Fever, and SpaceX as America’s 6th most valuable public company.

HN Comments

GLM 5.2 Is Out

Z.ai launches GLM-5.2, adding a usable 1-million-token context window for long-horizon, agentic coding tasks. API and chatbot services roll out next week, with an MIT-licensed open-source release promised the same week (exact weights/inference timing TBD). GLM-5.2 is available to all GLM Coding Plan users (Lite/Pro/Max/Team) and offers two thinking levels (High and Max) for coding tasks.

HN Comments

What about OpenCL and CUDA C++ alternatives?

OpenCL aimed for portable AI compute but failed as a standard due to coopetition, slow committee progress, and fragmentation; Apple abandoned it for Metal, vendors kept forks, and OpenCL lacked Tensor Cores, causing 5–10x AI slowdowns vs CUDA. NVIDIA’s strategy co-designed CUDA libraries with TensorFlow/PyTorch, keeping CUDA ahead. Key lessons: provide a real reference implementation, strong leadership, rapid evolution, developer love, and an open, non‑fragmented community. The piece also surveys AI compilers (TVM, MLIR/OpenXLA) and teases Mojo/MAX in the next post.

HN Comments

The adder at the heart of Intel's 8087 floating-point chip

Ken Shirriff explains that the 8087’s arithmetic heart is a 69-bit input, 70-bit output adder in the fraction datapath, with 3 rounding bits (Guard, Round, Sticky) and potential extra bit for B doubling. It is built from 4-bit blocks using a Manchester carry chain with a carry-skip circuit to speed carries, implemented in NMOS with precharged 5V carry lines. Despite block division, additions take two clock cycles. Division, multiplication, and square root are hardware loops controlled by microcode. The design balances hardware complexity and performance, underscoring the adder’s central role in the 8087.

HN Comments

AI Coding at Home Without Going Broke

Three paths to AI coding at home: self-host with costly upfront hardware and weaker local models; API access to open-source models (no hardware, easy switching, e.g., OpenRouter); and frontier subscriptions from OpenAI/Anthropic with bundled tokens but metered use. Best is a blend: frontier for hard thinking and spec writing, open-source models via API for mechanical tasks, with a spec-driven approach. This can match a 20-engineer team's output in a month for about $1,000, depending on token usage.

HN Comments

Appreciating Exif

Brent Fitzgerald's Appreciating Exif explains image metadata, focusing on Exif (a TIFF-based format) used by cameras and phones to store data like orientation, timestamps, camera make/model, and thumbnails. In JPEGs, Exif sits in APP1; the orientation tag (0x0112) in IFD0 uses values 1–8 to describe display rotation. Exif is optional and can be stripped; newer formats carry metadata differently. The piece recommends exiftool for inspection, normalizing orientation before pixel processing, and stripping metadata for privacy. It also covers related metadata (XMP, IPTC, ICC, C2PA) and cross-language libraries.

HN Comments

Orthodox C++

Orthodox C++ is a minimal subset of C++ (C+) that rejects modern features (exceptions, RTTI, streams, heavy STL allocations, modules, excessive metaprogramming) in favor of simple, readable, C-like code that works with older compilers and uses the C runtime. It prefers printf-style I/O over iostreams and avoids runtime costs and complexity. Use of modern features is kept conservative, generally only after compiler/standard support matures (roughly C++ year+5). The article includes a Hello World example, notes on safety of modern features, revision history, and related ideas.

HN Comments

RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8

Built a dual-GPU local LLM rig (RTX 5080 + RTX 3090) that runs Qwen 3.6 27B Q8 at 80–90 tokens/s. Hardware: Asus Prime X570-Pro with 16x PCIe split to 2×8, plus a PCIe 4 riser. BIOS tweaks: disable CSM, Above 4G Decoding enabled, ReSize BAR auto, both PCIe slots Gen4. Drivers: use patched nvidia-open driver for mixed GPUs; verify with nvidia-smi. Software: llama.cpp with CUDA archs 86;120 and NCCL=OFF; startup: llama-server with Huihui-Qwen3.6-27B-abliterated-ggml-model-Q8_0.gguf plus MTP and ngram-mod. Check PCIe speeds via lspci.

HN Comments

Treating pancreatic tumours may have revealed cancer's master switch

Could not summarize article.

HN Comments

Made by Johno Whitaker using FastHTML