Earlier quoted context omitted.
Hey cryptica. The intention of this post was not to "raise money from investors" (the service is free and I have no plans to monetize it so it would be a terrible investment). The intention was to show off something I've been working on in my free time. The project did indeed start because I had issues filtering through all the saved recipes in my browser's bookmarks.
Has it been going a while, possibly under another name? I tried to log in and was told my email address had already used the service, and sure enough, a password reset had me logged in. I have no recollection of using it, so it may have been some time ago. I like it. It doesn't quite scratch my itch, but it looks a useful tool.
Show HN: I had issues organizing my favorite recipes, so I built this
121–130 of 171 posts
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#122I 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…
I ended up building my own solution to this problem too (though mine is not open to public) Me too, although I'm solving a different problem: organization. I'm not so concerned with cost or nutritional value. In the end I went with a somewhat simpler route: LaTeX (well xelatex). I built a couple document classes, one creates a letter sized document and one creates a 4x6 index card sized document. I used the former to…
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#123Earlier quoted context omitted.
(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.
Everything I've seen from the NYT web team(s) has been stellar work.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#124Earlier quoted context omitted.
That sounds like a fun project, where did you get the data from?
Don't really want to say because of legality of scraping, but it was a big one with convenient data attributes on the ingredient elements. Shouldn't be too hard to figure out.
allrecipes.com has data attributes on their ingredient list. seriouseats.com has css classes on their ingredients. those are two that i just checked on the spot.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#125Earlier quoted context omitted.
Cook's illustrated/ATK as well, if you have a subscription. The quality is superb.
Cook's Illustrated is great, their equipment reviews are top notch, and their sweet potato pie recipe is my goto every year. Although like NYT they made unsubscribing obnoxious. Something I'm surprised I haven't seen mentioned is Serious Eats. J Kenji Lopez-Alt does some absolutely excellent recipes (hello Halal Cart Chicken & Rice).
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 upping their game, I don't consider them top-tier any longer.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#126Earlier quoted context omitted.
Everything I've seen from the NYT web team(s) has been stellar work.
I'm wondering if NYT has a tech blog. They seem like an excellent resource to model oneself.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#127"I had issues organizing my favorite recipes, so I built this". Sounds like BS. How many 'favorite' recipes can one person have such that they have trouble 'organizing' them? I think the title of this link should be "I wanted to raise money from investors so I built an app and came up with clickbait scratch-my-own-itch startup rhetoric to get attention on HN"
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#128Earlier quoted context omitted.
Normally I'd say you're being too cynical, but in this case it really does look like little more than a recipes-only (social?) bookmarking service.
At its core that mostly what it is. The project forced me to get out of my comfort zone as a programmer. I picked up 2 new language/frameoworks (rails and angular), had to learn about building infrastructure on top of aws, deep dived into elasticsearch and then pollish everything enough to get it to a "showoff-able"(word?) state.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#129"I had issues organizing my favorite recipes, so I built this". Sounds like BS. How many 'favorite' recipes can one person have such that they have trouble 'organizing' them? I think the title of this link should be "I wanted to raise money from investors so I built an app and came up with clickbait scratch-my-own-itch startup rhetoric to get attention on HN"
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#130Is there any app/website that allows you to put what ingridients you have, and shows you what recipes can you make with that?