openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

658
active users

#searchengine

5 posts5 participants0 posts today

It's crazy that in the context of my #web experience, @marginalia went from a fun but ultimately impractical diversion to literally the only way the #internet is browsable for me now.

Try using any #searchEngine to look up any broad question that's #tech, #household or #life related. Almost all results will be extremely verbose, LLM generated, pointless (and/or product ads).

On #Marginalia, I found real, human-written and most importantly, *useful* information immediately.

Continued thread

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

📰 This article is about how we query the indexes, aggregate the results and generate some scores.

💬 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 4Or how we'll find something in all this.
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.

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

jdrouet · Building a search engine from scratch, in Rust: part 2Or how we'll go from a set of documents to a set of structured indexes.

By a post of @ueeu I came across the searchengine @MetaGer

As I am still looking around for a good searchengine, and as MetaGer has it's own Mastodon instance, I got interested.

MetaGer says it's a fully privacy focussed search engine, subscription based and located in Germany. It looks a bit like the European 🇪🇺 counterpart of Kagi.

metager.org/

Does anyone have experience with this searchengine? Should I buy a token and test them?

metager.orgMetaGer: Privacy Protected Search & FindSearch safely while having your privacy respected. The digital knowledge of the world must be freely accessible without paternalism and abide by states or corporations.
Continued thread

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

This section will handle how we'll store the encrypted data on any platform.

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

jdrouet.github.io/posts/202503

jdrouet · Building a search engine from scratch, in Rust: part 1Or how to write on disk efficiently in the browser or any other device.