Security Ops News

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

> Post #46855550 by Technolithic | 100 points | 114 comments | 18h ago
UK government launches fuel forecourt price API
(No body text)
> Post #46866042 by jaypatelani | 4 points | 0 comments | 4h ago
Rust in the NetBSD Kernel, and other odd decisions
(No body text)
> Post #46855640 by surprisetalk | 106 points | 115 comments | 18h ago
Show HN: Adboost – A browser extension that adds ads to every webpage
(No body text)
> Post #46866383 by Codegres | 4 points | 0 comments | 3h ago
Show HN: Kannada Nudi Editor Web Version
Ported the Desktop Version of Kannada Nudi Editor to Web under the guidance of https://kagapa.com/
> Post #46865976 by jellyotsiro | 4 points | 0 comments | 4h ago
Show HN: Open-source semantic search over your local notes via CLI
Introducing Nia Vault, a CLI that lets you query your local markdown/text files using natural language.

What it does:

Semantic search over local folders and notes Works across multiple synced directories RAG-style answers with citations from your own files

How it works:

Calls `POST /search/query` with `local_folders` Uses `search_mode: sources` to return answers + file references

Example:

vault ask "What are my notes about project planning?"

OSS: https://github.com/chenxin-yan/nia-vault

> Post #46854534 by noelwelsh | 140 points | 47 comments | 20h ago
My fast zero-allocation webserver using OxCaml
(No body text)
> Post #46824411 by pouyathe | 33 points | 7 comments | 3d ago
G Lang – A lightweight interpreter written in D (2.4MB)
Hi HN,

I've been working on a programming language called G. It is designed to be memory-safe and extremely fast, with a focus on a tiny footprint.

The entire interpreter is written in D and weighs in at only 2.4MB. I built it because I wanted a modern scripting language that feels lightweight but has the safety of a high-level language.

Key Features:

Small: The binary is ~2.4MB. Fast: Optimized for x86_64. Safe: Memory-safe execution. Std Lib: Includes std.echo, std.newline, etc. GitHub: https://github.com/pouyathe/glang

I would love to get some feedback on the syntax or the architecture from the community!

> Post #46852535 by petethomas | 158 points | 225 comments | 1d ago
Why software stocks are getting pummelled
(No body text)
> Post #46860566 by todsacerdoti | 29 points | 42 comments | 11h ago
Stelvio: Ship Python to AWS
(No body text)
> Post #46864642 by ujjwalreddyks | 3 points | 0 comments | 7h ago
Show HN: Axiomeer – An open marketplace for AI agents
Hi,

I built Axiomeer, an open-source marketplace protocol for AI agents. The idea: instead of hardcoding tool integrations into every agent, agents shop a catalog at runtime, and the marketplace ranks, executes, validates, and audits everything.

How it works: - Providers publish products (APIs, datasets, model endpoints) via 10-line JSON manifests - Agents describe what they need in natural language or structured tags - The router scores all options by capability match (70%), latency (20%), cost (10%) with hard constraint filters - The top pick is executed, output is validated (citations required? timestamps?), and evidence quality is assessed deterministically - If the evidence is mock/fake/low-quality, the agent abstains rather than hallucinating - Every execution is logged as an immutable receipt

The trust layer is the part I think is missing from existing approaches. MCP standardizes how you connect to a tool server. Axiomeer operates one layer up: which tool, from which provider, and can you trust what came back?

Stack: Python, FastAPI, SQLAlchemy, Ollama (local LLM, no API keys). v1 ships with weather providers (Open-Meteo + mocks). The architecture supports any HTTP endpoint that returns structured JSON.

Looking for contributors to add real providers across domains (finance, search, docs, code execution). Each provider is ~30 lines + a manifest.

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