Hacker News
Built DealSensematch in 2 months. No team. No funding. Just me
Article URL: https://dealsensematch.com
Comments URL: https://news.ycombinator.com/item?id=48198771
Points: 2
# Comments: 1
Building the First AI-Native Hotel Booking Platform
Article URL: https://hotels.cooveb.com/
Comments URL: https://news.ycombinator.com/item?id=48198769
Points: 1
# Comments: 0
I am not a Software Engineer
Article URL: https://huronbikes.mataroa.blog/blog/i-am-not-a-software-engineer/
Comments URL: https://news.ycombinator.com/item?id=48198724
Points: 2
# Comments: 0
Understanding the Garbage Collector
Article URL: https://ocaml.org/docs/garbage-collector
Comments URL: https://news.ycombinator.com/item?id=48198709
Points: 1
# Comments: 0
"Antarctica" – Fiction; the Yale Review
Article URL: https://yalereview.org/article/jen-silverman-antarctica
Comments URL: https://news.ycombinator.com/item?id=48198693
Points: 2
# Comments: 0
Show HN: DDS Vibe Academy – 31 free AI coding masterclasses, built by AI agents
The DDS Vibe Academy is a free, 31-class curriculum on AI coding. It covers Claude Code, Google Antigravity, Gemini 3.1 Pro, Cursor, Shopify Sidekick, Ollama, Hydrogen 2026, and AI Cost Engineering. No paywall, no signup, no certificate.
The academy hub itself was built by AI agents. Claude Opus 4.7 authored 12 Liquid sections (~6,400 lines). Google Antigravity deployed every file to Shopify via the Shopify MCP. Cowork ran an autonomous browser audit. I did not write a single line of code or upload a single file manually. I designed the constraints. The agents did the implementation.
The curriculum spans four stages. Foundation onramps for Sidekick and Ollama. Development masterclasses on Claude Code and Cursor. Application-stage case studies documenting systems like the Sovereign Orchestrator and NicheForge. Mastery-stage forensic records of multi-agent AI infrastructure. A sister blog publishes Monday through Friday.
Read whatever you want, whenever you want: https://ddsboston.com/pages/dds-vibe-academy?utm_source=hn&u...
Comments URL: https://news.ycombinator.com/item?id=48198681
Points: 1
# Comments: 0
US transportation bill would add a $130 annual fee for EV drivers
Article URL: https://arstechnica.com/cars/2026/05/bipartisan-bill-in-congress-includes-130-annual-ev-registration-fee/
Comments URL: https://news.ycombinator.com/item?id=48198659
Points: 6
# Comments: 1
Use Grok in OpenClaw
Article URL: https://x.ai/news/grok-openclaw
Comments URL: https://news.ycombinator.com/item?id=48198653
Points: 1
# Comments: 1
"How We Think" by John Dewey [pdf]
Article URL: https://bef632.wordpress.com/wp-content/uploads/2015/09/dewey-how-we-think.pdf
Comments URL: https://news.ycombinator.com/item?id=48198637
Points: 2
# Comments: 0
Tesla (TSLA) is building its giant solar panel factory in Houston
Article URL: https://electrek.co/2026/05/19/tesla-tsla-solar-panel-factory-houston-brookshire-100-gw/
Comments URL: https://news.ycombinator.com/item?id=48197960
Points: 1
# Comments: 0
QUIC has a lot going for it, but it is a large library (six figure LoC)
Article URL: https://twitter.com/ID_AA_Carmack/status/2056780156535279812
Comments URL: https://news.ycombinator.com/item?id=48197936
Points: 1
# Comments: 0
Unlocking Asynchronicity in Continuous Batching
Article URL: https://huggingface.co/blog/continuous_async
Comments URL: https://news.ycombinator.com/item?id=48197927
Points: 1
# Comments: 0
Tools to understand how content was created and edited
Article URL: https://blog.google/innovation-and-ai/products/identifying-ai-generated-media-online/
Comments URL: https://news.ycombinator.com/item?id=48197919
Points: 1
# Comments: 0
Big Tech's AI Trap
Article URL: https://crib.social/notice/B6SoGrSEip75oKAcGO
Comments URL: https://news.ycombinator.com/item?id=48197907
Points: 1
# Comments: 0
Depression linked to bacterium-chemical interaction in personal care products
The Sunk Cost Fallacy and How It Influences Our Decisions
Article URL: https://almossawi.substack.com/p/the-sunk-cost-fallacy
Comments URL: https://news.ycombinator.com/item?id=48197879
Points: 1
# Comments: 0
Andrej Karpathy Joins Anthropic
Article URL: https://www.thevccorner.com/p/breaking-andrej-karpathy-joins-anthropic
Comments URL: https://news.ycombinator.com/item?id=48197859
Points: 2
# Comments: 0
Google Antigravity CLI
Article URL: https://antigravity.google/blog/introducing-google-antigravity-cli
Comments URL: https://news.ycombinator.com/item?id=48197843
Points: 2
# Comments: 0
Google introduces Gemini Spark, a 24/7 agentic assistant with Gmail integration
Article URL: https://techcrunch.com/2026/05/19/google-introduces-gemini-spark-a-24-7-agentic-assistant-with-gmail-integration/
Comments URL: https://news.ycombinator.com/item?id=48197827
Points: 1
# Comments: 0
Show HN: Logbox – let Claude monitor your dev logs
TL;DR: logbox is an open-source tool that pipes dev server logs to a local sqlite db with ` | logbox collect`. Give Claude Code access by running `claude mcp add logbox -- logbox serve`.
I used to copy & paste logs into Claude Code when manually testing my server in dev. I wanted to give it its own verification loop.
I initially tried having it boot the server itself and follow the logs. It was good at knowing if the server booted properly, but it capped out and missed details when the logs started flowing in.
I also tried piping the logs to a local file and telling Claude to read them from there. It worked, but became annoying once we had multiple services or wanted to reference past dev server sessions.
So I built logbox for ourselves at Struct and decided to open-source it. It’s a simple Rust CLI that pipes logs into a local SQLite db with an MCP server that gives coding agents the ability to search them.
Once it could reliably monitor the dev server logs totally autonomously after testing its changes, I stopped needing to fish for log snippets and keep nudging it to get a manual test working end-to-end.
Everything stays local. `logbox serve` is an stdio MCP server and it just works with the local SQLite db.
Comments URL: https://news.ycombinator.com/item?id=48197815
Points: 2
# Comments: 0
