AI Summarized Hacker News

Front-page articles summarized hourly.

Ontario auditors find doctors' AI note takers routinely blow basic facts

Ontario auditors found AI Scribe systems used by physicians frequently misstate facts. In a test of 20 approved tools, 9 fabricated information or suggested unrecorded treatments; 12 inserted incorrect drug details; 17 missed key mental health issues; 6 fully or partially missed mental health details. Accuracy counted for only 4% of the score, while domestic presence weighed 30% and safeguards were small. No mandatory attestation was required. More than 5,000 physicians participate; no known patient harms reported. Recommends manual note review and a revamped evaluation focused on accuracy and safeguards.

HN Comments

'Millions' of pounds saved by replacing Palantir tech in refugee system

UK MHCLG says it saved millions by replacing Palantir’s Foundry-based Homes for Ukraine IT system with an in-house solution. The Homes for Ukraine scheme matched hosts with Ukrainian refugees; Palantir had offered initial free support and later won contracts totaling about £10m. The in-house platform, described as more flexible and secure, aimed to cut running costs and gain sovereign control over data and code. Palantir says it helped accelerate refugee resettlement; the new system was brought into operation by September 2025.

HN Comments

A few words on DS4

DS4 (DwarfStar 4) by antirez has exploded in popularity as a practical, single-model local AI experience, leveraging a fast frontier model and a 2/8-bit quantization that fits 96–128GB RAM. The author notes intense weeks and envisions the space being defined by the best open weights that run practically fast on high‑end Macs or 'GPU in a box' setups. Next contenders may include a refreshed DeepSeek v4 Flash tuned for coding, plus specialized variants (ds4-coding, ds4-legal, ds4-medical). Planned focus: quality benchmarks, a coding agent, CI hardware, more ports, and distributed inference.

HN Comments

Show HN: I built a Web-Scraper API that is 6-7x more efficient than current ones

Runo is a web scraping API that returns typed JSON by applying a plain JSON schema to a URL. It supports /extract, /batch, and /crawl, with static keys or per-request dynamic schemas. It coerces fields to types (string, float, date, array, etc.) and returns null for unresolvable fields. It uses a fetch-first strategy and auto-escalates to Playwright headless JS rendering when needed. It offers bot/CAPTCHA bypass with proxies on higher plans and emphasizes resilience to site changes. Pricing: Free tier (500 requests/mo), Starter $17, Pro $59, Scale $449, with overage options.

HN Comments

Wrap Go binaries in Python wheels

Wraps Go binaries in Python wheels. Cross-compiles a Go module for multiple platforms and packages the binaries as platform-tagged wheels installable via pip or pipx. Requires Go. Install with pip install go-to-wheel or pipx install go-to-wheel. Quick start: go-to-wheel path/to/go-module (produces wheels in ./dist for linux, macOS, Windows). Key options: --name, --version, --output-dir, --entry-point, --platforms, --go-binary, --description, --license, --author, --author-email, --url, --requires-python, --readme, --set-version-var, --ldflags. How it works: GOOS/GOARCH with CGO_ENABLED=0 to build static binaries; wraps in a Python package and uploads as a wheel. See also maturin and pip-binary-factory.

HN Comments

OVMS: Open source electric vehicle remote monitoring, diagnosis and control

OVMS is an open-source electric vehicle telemetry and control system offering live monitoring of vehicle metrics (state of charge, temperatures, tire pressures, diagnostics) with push alerts for critical events (charge abort, battery cell failure, theft). It enables remote control of charging, climate, and tuning, with scripting to interface with external charge systems. Includes a web app and Android/iOS apps, MQTT for home automation, and data logging to SD card and servers. For developers, it provides multiple CAN buses, OBD2 translation, a DBC decoder, CANopen tools, SSH, WebSocket streaming, and CAN frame injection. GitHub-hosted.

HN Comments

Claude for Legal

Claude for Legal is an Anthropic suite of vertical plugins for legal workflows. It provides practice-area plugins (commercial, corporate, IP, privacy, regulatory, etc.) with named agents and connectors to legal tools (Westlaw, CourtListener, Ironclad, DocuSign, iManage, Everlaw, etc.). It can run as Claude Cowork, Claude Code, or via Managed Agents API, each plugin using a practice profile built through a cold-start interview. Outputs are draft reviews for attorney sign-off; it emphasizes a governance/trust layer and supports Word/Excel outputs and Microsoft 365 integration.

HN Comments

Saying Goodbye to one line of APL

An APL-obsessed game developer describes building a voxel game in Dyalog APL and a single line of code that computes which faces of a chunk are exposed. Using 3D boolean arrays solid and edges, shifting and outer product logic identifies visible faces; inspired by Game of Life. After inefficiencies, he added padding to avoid edge checks, dramatically reducing geometry and memory usage (vertices from 31.4M to 6.2M; video memory from 261MB to 72MB; render time from 11.2ms to 2.14ms). He merged it into a new line and says goodbye to the old one, reflecting on learning APL and DYNA26.

HN Comments

Tesla Wall Connector bootloader bypasses the firmware downgrade ratchet

Synacktiv reports a bypass of Tesla Wall Connector Gen 3 anti-downgrade. After 24.44.3, the updater enforces a security ratchet stored in persistent memory and firmware segments carry VRSN/VRS2 data; the bootloader does not check the ratchet. The attack doubles the update sequence: push a current firmware to the passive slot and run 0x201 to commit a partition layout, then re-prepare the same slot to erase that image, and finally reboot with an old signed firmware. The bootloader will load it because the ratchet check never ran. Tesla patched it via OTA; risk persists until boot-time enforcement is universal.

