TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learning Nix by Example: Building FFmpeg 4.0

75 pointsby kiloreuxalmost 7 years ago

5 comments

weberc2almost 7 years ago
Minor grievance, but I've never had particularly good luck with search engines and the term "nix". Usually I get things for `*nix` or NixOS. Even if I search for `nix package manager`, I would get things like "Congress nixes package ..." as the top few results.
评论 #17193331 未加载
vonseelalmost 7 years ago
Way too much work for a personal machine.<p>I can see where it might be useful in formal environments and have used nix before sparingly. I found quickly that you need to get in the habit of using the same package manager, when after a few months I couldn&#x27;t remember how to use a nix package or didn&#x27;t know how to update a package properly (can&#x27;t remember exactly what the problem was).
评论 #17162981 未加载
评论 #17162835 未加载
myWindoonnalmost 7 years ago
FFmpeg is an evil hateful package for distros to maintain, but Nix makes it look so easy.
dozziealmost 7 years ago
Yeah, exactly the same work as you would need with an OS-supplied package manager to build your own package. For some reason, though, this is considered sexy, while doing the very same thing for RPM or DEB is regarded as boring and troublesome.
评论 #17163004 未加载
Annataralmost 7 years ago
This is all well and good, and certainly the more examples the better, but this will only work so long as one is on GNU&#x2F;Linux and so long as the compile or link stage don&#x27;t bust.<p>And then, this whole complicated wrapper shatters.
评论 #17163962 未加载