ASCII City
ASCII City displays a live CCTV feed with city activity data, including tracked pedestrians and vehicles. The system shows weather conditions and network status for monitoring urban movement. (asciicity.live)
PlanetScale introduces TIN, a Postgres extension that implements a full-featured, transactional full-text index designed to support boolean, phrase and span queries; fuzzy, wildcard and regex term matching; case and accent folding; BM25 top-k ranking and exact COUNTs. It’s built to integrate with Postgres semantics - joins, complex WHERE clauses, MVCC visibility, continuous updates, replication and backups - claiming to fill gaps left by existing Postgres text indexes while remaining production-safe and immediately usable via CREATE INDEX ... USING tin(...).
Benchmarks used multiple corpora (Stack Exchange export for the published numbers, plus Wikipedia, Reddit and a “pile” mix) on Postgres 18.6 in an 8-vCPU/32 GB RAM container on an AWS i7i.8xlarge. Index build for the 85 GB Stack Exchange export took 8m10s and produced a 50.7 GB index with 32 GB RAM; comparable engines required more time or memory (ParadeDB 19m20s/52.1 GB/64 GB, pg_textsearch 26m49s/41.5 GB/128 GB, GIN 2h9m/28 GB/64 GB). In query benchmarks TIN massively outperformed competitors: for mixed top-10 workloads it delivered ~25× the QPS and ~26× lower p99 latency than ParadeDB; for conjunction/phrase queries ~10× better than ParadeDB and ~541× than GIN (p99s 6× and 1,356× lower); and under disjunction with concurrent writes it handled 36×-57× more queries than pg_textsearch/ParadeDB with far lower p99s, while reading far fewer MB/query - explaining much of its throughput and cache-friendliness.
Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.
ASCII City displays a live CCTV feed with city activity data, including tracked pedestrians and vehicles. The system shows weather conditions and network status for monitoring urban movement. (asciicity.live)
Jev Ultrafast is a browser agent designed with a dynamic, indexed action space to enhance web interactions. It aims to improve browser performance and functionality through advanced agent capabilities. (github.com)
Neki has launched Neki, a sharded Postgres database, which now includes TIN, a fast full-text search extension. TIN supports complex queries, fuzzy matching, and integrates seamlessly with Postgres for various search applications. (planetscale.com)
The US Gov Graph is a visual map that details the structure and connections within the federal government. It aims to provide a comprehensive overview of government agencies and their relationships. (graph.civlab.org)
A website owner implemented a system charging AI agents a penny per page for crawling, and observed Claude AI paying it during a task. Google is testing a pilot program paying publishers when their content helps generate AI answers, but the calculation details remain unclear. (suganthan.com)
Parts of Common Crawl's archive are now available on Hugging Face Storage Buckets, making large-scale crawl data easier to access using Hugging Face tools. Users can browse, download, or mount the data as a filesystem, integrating it with existing workflows. (commoncrawl.org)
Today's best Hacker News stories, summarized and screenshotted, one email a day.