Smell dates: get matched based on smell (seriously)smelldates.com2 points·by verticalpalette·11 ปีที่แล้ว·0 comments
Do we really need to use package managers?medium.com1 points·by verticalpalette·11 ปีที่แล้ว·0 comments
Git submodules as single points of failuremedium.com1 points·by verticalpalette·11 ปีที่แล้ว·0 comments
Investing in the process, not the outcomemedium.com1 points·by verticalpalette·11 ปีที่แล้ว·0 comments
verticalpalette·8 ปีที่แล้ว·discussActually, I think this library could provide a security benefit since generating code by string concatenation is generally dagnerous. Analogous to generating HTML or SQL -- safer to use a library than to construct it yourself.
verticalpalette·13 ปีที่แล้ว·discussAs for number 4, this is because many of the type annotations are optional.
verticalpalette·13 ปีที่แล้ว·discussI've already replied to nochuck13's comment, but I'll add it here as well.For #3, access to your public profile AND friend list really is the minimum level of access you can ask from the Facebook API. See https://developers.facebook.com/docs/reference/login/public-....
verticalpalette·13 ปีที่แล้ว·discussIt is. From https://developers.facebook.com/docs/reference/login/public-...: "When a user logs into your app and you request no additional permissions, the app will have access to only the user's public profile and friend list."