Apparently the motivation behind creating Elasticsearch was also organizing recipes. https://www.elastic.co/about/history-of-elasticsearch
Show HN: I had issues organizing my favorite recipes, so I built this
51–60 of 171 posts
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#52You might want to add/move up reporting to the feature list -- this recipe is currently on the front page.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#53My take was a little different; I wanted a CLI app that lets me search my recipes, put menus together, and then see views for shopping and cooking: https://github.com/cproctor/cookbook/ One thing I'm looking forward to adding is tagging recipe steps as do-ahead, mis en place, early, late, and last minute. This will make it a bit easier to think through the mental gantt chart I use when cooking a dinner composed of a…
This is a consistently excellent resource, and I love the many small, essential bits of polish they've applied to their iOS app, like preventing your iPhone's screen from turning off when you're reading a recipe.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#54Re: Show HN: I had issues organizing my favorite recipes, so I built this
#55Earlier quoted context omitted.
Agree with the others, please consider making this open source. Would love to use and contribute to it!
Maybe find some people from this list that you can try to present with a private alpha version - no polish no bells and whistles - less than an mvp. See what happens from there.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#56Some Background: Within the last year, I started down the route of eating out less and being more conscientious of what I was cooking. Google searches are a pretty good resource for finding recipes with one caveat, you can't store the recipes. I would save my favorites to a folder in my browser, but eventually, that folder became 120+ recipes links and ver time consuming to filter through when I wanted to make someth…
The website looks great, love the design and categories. > "Clip" recipes from anywhere on the web. I always wondered if recipes would be, like most content, copyrighted. Have you looked into this? Also, did you try using pen and paper? This sounds silly but when I am fasting, I am get cranky. Writing it down helped me stay focused and not give my self yet another excuse to break the fast. Edit: Formatting.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#57I ended up building my own solution to this problem too (though mine is not open to public) The main thing I wanted to optimize was menu planning. So I wrote a genetic algorithm which will generate a menu, add the score, mutate the menu in some way, and iterate. In my database I have a rough price per ingredient, and my families enjoyment of the recipe (though I have kind of a lagging gradient which reduces the score…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#58I ended up building my own solution to this problem too (though mine is not open to public) The main thing I wanted to optimize was menu planning. So I wrote a genetic algorithm which will generate a menu, add the score, mutate the menu in some way, and iterate. In my database I have a rough price per ingredient, and my families enjoyment of the recipe (though I have kind of a lagging gradient which reduces the score…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#59I quite like this - I have one suggestion though. Please convert between US measurements and metric. I much prefer metric and for this reason tend to stick to UK/European websites - but occasionally there will be something on a US website I want to try - having to go through and convert is a chore. It would also be great to be able to save known substitutions - like sometimes I have to use plain flour and baking powd…
Having a sliding scale for the number of people you intend to serve would also boost the usability of the site.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#60Earlier quoted context omitted.
This sounds like something I would use if it were public. It would be awesome If I could swap recipes from the plan. For example, if I didn't feel like having stir fry I could swap it out for a meal with similar points.
I've thought about making it public, but it's highly optimized for me... also therea no gui. It's just a command line app in python. I could make it open source though. It would be neat to see how other people modify it.