this post was submitted on 31 Jul 2023
76 points (97.5% liked)

Selfhosted

37831 readers
649 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

The quality of search engines has gone down so much for technical questions.

I'm looking for a way to index sites like stack exchanges, reddit, quora, and research papers. Would this be possible to do this locally with metadata?

you are viewing a single comment's thread
view the rest of the comments
[–] BrightCandle 5 points 11 months ago* (last edited 11 months ago)

Even the main search engines don't index the entire internet of content these days and their databases are truly massive already. Writing a basic web crawler to produce a search index isn't all that hard (I used to do it as a programming exercise for applicants) but dealing with the volume of data of the entire internet and storing it to produce a worthwhile search engine however is just not feasible on home hardware, it would be TB's at least. It wouldn't just be a little worse it would dramatically worse unless you put substantial resources to it including enormous amounts of network bandwidth which would have your ISP questioning your "unlimited 1 gbps fibre" contract. It would probably take years to get decent and always be many months out of date at best.

Doesn't seem practical to try to self host based on the need to download and index every single page of the internet its a truly massive scale problem.