Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Live honeypot telemetry – 941K attack events, 160 countries(lurescope.com ↗)
    discuss
  2. Inside OpenAI's Project Lily(youtube.com ↗)
    discuss
  3. Venus Has Been Waiting 40 Years(blue-continuum.com ↗)
    discuss
  4. The AI graveyard: a running list of projects and startups that didn't make it(techcrunch.com ↗)
    discuss
  5. Valve open-sources Lepton, its Android compatibility layer for SteamOS(steamos.cloud ↗)
    discuss
  6. NASA spacecraft discovers a new 2-year-old crater on the moon(apnews.com ↗)
    discuss
  7. Why are APRs on secured credit cards so high?(unbreakfinance.com ↗)
    discuss
  8. Sharing My Secret for Fast, Security-First VM Deployment on AWS. Save This Post(idlefy.medium.com ↗)
    discuss
  9. Show HN: I build unprompted speaking app to improve speaking(speechio.app ↗)
    discuss
  10. What Is Happening with PostgreSQL 19?(snowflake.com ↗)
    discuss
  11. Reverse Engineering ChatGPT Web: How OpenAI Built for a Billion Users(performance.dev ↗)
    discuss
  12. OpenAI report new misalignment incidents(openai.com ↗)
    discuss
  13. Show HN: Calmscroll – a reader that shows the current paragraph in the library(calmscroll.com ↗)
    discuss
  14. Is the phrase "master bedroom" harmful? A new psychology study says no(psypost.org ↗)
    2comments
  15. Olympiad Man has displaced Davos Man(economist.com ↗)
    discuss
  16. A decade of Gazette: a streaming broker that doesn't store data(estuary.dev ↗)
    discuss
  17. Imaginary Fires, Real Theaters(xaviondono.com ↗)
    discuss
  18. From Academia to Alignment(millicosm.substack.com ↗)
    discuss
  19. Google Pixel phones pwned in zero-click attacks(theregister.com ↗)
    1comments
  20. Claude Desktop Silently Associates with Common Files
    discuss
  21. Grug-Brained Evals (2025)(softwaredoug.com ↗)
    discuss
  22. US securities regulator rolls out 5-year exemption for tokenized stock trading(reuters.com ↗)
    2comments
  23. Understanding Why You'd Use Effect TS(cm.xyz ↗)
    discuss
  24. Hello Inbox – Get more marketing emails into the inbox(helloinbox.email ↗)
    2comments
  25. What is it like to be alive?(lesswrong.com ↗)
    discuss
  26. What is it like to be a neural net?(lesswrong.com ↗)
    discuss
  27. LP and 45 RPM Records(ethw.org ↗)
    discuss
  28. Three different solutions to "that inherent problem" of disappearing exploration(rockpapershotgun.com ↗)
    discuss
  29. AnywhereDesign – Local-first voice cockpit for React(github.com/maxjv ↗)
    discuss
  30. Jev for Home Assistant(github.com/abovecolin ↗)
    discuss

Show HN: DrillFlow – a diagram editor where every node opens into a sub-diagram

1 pointsby 1h agodrillflow.de
1 comments
1h agoHN ↗

Hi there, I am the creator of DrillFlow,

I would like to share my thoughts behind the creation of DrillFlow. Nowadays my job shifted from implementing of solutions to planning/understanding/explaining software solutions. So i got used to create diagrams on the fly while explaining or listening to others. My problem was to fit the most important abstractions and also details on the same canvas and keep it still readable. The tools i used before made it hard to me to build hierarchial structures without splitting one diagram into many and keep track on how they belong together.

DrillFlow is built on the idea of drill-down as the primary structure. Any node/shape on the canvas can own its own sub-diagram with the possibility to deep dive via double-click. Breadcrumbs at the top and a node tree show you where you are in the hierarchy at any time and let you navigate freely between levels in the diagrams. The depth is not limited since the document is a flat map of diagrams with parent/child relationships.

Some decisions might interest you:

- Local-first. Document live in your browser (IndexedDB). Nothing goes to my server unless you create a share link explicitly. It is possible to manage/edit/search multiple diagrams locally. You do not need an account to use the whole editor. The editor (as you see it today) stays free. The only thing i would charge for later are some cloud integrations and convenience functionality.

- There are no analytics and no cookies, except of the one the app needs to work. This means that i have no idea how many people use this editor at the moment and I rely completely on the feedback that is sent to me.

- Infrastructure is hosted in EU completely. Technology stack is kept boring on purpose: React + TypeScript for frontend and FastAPI + SQLite for the backend, everything running on a Hetzner VPS behind Caddy.

I am happy to go into the drill-down data model or the deployment setup. Feel free to ask or give feedback - positive or negative - i would really appreciate both and feature ideas for sure as well!

So far many improvements like import/export of Mermaid , draw.io and excalidraw flowchars or adding of new shortcuts, even templates and the possibility to embed diagrams as iframe came in just because of people who gave their feedback :)