Live data from Hacker News

Show HN: I had issues organizing my favorite recipes, so I built this

feastgenius.com

51–60 of 171 posts

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#51
post #44

Apparently the motivation behind creating Elasticsearch was also organizing recipes. https://www.elastic.co/about/history-of-elasticsearch

TIL. It's funny because one of my motivations for building this site was to have a project that allowed me to work with ElasticSearch.

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#53

My 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…

(NYT cooking very much excepted.)

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

#55
post #36

Earlier 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.

vinney@exnil.io

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#56
post #38
post #2

Some 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.

you are absolutely correct, the instructions for a recipe can be copyrighted. If you use the app you'll notice that when a recipe is clipped, in order to see the instructions you will get directed to the original recipe. I want to do right by creators and make sure they get the full credit deserved. What the app is concerned with is the ingredients(which is not copyrighted). I can use that for calculating the nutritional content.

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#57
post #15

I 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…

Would also love to check out an open source version.

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#58
post #15

I 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…

Sounds like https://www.eatthismuch.com/ but with a different algorithm

Re: Show HN: I had issues organizing my favorite recipes, so I built this

#59
post #48

I 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…

Speaking as an American, US measurements drive me crazy, especially in baking where packing density can throw things off. I have a coffee scale that is accurate to 0.1 grams and it makes it _so_ much easier to measure everything out.

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

#60
post #20

Earlier 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.

Add me to the list of interested parties. :-)
Post reply on HN