this post was submitted on 24 Mar 2024
317 points (95.7% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Minification is a curse. Now hear me out... I've wasted so much engineering time trying to figure out why various build scripts fail in docker only to find there's a
tool = $(which tool) 2>/dev/null
in there eating the real error. Which is missing because someone wanted to save a 100k by not installing it the docker image base image.