Viewing profile — pags
pags
HN member- Joined
- Sun, Nov 04, 2012, 11:06 PM UTC
- HN karma
- 71
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About pags
No profile information was provided.
Recent public activity
- comment
-
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 “…
-
comment
Comment #32497039
Cognito supports OAuth integration, but itself isn't an implementation of OAuth.
-
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…
-
comment
Comment #17959364
Works well. How much are you pulling from the video title and description?
-
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…
-
comment
Comment #17749870
Littman's books on Mitnick and Poulsen.
-
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.
-
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…
-
comment
Comment #12872563
This is what I do when working with my own Error types.
-
comment
Comment #12735530
Developers can't be trusted to make good decisions about the tools they use either.
-
comment
Comment #12686467
npm shrinkwrap
-
comment
Comment #12578203
No it doesn't.
-
comment
Comment #12578151
Web engineers are waiting for stuff to compile these days? I thought things were supposed to be moving forward, not backward.
-
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…
- story
- story
-
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…
- story
-
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!
- story
-
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…
-
comment
Comment #10188276
I think it means that the API is stable, it's not related to how well the software works.
-
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…
-
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.