Spyke

Replies

privacy

Comment on

NeoSearch: Open-source, ad-free, private web search now open source

Reply in thread

Also, this is not us. Looks indeed like a brand new account. Probably karma farming or something. https://www.reddit.com/r/foss/comments/1v97ge5/neosearch_is_now_open_source/

Also, I totally support being a bit cynical these days... trust me, in the process of building NeoSearch and finding out how many things really work, I've also become very cynical. This is partially why I didn't promote NeoSearch for the last 2 years. It was nice to just have a handful of users. As an example, I was looking into adding movie showtimes. Turns out that movie showtimes is a multi-million dollar business where theaters sell their showtimes (yes, you read that correctly, they SELL their movie schedule that is publicly listed on their website) to data brokers and to get access you need to pay those data brokers. One of too many examples.

privacy

Comment on

NeoSearch: Open-source, ad-free, private web search now open source

Reply in thread

This is certainly the goal. I've started crawling and analyzing about 16M domains and I'm planning to take screenshots of all to have AI analyze what it actually looks like. Does it have a lot of ads and other crap or is it clean and easy to navigate, etc. And also to analyze the content to see if it looks like useful original content or AI slop. The great thing about being small is that everybody is optimizing for Google, not for NeoSearch. The idea is to ditch the traditional SEO pagerank, etc way of ranking because now we have AI that can actually read and understand the content, so it can determine the quality and how well it matches searches, etc. Anyway, early days, but this is the goal for sure. I'm sooo sick of almost all Google results coming from the same 100 big platforms.

privacy

Comment on

NeoSearch: Open-source, ad-free, private web search now open source

Reply in thread

  1. Yeah, for sure. I actually just found out about it yesterday. I've tried contacting the founder to see if I can include some of those search results into the mix. In fact, just added it in the code so it will go live next time I update.
  2. Yeah, good call. This is probably best added with a plugin. There are APIs out there that provide this data, so I can at least start with that to provide the streaming services that show the series or movie in your country. I've just open sourced the code and first focus will be to make it easier for others to install and run the code so that anyone can add these kind of extensions. They can even be vibe coded pretty easily because the task is pretty constrained. This has actually been very much my focus during development, to add a lot of extensibility that is structured in a way that AI can semi automatically write hundreds of plugins.

Thanks for the feedback!

privacy

Comment on

NeoSearch: Open-source, ad-free, private web search now open source

Reply in thread

Yeah, you got it, it's not a priority. The way I understand it is that with Apache2, anyone can pretty much do anything with it. With GPL, any derivative work must also be open sourced under GPL. Which one is better for the open source community is something I have no opinion on, I guess there are good and bad arguments either way. So I just picked for less restrictions, because I don't like restrictions. Also, and I might be wrong about this, but once we're GPL and contributions are added under GPL, it would be an uphill battle to switch to Apache2. But we can switch to GPL quite easily from Apache2 in the future. But yeah, mostly, it's just not something I have a strong opinion about, so I picked Apache2 because it's easy.

You reached the end