Show HN: Wiby is now free software
github.com
Show HN: Wiby is now free software
1–10 of 36 posts
Re: Show HN: Wiby is now free software
#2How large is your index, by the way, like in terms of documents and gigabytes?
Re: Show HN: Wiby is now free software
#3For now, I'm definitely adding wiby.me to my list of recommended search engines.
Re: Show HN: Wiby is now free software
#4Thank you so much for this, I will for sure try and play around with this.
Is it possible to run the Crawler behind like socks5 proxy or such?
Re: Show HN: Wiby is now free software
#5Love Wiby, been playing with it awhile now. I especially enjoy the "surprise me" button from time to time.
Re: Show HN: Wiby is now free software
#6There would be a lot of trust required to use the data for anything but things like Common Crawl save a lot of time. Does Wiby support starting with that?
Re: Show HN: Wiby is now free software
#7If the author can answer: how big did the fulltext table became for x entries on wiby.me - and what is a common response time on N amount of searches per minute for this dataset?
Would you offer a /traffic or /stats page within about/ ? duckduckgo shows traffic, not index stats though.
I don't see it in the windex schema yet, but would be interesting what the actual hitrate is on a search corpus, how many clickthroughs there are for any used search term. Answering these kind of questions adds computation and record keeping though.
Thanks for open sourcing, it's an interesting mix of languages and tools!
Re: Show HN: Wiby is now free software
#8the guide linked in the Readme is comprehensive and a good read - also gives instructions on who to scale and distribute load. If the author can answer: how big did the fulltext table became for x entries on wiby.me - and what is a common response time on N amount of searches per minute for this dataset? Would you offer a /traffic or /stats page within about/ ? duckduckgo shows traffic, not index stats though. I don'…
I want Wiby to be comprised mainly of human submitted pages, so for 99% of the index, only the pages submitted by users are indexed and no further crawling was done. However I recognized that not having the capability to crawl through links would not make it useful for others, so I added in the crawling capability to my liking and tested it accordingly. I imagine others might want to depend heavily on hyperlink crawling for their use case, but there is a tradeoff in the quality of the pages that get indexed and the resources they require.
>and what is a common response time on N amount of searches per minute for this dataset?
Hard to say exactly as I haven't run many benchmarks, but my goal is to keep multi-word queries to within about a second. Single-word queries are very fast. My 4 computers handle hundreds of thousands of queries per day because Wiby is being barraged by a nasty spam botnet with thousands of constantly changing IPs. If I don't keep them in check they will eventually eat all the CPU availability.
>Would you offer a /traffic or /stats page within about/ ? duckduckgo shows traffic, not index stats though.
Probably not on mine since I don't get enough traffic for it to be of that much interest to me. I privately use goaccess to get a general idea of daily traffic.
Re: Show HN: Wiby is now free software
#9Indeed interesting! I might have missed it, but is this 'only' for building an index? Or also for searching through the results in some way? For now, I'm definitely adding wiby.me to my list of recommended search engines.
Re: Show HN: Wiby is now free software
#10Good luck, and interesting approach! How large is your index, by the way, like in terms of documents and gigabytes?