Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
koomi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
koomi
3y ago
Yeah I had the same reaction. Interesting title but didn't really get there. Could be "Seeing like a State" applied to business.
2.
▲
by
koomi
8y ago
It can be colder at night than outside.
3.
▲
by
koomi
9y ago
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?
4.
▲
by
koomi
9y ago
What makes you think the memo claimed "they are less capable engineers"?
5.
▲
by
koomi
9y ago
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 talked about it
6.
▲
by
koomi
9y ago
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
7.
▲
by
koomi
9y ago
> There is quite a bit of research that implies that the most influential action you can take to make a software team more productive in terms of both quality and quantity is to build a culture that is a close sibling to what he describe
8.
▲
by
koomi
12y ago
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 «decode» and friends,
9.
▲
by
koomi
13y ago
"The Architecture of Open Source Applications" is a book written with exactly that thought in mind. http://aosabook.org/en/index.html
10.
▲
by
koomi
13y ago
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 high school CS cur
11.
▲
by
koomi
13y ago
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 it to be u
12.
▲
by
koomi
13y ago
See andolanra's answer below: https://news.ycombinator.com/item?id=6219283
13.
▲
by
koomi
13y ago
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 containers at once and tha
14.
▲
by
koomi
13y ago
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, I have never heard o