Hacker News
Show HN: Explain Curl Commands
Article URL: https://github.com/akgitrepos/explain-my-curl
Comments URL: https://news.ycombinator.com/item?id=47201911
Points: 1
# Comments: 0
Show HN: Salacia – The First Runtime OS for Agentic Coding
Article URL: https://startripai.github.io/Salacia/
Comments URL: https://news.ycombinator.com/item?id=47201885
Points: 1
# Comments: 0
Pentagon chief blocks officers from Ivy League schools and top universities
Article URL: https://fortune.com/2026/02/28/pentagon-officer-education-ivy-league-schools-universities-partners-ai-space/
Comments URL: https://news.ycombinator.com/item?id=47201882
Points: 3
# Comments: 0
As SuperAgers age, they make at least twice as many new neurons as their peers
Reading Doesn't Fill a Database, It Trains Your Internal LLM
Article URL: https://tidbits.com/2026/02/28/reading-doesnt-fill-a-database-it-trains-your-internal-llm/
Comments URL: https://news.ycombinator.com/item?id=47201856
Points: 1
# Comments: 0
Poll: Code with AI or Not?
Show HN: Xmloxide – an agent made rust replacement for libxml2
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
All Too Quiet on the Western Neuroenhancement Front
Article URL: https://warontherocks.com/2026/02/all-too-quiet-on-the-western-neuroenhancement-front/
Comments URL: https://news.ycombinator.com/item?id=47201812
Points: 1
# Comments: 0
B.A.S.E. – A standalone back end language with zero dependencies
Article URL: https://github.com/igorkalen/base
Comments URL: https://news.ycombinator.com/item?id=47201808
Points: 1
# Comments: 1
Jails for NetBSD
Article URL: https://netbsd-jails.petermann-digital.de/
Comments URL: https://news.ycombinator.com/item?id=47201802
Points: 1
# Comments: 1
Show HN: I built a tool to translate and declutter articles for my immigrant mom
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.
Comments URL: https://news.ycombinator.com/item?id=47201793
Points: 1
# Comments: 0
TOSTracker – Clause Adoption over Time
Article URL: https://tostracker.app/time-series
Comments URL: https://news.ycombinator.com/item?id=47201787
Points: 1
# Comments: 0
Private Intelligence Agency (PIA) Is People
Article URL: https://en.wikipedia.org/wiki/Private_intelligence_agency
Comments URL: https://news.ycombinator.com/item?id=47201782
Points: 1
# Comments: 0
Manifest (Skydeck Batch21) – open-source alternative to OpenRouter
Article URL: https://manifest.build/docs/introduction
Comments URL: https://news.ycombinator.com/item?id=47201775
Points: 1
# Comments: 0
Show HN: Claude-powered Chrome sidebar and Python automation scripts
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
Was Donald Trump right to strike Iran? Answer yes or no
Article URL: https://twitter.com/KatieMiller/status/2027889344363593876
Comments URL: https://news.ycombinator.com/item?id=47201754
Points: 1
# Comments: 1
Mercor acquires Sepal AI
Article URL: https://www.orrick.com/en/News/2026/02/Mercor-Acquires-Sepal-AI
Comments URL: https://news.ycombinator.com/item?id=47201725
Points: 1
# Comments: 0
A tale of two Wayland desktops
Article URL: https://troubles.noblogs.org/post/2026/02/27/a-tale-of-two-wayland-desktops/
Comments URL: https://news.ycombinator.com/item?id=47201717
Points: 1
# Comments: 0
Lights Out 4D
Article URL: https://www.nan.ma/lights_out_4d/
Comments URL: https://news.ycombinator.com/item?id=47201658
Points: 1
# Comments: 0
A.I. Isn't People
Article URL: https://www.todayintabs.com/p/a-i-isn-t-people
Comments URL: https://news.ycombinator.com/item?id=47201652
Points: 2
# Comments: 0
