Is there an equivalent for "mise en place" in digital spaces?
2026-03-04 19:13 UTC
Replies (5)
-
@mlfh@lemmy.sdf.org 2026-03-04 19:23
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.
-
@zqwzzle@lemmy.ca 2026-03-04 19:25
Amusingly there is a tool for development called mise
-
@inb4_FoundTheVegan@lemmy.world 2026-03-04 19:38
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.
-
@MalReynolds@slrpnk.net 2026-03-05 00:27
Doing your research beforehand instead of diving in and working it out as you go (extends beyond the digital space as well).
-
@monovergent@lemmy.ml 2026-03-05 02:01
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