HackerTrans
TopNewTrendsCommentsPastAskShowJobs

BuildItBusk

no profile record

Submissions

Show HN: Paste Recipe – AI-powered recipe formatter

pasterecipe.com
2 points·by BuildItBusk·7 maanden geleden·3 comments

comments

BuildItBusk
·3 maanden geleden·discuss
This is amazing. There are a few quirks here and there, but the idea is great and it's super fun to play around in.
BuildItBusk
·4 maanden geleden·discuss
I think this does a great job of explaining the .claude directories in a beginner friendly way. And I don’t necessarily read it as “you have to do all this, before you start”.

It has a few issues with outdated advice (e.g. commands has been merged with skills), but overall I might use share it with co-workers who needs an introduction to the concept.
BuildItBusk
·5 maanden geleden·discuss
I really like the jig analogy. But that the software jig is no different from production software, I don't buy. Saying that the bytes are the same, is like saying that the atoms of a jig is the same as the atoms in the final product.

GenAI generally makes software cheaper. But there is a huge difference in how much. Prototypes and jigs may be 90% cheaper (just making up numbers here), while for production software it may be closer to 10%.
BuildItBusk
·6 maanden geleden·discuss
I guess that depends on how you use agents (SRE or in general). If you ask it a question (even implicitly) and blindly trust the answer, I agree. But if you have it help you find the needle in the haystack, and then verify that did indeed find the needle, suddenly it’s a powerful tool.
BuildItBusk
·7 maanden geleden·discuss
I have been fiddling quite a bit with that. Could be that I actually lost that functionality along the way. I will take a look at it. Thanks!
BuildItBusk
·7 maanden geleden·discuss
I built this to solve a personal annoyance - reformatting recipes from messy sources (blog posts, screenshots, social media comments).

Instead of trying to parse every possible recipe format, I treat it as a transformation problem. Paste messy text, AI interprets the structure, you get clean output. The app preserves attribution and stores both versions so you can verify the interpretation.

Tech: Next.js + PostgreSQL + OpenAI API, deployed on Vercel.

GitHub: https://github.com/BuildItBusk/share-recipes

Happy to answer questions or hear feedback!
BuildItBusk
·9 maanden geleden·discuss
I have to admit that my first thought was “April’s fool”. But you are right. It makes a lot of sense (if they can get it to work well). Not only is Excel the world’s biggest “programming language”. It’s probably also one of the most unintuitive ways to program.
BuildItBusk
·9 maanden geleden·discuss
This is already a feature in an app called MacroFactor. But there is definitely room for improvement in the field.

One thing that I miss in MacroFactor is that it should have some memory of my previous choice.

Example: If I take a picture of a glass of milk, it always assumes it to be whole milk (3.5% fat). Then I change it to a low fat milk (0.5% fat). But no matter how many times I do that, it keeps assuming that the milk in the photo is whole milk.
BuildItBusk
·10 maanden geleden·discuss
As mentioned, HTML is indeed a programming language. But it’s one that is rarely used on its own. So you could argue that having it as a thing of itself in these lists, makes little sense.