The idea for this has been around for a for a while. http://forkthecookbook.com/ goes back to 2012. And its an interesting idea. Recipes can't be copyrighted and and recipes are generally derivative. The data is generally well structured, and fairly standardized (ingredients, equipment, instructions, photo, with optional fields for prep & cook time, servings, notes, difficulty, etc). But there are two primary issues:…
hello, FtC author here... it's mainly a zombie project now (you know, dead, but still has active users)
Show HN: Cinc – GitHub for recipes
81–90 of 159 posts
Re: Show HN: Cinc – GitHub for recipes
#82Earlier quoted context omitted.
Love that you can convert the measurements to preferred units (such as metric). I second Bruce's comment about cup sizes being regional. So are teaspoons and tablespoons for that matter. The wikipedia pages do reasonable coverage on this. So good to clearly indicate which region's measurements are being used. Always been a frustration of mine when reading recipes as having to figure out what country the recipe is pub…
I was under the impression that the Imperial (UK) measures were mostly no longer used. Is that wrong?
[1] https://en.wikipedia.org/wiki/Teaspoon#United_States_customa...
[2] https://en.wikipedia.org/wiki/Tablespoon#Traditional_definit...
Re: Show HN: Cinc – GitHub for recipes
#83Re: Show HN: Cinc – GitHub for recipes
#84Earlier quoted context omitted.
I was under the impression that the Imperial (UK) measures were mostly no longer used. Is that wrong?
Not sure on that, but there are more regions than just the US and UK. For instance, here in Australia a teaspoon[1] is 15ml, not 14.92ml, and a tablespoon[2] equals four teaspoons, not three, so 20ml, not 14.8ml. [1] https://en.wikipedia.org/wiki/Teaspoon#United_States_customa... [2] https://en.wikipedia.org/wiki/Tablespoon#Traditional_definit...
Definitely do value that as an option.
Re: Show HN: Cinc – GitHub for recipes
#85Re: Show HN: Cinc – GitHub for recipes
#86this is a crazy fast site! can you share what you are using to host and serve it?
AWS/nginx on a fairly minimal instance. speed probably comes from: - it's an SPA, so it's mostly just doing API calls. - the database is designed to be fast at a few orders of magnitude of size beyond its current state - everything is gzipped
Re: Show HN: Cinc – GitHub for recipes
#87An analog to Travis CI for this would be interesting and delicious. An analog to Docker images would be something like Blue Apron or Hellofresh I guess.
Surprised it is not a startup yet..
Re: Show HN: Cinc – GitHub for recipes
#88This looks promising and fairly well done, but it's lacking a few critical features IMO. The first obvious one is a way to Diff a recipe and it's Forks (unless I missed that). The harder and maybe more important one, is an issue that GitHub itself still hasn't figured out how to solve either. There should be a process for a fork of a recipe being able to explain why it is better than the original, and have the fork b…
My first thought was to remove "Vegan Butter" from the chicken recipe (or move it into a "Dietary Substitutions"), but then I realized my forked recipe would probably just be lost in the void. Maybe the goal of forks should be more akin to pull requests?
Then you could pick the particular substitution map that you care about and avoid forking recipes unnecessarily and have most recipes support most diet types if the proper map exists.
Re: Show HN: Cinc – GitHub for recipes
#89Re: Show HN: Cinc – GitHub for recipes
#90might I ask that recipes be presented in h-recipe format? ( http://microformats.org/wiki/h-recipe ) it's simple to do, and works really well.