Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    251comments
  2. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    71comments
  3. A brief history of Windows scroll bar shortcuts(devblogs.microsoft.com/oldnewthing)
    31comments
  4. Italian parliament votes for return to nuclear energy(apnews.com)
    194comments
  5. Gemini 3.8 text-to-speech(blog.google)
    100comments
  6. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    33comments
  7. Jev in 25 Lines of Python(nobodywho.ai)
    182comments
  8. GPT-6 Sol and Luna(openai.com)
    818comments
  9. Claude Opus 5.5(anthropic.com)
    1066comments
  10. Tokens too cheap to meter(jyn.dev)
    153comments
  11. DoorDash Spent $1.4M Trying to Stop Mamdani from Becoming Mayor. Now We Know Why(theintercept.com)
    40comments
  12. Stripe's Knowledge AI Platform(stripe.dev)
    97comments
  13. Show HN: Conway's Game of Life in boot sector(github.com/0xax)
    3comments
  14. Z80 REPL (2018)(abagames.github.io)
    17comments
  15. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    236comments
  16. How we made claude.ai 3x faster in two weeks(claude.dev)
    49comments
  17. I don't want the details(michaelheap.com)
    173comments
  18. UK military jamming other nations' satellites to defend itself, BBC told(bbc.com)
    147comments
  19. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    discuss
  20. Show HN: An atlas of system designs with interactive architecture diagrams(atlas-sysdes.vercel.app)
    2comments
  21. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    122comments
  22. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  23. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    431comments
  24. LensVLM-9B by Apple(huggingface.co)
    discuss
  25. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    7comments
  26. Transit rewards(waymo.com)
    304comments
  27. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    245comments
  28. Strands Harness(strandsagents.com)
    86comments
  29. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    213comments
  30. What California is learning from solar panels built over irrigation canals(kqed.org)
    677comments

Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes

8 pointsby 1h agoforensicdbg.com
0 comments
Hello HN!

I've spent years debugging Windows crashes with tools that were either friendly but limited (e.g. Visual Studio) or powerful but archaic (e.g. WinDbg). I developed patterns and methods for understanding what was going on, and decided to build it into a much more effective debugging tool called ForensicDbg.

I built a modern interface to minimize the friction when debugging. All of the data shown to you is analyzed, interpreted, and presented to you clearly, so you can focus on what matters. Everything is interlinked so you can quickly and intuitivly navigate through the process space.

ForensicDbg comes with an MCP server which allows for agenic debugging. The work done to interpret and interlink your data also benefits AI tools. It removes the risk of hallucinations while building a stable foundation for them to work from without spending tokens.

If you want to try it out you can sign up and get a free beta license here: https://www.forensicdbg.com/beta

A quiet thread, for now.Start the conversation on HN ↗