HackerNews Digest

April 04, 2026

Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw

None
Read full article →
Comments converge on frustration with Anthropic’s recent restrictions on third‑party tools such as OpenClaw, viewed as a capacity‑management or cost‑control measure that undermines subscription value. Many users report hitting limits, deem the pricing excessive, and plan to downgrade, switch to competing services, or adopt local/open‑source models. Others accept the constraints as a natural response to rapid usage growth and suggest using the API or adjusting expectations. A recurring theme is criticism of the business decision’s impact on developers and startups, alongside calls for alternative, more transparent solutions.
Read all comments →

Artemis II crew take “spectacular” image of Earth

Artemis II astronauts captured a “Hello, World” photograph showing the Atlantic Ocean beneath a thin atmospheric glow as Earth eclipses the Sun, with green auroras at both poles. Additional visual material includes: a full‑disk Earth view from space with visible clouds and aurora; a window view of Earth from inside the Orion capsule; a half‑Earth image; nighttime illumination of city lights with the planet fully occulting the Sun; a comparative set of Earth photos taken from the Moon in 1972 and 2026; several launch sequences showing the Space Launch System and Artemis rockets lifting off amid bright flames, smoke and surrounding structures. One unrelated image depicts a koala on Kangaroo Island. The collection emphasizes the spacecraft’s Earth‑observation perspective and the visual impact of the Artemis II mission’s launch and orbit phases.
Read full article →
The comments collectively express admiration for the striking Earth photograph and curiosity about its technical details, such as the camera settings, ISO, orientation, and time of capture. Many note the night‑side illumination, the similarity of moonlight to sunlight, and the presence of aurorae, while also comparing image quality to older shots and discussing resolution and processing. Viewers frequently reference the image’s impact on perspective, dismiss flat‑Earth claims, and request higher‑resolution versions, though a few criticize NASA’s presentation or question the usefulness of the image.
Read all comments →

Show HN: Travel Hacking Toolkit – Points search and trip planning with AI

The repository **travel‑hacking‑toolkit** provides an AI‑driven workflow for finding award‑flight and cash‑price options, comparing points versus cash, and managing loyalty balances. It integrates two AI back‑ends—OpenCode and Claude Code—via Model Context Protocol (MCP) servers that expose real‑time travel APIs (Skiplagged, Kiwi, Trivago, Ferryhopper, Airbnb, Seats.aero, Duffel, SerpAPI, etc.). A setup script (`scripts/setup.sh`) configures the chosen AI, creates API‑key files, installs dependencies, and optionally installs the skills directory system‑wide. Skills are markdown files containing endpoint docs, curl examples, jq filters, and workflow guidance; they are stored under `skills/` and symlinked to `~/.config/opencode/skills/` or `~/.claude/skills/`. Core data files (`alliances.json`, `hotel‑chains.json`, `partner‑awards.json`, `points‑valuations.json`, `sweet‑spots.json`, `transfer‑partners.json`) encode airline alliances, hotel programs, award relationships, valuation ranges, high‑value redemption windows, and credit‑card transfer ratios. The typical workflow queries award availability (Seats.aero), cash prices (SerpAPI/Skiplagged), portal value (dynamic CPP rates), balances (AwardWallet), and generates booking links (Seats.aero/Duffel). The project is MIT‑licensed.
Read full article →
The comments convey strong approval and enthusiasm for the travel‑itinerary tool, highlighting its practical value for planning trips and complementing existing travel‑hacking strategies. Users appreciate the broader context of agentic automation beyond mainstream hype and view the offering as a useful addition to personal toolkits, with some already recommending it to partners. Reference to the tool’s presence in Claude’s official use‑case materials reinforces perception of legitimacy and relevance. Overall sentiment is uniformly positive, focusing on utility, excitement to try it, and alignment with automation trends.
Read all comments →

iNaturalist

