TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Discover Recipes by Ingredients

55 点作者 krakaukiosk将近 11 年前

27 条评论

jeremycole将近 11 年前
Seems like your search uses OR, not AND. So adding more ingredients broadens the search rather than narrowing it. That seems kind of useless... adding just a handful of ingredients would end up matching basically all recipes.
评论 #7879030 未加载
评论 #7879449 未加载
miles_matthias将近 11 年前
Very simple compared to other apps I&#x27;ve seen do this, which is much appreciated.<p>Worked well on desktop but unusable on my iPhone5 in either safari or chrome. There seems to be a polling script or something that&#x27;s causing a page refresh every half second or something? Safari continuously shows the loading bar preventing you from selecting the ingredients bar and Chrome just flashes the page continuously.<p>Great work though!
krakaukiosk将近 11 年前
OP here. Thanks for all the feedback so far!<p>I just disabled the navigation via pushState as it seems to be buggy on iOS devices. I&#x27;ll put some more time on this and test it properly.<p>Regarding the questions with the OR&#x2F;AND search. Yes, it&#x27;s an OR by default but you can either force or remove ingredients by clicking on the star icon. In case you are just searching by OR, recipes with a higher &quot;match rate&quot; should appear on top. I clearly need to rework this part as it doesn&#x27;t seem to be intuitive.<p>Again, thanks for the feedback!
评论 #7883955 未加载
评论 #7879540 未加载
vittore将近 11 年前
It is doing OR search which doesn&#x27;t make much sense to me.<p>try to search lime and cilantro <a href="http://skipthepizza.com/recipes/cilantro+lime" rel="nofollow">http:&#x2F;&#x2F;skipthepizza.com&#x2F;recipes&#x2F;cilantro+lime</a><p>recipes either have lime or cilantro and there is no guacamole
adambard将近 11 年前
Where did you get the recipes from? I used <a href="http://openrecip.es" rel="nofollow">http:&#x2F;&#x2F;openrecip.es</a> as the database for <a href="http://openrecipesearch.com" rel="nofollow">http:&#x2F;&#x2F;openrecipesearch.com</a>, but the results were so bad I had to just turn it into a disgusting content farm, since I couldn&#x27;t reasonably expect anyone to use it.
评论 #7880032 未加载
mehdim将近 11 年前
I&#x27;ve looked for recipes with Beef, Caviar, Coffee, Eggs, Ham, jalapeno, Lemon Juice, Sugar, Tomato Sauce,Vodka and it still finds me a dozen of recipes...<p>I understand that you can take ingredients replacements in account (as jalapeno, still keeping paprika recipes) but here it doesn&#x27;t make sense anymore.
cbhl将近 11 年前
It would be nice if it was tolerant of misspelling (e.g. &quot;mozarella&quot;) and also handled commas as a tokenizer. (I typed in &quot;tomato, mozarella, basil&quot; before realizing I had to hit enter after each ingredient.)<p>Also, adding ingredients to the list (hitting enter) is dog slow on my machine.
iDemonix将近 11 年前
I&#x27;m actually working on something similar, but we&#x27;re spending quite a lot of time on the algorithm - it&#x27;s quite hard to get it perfect.<p>One note is that your search isn&#x27;t working for me, it seems to just be rapidly refreshing the page. Latest build of Chrome on Mac OS X Mavericks.
评论 #7919146 未加载
nathas将近 11 年前
How is this different than Gojee? <a href="http://techcrunch.com/2014/03/21/recipe-finding-app-gojee-quietly-gets-acquired-by-xo-group-after-talks-stalled-with-yahoo/" rel="nofollow">http:&#x2F;&#x2F;techcrunch.com&#x2F;2014&#x2F;03&#x2F;21&#x2F;recipe-finding-app-gojee-qu...</a>
评论 #7878958 未加载
briancl将近 11 年前
I actually use these sites (mostly Yummly, but I always try new ones), and I have a comment that applies to all of them. It has to do with the variability of the underlying data.<p>Do I have &quot;parmesan&quot; or &quot;parmesan cheese&quot; or &quot;parmegiano reggiano&quot; or &quot;parmegiano-reggiano&quot;? Also, there is an implied hierarchy to some ingredients. For example, if I have fresh lemons, then I have &quot;lemon juice&quot; and &quot;lemon zest&quot; and &quot;lemon peel&quot;.<p>I don&#x27;t really know how this site or any others like it handle those types of things. Maybe its fixed behind the scenes, but a visual indicator would be great.
评论 #7883186 未加载
gedrap将近 11 年前
In my university (Manchester, UK) there&#x27;s a whole year course in the first year when you are assigned to a group of people and you have to make a website, anything you can come up with.<p>Every year, someone makes a web site for searching recipes by ingredients :)<p>To be more on topic, I like the idea but I think implementation (i.e. manual work required) is a bit too... demanding, involved? We are in the world of 1 click. I would like an app which would allow easy input (scan bar codes?) combined with machine learning to discover new meals (taste, effort required). Google Now for food?
评论 #7879715 未加载
评论 #7879271 未加载
crucio将近 11 年前
I stupidly spent a while trying to type all the substrings leading up to &quot;Avacado&quot; hoping that autocomplete would kick in. Perhaps I&#x27;ve got used to Google correcting my terrible spelling.
emehrkay将近 11 年前
Infinite refresh in Safari 7.0.3 OS X
评论 #7879195 未加载
jerknextdoor将近 11 年前
The first thing I searched for was lemon, but I noticed that it differentiated between lemon, lemon juice, lemon zest, etc. If I have a lemon, I have all of the above. I&#x27;m sure there is a lot of work to know that lemon zest is derived from a lemon, but that would make this stand out against other similar ideas.
normloman将近 11 年前
There&#x27;s no pictures next to the recipes? I pick recipes based on whether it looks appetizing. Just having a name there isn&#x27;t helpful.<p>This site does a better job with pictures (but has other problems)<p><a href="http://www.supercook.com" rel="nofollow">http:&#x2F;&#x2F;www.supercook.com</a>
thecodemonkey将近 11 年前
This looks great! I like the slick and simple interface. Nice to see another Laravel site too!<p>I have been working on something recently that I think would complement your site really well, please feel free to shoot me a mail: me AT codemonkey.io to discuss.
gdilla将近 11 年前
I think ANDing should be on by default, since that&#x27;s likely the most common use case - especially since that&#x27;s what the left side of the UI implies. Ingredients are usually combined, else it&#x27;s not really a recipe.
评论 #7883894 未加载
qu1mby将近 11 年前
You can also use google: <a href="https://www.google.com/webhp?tbs=rcp:1" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;webhp?tbs=rcp:1</a><p>Search, then use &#x27;Search Tools&#x27; to narrow by ingredient
pgtruesdell将近 11 年前
This is a clever idea, makes it simple to get ideas for things you already have in your cupboard. Although its in a simple form currently, you could do so much with this concept.
distracteddev90将近 11 年前
Feedback:<p>- The lack of an option to search only vegetarian recipes makes this pretty much useless for me.<p>- Adding ingredients has a fairly large delay. I suspect some optimizations could be done there.
评论 #7879853 未加载
jessaustin将近 11 年前
Nice, but please don&#x27;t break the &quot;back&quot; button.
评论 #7878791 未加载
mattmoss将近 11 年前
Firefox 29.0.1: Can&#x27;t type into the text field to put in an ingredient. EDIT: Typing is there, can&#x27;t see the text. (White on white?)
评论 #7878860 未加载
评论 #7879001 未加载
评论 #7878963 未加载
josephschmoe将近 11 年前
Could you add an option for recipes which include only these ingredients&#x2F;expands the search if it doesn&#x27;t find very many?
lgmspb将近 11 年前
Were you thinking about a more visual approach? Because other food related startups tend to show off the beauty of the culinary
klunger将近 11 年前
A version of this which focused on drink ingredients could be a (perhaps more easily manageable) implementation of this idea.
general_failure将近 11 年前
Brilliant. I love the idea and I have always wondered why such a thing doesn&#x27;t exist already.<p>Now give me an app :)
cratermoon将近 11 年前
No garlic scapes in the database? Seems like it&#x27;s a bit limited.
评论 #7879370 未加载