Live data from Hacker News

Viewing profile — exo128

exo128

HN member
Joined
Fri, Feb 03, 2017, 12:26 PM UTC
HN karma
4
Public activity
4 items

About exo128

No profile information was provided.

Recent public activity

  1. comment
    Comment #23233345

    Something like this should work: function allSettled(promises) { let settled = promises.map(p => p.then( v => ({status: 'fulfilled', value: v}), r => ({status: 'rejected', reason: …

  2. comment
    Comment #15223877

    It took me a bit to dig through the fringe cases to find the combination (or maybe an additional combination?) to pull that off. x = '' y = '-Infinity' z = -1 x y z Thank you for t…

  3. comment
    Comment #15096290

    Going further with the toolbox analogy... Imagine we have carpenters and brick layers. Two distinct jobs that maybe have some overlap of tools. We decide that we have a lot more ca…

  4. comment
    Comment #13559481

    "giving more money to ... will increase inequality." You're defining "income inequality" as only in relation to the median or average income. That is too simple to make any sense. …