Feed aggregator

Show HN: Daily vibe-coding video games, day 45: "Elementary"

Hacker News - Thu, 05/28/2026 - 8:24pm

I'm making and publishing a new web game every day, mostly with Claude, a little with Cursor. Little hobby project of mine I've been doing for about 6 weeks, happy to answer any questions!

Today I made "Elementary" an original game for practicing the Periodic Table. It picks a random element and you have to guess which one it is

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

Points: 1

# Comments: 0

Categories: Hacker News

PHP Tek: A Homecoming

Hacker News - Thu, 05/28/2026 - 8:23pm
Categories: Hacker News

Building Trustworthy LLM Judges

Hacker News - Thu, 05/28/2026 - 7:54pm
Categories: Hacker News

Computational Mean-Field Games on Manifolds

Hacker News - Thu, 05/28/2026 - 7:45pm

Article URL: https://arxiv.org/abs/2206.01622

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

Points: 1

# Comments: 0

Categories: Hacker News

A disk-first C++ vector engine

Hacker News - Thu, 05/28/2026 - 7:38pm

Hey all, I built brinicle, an in-process C++ vector engine with a python wrapper that consumes substantially less memory, while staying quite fast. On 1.2 million Amazon products, it achieves sub-ms P99 latency. It also supports lexical search, and hybrid search. In the hybrid search, we did not try to build two indexes and then fuse results, we create ONE HNSW Graph and utilize it for semantic, lexical, and hybrid search. benchmark comparisons: https://brinicle.bicardinal.com/benchmark hybrid search benchmark comparisons: https://brinicle.bicardinal.com/search_benchmark Repository:: github.com/bicardinal/brinicle

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages