frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Is chain-of-thought AI reasoning a mirage?

https://www.seangoedecke.com/real-reasoning/
1•ingve•2m ago•0 comments

Another reason to use expendable email addresses for everything

https://utcc.utoronto.ca/~cks/space/blog/spam/UseExpendableAddressesII
1•ingve•3m ago•0 comments

"None of These Books Are Obscene": Judge Strikes Down Much of FL's Book Ban Bill

https://bookriot.com/penguin-random-house-florida-lawsuit/
8•healsdata•5m ago•0 comments

Bypass PostgreSQL catalog overhead with direct partition hash calculations

https://www.shayon.dev/post/2025/221/bypass-postgresql-catalog-overhead-with-direct-partition-hash-calculations/
1•shayonj•10m ago•0 comments

Teenage Engineering's free computer–2 case

https://teenage.engineering/store/computer-2
4•zdw•14m ago•0 comments

How AI Is Revolutionizing Hospital Staff Scheduling in 2025

https://shiftly.cloud/blog/how_ai_is_revolutionizing_hospital_staff_scheduling_in_2025.php
1•novusteck•15m ago•0 comments

Show HN: BatchPro, an AI-powered research terminal for YC Investors

https://www.batchpro.co/
2•tlombardozzi•15m ago•0 comments

Handling long-running LLM streams in a stateful backend

https://blog.leap.new/blog/llm-streams
5•eandre•15m ago•0 comments

A new reasoning benchmark of expert-level Dynamic Programming problems

https://twitter.com/shai_s_shwartz/status/1955968602978320727
1•kappi•16m ago•0 comments

Foqos: Block Distracting Apps

https://github.com/awaseem/foqos
1•coffeecoder789•17m ago•0 comments

Kubernetes Resource Optimization Strategies That Work in Production

https://scaleops.com/blog/5-kubernetes-resource-optimization-strategies-that-work-in-production/
1•timbilt•17m ago•0 comments

The Flask Mega-Tutorial, Part I: Hello, World

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
1•khattabyagob•17m ago•0 comments

Is your Open-Source project's traction real or noise?

1•imilev•18m ago•1 comments

Smart glasses use AI to help low-vision users

https://www.theverge.com/news/759160/ally-solos-smart-glasses-ai-envision-low-vision
2•shoshin23•18m ago•0 comments

Show HN: Infra from Code for Streaming, Storage, and APIs (Rust+TS+Python) [video]

https://www.youtube.com/watch?v=rI0l5fcAKpQ
1•cjus•19m ago•0 comments

Anger grows in China over reports of groups sharing explicit photos of women

https://www.theguardian.com/world/2025/jul/31/anger-china-reports-online-groups-sharing-explicit-photos-women-telegram-without-consent
1•PaulHoule•21m ago•0 comments

BrickGPT uses text prompts to help people bring ideas to life with Lego bricks

https://techxplore.com/news/2025-08-ai-tool-faster-efficient-lego.html
1•speckx•23m ago•0 comments

Act-R: "Adaptive Control of Thought–Rational" Written in Common Lisp

https://en.wikipedia.org/wiki/ACT-R
1•alhazraed•24m ago•0 comments

Why LLMs Can't Build Software

https://zed.dev/blog/why-llms-cant-build-software
2•srid•24m ago•0 comments

Is AI trying to escape human control and blackmail people?

https://arstechnica.com/information-technology/2025/08/is-ai-really-trying-to-escape-human-control-and-blackmail-people/
1•ewf•24m ago•0 comments

Helix Learns to Fold Laundry

https://www.figure.ai/news/helix-learns-to-fold-laundry
1•mhb•25m ago•0 comments

Passion over Profits

https://dillonshook.com/passion-over-profits/
7•dillonshook•28m ago•4 comments

Campfire by Basecamp

https://once.com/campfire
1•skadamat•30m ago•0 comments

Ask HN: Will Grok win as it will eventually train on data from Optimus androids?

1•amichail•33m ago•4 comments

Dynasties, Selection, and Talent Allocation Among Classical Composers

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5304251
1•surprisetalk•34m ago•0 comments

What's Missing Says More

https://docs.google.com/document/d/14I-v-IFe2ZemtZhLn9Hfgc3BsO-NVW5qqttmTrrJHHY/edit?tab=t.0
1•jger15•34m ago•0 comments

The Photographic Periodic Table of the Elements

https://periodictable.com
1•surprisetalk•35m ago•0 comments

Symbol.wtf

https://symbol.wtf/
1•surprisetalk•35m ago•0 comments

Researchers Beware of ChatGPT's "Wikipedia Brain"

https://www.fortressofdoors.com/researchers-beware-of-chatgpts-wikipedia-brain/
2•surprisetalk•35m ago•1 comments

AI for the Rest of Us

https://wsvincent.com/ai-for-the-rest-of-us/
1•japhyr•35m ago•0 comments
Open in hackernews

Show HN: E-commerce data from 100k stores that is refreshed daily

https://www.searchagora.com/data-connector
4•astronautmonkey•2h ago
Hi HN! I'm building Agora, an AI search engine for e-commerce that returns results in under 300ms. We've indexed 30M products from 100k stores and made them easy to purchase using AI agents.

After launching here on HN, a large enterprise reached out to pay for access to the raw data. We serviced the contract manually to learn the exact workflow and then decided to productize the "Data Connector" to help us scale to more customers.

The Data Connector enables developers to select any of our 100k stores in the index, view sample data, format the output, and export the up-to-date data. Data can be exported as CSV or JSON.

We've built crawlers for Shopify, WooCommerce, Squarespace, Wix, and custom built stores to index the store information, product data, stock, reviews, and more. The primary technical challenge is to recrawl the entire dataset every 24 hours. We do this with a series of servers that "recrawl" different store-types with rotating local proxies and then add changes to a queue to be updated in our search index. Our primary database is Mongo and our search runs on self-hosted Meilisearch on high RAM servers.

My vision is to index the world's e-commerce data. I believe this will create market efficiencies for customers, developers, and merchants.

I'd love your feedback!

Comments

amcunicorns•1h ago
Nice idea! Sounds like a lot of servers are needed to pull this off.
astronautmonkey•1h ago
Thank you! And yes, the number of servers needed to scale from 100k to 1M stores (the next goal) will be significant.