social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#searchengine

15 posts14 participants2 posts today
Continued thread

🧵 And now, the part 3 or my series of articles on how to build a #crossplatform #searchengine, in #rustlang.

📰 This article is about how the sharding mechanism works.

💬 Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub 😃

:fediverse: If you enjoy it, feel free to share it on other platforms!

🔗 Here is the link: jdrouet.github.io/posts/202503

jdrouet · Building a search engine from scratch, in Rust: part 3Or how we'll implement sharding and transactions for our search engine.

Was trying a duckduckgo search for a restaurant in town, and I clicked on a link to read it, then came back to the search results. Suddenly a bunch of links disappeared and the first two links were now tripadvisor.

I selected hide site from these results and immediately a tripadvisor link from another url (different country) pops up. I kind of kept going and hiding about 15 results and new tripadvisor links kept popping up. This went on until "Search query entered was too long. Please shorten and try again."

So is this a bing-underneath thing, or direct enshittification of duckduckgo?

This is while using uBlockOrigin, but that didn't help, I didn't see any way that the ads differed from the normal links either.

A quien le interese usar un motor de búsqueda diferente, aquí algunas #alternativas que me han gustado, en orden de preferencia:

- 1: startpage.com
- 2: leta.mullvad.net/
- 3: searxng.org
- 4: search.brave.com
- 5: duckduckgo.com

Desactivad cualquier opción de IA que no os guste. Total, sacaréis mejores conclusiones que cualquiera de ellas echando un vistazo rápido a la primera página de resultados. 🤔

www.startpage.comStartpage - Private Search Engine. No Tracking. No Search History.Search and browse the internet without being tracked or targeted. Startpage is the world's most private search engine. Use Startpage to protect your personal data.

Efficient use of a #searchEngine 10 years ago:

Coming up with a phrase that would likely contained in an article that explains the thing I want to read

Efficient use of a search engine now:

Coming up with a phrase that avoids anything triggering #LLM #AI based content

Continued thread

🧵 Following part 1, here is the part 2 of my series of articles on how to build a #crossplatform search engine from scratch, in #rustlang .

📰 This article is about how we go from a document to a set of structured indexes.

💬 Enjoy reading it, feel free to provide some feedback, here or directly on GitHub 😉

🔗 Here is the link: jdrouet.github.io/posts/202503

Hello · HelloIn the previous article, I explained how we'll write on disk and how we'll implement an abstraction so that it works on any device as well as in the browser. Now, it's time to start thinking about wha…