Cool project, I love that you can search by macros. A few points: 1. Clipping recipes from different websites can be quite challenging because of the varying html structures. I recently tackled this problem and I'm curious what method you used to find recipe content within an html page? I ended up checking to see if the website followed a Recipe schema [1] and if not use a mix of heuristics to try identifying if a li…
For this project, I used Spoonaculars API for clipping recipes. I would be very interested in creating my own, similar to what you did. That would give me more control over the process. Did you come across any open source repos when you worked on your crawler? > Is there a reason you don't include the instructions of the recipe on your website? Yes, when users clip recipes from another source I want to make sure that…
Show HN: I had issues organizing my favorite recipes, so I built this
151–160 of 171 posts
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#152Cool project, I love that you can search by macros. A few points: 1. Clipping recipes from different websites can be quite challenging because of the varying html structures. I recently tackled this problem and I'm curious what method you used to find recipe content within an html page? I ended up checking to see if the website followed a Recipe schema [1] and if not use a mix of heuristics to try identifying if a li…
I couldn't find any info on how much saffron costs to use?
I'm working on adding a $5/month subscription.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#153Earlier quoted context omitted.
The main thing that bugs me about CI is that I subscribe to their website and they still want me to buy an upgrade to access all the content. I get that there are subscription tiers but it just somehow feels a bit obnoxious to me. Serious Eats is good too. I used to use Epicurious quite a bit back when they were a pretty early-on serious website for recipes. But with the demise of Gourmet and other sites like the NYT…
I think really the most annoying thing is they try to brand themselves as having 3 distinct shows, websites, and books, but they're all the same people and company. Yet they make you buy a subscription for each separately.
(Though, speaking of reuse, Kimball basically went and made an almost clone of CI that IMO was obnoxiously clode to a direct copy.)
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#154Earlier quoted context omitted.
I think really the most annoying thing is they try to brand themselves as having 3 distinct shows, websites, and books, but they're all the same people and company. Yet they make you buy a subscription for each separately.
As a business, the whole enterprise are really masters at repackaging and reusing to the point where it becomes more than a bit annoying. Though I like them overall and mostly more so since Kimball departed. (Though, speaking of reuse, Kimball basically went and made an almost clone of CI that IMO was obnoxiously clode to a direct copy.)
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#155How is this different then the app/website CopyMeThat? I use that app all the time on my ipad to save recipes from random sites to my own "recipe book"
I've never used CopyMeThat but I just looked through it quickly. It looks like a good app for solving a similar problem that feastgenius is solving. I think the difference with what I built is that it also calculates the nutrition content per serving. This was important for me personally because I use the app to search for recipes in certain macros ranges. For example, Finding chicken recipes in a macro range of (car…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#156Re: Show HN: I had issues organizing my favorite recipes, so I built this
#157My 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…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#158Tangential rant: The publishing industry pushes more and more cookbooks every year, and between traditional cookbooks and more recent YouTube channels, most recipes are much more fantasy entertainment than serious attempts at trying to get people to take more control over how their food is made. The problem is that cookbook recipes distort the flow of food preparation: Find an appealing recipe -> look up the necessar…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#159[0]https://github.com/seanlane/gochowdown
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#160Is it possible to promote some kind of consistency in measuring? My wife disregards a lot of American cooking sites (am based in Australia) because the conversion of cups/teaspoons etc is sometimes open to interpretation and can lead to a disaster.
I cannot understand how anyone puts up with measuring stuff by volume (other than liquids). 1 cup of flour is a hugely variable amount depending on how compressed it is. Don't even get me started on heaped cups. For baking in particular where everything needs to be very precise, it's bonkers to see recipes without weight measurements.
Cue all the Americans(who have much bigger kitchens on average) explaining why scales are unnecessary and cups are the one true way.