Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 18 min 12 sec ago

Show HN: Explain Curl Commands

Sat, 02/28/2026 - 6:55pm
Categories: Hacker News

Poll: Code with AI or Not?

Sat, 02/28/2026 - 6:45pm

Comments URL: https://news.ycombinator.com/item?id=47201826

Points: 3

# Comments: 0

Categories: Hacker News

Show HN: Xmloxide – an agent made rust replacement for libxml2

Sat, 02/28/2026 - 6:44pm

Recently several AI labs have published experiments where they tried to get AI coding agents to complete large software projects.

- Cursor attempted to make a browser from scratch: https://cursor.com/blog/scaling-agents

- Anthropic attempted to make a C Compiler: https://www.anthropic.com/engineering/building-c-compiler

I have been wondering if there are software packages that can be easily reproduced by taking the available test suites and tasking agents to work on projects until the existing test suites pass.

After playing with this concept by having Claude Code reproduce redis and sqlite, I began looking for software packages where an agent-made reproduction might actually be useful.

I found libxml2, a widely used, open-source C language library designed for parsing, creating, and manipulating XML and HTML documents. Three months ago it became unmaintained with the update, "This project is unmaintained and has [known security issues](https://gitlab.gnome.org/GNOME/libxml2/-/issues/346). It is foolish to use this software to process untrusted data.".

With a few days of work, I was able to create xmloxide, a memory safe rust replacement for libxml2 which passes the compatibility suite as well as the W3C XML Conformance Test Suite. Performance is similar on most parsing operations and better on serialization. It comes with a C API so that it can be a replacement for existing uses of libxml2.

- crates.io: https://crates.io/crates/xmloxide

- GitHub release: https://github.com/jonwiggins/xmloxide/releases/tag/v0.1.0

While I don't expect people to cut over to this new and unproven package, I do think there is something interesting to think about here in how coding agents like Claude Code can quickly iterate given a test suite. It's possible the legacy code problem that COBOL and other systems present will go away as rewrites become easier. The problem of ongoing maintenance to fix CVEs and update to later package versions becomes a larger percentage of software package management work.

Comments URL: https://news.ycombinator.com/item?id=47201816

Points: 2

# Comments: 0

Categories: Hacker News

Jails for NetBSD

Sat, 02/28/2026 - 6:43pm
Categories: Hacker News

Show HN: I built a tool to translate and declutter articles for my immigrant mom

Sat, 02/28/2026 - 6:42pm

Hello HN,

I built DuLink to solve a personal problem: my primary language is English, but my mother’s primary language is Mandarin Chinese. I often find articles on health or current events that I want to share with her, but the friction of copy/pasting and Google Translate meant she rarely read them.

What it does:

DuLink takes an article URL, extracts the core content to strip out clutter, and then generates a static, translated reading view. It preserves the semantic HTML structure (headers, lists) but removes the original site's JS and ad tracking.

The "Why":

Existing tools either translate the entire messy page (including nav menus/footers) or require the recipient to install an extension. I wanted something truly simple. A "fire and forget" link that removed every obstacle. No setup, no extra tools, just open and understand. I also added audio playback because reading dense text on a phone can be tiring, especially for aging eyes. Sometimes listening is simply easier.

I built this for a personal use case, but I'm sharing it here for anyone who wants to share something meaningful across languages. If it helps you bridge that gap, I'd love to hear about it.

Any feedback is welcome.

https://dulink.click/

Comments URL: https://news.ycombinator.com/item?id=47201793

Points: 1

# Comments: 0

Categories: Hacker News

TOSTracker – Clause Adoption over Time

Sat, 02/28/2026 - 6:42pm

Article URL: https://tostracker.app/time-series

Comments URL: https://news.ycombinator.com/item?id=47201787

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude-powered Chrome sidebar and Python automation scripts

Sat, 02/28/2026 - 6:41pm

Built two small tools this weekend that scratch my own itch:

1. Chrome extension — injects an AI sidebar into any webpage. Alt+A to toggle. Summarize, ask questions about page content, improve selected text. Manifest V3, vanilla JS, shadow DOM for style isolation. Uses your own Anthropic API key directly from the background service worker (~$0.001/request with Haiku).

2. Python script pack — 5 scripts for common business tasks: lead enrichment with ICP scoring, cold email generation (3 variations), SEO content outlines, meeting notes summarizer, LinkedIn post writer. Plain Python, anthropic SDK, no framework. Batch mode on the CSV-heavy ones.

Both at $9 on Gumroad. Source code, you own it, modify freely.

Happy to answer questions about the Manifest V3 shadow DOM approach or the Claude API integration — had some interesting CORS issues to work through.

Comments URL: https://news.ycombinator.com/item?id=47201769

Points: 1

# Comments: 0

Categories: Hacker News

Lights Out 4D

Sat, 02/28/2026 - 6:29pm

Article URL: https://www.nan.ma/lights_out_4d/

Comments URL: https://news.ycombinator.com/item?id=47201658

Points: 1

# Comments: 0

Categories: Hacker News

A.I. Isn't People

Sat, 02/28/2026 - 6:29pm
Categories: Hacker News

Pages