frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Language Model "Shape"

https://alexzhang13.github.io/blog/2026/shape/
1•emersonmacro•50s ago•0 comments

Rust for C#/.NET Developers

https://microsoft.github.io/rust-for-dotnet-devs/latest/introduction.html
1•jeswin•1m ago•0 comments

Trump Promised the Truth About UFOs. These Scientists Are Waiting

https://www.politico.com/news/magazine/2026/09/26/ufos-trump-aliens-uaps-government-01088254
2•RickJWagner•12m ago•1 comments

Minicut AI: Higgsfield but for AI Drama and Film

https://www.minicut.ai
1•lliu56p•12m ago•1 comments

Show HN: PeerTalk.ai - Let your agent talk to a friend's agent

https://peertalk.ai
3•bluepnume•21m ago•3 comments

Show HN: All/Some – A free logic puzzle game about set relationships

https://allsome.app/
1•Critikid•23m ago•0 comments

Zipf's Law

https://en.wikipedia.org/wiki/Zipf%27s_law
1•johnnyApplePRNG•23m ago•0 comments

Introducing Casita: A content-addressed store for source code and build artifact

https://casita.rs/blog/introducing-casita-a-content-addressed-store-for-source-code-and-build-art...
1•domenkozar•26m ago•0 comments

Deep cuts: Londoner's fake vinyl empire sheds light on 'industrial scale' fraud

https://www.theguardian.com/music/2026/sep/19/fake-vinyl-empire-sheds-light-industrial-scale-fraud
3•ChrisArchitect•27m ago•0 comments

Ucsd-Hacc/Nsnfsssfsfn: Nearly SNFS-Speed Signature Forgery Sans Factoring N

https://github.com/ucsd-hacc/NSNFSSSFSFN
1•Garbage•28m ago•0 comments

A perfect clone of 1993 game SimTower

https://github.com/phulin/tower-together
1•modinfo•28m ago•0 comments

Auxo Linux

https://auxolinux.com/
1•rxvy•31m ago•1 comments

CERN mug summarizes Standard Model, but is off by a factor of 2 (2011)

https://www.quantumdiaries.org/2011/06/26/cern-mug-summarizes-standard-model-but-is-off-by-a-fact...
1•Curiositry•32m ago•0 comments

Reflex: Rust library for control loops that act on observability data

https://github.com/datadog-labs/reflex
1•handfuloflight•35m ago•0 comments

What is the size of Yemen? (2024)

https://theborys.substack.com/p/what-is-the-size-of-yemen
5•kspacewalk2•37m ago•0 comments

Problem: Closed Weights and Guild Monopolies

https://abdullah417161.substack.com/p/regarding-the-hysteria-over-llms
1•sceleton_135•38m ago•0 comments

David Goodsell

https://en.wikipedia.org/wiki/David_Goodsell
1•a_tartaruga•42m ago•1 comments

Trump rejects Iran's conditional ceasefire proposal

https://www.cnbc.com/2026/09/26/trump-rejects-irans-conditional-ceasefire-proposal-wsj-reports.html
3•donsupreme•53m ago•0 comments

Recogntion of Algebraic Matroids is Undecidable

https://gilkalai.wordpress.com/2026/09/25/tobias-boege-and-geva-yashfe-recognizing-algebraic-matr...
1•oliculipolicula•54m ago•0 comments

Nice Play Anthropic

1•no-user•1h ago•1 comments

Show HN: FinderySearch – The AI powered smart search engine

https://aurasearch-real-private-unlimited-search-engine-18351778012.asia-southeast1.run.app/
1•techambient•1h ago•0 comments

Ask HN: Are you unfollowing friends on GitHub because of AI slop?

1•panny•1h ago•5 comments

Timeline of the Far Future

https://rivendell.dmitrybrant.com/farfuture/
1•dmitrybrant•1h ago•0 comments

Simulating Airband Am Radios

https://bitbashing.io/am-radio.html
1•shellpipe•1h ago•0 comments

DiffFind – Semantic search and diff for text and documents

https://difffind.com/
1•stephenpince•1h ago•1 comments

Musk – Official Trailer [video]

https://www.youtube.com/watch?v=HP_z7ji3MSY
4•embedding-shape•1h ago•0 comments

Pencils Down, Notation Up

https://intertwingly.net/blog/2026/09/25/Pencils-Down-Notation-Up.html
3•freediver•1h ago•0 comments

Approaching a 10 Second Linux Kernel Build

https://www.phoronix.com/review/near-10-sec-kernel-build
3•zX41ZdbW•1h ago•0 comments

Relnotely, hosted changelog on your own domain, no vendor badge

https://relnotely.com
1•valexi•1h ago•1 comments

A Friendlier Version of I2cdetect

https://github.com/bitbank2/ls_i2c
1•bitbank•1h ago•1 comments
Open in hackernews

DiffFind – Semantic search and diff for text and documents

https://difffind.com/
1•stephenpince•1h ago

Comments

stephenpince•1h ago
I built DiffFind because traditional search and diff tools are great at finding exact text, but they struggle when the wording changes while the meaning stays the same.

DiffFind combines traditional lexical diffing with semantic search and semantic comparison for text and documents.

For Semantic Find, I use semantic retrieval followed by LLM reranking and extraction. In my testing, this has worked significantly better than simply giving a document to an LLM and asking it to search.

It currently supports text and PDF documents, plus a REST API for programmatic use.

I'd love feedback from HN, particularly on the semantic search/comparison approach and where you see it being useful.