Would love any feedback you have :)
I found the sideswiping way too sensitive on mobile: when I just want to swipe right once I go through two maybe three pages. To scroll right just once I need to make a concerted effort to swipe just the right amount.
Show HN: A new search engine UX I've been working on in my free time
21–30 of 341 posts
Re: Show HN: A new search engine UX I've been working on in my free time
#22Obvious question about Google (and the others I guess): are you in breach of their Terms? How are you scraping results? How can you require people using this that it will continue to exist, or is it a proof of concept?
Personally I'm not a fan of endless scrolling. I never know if I've reached the end. It's also somewhat of a "dark pattern" to encourage attention.
Finally, on one search, the Instagram column contained 100% broken elements, they were the browser's default error message. My connection may have failed or something. Anyway, there was no option to refresh just that column, or individual broken elements.
Looks good though, nice UX overall.
Off topic: anyone else remember when dogpile was the new hotness? :)
Re: Show HN: A new search engine UX I've been working on in my free time
#23Nice. A couple of comments. Obvious question about Google (and the others I guess): are you in breach of their Terms? How are you scraping results? How can you require people using this that it will continue to exist, or is it a proof of concept? Personally I'm not a fan of endless scrolling. I never know if I've reached the end. It's also somewhat of a "dark pattern" to encourage attention. Finally, on one search, t…
I am using Google directly through their paid API, so it is official and legitimate. Not scraping. https://developers.google.com/custom-search/v1/overview
I understand infinite scroll isn't for everyone. I will add a pagination option later. We have been using and optimizing infinite scroll on my other website picclick.com for many years. People usually like it if implemented well. I understand it isn't for you though, that is valid.
Yes Instagram is done by an instagram embed, and sometimes Instagram blocks aggressively. What browser are you using. I could test it some and try to figure out why it isn't working for you. Is your browser blocking Instagram embeds?
Great to hear that you think the UX is good. It is pretty different, so I am really wanting to know if people find it comfortable and understandable. The idea is in the future the amount of different columns and content in the columns would get better and support more search types. We do have reddit, stackoverflow, and others right now. But we could add a bunch more in the future for shopping, travel, coding.
I remember dogpile and using it. I think I was more on Altavista at that time.
Re: Show HN: A new search engine UX I've been working on in my free time
#24Earlier quoted context omitted.
I found the sideswiping way too sensitive on mobile: when I just want to swipe right once I go through two maybe three pages. To scroll right just once I need to make a concerted effort to swipe just the right amount.
Same. Firefox on Android.
Re: Show HN: A new search engine UX I've been working on in my free time
#25Re: Show HN: A new search engine UX I've been working on in my free time
#26Earlier quoted context omitted.
jawerty, thank you for the encouragement! I appreciate it. Yes if you could use this UX somewhere that could be cool. It is kind of a new idea for website UX. It would be cool for a music player. For Twitter, I'm just using a simple url check pattern for now to trigger it. It isn't perfect, but works well enough for now: /^https:\/\/[a-z\.]*twitter\.com\/[^\/]+$/i Yes there are thoughts for even more column types lik…
Thanks for your response. Also that's cool you're probably right about meta tags open graph is broadly used but not uniform in their content. As for additional sites Stackoverflow and quora would be great additions.
Re: Show HN: A new search engine UX I've been working on in my free time
#27We need to take back control of our feeds. I think the trifecta of user control is - filtering, ranking and UI. Any of them can be used by big corporations in shady ways. Your meta search engine is already a new UI and allowing multiple sources empowers users. But we need more than that, something like customisable neural reranking or recommender systems that serve the users, not the advertisers.
Re: Show HN: A new search engine UX I've been working on in my free time
#28I love the UX on mobile. It’s super intuitive on an iPhone for me.
I am hoping the swipe to see more columns of searches will open up a whole new direction allowing more specific searches to be seen quickly. You could just swipe between different modalities. And possibly jump to narrower ones like just looking at reddit or stackoverflow, or php documentation (need to add that later).
Re: Show HN: A new search engine UX I've been working on in my free time
#29One little thing: In my opinion the labels 'Google', 'Wikipedia', 'Twitter', etc. don't need to be fixed on mobile since you already have to icons above it and it does take up a bit of vertical space.
Other than that a nice concept.
Re: Show HN: A new search engine UX I've been working on in my free time
#30Are you reranking results with neural nets? I'd like to have a personalised filter + reranker that can sit on top of everything else. We need to take back control of our feeds. I think the trifecta of user control is - filtering, ranking and UI. Any of them can be used by big corporations in shady ways. Your meta search engine is already a new UI and allowing multiple sources empowers users. But we need more than tha…
What types of searches are you into? Could you give me some examples to think about, that would be very helpful. Thank you!