Viewing profile — pfrrp
pfrrp
HN member- Joined
- Mon, Feb 03, 2014, 6:35 AM UTC
- HN karma
- 154
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About pfrrp
No profile information was provided.
Recent public activity
- story
- story
-
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…
- story
- story
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
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…
-
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/…
-
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!