frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Top model scores may be skewed by Git history leaks in SWE-bench

https://github.com/SWE-bench/SWE-bench/issues/465
266•mustaphah•4h ago•86 comments

Fartscroll-Lid: An app that plays fart sounds when opening or closing a MacBook

https://github.com/iannuttall/fartscroll-lid
27•gaws•36m ago•5 comments

Danish supermarket chain is setting up "Emergency Stores"

https://swiss.social/@swaldorff/115186445638788782
20•sohkamyung•43m ago•2 comments

Unusual Capabilities of Nano Banana (Examples)

https://github.com/PicoTrex/Awesome-Nano-Banana-images/blob/main/README_en.md
126•SweetSoftPillow•2h ago•68 comments

Claude's memory architecture is the opposite of ChatGPT's

https://www.shloked.com/writing/claude-memory
162•shloked•4h ago•81 comments

Rails on SQLite: new ways to cause outages

https://andre.arko.net/2025/09/11/rails-on-sqlite-exciting-new-ways-to-cause-outages/
69•ingve•4h ago•23 comments

Bulletproof host Stark Industries evades EU sanctions

https://krebsonsecurity.com/2025/09/bulletproof-host-stark-industries-evades-eu-sanctions/
137•todsacerdoti•5h ago•44 comments

Building my childhood dream PC

https://fabiensanglard.net/2168/
21•joexbayer•3d ago•1 comments

How Palantir is mapping the nation’s data

https://theconversation.com/when-the-government-can-see-everything-how-one-company-palantir-is-ma...
112•mdhb•2h ago•23 comments

Behind the scenes of Bun Install

https://bun.com/blog/behind-the-scenes-of-bun-install
307•Bogdanp•10h ago•100 comments

AirPods live translation blocked for EU users with EU Apple accounts

https://www.macrumors.com/2025/09/11/airpods-live-translation-eu-restricted/
166•thm•11h ago•185 comments

NT OS Kernel Information Disclosure Vulnerability

https://www.crowdfense.com/nt-os-kernel-information-disclosure-vulnerability-cve-2025-53136/
93•voidsec•7h ago•22 comments

'Robber bees' invade apiarist's shop in attempted honey heist

https://www.cbc.ca/news/canada/british-columbia/robber-bees-terrace-bc-apiary-1.7627532
100•lemonberry•6h ago•58 comments

Making io_uring pervasive in QEMU [pdf]

https://vmsplice.net/~stefan/stefanha-kvm-forum-2025.pdf
42•ingve•4h ago•2 comments

Doorbell prankster that tormented residents of apartments turns out to be a slug

https://www.theguardian.com/world/2025/sep/08/doorbell-prankster-that-tormented-residents-of-germ...
27•robin_reala•3d ago•2 comments

Adam (YC W25) Is Hiring to Build the Future of CAD

https://www.ycombinator.com/companies/adam/jobs/q6td4uk-founding-engineer
1•HetengAaronLi•5h ago

CRISPR offers new hope for treating diabetes

https://www.wired.com/story/no-more-injections-crispr-offers-new-hope-for-treating-diabetes/
151•manveerc•9h ago•41 comments

Show HN: Making a cross-platform game in Go using WebRTC Datachannels

https://pion.ly/blog/making-a-game-with-pion/
47•valorzard•1d ago•1 comments

Launch HN: Ghostship (YC S25) – AI agents that find bugs in your web app

36•jessechoe10•4h ago•13 comments

Conway's Game of Life, but musical

https://www.hudsong.dev/digital-darwin
140•hudsongr•9h ago•27 comments

A Web Framework for Zig

https://www.jetzig.dev/
51•nivethan•5h ago•2 comments

From burner phones to decks of cards: NYC teens adjusting to the smartphone ban

https://gothamist.com/news/from-burner-phones-to-decks-of-cards-nyc-teens-are-adjusting-to-the-sm...
145•geox•9h ago•137 comments

A tech-law measurement and analysis of event listeners for wiretapping

https://arxiv.org/abs/2508.19825
61•lapcat•6h ago•7 comments

Samsung taking market share from Apple in U.S. as foldable phones gain momentum

https://www.cnbc.com/2025/08/16/samsungs-us-market-share-apple-rivalry-foldable-phones.html
139•mgh2•14h ago•198 comments

ApeRAG: Production-ready GraphRAG with multi-modal indexing and K8s deployment

https://github.com/apecloud/ApeRAG
19•earayu•3d ago•8 comments

Adjacency Matrix and std:mdspan, C++23

https://www.cppstories.com/2025/cpp23_mdspan_adj/
21•ashvardanian•3d ago•12 comments

An engineering history of the Manhattan Project

https://www.construction-physics.com/p/an-engineering-history-of-the-manhattan
112•rbanffy•10h ago•61 comments

Public Suffix List

https://publicsuffix.org/
59•mooreds•3d ago•16 comments

GrapheneOS and forensic extraction of data (2024)

https://discuss.grapheneos.org/d/13107-grapheneos-and-forensic-extraction-of-data
284•SoKamil•10h ago•155 comments

Reshaped is now open source

https://reshaped.so/blog/reshaped-oss
245•michaelmior•13h ago•42 comments
Open in hackernews

ApeRAG: Production-ready GraphRAG with multi-modal indexing and K8s deployment

https://github.com/apecloud/ApeRAG
19•earayu•3d ago

Comments

GloriousMEEPT•2h ago
> bash ./02-install-database.sh # Deploys PostgreSQL, Redis, Qdrant, Elasticsearch

geez

sorry but, how much SHIT is it going to take to make AI good?

cpursley•1h ago
What’s funny is Postgres alone can handle this entire workload decently well.
CuriouslyC•56m ago
Postgres isn't a replacement for elastic. You CAN get full text search working in postgres, and for very basic use cases it's good enough, but it's vastly inferior to elastic in terms of features and performance.
popalchemist•48m ago
This is a very typical, and pretty bare-bones stack. Almost any production grade webapp above a minimal threshold of complexity will have database, cache, and search.
fishmicrowaver•26m ago
This is just one of a million other wrappers around AI that will be forgotten in a few months.
davidcox143•1h ago
Congrats on the launch. How does it compare to HelixDB?

https://github.com/HelixDB/helix-db

CharlesW•1h ago
HelixDB is a database. ApeRAG is an application that uses multiple databases (but that not particular one). Hypothetically, you could fork ApeRAG and modify it to use that database.
cipherself•54m ago
In the list of features, it mentions:

> vision-based search for comprehensive document understanding

but it's not clear to me what this means, is it just vector embeddings for each image in every document via a CLIP-like model?

In addition, I'd be curious what's the rationale behind using the plethora of databases, given the docs on running it in production spins them all up, I assume they're all required, for instance I'd be curious on the trade-offs between using postgres with something like pg_search (for bm25 support, which vanilla postgres FTS doesn't have) vs using both postgres and ElasticSearch.

The docs are also very minimal, I'd have loved to see at least 1 example of usage.