- web assembly will always have a 10-12% interpretation cost (anecdotal data from @bnelson, need to sanity check / validate with others), which for computer vision things over a came stream seems like a non starter.
- composition, portability
- ergonomics (don't have to care about gpu)
- cpu vs gpu: memory constrained versus computing contrained
- concurrency, multithreading: don't you need to transfer video streams back and fourth between worker threads?
Things that could be interesting to control/censor:
- eval
- early error semantics
- hoisting
- with
- Function.prototype.toString
Things that "use strict" control:
https://timothygu.me/es-howto/
statements as expressions
https://www.mail-archive.com/[email protected]/msg11218.html
completion values are unfortunately defined dynamically:
https://www.mail-archive.com/[email protected]/msg11234.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,400italic|Droid+Serif:400,700,400italic" media="screen" rel="stylesheet" type="text/css"> | |
<style> | |
body { | |
color: #333333; | |
font-family: "Droid Serif", Georgia, serif; | |
-webkit-font-smoothing: antialiased; | |
margin: 0 auto; | |
max-width: 900px; |
Hey all! I'm Sam Goto ([email protected]), and I'll be your mentor this year for the AIMA Javascript Project for the AIMA Code organization!
Here is a quick quide of the process:
If you have any questions, kick off a thread or join the glitter channel.
Principles of Adult Behavior by John Berry Barlow:
https://en.wikipedia.org/wiki/John_Perry_Barlow
- Be patient. No matter what.
- Don’t badmouth: Assign responsibility, not blame. Say nothing of another you wouldn’t say to him in the same language and tone of voice.
- Never assume the motives of others are, to them, less noble than yours are to you.
- Expand your sense of the possible.
- Don’t trouble yourself with matters you truly cannot change.
- Expect no more of anyone than you can deliver yourself.
Building blocks:
- DHT as a service
- PubSub as a service
- Load balancing as a service
- geo isolation instrument
Services:
- Quota management