Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 42 min 57 sec ago

Show HN: TikTrotter – TikTok but for obscure travel trivia to beat doomscrolling

Sun, 04/20/2025 - 12:04pm

I'm trying to stop doomscrolling social media, so I made a website to help me.

I'm a huge traveler so I made a website that shows infinitely-scrolling obscure locations with interesting trivia in a TikTok-like manner.

I've been discovering a lot of cool places in the world and dropped my social media time a lot. The website is 100% free, no ads and no sign-up. Check it out if interested, I would appreciate some feedback.

Next step is to create a multiplayer trivia game where you can challenge your friends and see who knows more about the world.

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

Points: 1

# Comments: 0

Categories: Hacker News

Southern Ontario Credit Repair – Get Financially Back on Track

Sun, 04/20/2025 - 12:04pm

Southern Ontario’s go-to credit repair pros! Get back on track with proven solutions that work. Click to learn more: Fix your credit https://www.besthomemortgage.ca/credit-repair/

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

Points: 1

# Comments: 0

Categories: Hacker News

Turing-Drawings

Sun, 04/20/2025 - 12:00pm
Categories: Hacker News

LLM Runs Fully Inside a PDF

Sun, 04/20/2025 - 11:48am
Categories: Hacker News

Modifying Custom Matmul CUDA Kernels

Sun, 04/20/2025 - 11:46am

Article URL: https://demoriarty.github.io/BMM-1/

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

Points: 1

# Comments: 0

Categories: Hacker News

Loops in AI Coding Agents

Sun, 04/20/2025 - 11:45am

AI coding agents are powerful but shallow. They work great when the problem is linear, scoped, and easy to describe. But debugging is none of those things. The moment something subtle breaks, you fall into a loop. Prompt, response. Prompt, response. The agent forgets what it tried. It repeats itself. You start feeding it context just to keep it grounded. Eventually, you give up and fix the bug yourself.

It feels like watching GEB unfold in real time. The agent tries to reason about its own reasoning but gets lost inside its own frame. It has syntax, not semantics. The result is recursion without insight. A strange loop that cannot close.

I built Deebo to break that pattern. It is a separate agent that runs debugging sessions in parallel. It forks the codebase, creates branches, and tests different fixes at once. Every hypothesis is isolated. Every result is logged. You can plug it into Claude, Cline, or anything that supports the Model Context Protocol. It installs in one line. It does not hallucinate. It explores. And when it is wrong, you still learn something.

https://github.com/snagasuri/deebo-prototype

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages