Experimenting with Local LLMs on macOS (blog.6nok.org)
105 points by frontsideair 2h ago 66 comments
OpenWrt: A Linux OS targeting embedded devices (openwrt.org)
19 points by pykello 48m ago 3 comments
Will Amazon S3 Vectors Kill Vector Databases–Or Save Them?
26 Fendy 20 9/8/2025, 3:35:46 PM zilliz.com ↗
> Filtering looks to be applied after coarse retrieval. That keeps the index unified and simple, but it struggles with complex conditions. In our tests, when we deleted 50% of data, TopK queries requesting 20 results returned only 15—classic signs of a post-filter pipeline.
Things like this are why I'd much prefer if Amazon provided detailed documentation of how their stuff works, rather than leaving it to the development community to poke around and derive those details independently.
Does it, how? Why would it be the vector store that would make it easier for them to censor the content? Why not censor the documents in S3 directly, or the entries in the relational database. What is different about censoring those vs a vector store?
Not to mention there is lock-in once you've gone to the trouble of using a specific embedding model on a bunch of content. Ideally we'd converge on backwards-compatible, open source approaches, but cloud vendors want to offer "value" by offering "better" embedding models that are not open source.
Are there laws on the books that would force them to apply the technology in this way?