Yeah I had the same reaction. Interesting title but didn't really get there. Could be "Seeing like a State" applied to business.
It can be colder at night than outside.
Why would Facebook making a major newspaper stealthily edit an article to their liking - as confirmed by one of the authors - not be worthy news? Do you think this is normal behavior for a newspaper?
What makes you think the memo claimed "they are less capable engineers"?
Agreed. I don't grasp how, in response to a text lamenting a lack of psychological safety and fear of being shamed into silence, a response which essentially states "what you said was stupid, you should never have…
DS-Lite[0] means you have proper native IPv6 but only a tunnel on top of that for v4, so it's unlikely that IPv6 connections are negatively affected by this setup. [0] https://tools.ietf.org/html/rfc6333 Edit: On the…
Aeson's «fromJSON» returns a «Result» which is basically «Either String». Most other functions operate on «Parser», which also includes an error message if things go wrong. The only functions returning «Maybe» are…
I just started university and it's still all Java. I found out one university in my country (Germany) teaches Scheme in their introductory course, but sadly I had already enrolled at a different one at that time. The…
I wouldn't use Paypal anyway. They repeatedly stood out in the past for closing donation funds for non-profits for dubious reasons and other forms of being shitty. I don't trust them to use my money in the way I inteded…
See andolanra's answer below: https://news.ycombinator.com/item?id=6219283
There is no general zip for every Traversable, though there is one for every Applicative with a suitable instance (like the ZipList wrapper for lists): liftA2 (,) The reason is that you need to operate on multiple…
Regarding 4, the split package[1] is the widely accepted standard for splitting lists in various ways and you will likely already have it installed since quite a few packages (142 to be exact) depend on it. Regarding 5,…
Yeah I had the same reaction. Interesting title but didn't really get there. Could be "Seeing like a State" applied to business.
It can be colder at night than outside.
Why would Facebook making a major newspaper stealthily edit an article to their liking - as confirmed by one of the authors - not be worthy news? Do you think this is normal behavior for a newspaper?
What makes you think the memo claimed "they are less capable engineers"?
Agreed. I don't grasp how, in response to a text lamenting a lack of psychological safety and fear of being shamed into silence, a response which essentially states "what you said was stupid, you should never have…
DS-Lite[0] means you have proper native IPv6 but only a tunnel on top of that for v4, so it's unlikely that IPv6 connections are negatively affected by this setup. [0] https://tools.ietf.org/html/rfc6333 Edit: On the…
Aeson's «fromJSON» returns a «Result» which is basically «Either String». Most other functions operate on «Parser», which also includes an error message if things go wrong. The only functions returning «Maybe» are…
I just started university and it's still all Java. I found out one university in my country (Germany) teaches Scheme in their introductory course, but sadly I had already enrolled at a different one at that time. The…
I wouldn't use Paypal anyway. They repeatedly stood out in the past for closing donation funds for non-profits for dubious reasons and other forms of being shitty. I don't trust them to use my money in the way I inteded…
See andolanra's answer below: https://news.ycombinator.com/item?id=6219283
There is no general zip for every Traversable, though there is one for every Applicative with a suitable instance (like the ZipList wrapper for lists): liftA2 (,) The reason is that you need to operate on multiple…
Regarding 4, the split package[1] is the widely accepted standard for splitting lists in various ways and you will likely already have it installed since quite a few packages (142 to be exact) depend on it. Regarding 5,…