Based on our record, Homebrew should be more popular than NixOS. It has been mentiond 917 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Install glibc and patchelf using brew (Homebrew), or build from source, or use a prebuilt binary (if available). This guide uses brew. Also you can see this. - Source: dev.to / 18 days ago
In past personal projects, and in my most recent role, I've used Docker for dependency management to avoid the "works on my machine" scenario. I also just like keeping dependencies off my machine, but for this project I opted not to use containers given my lack of dependencies. I used Homebrew for all my needs :). - Source: dev.to / about 1 month ago
Install Homebrew if it's not already available on your computer. - Source: dev.to / 28 days ago
# ./launch.sh: #!/bin/bash if ! Command -v brew &> /dev/null; then echo "❌ Homebrew is not installed. Install it from https://brew.sh/" exit 1 fi if ! Command -v docker &> /dev/null; then echo "⚙️ Installing Docker..." brew install --cask docker fi if ! Command -v php &> /dev/null; then echo "🐘 Installing PHP..." brew install php@8.3 fi. - Source: dev.to / about 1 month ago
Projects like curl and Homebrew have successfully leveraged patronage programs to achieve financial sustainability. These examples highlight the potential for other projects to follow suit and secure the funding necessary for continued innovation. - Source: dev.to / 2 months ago
I'd love to create some Nix (https://nixos.org/) content. - Source: Hacker News / 9 days ago
NixOS may end up being "the last OS I ever use" (especially now that gaming is viable on it): https://nixos.org/ Check it out. The whitepaper's a fairly digestible read, too, and may get you excited about the whole concept (which is VERY different from how things are normally done, but ends up giving you guarantees). - Source: Hacker News / 25 days ago
For implementing the themes I have decided to use nix flakes since they allow each theme to specify their own dependencies and which command to run with the resulting JSON from the previous step as input. Another alternative could have been to use docker, but I wanted to learn more about nix. - Source: dev.to / about 2 months ago
One of the most tedious and time-wasting parts of the development process is setting up tooling. For a NodeJS project this requires getting the right Node version, getting the preferred package manager, installing things like a linter, formatter, and sometimes a compiler for TypeScript or other JS-transpiled languages. Well today we are going to talk about using Nix as an SDK/tool manager, and how we can setup... - Source: dev.to / about 2 months ago
Zest Dermatology | Remote (USA residents only) | Full-time | Systems Administrator / Software Engineer | https://zesthealth.com Zest is a virtual dermatology clinic that delivers care for chronic eczema and psoriasis with a level of satisfaction and patient outcomes that are unheard of in conventional dermatology. What makes Zest particularly exciting is its value-based care business model, a topic worth... - Source: Hacker News / 3 months ago
Chocolatey - The sane way to manage software on Windows.
GNU Guix - Like Nix but GNU.
iTerm2 - A terminal emulator for macOS that does amazing things.
asdf-vm - An extendable version manager
VS Code - Build and debug modern web and cloud applications, by Microsoft
pacman (package manager) - The pacman package manager is one of the major distinguishing features of ...