Live data from Hacker News

Viewing profile — mmabbq

mmabbq

HN member
Joined
Fri, Nov 08, 2013, 4:32 PM UTC
HN karma
3
Public activity
6 items

About mmabbq

No profile information was provided.

Recent public activity

  1. comment
    Comment #46095090

    Turns out I was curious too, so I tried to de-minify it myself. Now I get to see how close I was. https://pastebin.com/FKyz20LG

  2. comment
    Comment #26796435

    I think there's a minor typo in the trimming examples: " Trim Me ".trim() // "Trim" should be " Trim Me ".trim() // "Trim Me"

  3. comment
    Comment #9034340

    Yeah the JSON file with key mappings ( http://s.cdpn.io/190177/keyboard_.json ) appears to have an incorrect mapping for ';'. It says 186, but console.log(code) returns 59 for me. …

  4. comment
    Comment #7741629

    I feel kinda bad that you're being downvoted. I also felt the presentation was a little jarring. The right panel seemed to change at strange times related to the content I was read…

  5. comment
    Comment #7378549

    setTimeout(function(){ topito.go( 50 ); }, 1000); I think that's intended. I also use 27.0.1 and if you click the buttons the progress works fine.

  6. comment
    Comment #6697150

    This is pretty neat, but I find it pretty annoying that my eyes have to keep shifting up and down to read the explanation for each command. It would be nice if the explanation text…