iNaturalist promotes a community platform for naturalists with mobile applications that operate on all devices. Users are encouraged to install the Android app from Google Play and the iPhone app from the Apple App Store, enabling observation of flora and fauna even without cellular or Wi‑Fi connectivity. The page includes visual references: screenshots of the Android app listing, the iPhone app listing, the main iNaturalist interface, the iNaturalist app icon, and the Seek app icon. These images reinforce the availability of cross‑platform software for field data collection and identification.
Read full article →
Comments express strong appreciation for iNaturalist’s open API, ease of use, and community benefits, highlighting successful projects, educational value, and contributions to scientific research. Simultaneously, users raise privacy concerns about publicly visible location data and potential misuse, referencing specific incidents and calling for better safeguards. Requests recur for technical guidance on handling large map visualizations, feature enhancements such as offline data management, model access, and interoperability with other citizen‑science platforms. Overall sentiment balances enthusiasm for the platform’s impact with calls for improved privacy and expanded functionality.
Read all comments →

Delve Removed from Y Combinator

None
Read full article →
Comments highlight that the company appears in the directory but its link leads to a 404 error, indicating a lack of accessible information. Users also question the legal standing of the chief information security officer, suggesting concerns about potential misconduct. The discussion references allegations that the firm duplicated an open‑source tool and marketed it as proprietary, reflecting broader doubts about the company’s transparency and ethical practices. Overall, the tone is skeptical and critical of the organization’s credibility.
Read all comments →

Herbie: Automatically improve imprecise floating point formulas

Herbie is a tool that automatically rewrites floating‑point expressions to improve numerical accuracy. Users start it with `racket -l herbie web` (or `herbie`) and interact through a browser UI. An example (`sqrt(x+1)‑sqrt(x)`) shows Herbie increasing accuracy from 53.2 % to 99.7 % and sometimes reducing runtime. The tutorial demonstrates fixing bug 208 in JavaScript’s `math.js` complex square‑root implementation. The core computation: ```js var r = Math.sqrt(x.re*x.re + x.im*x.im); 0.5 * Math.sqrt(2.0 * (r + x.re)) ``` is extracted, with `x.re` and `x.im` treated as independent float inputs and each branch (non‑negative/negative `x.im`) submitted separately. Input ranges are limited (e.g., `x.im ≥ 0`, `x.re` up to 1.79e308). Herbie generates several alternatives; the most accurate (≈84.6 %) inserts an `if` to avoid cancellation and replaces `sqrt` with `Math.hypot`. The resulting code snippet includes the conditional and uses `hypot` for a more stable distance calculation. Users can translate alternatives to target languages via the UI and repeat the process for other branches.
Read full article →
The feedback expresses uncertainty about the tool’s capabilities, questioning whether reformulations can be limited to non‑branching forms and seeking clarification on whether reported speedups refer to latency or throughput. Users are skeptical about the relevance of improvements when operating with values already scaled to a typical numeric range, and they doubt the accuracy gains shown in examples, noting apparent inconsistencies. The commentary also calls for clearer explanations of the problems addressed, suggests integrating robust accuracy enhancements into the language rather than relying on a separate library, and warns that reliance on such a tool might introduce additional errors.
Read all comments →

Show HN: I built a frontpage for personal blogs

The page is an aggregated front‑page of the IndieWeb “Blogosphere,” listing 50 recent posts across diverse personal and niche blogs. Entries are timestamped (mostly within the past six hours) and span categories such as art & design, daily life, digital gardens, food & drink, micro‑blogs, outdoor life, photography, pop‑culture, science & humanities, society & economics, and technology. Topics include a “Garbage, ‘Lovesong’” post, a haplogroup U8a1a analysis, news about a Jonathan Majors set incident, a review of *Night on Earth* (1991), cookbook collections, Hemingway writing advice, a *Spaceballs* sequel release date, vulnerability research, cognitive effects of coding agents, a technical series on building an LLM, and various personal updates (e.g., coffee bar, cat videos, art sales). The list showcases the IndieWeb’s decentralized content model, linking to external domains (e.g., Simon Willison’s weblog, Kottke.org, World of Reel) and providing brief titles with source attribution.
Read full article →
The comments are overwhelmingly supportive, praising the clean, lightweight design and the revival of human‑curated blog directories as a refreshing alternative to algorithmic feeds. Users appreciate both the minimal and modern interfaces, submit their own sites, and reference similar indie‑web projects. Common critiques focus on functional gaps: pagination limits, infinite‑scroll footer issues, missing search, language or quality filters, RSS support, dark mode, and options for voting, commenting, or personalized ranking. Suggestions also include better curation processes, handling spam, and modest UI enhancements, while a minority compare it to existing subreddit‑style aggregators.
Read all comments →

