Earlier quoted context omitted.
But it's a normal word, unlike "mwmbl" (I had to look it up, couldn't remember where the "b" and "w" goes after some seconds).
No it's not, it is an intentional misspelling of "googol" and means nothing - not in English or any other language. "Spotify" is also not a "normal word" in any language. And for those not native in English (there's supposedly only some 400 million of those), it's just a random sound sequence like any other. mwmbl is a shortening of the welsh writing of https://en.wikipedia.org/wiki/Mumbles . Only tricky part is know…
Mwmbl: Free, open-source and non-profit search engine
101–110 of 129 posts
Re: Mwmbl: Free, open-source and non-profit search engine
#102I was happy to notice these guys a while back, but the git repo seems very dormant. I wonder if they backpedaled on the open source side of things, or if the project is asleep. Either would be sad, because the world needs more open source search engines.
Thanks for your encouragement. Would love to have a chat some time.
Re: Mwmbl: Free, open-source and non-profit search engine
#103For fun and learning is good but don't think it's practical... not even close to functionality from search engines in the 90s
Re: Mwmbl: Free, open-source and non-profit search engine
#104Earlier quoted context omitted.
Yeah. That seems like a design decision that will scale poorly. For reference, even in my dinky 100M index I have individual terms with several gigabytes of associated document references. In general hash map table index designs don't tend to be very efficient. If you use a skip list or something similar, you can calculate the intersection between sets in sublinear time.
We actually just take the union and then re-rank. Because the lists are all small, this is cheap.
[1] https://nlp.stanford.edu/IR-book/html/htmledition/faster-pos...
Re: Mwmbl: Free, open-source and non-profit search engine
#105I was happy to notice these guys a while back, but the git repo seems very dormant. I wonder if they backpedaled on the open source side of things, or if the project is asleep. Either would be sad, because the world needs more open source search engines.
Yes, I took a break for a while, my fourth child was just born! Still committed to the project though and working on it when I get time. Thanks for your encouragement. Would love to have a chat some time.
Re: Mwmbl: Free, open-source and non-profit search engine
#106I searched first test “best business banks in Canada” and it showed no results saying it couldn’t find any “We could not find anything for your search..”, I can also see two redundant lenses icons.
What sort of result would you expect for such a query?
>Tangerine Business Savings Account: This account offers a high interest rate of 2.65% to 3.25% on your balance, no monthly fees, no minimum balance requirement, unlimited transactions, free e-transfers, and access to over 3,000 ATMs.
>Wise Business Account: This account offers low-cost international payments in over 50 currencies, no monthly fees, no minimum balance requirement, free local transfers, free debit card, and access to over 10 million ATMs.
>BMO eBusiness Plan: This account offers no monthly fees, no minimum balance requirement, unlimited transactions, free e-transfers, free cheque deposits, and access to over 3,500 ATMs.
>RBC Digital Choice Business Account: This account offers no monthly fees for the first three months ($5 per month thereafter), unlimited electronic transactions, 10 free debit transactions per month ($1.25 each thereafter), free e-transfers, free cheque deposits, and access to over 4,200 ATMs.
Re: Mwmbl: Free, open-source and non-profit search engine
#107What a terrible name! Into the trash.
Re: Mwmbl: Free, open-source and non-profit search engine
#108Particularly I am having a great time reading the crawler extension source-code: https://github.com/mwmbl/crawler-extension
Re: Mwmbl: Free, open-source and non-profit search engine
#109Earlier quoted context omitted.
What sort of result would you expect for such a query?
Primarily a list of options to choose from, preferably that from a non-affiliated site, asking the same in GPT-4 I get the following: >Tangerine Business Savings Account: This account offers a high interest rate of 2.65% to 3.25% on your balance, no monthly fees, no minimum balance requirement, unlimited transactions, free e-transfers, and access to over 3,000 ATMs. >Wise Business Account: This account offers low-cos…
Re: Mwmbl: Free, open-source and non-profit search engine
#110I wondered if this approach would be feasible for a distributed crawler: https://github.com/mwmbl/mwmbl#crawling Also, your own posting appears to be missing from the index: https://mwmbl.org/?q=mwmbl+ycombinator (and, yes, another vote for changing the domain name; you can have a quirky project name, but if I can't remember the cat-walking-on-keyboard domain, I'm not going to use it)
You don't need to remember it, just bookmark and tag however you like (it's anyway a waste of keystrokes to manual type the full domain for such a frequently used site like a search engine)
One's normal phone and laptop is actually only a fraction of uses, and even one's normal device isn't just one thing that needs to be done one time in grade school and then set for life. It's a dozen different things, and they are all perpetually rotating, and most people are not highly optimized with profiles they actually export and import.
This idea is great but it's going absolutely nowhere without a better understanding of actual humans.