I made a 'search engine' for fun
61–70 of 72 posts
Re: I made a 'search engine' for fun
#62Re: I made a 'search engine' for fun
#63Re: I made a 'search engine' for fun
#64I did something a little bit similar when I made www.eaisy.com. I like a minimal interface.
Re: I made a 'search engine' for fun
#65The website isn't meant to be used for any real utility. What I wanted to demonstrate was just an alternate way to look at search. I think we've just gotten so used to Google and its millions of results; I wondered, what would happen if I took that all away and presented only just a small handful of results?
Re: I made a 'search engine' for fun
#66Neat. So it just searches wikipedia? If so, I can't really complain. 95% of my searches are followed by "wiki" normally so I can get wikipedia first.
Wikipedia, Yahoo Answers, Google Answers (lawl), Quora, Stackoverflow. Try putting in a coding question and Stackoverflow will show: http://foobub.com/?s=python+xrange+vs+range If you put in a random question, yahoo answers will probably appear: http://foobub.com/?s=why+does+sweat+smell+so+bad Wikipedia just generally comes up first as the way it's weighted. It answers and provides knowledge for most queries.
Also, searching for "stackoverflow" gives unexpected results: http://foobub.com/?s=stackoverflow
Otherwise, surprisingly useful for something so simple. If you could tone down/up result sources and it had more (e.g. show me nothing from yahoo answers, more from stackoverflow), i would concievably use this instead of the goog for most things.
Like many people most of my googles are "wiki blah"
Good job!
Re: I made a 'search engine' for fun
#67I thought this was going to be a search engine for things that are fun.
Re: I made a 'search engine' for fun
#68Earlier quoted context omitted.
Try open sourcing it before it gets unshitty. I'm trying it myself, just putting things out there and saying "to hell with it" because, ultimately, unshitifying things is Zeno's paradox kind of work; you're never really done. And, really, it's probably better than you think anyway.
Which of Zeno's paradoxes are you alluding to? I can't find any that fits the analogy. (i.e. never-ending work due to perfectionism)
It's not the greatest analogy in the world, but it sort of works in that it illustrates the fractal-like nature of bug-squashing.
Re: I made a 'search engine' for fun
#69Re: I made a 'search engine' for fun
#70Earlier quoted context omitted.
My site does not SEO well. If it's really confident about a result, it'll only give 1 or 2 results. i.e. http://foobub.com/?s=cats If it's kinda confused, it gives multiple results and ranks the site by most likely: http://foobub.com/?s=what%20is%20the%20answer%20to%20life%20... If it has no what you're doing, it'll search it on Google for you: http://foobub.com/?s=foobub My website is not yet self-aware. No need to…
It is unfortunate that doing so takes you away from the site (I imagine the basic use case right now is to type in a bunch of queries to see what it displays.) Ideally, it would show Google search results in an iframe, although I imagine that is against their TOS. Maybe just linking to Google search results would be a better experience.