It is weird how small our global tech tribe is. I would estimate I download tmux via homebrew once a year on average. It is possible 112,000 represents a good estimate of all mac carrying tmux users in the world [*]. For comparison this is roughly the same number as employees at Apple. Assuming these stats aren't opt in.
HomeBrew Analytics – top 1000 packages installed over last year
71–80 of 168 posts
Re: HomeBrew Analytics – top 1000 packages installed over last year
#72Earlier quoted context omitted.
You can't accomplish that with the -g glob flag?
$ rg -g l foo No files were searched, which means ripgrep probably applied a filter you didn't expect. Try running again with --debug. Empirically not! :) EDIT: I see, you have to do "rg -g '*.l' foo". Well, that's a bit silly. Why force people to put asterisks inside of single quotes on the command line? Asterisks have a specific meaning in a shell setting. It's five times longer than -G l, the ag equivalent. EDIT:…
rg -g*.l fooRe: HomeBrew Analytics – top 1000 packages installed over last year
#73Earlier quoted context omitted.
People should install stuff like their db with docker or vagrant anyhow. It'd be annoying to keep your app's db version in sync with the homebrew package.
People should install stuff like their db with homebrew anyhow. It'd be annoying to keep your app's db version in sync with the docker or vagrant package.
Re: HomeBrew Analytics – top 1000 packages installed over last year
#74A lot of people have yet to discover nvm (:
Re: HomeBrew Analytics – top 1000 packages installed over last year
#75Re: HomeBrew Analytics – top 1000 packages installed over last year
#76Earlier quoted context omitted.
That makes sense, so it's to generate thumbnails/resize uploads. Could it be some node package that has a dependency on imagemagick? What I'm having trouble wrapping my head around is so many people being aware of imagemagick and reading through it's documentation to learn how to use it.
It was a really popular gem requirement and lots of Ruby developers use Macs/Homebrew
Re: HomeBrew Analytics – top 1000 packages installed over last year
#77Can someone explain the popularity of imagemagick on there? As in, are that many people tinkering with graphics via the command-line?
A lot of stuff at the top of the list is requirements/pre-requisites for other packages, for example wget is in top place used by other packages to download stuff.
Re: HomeBrew Analytics – top 1000 packages installed over last year
#78Re: HomeBrew Analytics – top 1000 packages installed over last year
#79Can someone explain the popularity of imagemagick on there? As in, are that many people tinkering with graphics via the command-line?
batch image resizing. batch image conversion. thumbnailing. making a montage of screenshots or graphs. many, many use-cases. i use it all the time, it's just more convenient than pixelmator/gimp/photoshop for those tasks.
Re: HomeBrew Analytics – top 1000 packages installed over last year
#80MySQL. Still more popular than Postgres.
Many people on MacOS use Postgres.app for their PostgreSQL needs. http://postgresapp.com