I built a 500k-domain search engine for makers in a weekend for $10
11–20 of 102 posts
Re: I built a 500k-domain search engine for makers in a weekend for $10
#12I have a 400 GB sqlite database with samples of rendered root document DOMs I use for ad detection in Marginalia Search I've been meaning to explore similar ideas using.
Re: I built a 500k-domain search engine for makers in a weekend for $10
#13Re: I built a 500k-domain search engine for makers in a weekend for $10
#14Re: I built a 500k-domain search engine for makers in a weekend for $10
#15Earlier quoted context omitted.
[flagged]
I'm not going to spend an hour trying to distill the AI-slop to find out what potential golden nugget may lie in there. It's impossible to judge the content if it's buried under a landfill. "If you won't take the time to write it, I won't take the time to read it."
Re: I built a 500k-domain search engine for makers in a weekend for $10
#16A few years ago, if you wanted translation, you'd use Google Translate. If you wanted to search the web, you'd use Google search.
But for a few gigabytes, you can now install nllb-200-distilled-600M, and get translations for almost any language locally. You can have your computer crawl the web, create abstracts and categorizations for websites, and build search exactly as you want it.
The main limiter now is hard drive space (and to an extent, local compute) -- but right now it feels like the 70s again where the terminal into a remote server turned into building applications locally.
Re: I built a 500k-domain search engine for makers in a weekend for $10
#17Re: I built a 500k-domain search engine for makers in a weekend for $10
#18Here's my impressions of your algorithm: 1. read each site 2. rent a 4090 with https://vast.ai to run vllm 3. let llm model invent its own category and tag names freely 4. save 1KB of metadata each a. a small local language model that reads each one and writes a name, two or three sentences, a category, and a handful of tags. 5. `code is going up as open source` soon (TM)
Your impressions seem about right, but there are a few control steps it seems.
Re: I built a 500k-domain search engine for makers in a weekend for $10
#19Earlier quoted context omitted.
I'm not going to spend an hour trying to distill the AI-slop to find out what potential golden nugget may lie in there. It's impossible to judge the content if it's buried under a landfill. "If you won't take the time to write it, I won't take the time to read it."
[flagged]