frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Browse last quarter's Supreme Court cases, linked and cited as you read

https://marginalia.bobbby.online/cases
2•rhgraysonii•2m ago•0 comments

Lawsuit may lead to lowered healthcare plan standards for employees in the USA

https://kffhealthnews.org/courts/department-labor-employer-health-plans-aca-limited-partnership-s...
1•paimapi•2m ago•0 comments

Show HN: Unimodal – Our AI Manifest

https://unimodal.ai/
1•0x0000F8•2m ago•0 comments

Asimov: A framework for coordinating parameter estimation workflows

https://zenodo.org/records/22814300
1•Bluestein•3m ago•0 comments

How to start a sales and marketing engine?

1•boredumb•3m ago•0 comments

The Architecture Behind Our SSE Streams

https://www.cadenya.com/handwritten/the-architecture-behind-our-sse-streams
2•btables•5m ago•0 comments

YC-backed AI: "Never miss another booking." Its terms: no liability for downtime

1•aarush_saxena•5m ago•0 comments

Product Developer A.D. 2026: Jack of All Trades

https://pawelbrodzinski.substack.com/p/product-developer-ad-2026-jack-of
1•flail•6m ago•0 comments

Robert Kraft, once the NFLs good guy is another billionaire silencing Macklemore

https://www.theguardian.com/sport/2026/sep/17/robert-kraft-macklemore-ed-sheeran-stadium-ban-nfl
1•mo7061•8m ago•0 comments

Show HN: Session-trail – A timeline of your project, not a graph of your code

https://github.com/jsk4581/session-trail
1•jsk4581•8m ago•0 comments

GraphQL-backed MCP tools are more token-efficient

https://github.com/apollographql/graphql-mcp-benchmarks/blob/main/WRITEUP.md
1•jdauriemma•8m ago•0 comments

Zenodo performance: an update on the current situation

https://blog.zenodo.org/2026/09/15/2026-09-15-stability-and-performance-updates/
2•jruohonen•10m ago•0 comments

Do Web Frameworks Matter Anymore?

https://brookslybrand.com/posts/do-frameworks-matter-anymore/
1•twsted•10m ago•0 comments

Marc Lou sold 15 sponsor spots on his body for $112,062 before his first HYROX

https://sponsormybody.com/selling-my-body/
2•croatan•14m ago•0 comments

Guy's Hospital pilots prostate cancer treatment

https://www.bbc.co.uk/news/articles/c6rr4nn47q4lo
1•basisword•14m ago•0 comments

Show HN: Pingularity – scheduled Ookla/iperf3 speedtest dashboard, outage alerts

https://pingularity.dev/
1•cansofgrease•14m ago•0 comments

Ponzi Schemes Still Work?

https://apnews.com/article/travis-kelce-kc-chiefs-ponzi-scheme-victims-1eade4a5210c5b1f0c35ecd96d...
1•jqpabc123•14m ago•3 comments

German court rules Meta liable for fake ads on Instagram, Facebook

https://www.reuters.com/legal/litigation/german-court-rules-meta-liable-fake-ads-instagram-facebo...
3•tartoran•15m ago•0 comments

Sofilingo

https://sofilingo.com/
1•mactifosi•15m ago•0 comments

A single Bitcoin transaction carried an average water footprint of 16K litres

https://spacedaily.com/n-a-single-bitcoin-transaction-carried-an-average-water-footprint-of-about...
1•sharemywin•17m ago•1 comments

Pen.dev

https://www.pen.dev/
3•handfuloflight•18m ago•0 comments

OpenAI discloses new 'concerning' model behaviour

https://www.ft.com/content/2c34414a-5381-4083-ac34-00bbe67ef8db
3•cs702•18m ago•2 comments

FCC ISM Rules May Shatter Lora Mesh Communities

https://hackaday.com/2026/09/17/fcc-ism-rules-may-shatter-lora-mesh-communities/
2•Tomte•19m ago•0 comments

Paramount to Leave California Amid Antitrust Battle, Stalled Warner Bros Merger

https://deadline.com/2026/09/paramount-leaving-california-merger-lawsuit-1237105417/
2•thunderbong•20m ago•0 comments

CockroachDB Continuum – Engineering Detail

https://www.cockroachlabs.com/blog/continuum-architecture/
1•jaymce•20m ago•0 comments

Goldman Sachs Global Institute: remaking our world for machine intelligence

https://fortune.com/2026/08/26/goldman-sachs-global-institute-co-head-remaking-our-world-for-mach...
1•vismit2000•21m ago•0 comments

Show HN: Prokop – Open-source coding environment with agents that learn

https://github.com/capek-dev/prokop
1•danielbilekq•22m ago•0 comments

Switch to Codex seamlessly when Claude Code is used up

https://raw.githubusercontent.com/zqiren/Orbital/main/docs/screenshots/handoff-codex-continue.gif
1•10keane•23m ago•0 comments

Mainline – A light macOS menu bar app to keep you on top of your GitHub PRs

https://github.com/mthines/mainline
1•napolux•23m ago•0 comments

In-Region Routing: Keep Your Data in the US or EU

https://openrouter.ai/blog/announcements/us-in-region-routing/
2•doener•25m ago•0 comments
Open in hackernews

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

https://drillflow.de/de/
1•capydev42•1h ago

Comments

capydev42•1h ago
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 :)