Earlier quoted context omitted.
Hobby project leads angry person to interesting and unexpected material; angry person remains angry. Details at six.
The project explicitly bills itself as a "search engine", not an "interesting and unexpected material surfacer". Moreover, projecting emotions like "angry" onto a comment in order to discredit the content of the comment (hey! is that an ad-hominem?) is just about exactly the opposite of the discussions that the HN mods are trying to curate, and the discussions that I like to see here.
A search engine that favors text-heavy sites and punishes modern web design
211–220 of 735 posts
Re: A search engine that favors text-heavy sites and punishes modern web design
#212I'm sure I'm not the only one, either. Content-rich sites need more love.
Re: A search engine that favors text-heavy sites and punishes modern web design
#213Earlier quoted context omitted.
Yeah I think the charset detection needs work. It understands the "Content-type: text/html;charset=utf-8" -header, and but not It turns out HTML has a lot of corner cases. I'm constantly marveling at how web browsers hold together as well as they do.
Thanks for your response! Hope you can implement this as well without too much trouble. I wonder if you could just assume UTF-8 to be the default these days. I imagine that to fix many other cases as well.
Re: A search engine that favors text-heavy sites and punishes modern web design
#214Earlier quoted context omitted.
That query is too long apparently. But if you shorten to "haskell type inference", I think it delivers on its promise: > If you are looking for fact, this is almost certainly the wrong tool. If you are looking for serendipity, you're on the right track. When was the last time you just stumbled onto something interesting, by the way?
The search engine doesn't do any type of re-ordering or synonym stuff, it only tires to construct different N-grams from the search query. So if you for example compare "SDL tutorial" with "SDL tutorials". On google you'd get the same stuff, this search engine, for better or worse doesn't. This is a design decision, for now anyway, mostly because I'm incredibly annoyed when algorithms are second-guessing me. On the o…
Re: A search engine that favors text-heavy sites and punishes modern web design
#215Wouldn't this just skew towards really old sites? The third search result for "dog" is this page on how to remove AOL Instant Messenger, published in 2002. https://sillydog.org/netscape/kb/removeaim.html No one wants to see newsletter signup popovers, but "modern web design" includes good performance and relevant content. (The search engine itself takes about 2 seconds to first contentful paint, not great.)
This search engine pretty much takes everything that Google is doing and does the opposite. For instance, Google has decided that "relevant" usually also means "recent". Thus, when searching for something on Google, you mainly get results from blogspam farms and almost never do you see anything more than a few years old. An implication of this is that old sites tend to disappear (either into obscurity or by being tak…
The 5th result is a tutorial on CSS. This search engine decided it's relevant because it has "dog" in the URL. Is that a better reasoning than Google's? https://htmldog.com/guides/css/beginner/
Core Web Vitals ranks sites higher that perform well. Text-heavy sites that are also optimized and relevant would already perform well.
Re: A search engine that favors text-heavy sites and punishes modern web design
#216The first results on Google are Australian site for buying a LC70 (news-flash, I can't buy one in the USA). There is also a MotorTrend article about the LC70...also irrelevant since it's only sold in Australia.
Re: A search engine that favors text-heavy sites and punishes modern web design
#217Earlier quoted context omitted.
The search engine doesn't actually do full text search, so maybe your query was too... unique. But do first of all verify that you haven't been hacked. There's about quarter of a million domains I've flagged that, besides their wordpress content, also host a ton of link spam crap off in some hidden folder. This reflects on the quality rating extremely negatively to the point where you may have not been indexed at all…
It’d be nice if you had a page to get the current index status for a domain.
Re: A search engine that favors text-heavy sites and punishes modern web design
#218Wow, that's awesome. Great work! For a simple test, I searched "fall of the roman empire". In your search engine, I got wikipedia, followed by academic talks, chapters of books, and long-form blogs. All extremely useful resources. When I search on google, I get wikipedia, followed by a listicle "8 Reasons Why Rome Fell", then the imdb page for a movie by the same name, and then two Amazon book links, which are totall…
Re: A search engine that favors text-heavy sites and punishes modern web design
#219Wow, that's awesome. Great work! For a simple test, I searched "fall of the roman empire". In your search engine, I got wikipedia, followed by academic talks, chapters of books, and long-form blogs. All extremely useful resources. When I search on google, I get wikipedia, followed by a listicle "8 Reasons Why Rome Fell", then the imdb page for a movie by the same name, and then two Amazon book links, which are totall…
However, when searching for "haskell type inference algorithm" I get completely useless results.