frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Any app on recent Android versions can leak certain traffic

https://mullvad.net/en/blog/any-app-on-recent-android-versions-can-leak-certain-traffic
1•Refreeze5224•23s ago•0 comments

Burn – K8s cost waste by namespace and pod. Just kubectl, no deploy

https://github.com/tanrikuluozlem/burn
1•cad•29s ago•0 comments

New poll shows what San Francisco residents really think about Waymo cars

https://www.sfchronicle.com/sf/article/waymo-car-san-francisco-22253180.php
1•mikhael•1m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•1m ago•0 comments

Mercury

https://mercurylang.org/
1•tosh•2m ago•0 comments

We may be entering a second axial age

https://www.noemamag.com/we-may-be-entering-a-second-axial-age/
1•hirpslop•2m ago•0 comments

Mount SFTP/WebDAV in Finder Using File Provider API

https://www.forethought-studio.com/steadymount/
1•forethought-s•3m ago•0 comments

Perfect Timing, Big Payouts: Insider Trading Red Flags Emerge on Polymarket

https://www.nytimes.com/2026/05/13/technology/polymarket-insider-trading.html
1•sbulaev•4m ago•0 comments

Microsoft’s new multi-model agentic security system tops industry benchmark

https://www.microsoft.com/en-us/security/blog/2026/05/12/defense-at-ai-speed-microsofts-new-multi...
1•doomroot13•4m ago•0 comments

US lawmakers demand answers from Instructure after Canvas data breaches

https://techcrunch.com/2026/05/13/us-lawmakers-demand-answers-from-instructure-after-canvas-data-...
1•speckx•6m ago•0 comments

Show HN: Endpoint Context Protocol – Browsers get HTML, AI agents get Markdown

https://endpointcontext.io
1•devconcierge•7m ago•0 comments

Anthropic, OpenAI tokens plunge as firms say pre-IPO share transfers are invalid

https://www.coindesk.com/markets/2026/05/13/anthropic-openai-tokens-plunge-nearly-40-as-ai-firms-...
1•SilverElfin•10m ago•0 comments

Search our documentation by meaning, not keywords

https://www.raspberrypi.com/news/search-our-documentation-by-meaning-not-keywords/
1•Brajeshwar•10m ago•0 comments

Nostalgebraist's Hydrogen Jukeboxes

https://www.astralcodexten.com/p/nostalgebraists-hydrogen-jukeboxes
1•Ariarule•11m ago•0 comments

Ask HN: Anyone replaced enterprise email marketing with something self-built?

1•A_Duck•11m ago•0 comments

Kickstarter Is Forced to Ban Adult Content by Payment Processors

https://kotaku.com/kickstarter-is-the-latest-platform-seemingly-forced-to-ban-adult-content-by-pa...
14•stalfosknight•11m ago•3 comments

Hantavirus Update–25-Year-Old on Plane with Infected Passenger Has Symptoms

https://www.newsweek.com/hantavirus-dutch-doctors-isolate-rfk-jr-says-situation-under-control-119...
2•SilverElfin•11m ago•0 comments

Show HN: Polar Balance – a bipolar mood tracker I built for my wife

https://grayconsultingmanagement.com/PolarBalance/
1•natali_gray•12m ago•0 comments

Dietrich Bonhoeffer

https://en.wikipedia.org/wiki/Dietrich_Bonhoeffer
2•petethomas•13m ago•0 comments

Build Long-running AI agents that pause, resume, and never lose context with ADK

https://developers.googleblog.com/build-long-running-ai-agents-that-pause-resume-and-never-lose-c...
1•smooke•13m ago•0 comments

Git Absorb, the power tool for best Git hygiene

https://lambdao.dev/2024/09/15/GitAbsorbforgreatHygiene.html
1•ankitg12•16m ago•0 comments

When You Have Everything

https://kinocow.com/when-you-have-everything
1•speckx•17m ago•0 comments

Effect of cold plasma processing on the immunoreactivity of peanut protein

