gq has quit [Read error: Connection reset by peer]
Sorella has joined #elliottcable
gq_ has joined #elliottcable
gq_ is now known as gq
<eligrey>
i need help naming a p2p website cdn tool
<eligrey>
basically change your dns to cname to my site and do some other stuff and magically your site gets served by peers visiting your site
<eligrey>
if there are peers currently connected
<eligrey>
currently calling it peercloud but thats kinda meh
<eligrey>
peerify is taken
<eligrey>
peerboost is some dumb marketing firm
<eligrey>
anypeer isn't taken but its also meh
fujisan has joined #elliottcable
thealphanerd has quit [Quit: farewell for now]
thealphanerd has joined #elliottcable
Sorella has quit [Quit: Connection closed for inactivity]
danpalmer has joined #elliottcable
eligrey has quit [Quit: Leaving]
fujisan has quit [Quit: Connection closed for inactivity]
Sorella has joined #elliottcable
<pikajude>
ljharb: would I be correct in saying the reason my program silently exits before it's actually Done is because I am missing a catch() somewhere
<pikajude>
since I'm using Promises
<pikajude>
ec: i'm gonna start using flow
eligrey has joined #elliottcable
<ljharb>
pikajude: no, that's not correct
<ljharb>
pikajude: well, maybe. if your program only continues via a `.then` path, and you're missing a `.catch` somewhere, then sure, there'll be no more code to execute
danpalmer has quit [Quit: Connection closed for inactivity]
trolling has quit [Ping timeout: 276 seconds]
prophile has joined #elliottcable
<pikajude>
ljharb: ok, any idea why it silently exits before it's done