Headlines Flash
Wed, Jun 10 05:58 PM

??????? #based

17 headlines

TechnologyHacker News2h ago

Show HN: Papermill Press – An AI-friendly markup language for PDF generation

If you’ve generated PDFs from HTML, you’ll know the pain: headless Chrome in Docker, CSS hacks, content that flows over pages or table boundaries and other quality issues. The fundamental problem is that HTML was designed for screens, not print. We built Press, a markup-based document language ...

TechnologyHackerNoon9h ago

The Postgres Developer's Guide to Vector Index Tradeoffs

Vector search in Postgres isn't about choosing the best ANN algorithm—it's about choosing the right index for your constraints. This guide explains when to use exact search, HNSW, IVFFlat, StreamingDiskANN, and BM25-based hybrid search based on memory, recall, write volume, and filter selectivit...

TechnologyTNW18h ago

Salesforce acquires m3ter to add consumption-based billing to Agentforce

Salesforce has signed a definitive agreement to acquire m3ter, a London-based metering and rating platform built for consumption-based billing. The deal will integrate m3ter’s infrastructure natively into Agentforce Revenue Management, giving Salesforce customers the ability to launch, track, an...

TechnologyHacker News22h ago

Show HN: RS-Poker V5 The one with self learning multi-threaded async Agents

rs-poker has been my passion project for a long time. This release is huge because it's the first time that I know of for an open source poker bot/agent implementation to include all the state of the art. - tokio based async exploration - rust slab allocation based tree structure for regret min...