The consequences of forcing users to log in before they can access content: https://www.nngroup.com/articles/login-walls/
It makes sense for very personalised services like email, but I wonder how much stores could increase their sales by offering 'checkout as guest'.
miniblog.
Related Posts
I'm experimenting with jj this weekend. It seems pretty nice so far, but the mental model is pretty different from git.
For example, there's no `checkout` command. You do `jj new ABC` to switch to a commit, which creates a new empty commit on top of ABC.
`git checkout -b branch_name; git push -u origin branch_name` -- obvious(!) really. I like #git, I'm not sure it likes me.
