Security Ops News

[P] [<] [N] [>] | Pages: 1 2 3 4 5

> Post #47202708 by tambourine_man | 482 points | 86 comments | 4h ago
Microgpt
(No body text)
> Post #47200420 by golfer | 440 points | 197 comments | 9h ago
We do not think Anthropic should be designated as a supply chain risk
(No body text)
> Post #47200904 by ksec | 214 points | 128 comments | 8h ago
The Windows 95 user interface: A case study in usability engineering (1996)
(No body text)
> Post #47157500 by janandonly | 17 points | 2 comments | 3d ago
SQL vs. NoSQL: How to Answer This Interview Question in 2026
(No body text)
> Post #47197267 by adilmoujahid | 441 points | 153 comments | 14h ago
Obsidian Sync now has a headless client
(No body text)
> Post #47161759 by bewal416 | 418 points | 213 comments | 3d ago
The happiest I've ever been
(No body text)
> Post #47152448 by zdw | 28 points | 6 comments | 3d ago
Sub-second volumetric 3D printing by synthesis of holographic light fields
(No body text)
> Post #47163779 by mrngm | 59 points | 14 comments | 2d ago
H-Bomb: A Frank Lloyd Wright Typographic Mystery
(No body text)
> Post #47201816 by jawiggins | 51 points | 36 comments | 6h ago
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.

> Post #47169858 by mikece | 34 points | 34 comments | 2d ago
Microsoft announces new "mini PCs" for Windows 365
(No body text)
[P] [<] [N] [>] | Pages: 1 2 3 4 5