Live data from Hacker News

Viewing profile — p5k

p5k

HN member
Joined
Tue, May 30, 2017, 9:28 PM UTC
HN karma
20
Public activity
9 items

About p5k

delete 6869fd7f86bfa8883d54ac35e9504c0a09c7cce394

Recent public activity

  1. comment
    Comment #18234795

    Not working for me.

  2. story
  3. comment
    Comment #16760009

    I think HN users are outraged at everything.

  4. story
  5. story
  6. story
  7. comment
    Comment #14449095

    And they only need 100k. For a multibillion dollar company, that's pennies.

  8. story
  9. comment
    Comment #14448721

    Notejs should get promise versions of its current callback-based APIs: const fs = require("fs"); fs.writeFile("Hello, World", "helloworld.txt", (error)=>{ if(error) throw error; co…