A great alternative to Homebrew is pkgin because of it's speed and the amount of packages available in pkgsrc. More info here: http://saveosx.org/
This is the work of Jonathan Perkin (from joyent): http://www.perkin.org.uk/ It's great. It really is. I never understood why it's not used by more people. Homebrew is simply awful.
Hacker's Guide to Setting Up Your Mac
41–50 of 267 posts
Re: Hacker's Guide to Setting Up Your Mac
#42I heard the opposite complaint on the net, but almost all Macports hate was from many years before.
I am the only one who chose not to rely on Homebrew!?
Re: Hacker's Guide to Setting Up Your Mac
#43Earlier quoted context omitted.
This is the work of Jonathan Perkin (from joyent): http://www.perkin.org.uk/ It's great. It really is. I never understood why it's not used by more people. Homebrew is simply awful.
Just curious, what's wrong with Homebrew? I'm just a student, not a full-time developer, but I've never had problems with it and find it pretty pleasant to use.
Re: Hacker's Guide to Setting Up Your Mac
#44Earlier quoted context omitted.
I get the joke, and it was the first thing that popped in my head too. But in all seriousness, OS X is Unix as well, and can do pretty much any Unix based task that GNU/Linux can. Sometimes the best tool for the job is the one you already own.
BSD differs from Linux in some important ways. If one of those differences affect your works, than Mac OS X is useless, even if it is Unix (and Linux, some would say, isn't)
Re: Hacker's Guide to Setting Up Your Mac
#45A great alternative to Homebrew is pkgin because of it's speed and the amount of packages available in pkgsrc. More info here: http://saveosx.org/
(On a sidenote, I got into Arch because I heard hype, but did not even like it until I recognized the BSD outlook, with ports and pkgsrc style tools. This is very cool, and now I know what to use if I deal with OSX again!)
Re: Hacker's Guide to Setting Up Your Mac
#46I'm faster with the Windows-style taskbar and uBar (http://brawersoftware.com/products/ubar) was the sponsor of the last episode of John Gruber's podcast.
Re: Hacker's Guide to Setting Up Your Mac
#47I do not wants to flame, but is there a reason people dislike Macports so much. I tried Homebrew when it was 1-2 years old, but stuck with ports bc it was so stable, compiles from source, and I never heard a serious problem. I heard the opposite complaint on the net, but almost all Macports hate was from many years before. I am the only one who chose not to rely on Homebrew!?
Re: Hacker's Guide to Setting Up Your Mac
#48A great alternative to Homebrew is pkgin because of it's speed and the amount of packages available in pkgsrc. More info here: http://saveosx.org/
Holy shit. NetBSD pkgsrc for OS X? Yes please. (On a sidenote, I got into Arch because I heard hype, but did not even like it until I recognized the BSD outlook, with ports and pkgsrc style tools. This is very cool, and now I know what to use if I deal with OSX again!)
Re: Hacker's Guide to Setting Up Your Mac
#49 $ brew tap phinze/homebrew-cask ; brew install brew-cask
$ brew install caskroom/cask/brew-cask
FYI: The grep in homebrew/dupes is not a newer version of the grep provided by OSX. OSX grep is the BSD variant, hb/dupes provides GNU grep. I am always shocked by how poorly BSD grep performs compared to GNU grep. I think you need to provide the `--default-names` option in order to use GNU grep in place of BSD grep.Re: Hacker's Guide to Setting Up Your Mac
#50This "cool hacker settings for your Mac" script turns off your laptop's power saving features (sleep, display dimming, hibernation even though sleep was off(?)), removes at least three kinds of backups for data loss (MobileTimeMachine, Resume, hibernation file), and changes AppKit settings in a way your customers will never be using (by turning off Automatic Termination, which is pretty harmless). Please don't run sc…