HN user

mynameisfiber

31 karma
Posts2
Comments10
View on HN

Also, don't forget the data they are harvesting. From their privacy policy, they are monitoring your shopping habits and what you do before/after you look at a product. So, that will let them "support our relationships with the operators of the retail websites from which we 
provide you with information about lower priced products"[1]

Basically, this is a data-farm.

[1] http://buyhappyapp.com/privacy-policy/

Neovim 12 years ago

Any worry about latency with this new plugin architecture? I'm not quite sure how the current plugins communicate with the main process, but I am sure that one of the things I would most like to see in a re-write of vim is a more responsive interface, even if I have a handful of plugins running.

Maybe a good solution would be to request a less privileged token if the user doesn't want integration with private repos. Then, if they want to upgrade to integration with private repos they need to get a new oauth token with the relevant privileges.

I'd love to try this service out, but I also don't want to hand out oauth tokens that can read my ssh keys.

EDIT: Just read more comments and saw that my github ssh keys are completely public. I guess that makes sense since they are public keys!