Earlier quoted context omitted.
Did I miss something or does Chrome use the Keychain?
Chrome uses the Keychain for passwords, but it handles certs itself AFAIK.
Hacker's Guide to Setting Up Your Mac
111–120 of 267 posts
Re: Hacker's Guide to Setting Up Your Mac
#112This "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…
Just like PC's, Macs have entered the world of, what I call, "car guys." Car guys are always fiddling with things for a tiny performance or perceived security boosts without really thinking things through. In the Windows world you'll hear them tell you how you must disable the UAC, must install registry 'cleaners', must use $av_vendor_x because $av_vendor_y sucks, fiddle with some obscure registry change, use drivers…
Re: Hacker's Guide to Setting Up Your Mac
#113Earlier quoted context omitted.
Just like PC's, Macs have entered the world of, what I call, "car guys." Car guys are always fiddling with things for a tiny performance or perceived security boosts without really thinking things through. In the Windows world you'll hear them tell you how you must disable the UAC, must install registry 'cleaners', must use $av_vendor_x because $av_vendor_y sucks, fiddle with some obscure registry change, use drivers…
Yeah, people still recommend automatic task killers for Android and it has never been useful, just harmful on speed and battery life.
Re: Hacker's Guide to Setting Up Your Mac
#114Earlier quoted context omitted.
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.
It's slow and it has to build the packages most of the time. pkgin will install a precompiled packages very quickly. It is also a whole C program and Homebrew is just ruby scripts.
And that's a problem?
I would argue that it's a feature. Due to Homebrew being written in Ruby, it has easily allowed over 4,000 contributors [1]. Recipes are easy to read and inspect for verification purposes.
What is the advantage of C over Ruby?
[1](https://github.com/Homebrew/homebrew/graphs/contributors)
Re: Hacker's Guide to Setting Up Your Mac
#115Earlier quoted context omitted.
Try using cpan to install basic modules like MySQL
I've never gotten CPAN to work reliably with any OS's included copy of Perl. As with Python and Ruby, if you want to use things not available via the OS's package manager, you're best off installing a separate copy.
Re: Hacker's Guide to Setting Up Your Mac
#116Earlier quoted context omitted.
So the opaque pre-compiled blob that installs other pre-compiled blobs is somehow better than a collection of scripts that lets you build from source? I don't think so... As an update is something that is done occasionally and in the background "slow" is not exactly a reason to change.
So the opaque pre-compiled blob that installs other pre-compiled blobs... Why use OSX, then? Shouldn't you be using Gentoo?
Re: Hacker's Guide to Setting Up Your Mac
#117After installing Mackup, the Mac backup tool mentioned in this guide, I noticed that it backed up my entire ~/.ssh directory to Dropbox. This included my id_rsa private key, which I would prefer not to have on Dropbox, even with a key passphrase.
Re: Hacker's Guide to Setting Up Your Mac
#118I'm surprised oh-my-zsh wasn't mentioned.
Re: Hacker's Guide to Setting Up Your Mac
#119The next thing you should do is update the unix tools you already have on your mac. This is more relevant than ever since the recent "Shellshock" debacle. How many developers are launching bash scripts with environment variables defined by third parties?
not to mention that many scripts & apps often hardcode the system bash (i.e. /bin/bash) so they won't use the homebrew version
Re: Hacker's Guide to Setting Up Your Mac
#120[1] https://github.com/KyleAMathews/linux-config [2] https://registry.hub.docker.com/u/kyma/dev-image/