home.social

#mwmbl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mwmbl, aggregated by home.social.

fetched live
  1. @BrideOfLinux
    Let's start completing the list of independent search engines



    Update: I just read a bit more about . Quote "[...] using Google's search index for now.". This means it is not like the engines mentioned above.

  2. @prieco has an approach, where users contribute to crawl. Would this also work for you?

  3. @nixCraft Do you have any thoughts on both startpage.com/ and mwmbl.org/ ?
    Start Page is being more talked about lately and mwmbl, maybe because it’s a crowd-sourced project, seems to be getting some attention.
    But frankly I don’t know much about either and after the disappointment with Kagi (partnering with Brave), my will to invest time in new search engines is getting lower.

    Thank you.

    #search #searchengine #startpage #mwmbl #Kagi

  4. @jason123santa @cwebber I've been experimenting with #SearxNG and #Mwmbl , but inevitably end up using #DuckDuckGo when I actually want to get stuff done.

    I even got a login at mwmbl.org/ and am running the extension in my browser to help crawl the web, but sadly, results are still not very good.

  5. Today I was looking at the latest mwmbl source code changes. There I saw that @daoud changed pip for uv. uv is ''an extremely fast Python package and project manager, written in Rust'''.

    github.com/astral-sh/uv

    Certainly sth worth to have a look at.

  6. @abucci time for web sites to bring back browser wars era badges, but instead of saying "Best viewed with Netscape Navigator" it might say "Best found with Duck Duck Go".... Oh wait, they have an AI "assist" right at the top of their page too. Hmm

    "Best found with ${NON_AI_SEARCH_ENGINE}" where NON_AI_SEARCH_ENGINE is one of Start page, Searx, Qwant, Marginalia, Mwmbl...

    #Googe #DuckDuckG #StartPage #Qwant #MarginaliaSearch #Mwmbl

  7. 🌐 #Mwmbl è un motore di ricerca #opensource dove la community determina il ranking.

    E' un progetto giovane il cui il crawling degli URL è fatto dalla community, è possibile infatti contribuire con un estensione Firefox o tramite script
    github.com/mwmbl/mwmbl?tab=rea

    mwmbl.org/

    #privacy

  8. Got a minute? #SearchClub would love to get your feedback on some potential "easy starter projects" to help reclaim search for the searcher - and any other ideas you'd like to share.

    Check out the ChaosPad, and let us know what you think: pads.ccc.de/rNBu09Mr2M. Perhaps you'd like to get involved? Even better! :blobfoxhyper2:

    #38C3 #CCC #Search #Discovery #SearchEngines #LLM #LLMs #GenAI #MushroomForaging #PizzaGlue #Mwmbl #SearXNG #Blocklists #uBlock #uBlockOrigin #uBlacklist

  9. @uberprutser @openwebsearcheu

    Maybe you want to have a look at mwmbl.org/ in the meantime

  10. Many thanks for presenting #Mwmbl, @daoud! I was the person asking about Mwmbl's unique indexing approach. I am excited that you pursue this. We tried something similar by cleverly indexing multi-term queries based on this paper by Ivana Podnar and others:
    fer.unizg.hr/_download/reposit Where can I find more on Mwmbl's approach?

  11. Stats page on the #OpenSource #SearchEngine #Mwmbl is finally fixed. And crawling should be working again.

    mwmbl.org/stats/

    Feeling a new level of motivation after attending the excellent #OSSym24 🎉

  12. ++ Event Agenda published! ++
    Four days to go till #FreeWebSearchDay is back around.

    On 29 September + surrounding days we are presenting a variety of insightful events - in collaboration with various partners. Mark them in your calendars now!

    Spoiler alert: There will be a #Mwmbl Curatathon, a presentation on "Search engines as a threat to the privacy of employees as well as business and trade secrets" and much much more!

    All events here:
    freewebsearch.org/en/events/
    See you around!🤸‍♀️

  13. New version of #Mwmbl #OpenSource #SearchEngine is deployed featuring English Wikipedia search incorporated into our results, as originally suggested by @seddon

  14. I've finally figured out a way to solve the ongoing issue where we had run out of URLs to crawl. Basically, we are now allowed to crawl old URLs, but we prioritise new ones. That's one way to find new URLs since pages don't always stay the same 😂

    #Mwmbl #SearchEngine #OpenSource

  15. Finally fixed a bug in #Mwmbl that's been annoying users for ages. This kind of bug would never happen with strong typing, but I still love you Python ❤️

    github.com/mwmbl/mwmbl/issues/

    #OpenSource #SearchEngine #Python

  16. We're gradually removing our dependency on closed source software, in this case M$: #Mwmbl source code is now mirrored on #Codeberg at codeberg.org/mwmbl/mwmbl 🎉

    Unfortunately we can't move off #GitHub just yet as we rely on it for people to find our project... but we plan to one day!

    #OpenSource #SearchEngine

  17. I finally fixed the most annoying #bug in #mwmbl I have encountered so far. We read data from a memory map and decompress it using zstd, but randomly the decompressor would crash with horrible errors.

    I went down lots of rabbit holes before I actually read the decompressor docs which clearly stated that it is not safe to use a single instance from multiple threads. Which of course I was doing. 🤦‍♂️

    #OpenSource