What changes when you turn a Linux box into a router

Turning a Linux host into a functional Wi‑Fi router requires seven kernel and userspace configurations: - **Enable IP forwarding** (`net.ipv4.ip_forward=1` via `/etc/sysctl.d/10-forward.conf`) so packets destined for non‑local addresses reach the FORWARD hook. - **Create a bridge (`br0`)** and add the wired NIC (`eth0`) directly and the wireless NIC (`wlan0`) indirectly via `hostapd` (`bridge=br0`). The bridge unifies L2 segments, presenting a single LAN address. - **Install nftables rules** on the FORWARD chain (default drop) to allow established/related inbound traffic from WAN (`eth0`) and new/established outbound traffic from LAN (`br0`). - **Activate conntrack** so stateful inspection can classify packets as `new`, `established` or `related`, enabling the minimal rule set. - **Define NAT/masquerade** in the POSTROUTING chain (`oifname "eth0" masquerade`) to translate private LAN addresses to the router’s public IP. - **Run dnsmasq** on `br0` to provide DHCP leases and DNS resolution, announcing the router’s IP as gateway and DNS server. - **Run hostapd** to put the Wi‑Fi card into AP mode, broadcast SSID, manage authentication, and attach the interface to `br0`. These steps collectively configure L3 routing, L2 bridging, firewalling, NAT, and wireless access point services on a multi‑homed Linux system.
Read full article →
Comments emphasize that enabling IPv4 forwarding on Linux instantly opens the system to routing, requiring explicit firewall configuration to prevent unintended exposure. Users criticize certain container platforms for activating forwarding without securing the traffic, noting that this can unintentionally make a host an open router. Several contributors share personal experiences, ranging from abandoning complex firewall setups in favor of dedicated appliances to recalling early, self‑taught networking projects that fostered long‑term technical confidence. The overall tone combines caution about default policies with nostalgic pride in hands‑on learning.
Read all comments →

The house is a work of art: Frank Lloyd Wright

None
Read full article →
The comments express strong admiration for Frank Lloyd Wright’s work, highlighting Fallingwater and the Currier Museum’s Wright houses as must‑see architectural experiences that evoke emotional, even reverent, responses. The Zimmerman House is praised for its warm aesthetic, while the Kalil/Usonian Automatic house is noted for its concrete gray tone and more relatable, attainable feel despite deviating from Wright’s typical warmth. Visitors also recommend related sites such as Taliesin and House on the Rock. There is a shared lament that contemporary, high‑priced housing often lacks the design quality of Wright’s legacy.
Read all comments →

Fake Fans

Chaotic Good Projects is a digital‑marketing agency that offers “narrative,” user‑generated‑content (UGC), fan‑page, and brand‑media services for musicians. Its core tactic is to create large numbers of fake fan accounts that post content, simulate trends, and seed “viral” TikTok clips, aiming to shape discourse and drive organic user engagement. The agency’s client roster spans mainstream pop acts (Dua Lipa, Shawn Mendes, Justin Bieber) and indie‑level artists such as Cameron Winter, Geese, Dijon, Mk.gee, Laufey, Wet Leg, Oklou, and Jane Remover. Founders Jesse Coren and Andrew Spelman describe posting “hundreds of times” to amplify a single release, using quote‑based videos that tie songs to everyday experiences. The article highlights how this model shifts promotional labor from artists to agencies, intensifies the algorithmic attention economy, and blurs the line between genuine fan communities and manufactured hype. It also notes the broader industry shift from traditional gatekeepers to short‑form platform virality, and reflects on the personal challenges musicians face in balancing touring, budgeting, and authentic audience connection.
Read full article →
The discussion rejects the notion that artistic works possess an inherent, predictable path to virality, attributing success instead to luck, early positioning, and financial promotion. It stresses that authentic, hyper‑local presence is increasingly scarce and valued, while recognizing that many creators lack marketing skill. The commentary also highlights prevalent paid promotion on social‑media accounts, noting substantial fees for sponsored posts, and observes the rise of fabricated comments on platforms such as TikTok, indicating widespread manipulation of perceived popularity.
Read all comments →