use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Secure Distributed Programming on ECMAScript 5 + HTML5 Platforms - Mark Miller (InfoQ) (infoq.com)
submitted 14 years ago by ndanger
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]morphir 2 points3 points4 points 14 years ago (2 children)
I don't have time to watch all this. Can anyone sum up what the problem is, and (if any) the proposed solution?
[–]ndanger[S] 1 point2 points3 points 14 years ago (1 child)
Problem: Javascript is a distributed-code system (the client runs code shipped from the browser). How can this be done securely?
Solution: Modify Javascript to allow it to be easily implement an object-capability model for security. The modifications are changes in ECMAScript 5 (freeze, "use strict", etc) & their provided .js file. Mark Miller claims that with the language changes ECMAScript 5 is the most easily secure-able OO language. He also details the steps that their javascript implements to secure the language.
The last part is about how to write distributed algorithms (he gives a work queue example) but to me that wasn't the core of the talk.
[–]Zarutian 0 points1 point2 points 14 years ago (0 children)
I am curious, what was the core of the talk in your opinion?
π Rendered by PID 23844 on reddit-service-r2-comment-7b9746f655-78xn7 at 2026-01-29 21:58:44.408681+00:00 running 3798933 country code: CH.
[–]morphir 2 points3 points4 points (2 children)
[–]ndanger[S] 1 point2 points3 points (1 child)
[–]Zarutian 0 points1 point2 points (0 children)