Hacker News
Show HN: Busca – the fuzzy ripgrep fast code explorer
search a term, narrow down, select and repeat
Comments URL: https://news.ycombinator.com/item?id=46999474
Points: 1
# Comments: 0
Manage Ralph loops in a DAG pipeline with a Docker-like CLI
Article URL: https://github.com/mj1618/swarm-cli
Comments URL: https://news.ycombinator.com/item?id=46999450
Points: 1
# Comments: 1
Who discovered grokking and why is the name hard to find?
Apologies if this is old news to everyone, but perhaps the hive mind knows the answer. I was watching a youtube video "The most complex model we actually understand" by Welch Labs and heard the story about the researcher who left a model training when going on vacation, which then learned to generalize after thousands of training steps. But when I try to look up the name of the discoverer it has not been made public, which seems a shabby way to treat someone. What's the real story?
Comments URL: https://news.ycombinator.com/item?id=46999433
Points: 1
# Comments: 0
File shareing going viral due to fast, free and no login friction. Try it now
Article URL: https://www.styloshare.com
Comments URL: https://news.ycombinator.com/item?id=46999424
Points: 1
# Comments: 1
The Future of AI Slop Is Constraints
Article URL: https://askcodi.substack.com/p/the-future-of-ai-slop-is-constraints
Comments URL: https://news.ycombinator.com/item?id=46999416
Points: 1
# Comments: 0
Show HN: Seedance AShow HN: Seedance AI Video Generation (Next.js, Drizzle)
Hi HN — I’m an indie maker building Seedance AI. It helps people create short videos (and images) from text prompts and reference photos. I tried to keep it simple: fast templates, predictable credit pricing, and downloadable results. It’s still early, and I know there are rough edges. I’d really appreciate honest feedback on what feels useful, what feels confusing, and what I should improve first. Happy to answer technical or product questions.
Comments URL: https://news.ycombinator.com/item?id=46999394
Points: 1
# Comments: 0
7-Zip 26.00
Article URL: https://sourceforge.net/p/sevenzip/discussion/45797/thread/a1f7e08417/
Comments URL: https://news.ycombinator.com/item?id=46999388
Points: 1
# Comments: 0
First Vibecoded AI Operating System
Article URL: https://github.com/viralcode/vib-OS
Comments URL: https://news.ycombinator.com/item?id=46999367
Points: 3
# Comments: 0
You're Building Petri Nets. You're Just Building Them Badly
Article URL: https://joshtuddenham.dev/blog/petri-nets/
Comments URL: https://news.ycombinator.com/item?id=46999339
Points: 1
# Comments: 0
A recursive and authoritative DNS resolver from scratch in Go
I’ve always used 8.8.8.8 or 1.1.1.1, but I realized I didn't actually understand how the resolution chain worked under the hood. To fix that, I built a DNS resolver in Go that performs true iterative resolution from the root servers down, with no upstream dependencies.
Unlike a simple DNS forwarder, this server doesn't just "ask someone else." It implements the full hierarchy: Root → TLD → Authoritative → Final Answer.
Key Technical Challenges I tackled:
Iterative Navigation: Setting RecursionDesired = false so that upstream servers treat the project as a peer resolver.
The "Glue Record" Problem: Implementing sub-resolution where the resolver has to pause the main query to resolve a nameserver's hostname before it can continue.
TTL-Aware Concurrency: Using sync.Map for a thread-safe cache that automatically respects record expiration.
State Management: Handling referrals and avoiding infinite loops in heavily nested zones.
Architecture: The server is built using raw UDP sockets and the dnsmessage package for packet parsing. It handles thousands of concurrent requests using Go’s concurrency primitives.
UDP Listener: Standard net.PacketConn loop.
Resolver Engine: Recursive logic that walks the hierarchy starting from A.ROOT-SERVERS.NET.
Local Overrides: A JSON-based configuration for authoritative local records (useful for dev environments or ad-blocking).
I’d love to hear from anyone who has worked on DNSSEC or handled high-traffic DNS infrastructure. What are the common pitfalls when moving from a "toy" resolver to a production-grade one?
Source Code: https://github.com/Jyotishmoy12/go-dns-server
Comments URL: https://news.ycombinator.com/item?id=46999307
Points: 1
# Comments: 0
Three Inverse Laws of AI and Robotics
Article URL: https://susam.net/inverse-laws-of-robotics.html
Comments URL: https://news.ycombinator.com/item?id=46999301
Points: 3
# Comments: 0
Quantum Phenomena in Biological Systems(2024)
Article URL: https://www.frontiersin.org/journals/quantum-science-and-technology/articles/10.3389/frqst.2024.1466906/full
Comments URL: https://news.ycombinator.com/item?id=46999298
Points: 1
# Comments: 0
Ask HN: Would Steve Jobs Get into YC?
One-click deploy OpenClaw bot on runclaw.com
Article URL: https://www.runclaw.com/
Comments URL: https://news.ycombinator.com/item?id=46999294
Points: 1
# Comments: 0
Why Audio Is the One Area Small Labs Are Winning
Article URL: https://www.amplifypartners.com/blog-posts/arming-the-rebels-with-gpus-gradium-kyutai-and-audio-ai
Comments URL: https://news.ycombinator.com/item?id=46999285
Points: 2
# Comments: 0
A nice way to share articles
Article URL: https://www.justthearticleplease.com/
Comments URL: https://news.ycombinator.com/item?id=46999259
Points: 1
# Comments: 1
WinClaw: Windows-native AI assistant with Office automation and skills
Article URL: https://github.com/itc-ou-shigou/winclaw
Comments URL: https://news.ycombinator.com/item?id=46999254
Points: 1
# Comments: 0
It's Yours
Article URL: https://inventingthefuture.ghost.io/its-yours/
Comments URL: https://news.ycombinator.com/item?id=46999248
Points: 1
# Comments: 1
Inspecting the Source of Go Modules
Article URL: https://words.filippo.io/go-source/
Comments URL: https://news.ycombinator.com/item?id=46999186
Points: 1
# Comments: 0
The DOJ is spying on members of Congress who review the Epstein files
Article URL: https://www.cnn.com/2026/02/12/politics/doj-monitoring-lawmaker-epstein-files-searches
Comments URL: https://news.ycombinator.com/item?id=46999165
Points: 1
# Comments: 0
