frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Frond – a frontend runtime for your app's dependency graph

https://frondruntime.dev
16•romanonthego•3h ago•9 comments

Show HN: GolemUI – The new paradigm for JavaScript forms

https://golemui.com
5•wtfdeveloper•40m ago•0 comments

Show HN: QueryDrift fail CI when a PR turns 1 query into N

https://github.com/AALXX/QueryDrift
3•S3RBVN•1h ago•0 comments

Show HN: Thumbprint – A network fingerprint observatory

https://thumbprint.me/
2•elpy1•1h ago•0 comments

Show HN: Pinch-to-zoom tree navigation

https://www.delopsu.com/pinch-to-zoom-tree-navigation
3•delopsu•1h ago•4 comments

Show HN: Nat traversal using ICMP Destination Unreachable packets

https://github.com/hajoon22/icmp-nat-traversal
3•hajoon22•2h ago•2 comments

Show HN: My 13-year-old built an ant colony tracker

https://formicarium.es
69•abelgvidal•23h ago•50 comments

Show HN: Readit, a read-it-later app I built because the others keep dying

https://wereadit.com
6•mahmoudalwadia•3h ago•3 comments

Show HN: I computed livability for all of Germany by rent, commute, and QoL

https://wohnortatlas.de/
4•ivorius•3h ago•9 comments

Show HN: C++, Java and C# light-weight-logger

https://github.com/PenguineDavid/light-weight-logger
10•PenguineDavid•1d ago•0 comments

Show HN: Erlangchain – A tiny Erlang client for LLMs

https://github.com/abhavk/erlangchain
3•Abhavk•7h ago•0 comments

Show HN: Coding agent that compiles intent into deterministic DAG before running

https://github.com/arman-jalili/rigorix-oss
11•arman-w-jalili•14h ago•0 comments

Show HN: Free Online GIS Viewer and Format Converter

https://geodataviewer.com/
7•twainyoung•16h ago•1 comments

Show HN: Morph Reflexes – Multi-head classifiers for agent traces

8•bhaktatejas922•19h ago•1 comments

Show HN: TakoVM – open-source sandboxing for your agent's code

https://github.com/Tako-Research/TakoVM
6•sakuraiben•17h ago•0 comments

Show HN: Gilfoyle's Project but IRL

https://github.com/korrectional/GilfoyleAI
6•korrectional•12h ago•4 comments

Show HN: Shot-scraper video tool for recording YAML-defined webapp feature demos

https://simonwillison.net/2026/Jun/30/shot-scraper-video/
7•simonw•22h ago•2 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode/releases/tag/v1.0.0
6•therepanic•19h ago•0 comments

Show HN: DRM-Free Books

https://frequal.com/Perspectives/DrmFreeAuthors.html
118•TeaVMFan•2d ago•46 comments

Show HN: Zanagrams

https://zanagrams.com/
392•pompomsheep•3d ago•107 comments

Show HN: I made a heatmap of 3400 VCs who are open to cold emails

https://apparent.social/heat-map
24•west_subject•21h ago•30 comments

Show HN: Live face swap and outfit try-on in the browser

https://vivify.video/realtime-face-swap
5•mixfox•15h ago•0 comments

Show HN: Clusy – Cursor for data science notebooks in cloud

https://www.clusy.io/
6•eldar_hsnv•22h ago•1 comments

Show HN: Agentic Orchestrator, a TUI for long-running coding agents

https://github.com/doordash-oss/agentic-orchestrator
17•ivrr•1d ago•2 comments

Show HN: Open-source restreaming and live studio

https://github.com/muxshed/shed
8•franticstone•17h ago•2 comments

Show HN: Classic Minesweeper

https://guokai.dev/minesweeper/
12•hanguokai•1d ago•13 comments

Show HN: Bash4LLM+ – A lightweight, dependency-free Bash wrapper for LLM APIs

https://github.com/kamaludu/bash4llm/
60•kamaludu•2d ago•26 comments

Show HN: Kage, verification and freshness for Google's OKF agent memory

https://kage-core.com/
3•kage18•19h ago•2 comments

Show HN: PDFMergely – In-browser PDF tools that never upload your files

https://pdfmergely.com
17•pdfmergely•1d ago•24 comments

Show HN: NanoEuler – GPT-2 scale model in pure C/CUDA from scratch

https://github.com/JustVugg/nanoeuler
55•vforno•2d ago•26 comments
Open in hackernews

Show HN: Pinch-to-zoom tree navigation

https://www.delopsu.com/pinch-to-zoom-tree-navigation
3•delopsu•1h ago
I got this idea recently when I had to browse files more than usual and felt the pain: why do I need to click through every level when I want to drill down to the bottom?

So I made a quick interactive prototype — it feels surprisingly natural.

Sharing it as a UX idea, not as a finished implementation. I’d like to see whether this interaction makes sense for apps that work with trees: file explorers, object inspectors, project browsers, and similar interfaces.

Comments

aghilmort•1h ago
interesting. tried it on iPhone SE. hard to do safari keeps thinking want to exit page. sliding one touch left right or u/d both might be good alt? certainly better than trad click exactly here on this little folder dart
delopsu•1h ago
Thank you for checking it. Yes, noticed iOS issue too. Fixing rn.

> sliding one touch left right or u/d both

This could work, need to experiment more.

delopsu•1h ago
Fixed mobile (touch) version.
gsvprharsha•40m ago
hi I tried and I had difficulty in using it. As pointed out by the others, it is on iphone. On my laptop it was constantly zooming the page. And it was a little difficult to use.

Hope it is useful feedback. Interesting design though!