Live data from Hacker News

Viewing profile — pags

pags

HN member
Joined
Sun, Nov 04, 2012, 11:06 PM UTC
HN karma
71
Public activity
53 items

About pags

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #37079970

    It’s already a reality, I was doing it about ten years ago. require.js was a big piece of the puzzle, allowing the use of modules in browser without a build step. The only time a “…

  3. comment
    Comment #32497039

    Cognito supports OAuth integration, but itself isn't an implementation of OAuth.

  4. comment
    Comment #19281959

    I don't know anything about modulating LEDs, but could that high freq. have anything to do with the quiet but audible whine I hear when the light is on? Seems like it could be 8kis…

  5. comment
    Comment #17959364

    Works well. How much are you pulling from the video title and description?

  6. comment
    Comment #17766905

    The idea of impossible fingerings is ambiguous - I can play that D minor voicing in that position as 2 - 4 - 4 - 3. It'd be interesting to see if you could take a set of samples fr…

  7. comment
    Comment #17749870

    Littman's books on Mitnick and Poulsen.

  8. comment
    Comment #14631042

    This is the problem with "knowledge by web article" in general, isn't it? Blindly following best practices, rather than developing any true understanding of the task at hand.

  9. comment
    Comment #13239219

    "With the new versions of ES, my code is more independent from external sources." What about all of those external sources brought in to support building\transpiling\source map gen…

  10. comment
    Comment #12872563

    This is what I do when working with my own Error types.

  11. comment
    Comment #12735530

    Developers can't be trusted to make good decisions about the tools they use either.

  12. comment
    Comment #12686467

    npm shrinkwrap

  13. comment
    Comment #12578203

    No it doesn't.

  14. comment
    Comment #12578151

    Web engineers are waiting for stuff to compile these days? I thought things were supposed to be moving forward, not backward.

  15. comment
    Comment #11933053

    What is a "level" of security? If I'm able to inject arbitrary code into your page, with it I can access your local storage data, but I can't access your "http only" cookies - so t…

  16. story
  17. story
  18. comment
    Comment #10920014

    Hi HN - I'm working on this more as a project than an actual startup, and would love to get feedback. It's similar to other sites that will grade your resume, except that it's tail…

  19. story
  20. comment
    Comment #10876040

    Hi Hacker News - this is a project I've been working on to see what might happen if you try to extract information from technical resumes. Any feedback would be appreciated!

  21. story
  22. comment
    Comment #10188419

    Those are classifications, but are they definitions? It's still not clear to me that "stability" has much to do with the software performing in a consistent matter. Either way it's…

  23. comment
    Comment #10188276

    I think it means that the API is stable, it's not related to how well the software works.

  24. comment
    Comment #10106459

    This sort of "complexity" (DI, ORM, extensive configuration) has existed for a long time, particularly in the Java webapp space. You don't need a license to release a framework, an…

  25. comment
    Comment #10075578

    Currently using virtual-dom to power my front-end system, but have been waiting for something like this. Can't wait to see how it works in comparison.