HN Comments

The Biochemical Beauty of Retatrutide: How GLP-1s Work

An overview of GLP-1 agonists (e.g., semaglutide, tirzepatide, retatrutide) that curb appetite by signaling the brain calories are consumed. The piece explains energy metabolism: glucose, glycogen, fat, and ATP, and how hormones—GLP-1, GIP, insulin, glucagon—regulate hunger, energy use, and storage. Retatrutide targets GLP-1R, GIPR, and glucagon receptors, combining appetite suppression with enhanced energy expenditure; drugs are engineered for longer half-life by attaching fatty chains. Side effects include digestive issues, injection-site reactions, fatigue; rodent data raise thyroid-cancer concerns; drug interactions possible.

HN Comments

Work with Codex from Anywhere

Could not summarize article.

HN Comments

RISC-V Router

Start9's RISC-V Router is an open, home self-hosting router built on a SpacemiT K1 8-core RISC-V with 4GB RAM, 16GB eMMC, 1× WAN Gb, 1× LAN Gb, and Wi‑Fi 6. It runs OpenSBI/U-Boot and StartWRT (OpenWrt fork) with a fully open boot stack and board schematics; Wi‑Fi firmware remains closed. It emphasizes per‑device Security Profiles, Identity PSK, inbound/outbound VPNs (VPN chaining), dynamic DNS, and Wi‑Fi blackout schedules. Shipping by Sept 2026; pre-orders fund development and are non-refundable.

HN Comments

Amazonbot is finally respecting robots.txt

Amazonbot will begin honoring robots.txt directives from June 15, 2026, giving site owners direct control over how it crawls their sites. Crawl preferences can be set at page, directory, or site level via robots.txt, with details in Amazon’s developer docs. The post notes the email’s apparent provenance (Outlook for Mac) and discusses implications for scraping tools like Anubis, including plans to merge these changes if not already present, plus standard author disclaimers.

HN Comments

DIY open-source ultrasound hardware on the rp2040/rp2350

pic0rick is the current recommended un0rick ultrasound board, replacing FPGA-based designs with RP2040/RP2350, delivering 60 Msps 10‑bit ADC and AD8331 TGC, plus a ±25 V HV board. It’s a modular three-board system (main, pulser, HV) with RP2040 PIO timing for sub‑µs pulse-echo sequencing in C/C++ (Arduino‑like) without HDL tools. PMOD extensions enable VGA real-time display and transducer multiplexing. Open-source hardware (KiCad) with OSHWA OHL; software under GPL, docs under CC BY-SA. Compared to older boards, cheaper, simpler, FPGA-free timing; suitable for NDT and pulse‑echo tomography.

HN Comments

Porting 3D Movie Maker to Linux

Ben Stone describes 3DMMEx, a Linux port of Microsoft’s 3D Movie Maker, making it the first known non-Windows fork. With the 2022 MIT-licensed source release, he teamed with Mark Cave-Ayland to port to Linux and SDL. They tackled a non-standard C++/Win32/Kauai framework, x86 assembly, and two static libraries (BRender, AudioMan). AudioMan was decompiled; a cross-platform miniaudio-based audio backend was added; SDL replaced Win32 GUI; 64-bit fixes and UTF-8 handling added. 3DMMEx now runs on Linux, though mouse dragging is imperfect. More ports and binary releases planned; GitHub project.

HN Comments

Germany's Sovereign Tech Fund Backs KDE with €1.3M

Germany’s Sovereign Tech Fund granted KDE €1.285 million to strengthen KDE core infrastructure (Plasma, KDE Linux) and security, joining STF’s earlier support for GNOME (€1m in 2023) and FreeBSD/Samba (2024). KDE Linux (Project Banana) is an immutable Arch-based distro in development, inspired by SteamOS/ChromeOS, with Igalia involvement. The funding highlights Europe’s push for digital sovereignty and homegrown OS options. France’s DINUM is pursuing a sovereign OS approach via a Nix-generated immutable image (Sécurix/Bureautix) rather than a full distro.

HN Comments

WinUI 3 Performance: A Leap Forward

WinUI 3 performance is being aggressively improved to make apps faster. The team is focusing on launch-time improvements, using File Explorer and Notepad as benchmarks. Early results from the WinUI portion of File Explorer launch show: 41% fewer transient allocations, 63% fewer function calls, 45% less time spent in WinUI code, and a 25% reduction in overall launch time. Changes will ship from the development branch soon (winui3/main) and into WinAppSDK 2.x where feasible, with opt-in breaking changes (e.g., optimized default control styles) and a potential move to opt-out in 3.0+/4.0+.

HN Comments

German intelligence offices snub Palantir software

Germany’s domestic intelligence service (BfV) reportedly rejected Palantir in favor of French rival ChapsVision, though no official confirmation exists. The decision centers on AI-enabled tools for counterintelligence and counterterrorism, amid planned legal reforms on surveillance, AI, and facial recognition. Civil-society groups (GFF and others) warn about transparency and potential fundamental-rights encroachments, while Palantir’s CEO criticizes Germany’s debate as restrictive. Parliament will have the final say on the reforms.

HN Comments

Grok Build

The page states that access to x.ai is blocked by Cloudflare’s security protection. It explains the block can be triggered by certain inputs or malformed data and suggests contacting the site owner with details of what you were doing and the Cloudflare Ray ID to resolve it.

HN Comments

London's Smallest Public Sculptures

A 403 Forbidden error indicating the page access is blocked.

HN Comments

Made by Johno Whitaker using FastHTML