this post was submitted on 24 May 2024
800 points (98.5% liked)

Programmer Humor

31968 readers
402 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 3 months ago (2 children)

That's why docker was created.

[–] [email protected] 16 points 3 months ago* (last edited 3 months ago)

1950s

A: The transistor I made using your blueprint doesn't switch properly at 12V.
Maker of Blueprint: The one I made, works at 12V.
B: I'mma make standard transistors.

why?Blueprint was made by a person in the tropics.
A was in Europe

[–] [email protected] 21 points 3 months ago* (last edited 3 months ago) (2 children)

Imma let you finish but Nix had the best repeatable, declarative, deterministic dependency management of all times…of all times.

[–] [email protected] 1 points 3 months ago

Nah, screw that.
Time to distribute stuff as a VM image.

[–] [email protected] 5 points 3 months ago (1 children)

Is docker even declarative?

Also you can build docker images from nix derivations

[–] [email protected] 13 points 3 months ago* (last edited 3 months ago)

Is docker even declarative?

Yes (though not as deterministic as Nix).

Also you can build docker images from nix derivations

Yes. I know.