Live data from Hacker News

Building a Search Engine from Scratch

0x65.dev

141–150 of 151 posts

Re: Building a Search Engine from Scratch

#141
post #137

Earlier quoted context omitted.

If you're going to indulge in that level of paranoia, how do you know that DDG is not itself a secret Microsoft conspiracy to destroy the world? If you don't know the terms under which DDG licenses Bing's search results, how do you know that those terms don't give MS complete control over DDG?

I think I was too snide in my comment and it wasn't clear. I meant that if Microsoft launched a privacy-focused product and hid their involvement with it they would receive extremely negative publicity on the sort of websites people who use privacy-focused products read. Completely leaving aside the harm that would cause to the Microsoft brand, it would also be completely useless. Essentially no one would switch from…

There is a difference between hiding your involvement and not going out of your way to draw attention to it.

Re: Building a Search Engine from Scratch

#142
post #141

Earlier quoted context omitted.

I think I was too snide in my comment and it wasn't clear. I meant that if Microsoft launched a privacy-focused product and hid their involvement with it they would receive extremely negative publicity on the sort of websites people who use privacy-focused products read. Completely leaving aside the harm that would cause to the Microsoft brand, it would also be completely useless. Essentially no one would switch from…

There is a difference between hiding your involvement and not going out of your way to draw attention to it.

Yes. Do you believe that a HN discussion of a company owned by Microsoft that doesnt draw attention to that and which markets towards privacy-focused users would he received positively?

Re: Building a Search Engine from Scratch

#143
post #141

Earlier quoted context omitted.

There is a difference between hiding your involvement and not going out of your way to draw attention to it.

Yes. Do you believe that a HN discussion of a company owned by Microsoft that doesnt draw attention to that and which markets towards privacy-focused users would he received positively?

Do you believe that an HN discussion has the potential to move the market share needle for any MS product? More to the point, do you believe that Microsoft thinks this?

Re: Building a Search Engine from Scratch

#144
post #143

Earlier quoted context omitted.

Yes. Do you believe that a HN discussion of a company owned by Microsoft that doesnt draw attention to that and which markets towards privacy-focused users would he received positively?

Do you believe that an HN discussion has the potential to move the market share needle for any MS product? More to the point, do you believe that Microsoft thinks this?

If that product is aimed at privacy-focused users, yes.

We've gotten so far into unlikely hypotheticals I don't find this conversation interesting any more. I won't reply further in this chain. Have a nice day!

Re: Building a Search Engine from Scratch

#146
post #122
post #114

Earlier quoted context omitted.

If I recall, in the very beginning they were massively using Yahoo and to some extent Bing. It might be that over the years Bing has become a more reliable source.

Yahoo Search was based on Bing since 2009.

Wow, I did not know that. Or I just forgot. Anyways,thanks for the information.

Re: Building a Search Engine from Scratch

#147
post #4

Also having built a search engine from scratch, we use a similar method: https://insideropinion.com/ In our case the "queries" are also the index creation components. Every time someone discusses something, we are indexing it, so you can search media, documents, people from context. We hint at how this works here: https://austingwalters.com/fast-full-text-search-in-postgres... The downside of our approach is it needs…

I remember reading your article on FTS in postgres, great stuff. Was wondering what strategies you might be using to perform counts on your data? I'm trying to implement a faceted search in postgres and currently using window functions to count subcategories (a la http://akorotkov.github.io/blog/2016/06/17/faceted-search/ ), but not sure if it's the most efficient.

Depends what you want to do, I created a "estimate_count" function to make it much much faster:

"SELECT planrows FROM estimate_row('SELECT COUNT(*) ON table WHERE XXX')"

Re: Building a Search Engine from Scratch

#148
post #3

Definitely interesting. But...my searching has gotten to the point where well over half the time I am no longer looking at Google's conventional search results.

could you explain that a bit more? What are you using instead?

Just all of Google's "magic box" results. And a lot of searching is in the Chrome/Firefox/Safari address/search box.

Re: Building a Search Engine from Scratch

#149

Earlier quoted context omitted.

It’s the one time where I can honestly say: The discussion we’re having within Cliqz about our brand name are even more heated and controversial than here on Hacker News (and Reddit for that matter) ... but then there is this saying: “Every brand name is shit until you surpass one billion users - than it becomes brilliant”. More seriously: we do think about it a lot - happy to get ideas.

How are there even two sides to the discussion internally? I'd sooner cut off my left nut with a spoon than trust any company named 'Cliqz.' You might as well name yourself "Nigerian Princes Inc."

So what you are saying is that you trust Google more than a German/European company, where the laws are way more strict.

Enjoy 1 nut.

( Extreme comment fyi )

Re: Building a Search Engine from Scratch

#150

Earlier quoted context omitted.

How are there even two sides to the discussion internally? I'd sooner cut off my left nut with a spoon than trust any company named 'Cliqz.' You might as well name yourself "Nigerian Princes Inc."

So what you are saying is that you trust Google more than a German/European company, where the laws are way more strict. Enjoy 1 nut. ( Extreme comment fyi )

I don't have to chose between the two. I trust neither.
Post reply on HN