pandemi's comments

pandemi | 8 years ago | on: White House Looks at Replacing Social Security Numbers

In the Nordic countries we have 2 factor authentication with your bank used as means of authentication. See for example BankId in Sweden. Tools like this reduce the use of SSN to a username instead of a password like it should be.

pandemi | 8 years ago | on: Don't use Git rebase

The main use case for rebase for me is to add automatic rebases on pull to the git config.

Normally if you pull from the remote and have local commits not in the remote, you'll have an "extra" merge. Automatic rebase on pull takes care of this, to avoid those useless merges.

page 1