Live data from Hacker News

Viewing profile — pfrrp

pfrrp

HN member
Joined
Mon, Feb 03, 2014, 6:35 AM UTC
HN karma
154
Public activity
22 items

About pfrrp

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47237321

    There is even a software "law" related to this: https://www.hyrumslaw.com/ " With a sufficient number of users of an API, it does not matter what you promise in the contract: all o…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #36781760

    > I came across the theories of B. F. Skinner, which I thought were terrible, because they were an attempt to fit curves to behavior without any internal ideas. Anyone guess what h…

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #28026784

    Great story. He’s an excellent speaker and very charismatic. For those interested he has a non profit focused on teaching reading and writing: https://www.johncorcoranfoundation.or…

  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #20771838

    Related work by the AMP team is their worker dom project: https://github.com/ampproject/worker-dom The gist is to mirror a subset of DOM apis in workers and project changes back ou…

  21. comment
    Comment #20193417

    For those interested in moving apps (or parts) into a web worker, this project by the AMP team has some fascinating ideas (via DOM API replication in a worker): https://github.com/…

  22. comment
    Comment #7169191

    Skip the require vs browserify debate and use https://github.com/webpack/webpack . Allows for amd commonjs and almost any other format around. With gulp and grunt plugins!