frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gemini Robotics 2 brings whole body intelligence to robots

https://deepmind.google/blog/gemini-robotics-2-brings-whole-body-intelligence-to-robots/
195•ai2027•1h ago•155 comments

Physicists Solve a Muon Mystery. Now, Old Results Don't Add Up

https://www.quantamagazine.org/physicists-solve-a-muon-mystery-now-old-results-dont-add-up-20260729/
53•ibobev•1h ago•9 comments

The Economic Benefit of Refactoring

https://martinfowler.com/articles/exploring-gen-ai/refactoring-economic-benefit.html
66•javaeeeee•1h ago•27 comments

Hacker Public Radio

https://hackerpublicradio.org/
64•bmacho•2h ago•7 comments

Why is everyone trying to build a solid-state battery?

https://www.construction-physics.com/p/why-is-everyone-trying-to-build-a
94•crescit_eundo•4h ago•112 comments

SDL_GPU minimal, single-header, high-performance 2D graphics painting library

https://github.com/n67094/sdl_gp
36•n67094•2h ago•13 comments

RFC 8890 – The Internet is for End Users (2020)

https://mnot.net/blog/2020/for_the_users
77•notarobot123•3h ago•23 comments

Launch HN: Prized (YC S26) – Let non-engineer staff build secure internal tools

https://prized.dev
47•marinoseliades•3h ago•23 comments

Upper stage impacting the moon on 2026 August 5

https://www.projectpluto.com/25010d.htm
70•ryannevius•3h ago•19 comments

Paging Through a Parquet File in DuckDB: File_row_number or Offset?

https://rusty.today/blog/paging-parquet-duckdb-file-row-number-vs-offset/
24•rustyconover•2h ago•3 comments

Show HN: Claude-account – switch Claude Code accounts without logging in again

https://github.com/hamzarehmandeveloper/claude-account
13•hamza_rehman•2h ago•8 comments

Ron Gilbert started production on Thimbleweed Park 2

https://www.grumpygamer.com/twp2_announce/
184•alberto-m•8h ago•83 comments

RCade: The Arcade Cabinet with CI/CD Deployment, Custom Graphics Card for CRT [video]

https://www.youtube.com/watch?v=W-OpIbLUOU0
17•evakhoury•19h ago•1 comments

How to Mount a Balcony Awning

https://solar.lowtechmagazine.com/2025/07/how-to-mount-a-balcony-awning/
7•karakoram•5d ago•0 comments

Are We Stuck with Lean?

https://mathoverflow.net/questions/513742/are-we-stuck-with-lean
73•jjgreen•5h ago•29 comments

Mbodi AI (YC P25) Is Hiring Robotics/Research Engineers

https://www.ycombinator.com/companies/mbodi-ai/jobs
1•chitianhao•4h ago

Building a native C# implementation of CEL engine

https://bsid.io/writing/building-a-cel-engine-for-net
32•jackedEngineer•2d ago•5 comments

Gpiozero Flow

https://bennuttall.com/blog/2026/07/gpiozero-flow/
109•benn_88•6h ago•33 comments

3D Pinball for Windows (1995)

https://98.js.org/programs/pinball/space-cadet.html
62•mushstory•5h ago•30 comments

The Alice and Bob After Dinner Speech (1984)

https://hex.ooo/library/alicebob.html
29•kamma4434•3d ago•5 comments

Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)

https://github.com/grafana/ai-sdk
46•matryer•5h ago•13 comments

Why Don't People Use Formal Methods? (2019)

https://www.hillelwayne.com/post/why-dont-people-use-formal-methods/
92•Thom2503•4h ago•63 comments

The Glass Famine

https://edconway.substack.com/p/the-glass-famine
93•baud147258•3d ago•45 comments

Trusted URLs via Cryptographic Signatures

https://blog.certisfy.com/2026/04/trusted-urls-via-cryptographic.html
9•Edmond•2h ago•9 comments

Azulejo

https://en.wikipedia.org/wiki/Azulejo
137•Amorymeltzer•1d ago•43 comments

CosmosEscape: Taking over Every Database in Azure Cosmos DB

https://www.wiz.io/blog/cosmosescape-taking-over-every-database-in-azure-cosmos-db
41•uvuv•4h ago•10 comments

Pgtestdb's template cloning approach to testing is fast

https://brandur.org/fragments/pgtestdb
7•peterldowns•1h ago•2 comments

You can't solve computer use by ignoring the interface

https://steelmanlabs.com/blog/computer-use-is-far-from-solved
50•mpavlov•5h ago•26 comments

The first watch featuring computer functions

https://by.seiko-design.com/140th/en/topic/58.html
76•stefanv•4d ago•29 comments

Reversing Abstractions: An Existential Crisis

https://www.humprog.org/~stephen/blog/research/recovering-abstraction.html
5•tosh•2h ago•0 comments
Open in hackernews

Postgres rewritten in Rust v0.2, now faster than Postgres and ClickHouse

https://github.com/malisper/pgrust/releases/tag/v0.2-release
12•malisper•55m ago

Comments

convolvatron•48m ago
there's some great stuff in here, particularly the direct-to-binary codegen, threads instead of processes and sync batching. you must have some intuitive notion about where the performance gains come from.
westurner•16m ago
Would there be an advantage to reusing SIMD-optimized libraries for this?

Polars Rust is built on Arrow and packed_simd.

pola-rs/polars: https://github.com/pola-rs/polars

polars - Rust API docs: https://docs.pola.rs/api/rust/dev/polars/#simd

lancedb's data format; Lancedb/lance works with [Pandas, DuckDB, Polars, PyArrow,]; https://github.com/lancedb/lance

Narwhals' df interface (Python) https://narwhals-dev.github.io/narwhals/

substrait's portable query plans: https://substrait.io/ , https://github.com/ibis-project/ibis-substrait

Arrow RecordBatch, https://news.ycombinator.com/item?id=45495738#45546244

cargo-fuzz, TLA+

jauntywundrkind•15m ago
Port in OrioleDB next please. If our wish-granting really is at such a state. https://github.com/orioledb/orioledb
jauntywundrkind•13m ago
Port in OrioleDB next please. If our wish-granting really is at such a state. https://github.com/orioledb/orioledb

Great submission slipped by yesterday (!) on it's beta15 and beta16 released, on a big stability push. It now passes Postgres's own test suite! https://www.orioledb.com/blog/orioledb-beta15-16-stability https://news.ycombinator.com/item?id=49099108