this post was submitted on 30 Jul 2026
956 points (97.9% liked)

Microblog Memes

11883 readers
2230 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

RULES:

  1. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 3 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] ExLisper@lemmy.curiana.net 28 points 20 hours ago (7 children)

I made an app where the the recipe is saved as a JSON file with ingredients separate from the steps. In the steps instead of saying "mix sugar and butter" if says "mix {sugar} and {butter}" and the app adds quantity there directly. I can scale the recipe and still have the quantities inside the body ("mix sugar (100g) and butter (55g)").

[–] djmikeale@feddit.dk 12 points 19 hours ago (2 children)

Nice! I thought about doing the same and then discovered https://cooklang.org/ - looks like it's a similar approach that you describe

load more comments (2 replies)
[–] gamerdonkey@lemmy.sdf.org 2 points 14 hours ago

I tried recreating this style of recipe card and ended up using a JSON tree structure to store the recipe. I also added fields for a little more description so that I could generate a little more traditional lists for ingredients and instructions.

https://git.tilde.town/gamerdonkey/recipes_for_engineers/

Example recipe: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.html JSON representation: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.json

[–] MurrayL@lemmy.world 6 points 19 hours ago (1 children)

What if the recipe steps include modifiers like ‘add half of the butter’?

[–] ExLisper@lemmy.curiana.net 7 points 19 hours ago

It will simply say "Add half o the butter (100g)" and you have divide it yourself. It's very simple.

BUT

Some recipes will have the same ingredient multiple times like:

Filling:

- 100 g sugar
- 50 g butter 

Dough:
- 500 g flour
- 100 g butter

and the app will distinguish between them and put the correct amount in the correct part of the body.

load more comments (4 replies)
[–] djmikeale@feddit.dk 18 points 19 hours ago* (last edited 19 hours ago) (2 children)

This seems like it wouldn't scale well for more complex recipes, and for the given example I'd prefer a list of steps instead, e.g.

  1. butter and flour an 8x8-in pan
  2. preheat oven to 350 fahrenheit
  3. melt unsalted butter (4 oz)
  4. mix with sugar (1 cup), vanilla extract (1/4 tsp), and 1 shot fresh brewed espresso or very strong coffee
  5. mix with eggs (2)
  6. fold in ap flour (1/2 cup), cocoa powder (1/3 cup), baking soda (1/4 tsp) and table salt (1/4 tsp)
  7. add to pan and bake for 30-40 min
[–] ericwdhs@discuss.online 2 points 14 hours ago (1 children)

I think it depends on how much of a verbal versus visual thinker you are. I'm very much the latter, and I've been using the Cooking for Engineers template for years. One nice thing about it is still having an ingredient list for shopping or mise en place and steps together without repeating a bunch of text.

Also, bigger recipes will usually have parts that are done concurrently, and the boxes with those steps will stack vertically. The example is one sequence all involving the butter, so that's already really the worst case scenario for this format.

[–] djmikeale@feddit.dk 2 points 12 hours ago

Those are good points! Thanks for sharing.

load more comments (1 replies)
[–] mlg@lemmy.world 1 points 11 hours ago

People already complained about every other aspect but my favorite is "completely authentic 100% original guarantee just like the origin city" and you open up the ingredients list to see half the stuff using localized substitutes.

If I wanted to make a homemade half assed version of the thing, I would have done it myself. I'm here to see how it's actually made dammit.

Jalapenos are not substitutes for thai chillies just because they're both peppers.

[–] apfelwoiSchoppen@lemmy.world 16 points 20 hours ago (1 children)

My dyslexic brain hates this. Words and lists are better.

[–] ExLisper@lemmy.curiana.net 13 points 20 hours ago* (last edited 20 hours ago) (1 children)

My typical brain hates this too.

[–] ericwdhs@discuss.online 2 points 14 hours ago

My (probably) autistic brain loves it.

[–] PNW_Doug@lemmy.world 15 points 21 hours ago* (last edited 21 hours ago) (1 children)

It's a neat diagram, but I'm unsure what they mean by "ignore it." This is exactly how good recipes have been designed for many many decades, minus the nifty visual cheat sheet and with better instructions. [i.e. Do you beat the eggs? How thoroughly? How do you know when it's done baking?]

I absolutely get that this might help those who are more visually based learners, but the structure of recipes already follows this pattern. This turns the written instructions into a simplified chart, and I hope more thorough written instructions are simply being elided here.

I do like it though. It would certainly make a nice visual shorthand to glance over at during prep.

[–] solarspark@lemmy.ml 7 points 20 hours ago

I think the diagram is especially useful for those who have done a recipe numerous times.

This seems like a great visual summary and useful for those who can refer to it and use experience to fill in the details.

Nothing substitutes a raw cooking instruction in plain language.

[–] tigermountain@lemmy.world 7 points 18 hours ago (1 children)

What am I even making here?

[–] WanderingThoughts@europe.pub 10 points 17 hours ago (1 children)

espresso brownies, apparently

[–] helpImTrappedOnline@lemmy.world 4 points 16 hours ago

Thank you for blindly trying out the recipe to see what it makes for us.

[–] ICastFist@programming.dev 12 points 20 hours ago (1 children)

Instructions unclear, went all in before folding, now I'm baked

load more comments (1 replies)
[–] iknewitwhenisawit@fedinsfw.app 6 points 19 hours ago (1 children)

It's actually kind of crap. The first two lines are things you do, then suddenly it shifts to lines being ingredients and columns being things you do. As someone else pointed out, it's not completely obvious which ingredients go into the mixing step one after the other. Also, if you have a recipe where you have steps to make ingredients used later on, it kind of falls apart.

I would not want to use this to make lasagna!

[–] ericwdhs@discuss.online 2 points 14 hours ago

I use an adjusted version of this format, and yes, one of my adjustments was putting all steps including initial setup together on the right.

Also, for many ingredients introduced together in one step, I simply order those ingredients top-to-bottom in whatever order it's ideal to add them in. I can't think of any recipes where that alone wasn't enough, but if I did need to provide more info, that would either be done in the text or justify splitting that step into multiple steps.

load more comments
view more: ‹ prev next ›