Hacker News

This is it

Hacker News - Tue, 04/15/2025 - 1:47pm
Categories: Hacker News

v0 of an api to get cve data

Hacker News - Tue, 04/15/2025 - 1:43pm

Article URL: https://vultures.dev

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

Points: 1

# Comments: 0

Categories: Hacker News

Clolog

Hacker News - Tue, 04/15/2025 - 1:04pm

Article URL: https://github.com/bobschrag/clolog

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

Points: 1

# Comments: 0

Categories: Hacker News

The CSS Shape() Function

Hacker News - Tue, 04/15/2025 - 1:03pm
Categories: Hacker News

Ask HN: Why is OpenAI pivoting to social networks?

Hacker News - Tue, 04/15/2025 - 1:01pm

According to The Verge, OpenAI is building a new social network:

https://www.theverge.com/openai/648130/openai-social-network-x-competitor

This seems a quite unusual decision for an AI company, specially given that they just closed a $40b funding round.

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AnuDB – Embedded database with native MQTT support for IoT/AI use cases

Hacker News - Tue, 04/15/2025 - 12:56pm

Hi HN!

I've been working on AnuDB, a lightweight embedded key-value database written in C++ with a focus on simplicity, performance, and small footprints. It now has native MQTT support, allowing you to write directly to the database by publishing to an MQTT topic.

but it’s designed to work well on embedded devices, edge nodes, and anywhere you need local persistence without spinning up a full database server.

Highlights:

MQTT-based data ingestion (zero setup DB writes via publish)

Small and fast (single binary, no external dependencies)

Append-only write-ahead log for durability

CLI interface for direct inspection / debugging

Demo: https://github.com/hash-anu/AnuDB/blob/main/demo.gif

Use cases I have in mind:

Offline-first IoT data collection

Local state storage in embedded ML workflows

Data sync in remote/low-power environments

Would love feedback, use case ideas, or thoughts on what to prioritize next. Thanks!

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

Points: 1

# Comments: 0

Categories: Hacker News

How to Build an Agent

Hacker News - Tue, 04/15/2025 - 12:55pm
Categories: Hacker News

Pages