https://www.sciencedirect.com/science/article/pii/S2772566925000758
1•PaulHoule•18m ago•0 comments

50K Tahoe residents need power as utility eyes redirecting lines to data centers

https://fortune.com/2026/05/12/lake-tahoe-data-center-49000-residents-power-source/
3•cdrnsf•19m ago•0 comments

The Opus 4.7 reasoning curve - Medium is the best default?

https://www.stet.sh/blog/opus-47-graphql-reasoning-curve
1•bisonbear•20m ago•0 comments

Google DeepMind reimagines the mouse pointer

https://twitter.com/GoogleDeepMind/status/2054246119635300451
1•richardreeze•20m ago•0 comments

AgentGate – Authorization layer for AI agents

https://github.com/ElamOlame31/agentgate-public
1•ElamOlame•21m ago•0 comments

Claude is that gullible friend who takes everyone at their word

https://futuresearch.ai/ai-takes-people-at-their-word/
1•mckennameyer•21m ago•0 comments

Reality emerges: what is the Universe made of?

https://aeon.co/essays/why-reality-is-more-than-the-sum-of-its-particles
1•Hooke•21m ago•0 comments

Ask HN: Sites you visit on a daily basis for knowledge and inspiration?

1•chistev•21m ago•0 comments
Open in hackernews

Show HN: DAGraph – local-first reactive graph from arithmetic to OLAP SQL

https://dagraph.com
5•notfirstpost•57m ago

Comments

notfirstpost•57m ago
Hi, I'm JC and I built DAGraph over the past few months. It is a visual, graph-based, local-first data web-app, to do computations from simple arithmetic to advanced OLAP SQL.

There's no account or sign up needed to use it. Your data stays in the browser, no upload.

Some technical aspects that might be of interest here:

- written in Rust targeting WASM with Trunk;

- Apache DataFusion for SQL engine + Arrow + Parquet;

- Apache OpenDAL for OPFS for workspace data in browser;

- Egui, an immediate mode GUI (works on WASM and native);

- computation graph is built on top of 'reactive_graph', a core component of the Leptos web framework;

- it's a dynamic functional DAG (directed acyclic graph), dependencies between nodes are determined by the engine (via SQL parsing). Modify an input and the downstream output are recomputed dynamically.

The main website: https://dagraph.com

Direct access to the early preview: https://alpha.dagraph.com/

There are a few basic examples here: https://dagraph.com/examples/

It's still very early - many more features are to be added but it's usable. It requires a modern browser (WASM and OPFS); works on desktop, tablet and phone although a bigger screen is really recommended (zooming out will allow for higher density UI to make it somewhat usable on phones).

To give a bit of context on some of the choices and possibly start discussions, in no particular order:

- dynamic UIs, graphs and analytics: it's a domain I've been interested in. Bret Victor is an inspiration;

- (most) spreadsheets hide formulas and, ironically, aren't table-first. Notebooks suffer from out-of-order evaluation;

- while working on data analytics projects using popular languages and their libraries, I would run into inconsistent APIs and I would eventually end up doing most of the work in SQL. Quite annoying are the platforms that have their own sub-par DSLs (don't get me started on DSLs built on top of YAML);

- immediate mode is an interesting approach to UIs worth experimenting with.

- in-browser app: instead of scaling up, you have to optimize down. The WASM bundle is less than 25MB, 8MB over the wire.

- Local-first: 4-fold: no account needed (it puts me off if I have to create an account when it's clearly not needed); data privacy (both for the user and for dev); as a solo-dev, very low infrastructure cost plus laptops are powerful enough for many workloads now; and no network latency.

Links to some of the projects I mentioned:

- Trunk https://trunk-rs.github.io/trunk/

- Apache Datafusion https://datafusion.apache.org

- OpenDAL https://opendal.apache.org

- Egui https://www.egui.rs

- Reactive graph https://docs.rs/leptos/latest/leptos/reactive/graph/index.ht... - Leptos https://leptos.dev

(edited for formatting)