this post was submitted on 04 Mar 2026
11 points (100.0% liked)

Asklemmy

53382 readers
495 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

In cooking, the term "mise en place" is essentially preparing the ingredients for a dish before you begin cooking. I was fixing a curtain rod and used the term as a way of saying "I should have gathered all of the necessary things ahead of time." This got me to thinking and I've been having fun thinking about it, and I'm curious what different kinds of answers maybe others might have for it -

What equivalents are there of this in digital spaces?

top 6 comments
sorted by: hot top controversial new old
[โ€“] monovergent@lemmy.ml 3 points 7 hours ago

Putting everything I need for a project in a folder with a readme at the top level:

  • Alleviates having to browse or search for files each time I use them
  • Stashing any relevant commands, file paths, tutorial URLs in the readme, even if it looks ugly so I don't have to keep scrolling through my bash history
[โ€“] MalReynolds@slrpnk.net 2 points 9 hours ago* (last edited 9 hours ago)

Doing your research beforehand instead of diving in and working it out as you go (extends beyond the digital space as well). Probably less fun, but far more efficient, bop those known unknowns people.

โ€œI should have gathered all of the necessary things ahead of time.โ€

Also known as a staging area.

[โ€“] zqwzzle@lemmy.ca 8 points 14 hours ago (1 children)

Amusingly there is a tool for development called mise

[โ€“] davel@lemmy.ml 3 points 13 hours ago

And it so happens I discovered it and installed it yesterday, out of frustration with asdf.

[โ€“] mlfh@lemmy.sdf.org 3 points 14 hours ago

A very rough sysadmin equivalent in my mind is infrastructure-as-code, like having a base system configuration pushed out via ansible that manual configurations can be made on top of. Saves all the preparatory busywork, equivalent to chopping your mirepoix in advance.

Mise en place directly translates to having a password manager.

Instead of resetting your passwords every time because it's impossible to remember all your logins (and exhausting to try) just have them in one place instead of scrambling each time.