frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Future of American Power

https://carnegieendowment.org/projects/beyond-disruption/collections/the-future-of-american-power
1•luu•58s ago•0 comments

Building a Static Site with Pandoc

https://joeldare.com/building-a-static-site-with-pandoc
1•codazoda•3m ago•0 comments

ARDY: Autoregressive Diffusion for Human Motion Generation

https://research.nvidia.com/labs/sil/projects/ardy/
1•klaussilveira•6m ago•0 comments

LLM-as-a-Verifier: A General-Purpose Verification Framework

https://arxiv.org/abs/2607.05391
1•gmays•10m ago•0 comments

Plans for New Zealand's first AI datacentre spark concerns

https://www.theguardian.com/world/2026/jul/10/new-zealand-first-datacentre-concern-locals-makarew...
4•billybuckwheat•11m ago•0 comments

Japan begins standing up new Intel agency with input from allies

https://www.japantimes.co.jp/news/2026/07/13/japan/politics/japan-intelligence-agency/
3•keepamovin•16m ago•0 comments

The Luna-cy of getting Lock The Clock done

https://locktheclock.net/time/2026/07/the-luna-cy-of-getting-lock-the-clock-done/
2•toomuchtodo•19m ago•1 comments

New flapping robot swims and flies like a diving bird

https://news.mit.edu/2026/new-flapping-robot-swims-and-flies-like-diving-bird-0709
5•gmays•23m ago•1 comments

Only 90s Web Developers Remember This (2014

https://zachholman.com/posts/only-90s-developers/
4•downbad_•24m ago•0 comments

Ask HN: How useful is Gemini for Google Apps?

3•cobbzilla•24m ago•1 comments

Show HN: Tilion – Stealth Browser Infrastructure for Agents

https://twitter.com/tiliondev/status/2077162199739752933
7•arhamshahrier•27m ago•2 comments

Linear is always a lagging indicator

https://remark.ing/rob/rob.mw/-/Linear-is-always-a
2•koch•27m ago•0 comments

Why devs turn to Buildkite in the AI era

https://www.thestack.technology/buildkite-ai-developer-cicd/
4•juanfatas•29m ago•0 comments

The politics of air conditioning in Switzerland

https://lenews.ch/2026/05/29/the-politics-of-air-conditioning-in-switzerland/
2•bookofjoe•29m ago•0 comments

Ask HN: How's the idea of creating LinkedIn styled character profiles

3•anitroves•30m ago•3 comments

Sets of Overlapping Circles

https://unsung.aresluna.org/sets-of-overlapping-circles/
2•frizlab•30m ago•0 comments

Batteries 'cheaper' than gas plants as data centres fuel turbine costs

https://www.abc.net.au/news/2026-07-15/csiro-says-batteries-cheaper-than-gas-as-ai-drives-turbine...
3•femto•30m ago•0 comments

Pioneers of Computer Graphics [video]

https://www.youtube.com/watch?v=WeJX1DV0hq0
2•gabrielsroka•31m ago•0 comments

Casio FX870P Emulator

https://github.com/urbancamo/fx870p-emulator
2•austinallegro•31m ago•0 comments

OpenAI's first hardware device will be a HomePod, but don't tell them that

https://appleinsider.com/articles/26/07/14/openais-first-hardware-device-will-be-a-homepod-but-do...
4•frizlab•32m ago•0 comments

QR-Swastika-Avoider

https://crates.io/crates/qr-swastika-avoider
15•gregsadetsky•33m ago•1 comments

Audio Transport: A Generalized Portamento via Optimal Transport

https://arxiv.org/abs/1906.06763
2•E-Reverance•45m ago•1 comments

LeMario: Training a JEPA World Model on Super Mario Bros

https://www.benjamin-bai.com/projects/lemario
3•kevinjosethomas•49m ago•0 comments

The Campaign to Kill American AI Runs Through San Francisco

https://garryslist.org/posts/the-campaign-to-kill-american-ai-runs-through-san-francisco
3•shinryudbz•52m ago•1 comments

The Chuwi MiniBook X N150

https://taoofmac.com/space/reviews/2025/05/15/2230
4•edward•52m ago•0 comments

Buffett omits gift to Bill Gates' foundation after his Epstein ties disclosed

https://www.theguardian.com/business/2026/jul/14/bill-gates-warren-buffet-donation
11•Teever•53m ago•0 comments

Kara Swisher: Important CEO straits [video]

https://www.youtube.com/watch?v=-d0kyPNFrVE
2•xqcgrek2•54m ago•0 comments

How Are "Disconnected" Young Adults Spending Their Time?

https://www.stlouisfed.org/on-the-economy/2026/jul/how-are-disconnected-young-adults-spending-the...
3•toomuchtodo•55m ago•0 comments

What to know about 'explosive diarrhoea' parasite outbreak in US

https://www.bbc.com/news/articles/c621m66qm76o
3•teleforce•58m ago•0 comments

Who Is America's Homer?

https://www.plough.com/articles/who-is-americas-homer
3•samclemens•1h ago•1 comments
Open in hackernews

Satd: Bitcoin Streaming Event Consumption API

https://epochbtc.github.io/satd/streaming.html
1•epochbtc•1h ago

Comments

epochbtc•1h ago
If you've ever tried to integrate with Bitcoin Core (bitcoind) you know how annoying it is to either poll the legacy JSON-RPC API, or set up a ZMQ listener. Satd provides a modern, strongly typed streaming event consumption API (with gRPC and JSON websocket transports) with features like the full event firehose, narrowly-scoped watches (for wallet backends, for example), privacy-preserving prefix matching, etc.

There's also a Rust SDK (Go SDK coming next release): https://epochbtc.github.io/satd/rust-sdk.html

Comments or feedback welcome!