Live data from Hacker News

Show HN: Cinc – GitHub for recipes

cinc.kitchen

111–120 of 159 posts

Re: Show HN: Cinc – GitHub for recipes

#111
Interesting project, well executed!

Are you storing the recipes in Git repos or in the Postgres DB?

If in Postgres, what is the format? Do you put each receipe in a single JSON field? If not, what does the data structure look like?

Re: Show HN: Cinc – GitHub for recipes

#112
But it's not really like github for recipes until you solve the url interface.

I should be able to go to a user and their recipes with the same ease as on github. Having unique IDs for recipes exposed in the URL isn't really necessary.

Re: Show HN: Cinc – GitHub for recipes

#114
post #5

How are you doing volume to weight conversions? Do you have a big table of weights-by-volume for different ingredients?

Yeah, densities and fuzzy matching. It'll get more intelligent eventually, but does a pretty good job on common ingredients at the moment.

It'd be good if you could customise what kinds of foods should be displayed in what measurements.

E.g. I'm seeing 1 cup of steamed rice - being British I have no idea what that means. I turn metric on and it tells me 237 milliliters of rice, whereas I would be expecting grams. I'm pretty sure measuring solids by volume is a US-only thing.

Re: Show HN: Cinc – GitHub for recipes

#115
post #80
post #41

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)

I tried this FtC before this one and really liked the idea. Did you ever do any write ups about making this project or the launch?

Re: Show HN: Cinc – GitHub for recipes

#116
Nice project, I like the format of entering new recipes. I think you will get good uptake even from users who don't know what GH is :)

Is this project open source or does it plan to be at some point? I've looked at some of the other projects out there that are similar, but many seem to die based on the founder running out of steam or getting busy with other stuff. I would really be interested in contributing to this or a a similar project if anyone has a suggestion for one that is open.

Re: Show HN: Cinc – GitHub for recipes

#117

I'm a huge fan of the fact this does weight conversions (cooking by weight is now my favourite, and I've been looking for a site that is just weights, so this looks like a win to me :-) ). One note I'd make, though, is that US, UK and Australian cups are all different sizes. (and possibly others?) And from the one recipe I saw it looks like you're using UK cups? But, possibly not as well... Either way, it might be wo…

> Somewhat related, some sites call out egg weights too, and that might be something to try and do here too? Some technical recipe books I've used just specify the weight of total egg. Not that useful for a home cook though. For that matter, I'm curious what egg size descriptions is like in other countries; in Australian shops they're like condom sizes - I haven't seen 'small' or 'medium' eggs for over a decade.

We have small / medium / large here in Ireland. I'd bet they're the same size as your xl / xxl / magnum eggs though

Re: Show HN: Cinc – GitHub for recipes

#118

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

"forks" is so fitting here

Re: Show HN: Cinc – GitHub for recipes

#119
This is really cool, congratulations on shipping!

Have you thought about simplifying the UI by changing "Forks" to something like "Twists" or Takes (as in 'my twist on' or 'my take on').

We all understand what I fork is but the average user will likely get confused, and not just because a fork is a kitchen utensil!

Re: Show HN: Cinc – GitHub for recipes

#120
I love this, signed up straight away. I've also recently discovered cookingforengineers.com and I love their card recipe system. it would be so cool if you could add something similar - I hate the traditional model of recipes, I always have to read and re-read them several times.

I'm not sure how you would go about adding this though, its quite different from the structure you have already

Post reply on HN