SearchHut was built to this point in about a week by Drew and contributors which I think is amazing. It is also meant to be very simple to run in the case you want to index your own category of sites. For instance cooking content is specifically not indexed but if _you_ wanted to you can spin up an instance and index cooking sites yourself.
SearchHut
21–30 of 161 posts
Re: SearchHut
#22> SearchHut indexes from a curated set of domains. The quality of results is higher as a result, but the index covers a small subset of the web. [citation needed] The quality of the results right now are not very high, and in theory I don't understand why one would believe a search engine with a hand picked set of domains would be expected to outcompete a search engine that can crawl the entire web and determines rep…
> If you are going to rely on domain-level reputation then your search engine is going to be way behind the search engines that can judge content more specifically, which is all of the other search engines. Then why do Google and DuckDuckGo return 90% garbage for most queries? "All of the other search engines" have completely failed to keep pages from the results that are not only low-quality, but outright spam.
Re: SearchHut
#23I tried a couple test queries:
> lambda decay to function pointer c++
I get some FSF pages and the wikipedia for Helium?
> std function
I get... tons of Rust docs?
> std function c++
All rust docs? The wikipedia page for C++??
Interesting idea, but this seems like it would be the primary failure mode for an idea like this: as soon as you are researching outside of the curator's specializations, it doesn't have what you're looking for. Yet these results would both be fixed simply by adding cppreference.com to the index. Let's try and give it a real challenge:
> How to define systemverilog interface
And as I might expect, I get wikipedia pages. For "Verilog", for "System on a Chip" and for "Mixin".
1st google result:
> An Interface is a way to encapsulate signals into a block...
Working as expected
Re: SearchHut
#24Re: SearchHut
#25> SearchHut indexes from a curated set of domains. The quality of results is higher as a result, but the index covers a small subset of the web. [citation needed] The quality of the results right now are not very high, and in theory I don't understand why one would believe a search engine with a hand picked set of domains would be expected to outcompete a search engine that can crawl the entire web and determines rep…
> If you are going to rely on domain-level reputation then your search engine is going to be way behind the search engines that can judge content more specifically, which is all of the other search engines. Then why do Google and DuckDuckGo return 90% garbage for most queries? "All of the other search engines" have completely failed to keep pages from the results that are not only low-quality, but outright spam.
If you can give me a list of 10 normal-ish queries where 9 out of the first 10 results on Google or DDG are "garbage", then I'll concede your point.
I think you are creating an impossible standard for search engines, then using it to deem the current ones as failures. While at the same time ignoring that this new search engine is, as present, unusable with no realistic argument for why it might eventually be better.
Re: SearchHut
#26=> 404
Re: SearchHut
#27I like the idea of searching a curated list of domains, but I'm not sure that doing the curation yourself is the best approach considering the huge number of useful but niche websites in existence. I wonder if simply parsing all of Wikipedia (dumps are available, and so are parsers capable of handling them) and building a list of all domains used in external links would do the trick. Wikipedia already has substantial…
Full disclosure: I'm the CEO.
Re: SearchHut
#28I like the idea of searching a curated list of domains, but I'm not sure that doing the curation yourself is the best approach considering the huge number of useful but niche websites in existence. I wonder if simply parsing all of Wikipedia (dumps are available, and so are parsers capable of handling them) and building a list of all domains used in external links would do the trick. Wikipedia already has substantial…
Re: SearchHut
#29I guess cppreference.com isn't even a part of the list? I tried a couple test queries: > lambda decay to function pointer c++ I get some FSF pages and the wikipedia for Helium? > std function I get... tons of Rust docs? > std function c++ All rust docs? The wikipedia page for C++?? Interesting idea, but this seems like it would be the primary failure mode for an idea like this: as soon as you are researching outside…
> Notice! This product is experimental and incomplete. User beware!
But in reality, if you know where is the answer that you are looking for, why would you use that search engine.
I use DDG and if I want to search on the Scala docs, I use "!scala whatever I'm searching" instead of just search with DDG.
Re: SearchHut
#30I guess cppreference.com isn't even a part of the list? I tried a couple test queries: > lambda decay to function pointer c++ I get some FSF pages and the wikipedia for Helium? > std function I get... tons of Rust docs? > std function c++ All rust docs? The wikipedia page for C++?? Interesting idea, but this seems like it would be the primary failure mode for an idea like this: as soon as you are researching outside…