Hacker News
Apple CEO Tim Cook Convinced Trump to Exempt Apple from Tariffs
Article URL: https://www.washingtonpost.com/business/2025/04/17/apple-iphone-tariff-exemption-trump/
Comments URL: https://news.ycombinator.com/item?id=43744541
Points: 3
# Comments: 0
LLM Runs Fully Inside a PDF
Article URL: https://evanzhoudev.github.io/llm.pdf/
Comments URL: https://news.ycombinator.com/item?id=43744534
Points: 1
# Comments: 1
Modifying Custom Matmul CUDA Kernels
Article URL: https://demoriarty.github.io/BMM-1/
Comments URL: https://news.ycombinator.com/item?id=43744522
Points: 1
# Comments: 0
Loops in AI Coding Agents
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
Show HN: Logomaker: An experiment in HCI and vibe coding
Article URL: https://manic.agency/blog/thinkpieces/logomaker-an-experiment-in-human-computer-interaction-vibe-coding
Comments URL: https://news.ycombinator.com/item?id=43744507
Points: 1
# Comments: 0
MoltenVK now supports Vulkan 1.3 features for Metal
Article URL: https://github.com/KhronosGroup/MoltenVK/pull/2489
Comments URL: https://news.ycombinator.com/item?id=43744499
Points: 2
# Comments: 0
HTTP/0.9 from Scratch (2024)
Article URL: https://kmcd.dev/posts/http0.9-from-scratch/
Comments URL: https://news.ycombinator.com/item?id=43744494
Points: 1
# Comments: 0
The USA Public School System Failed Me: A Maths Misadventure
Article URL: https://gavinray97.github.io/blog/maths-education-blog
Comments URL: https://news.ycombinator.com/item?id=43744480
Points: 1
# Comments: 0
Buy your Tesla at closing time: For 15 years stocks shooting up overnight
AI Meets Halloween Spooky Smart Decor That Reacts to You
A home decorator's Halloween setup is going viral—featuring AI-powered pumpkins, motion-triggered projections, and eerie ambient lighting. It’s a perfect blend of tech and tradition, turning homes into haunted masterpieces.
Comments URL: https://news.ycombinator.com/item?id=43744222
Points: 1
# Comments: 0
A Deep Dive into Ingesting Debezium Events from Kafka with Flink SQL
Article URL: https://www.morling.dev/blog/ingesting-debezium-events-from-kafka-with-flink-sql/
Comments URL: https://news.ycombinator.com/item?id=43744210
Points: 1
# Comments: 0
Jagged AGI: o3, Gemini 2.5, and everything after
Article URL: https://www.oneusefulthing.org/p/on-jagged-agi-o3-gemini-25-and-everything
Comments URL: https://news.ycombinator.com/item?id=43744173
Points: 1
# Comments: 0
Colorado passes bill punting to local governments on restaurant server pay
Article URL: https://coloradosun.com/2025/04/17/colorado-local-control-tips-minimum-wage-restaurants-servers/
Comments URL: https://news.ycombinator.com/item?id=43744166
Points: 2
# Comments: 0
Deep snow and zero delays – inside Arctic airports that never cancel a flight
Show HN: I built a free receipt generator (free API coming soon)
ust a weekend project for me I wanted to understand how receipts and PDFs work in JS.
I will have a free API and docs for it soon. Let me know what you think!
Comments URL: https://news.ycombinator.com/item?id=43744161
Points: 1
# Comments: 0
Arch Linux to Switch from Redis to Valkey
Article URL: https://archlinux.org/news/valkey-to-replace-redis-in-the-extra-repository/
Comments URL: https://news.ycombinator.com/item?id=43744154
Points: 2
# Comments: 0
Transactions Are a Protocol
Article URL: https://notes.eatonphil.com/2025-04-20-transactions-are-a-protocol.html
Comments URL: https://news.ycombinator.com/item?id=43744149
Points: 2
# Comments: 0
Let Water Flow Down
Article URL: https://blog.pwkf.org/2025/04/17/water-flows-down.html
Comments URL: https://news.ycombinator.com/item?id=43744148
Points: 2
# Comments: 1
Zero-code-change CUDA acceleration for scikit-learn
Article URL: https://developer.nvidia.com/blog/nvidia-cuml-brings-zero-code-change-acceleration-to-scikit-learn/
Comments URL: https://news.ycombinator.com/item?id=43744134
Points: 2
# Comments: 0