Profile_bird

Hey there! kriszyp is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving kriszyp's tweets.

Already using Twitter
from your phone? Click here.

kriszyp

  1. Great to see WebSocket impls, but isn't WebSocket already becoming obsolete with SPDY?
  2. Refreshing that someone thinks beyond mindless dev generalizations: http://bit.ly/5XAOqr, with & eval *do* have use cases via @WebReflection
  3. modern framework wishlist http://bit.ly/5J9a3W from @mvalente
  4. @uhop Here is JSON Schema in that fancy new format called HTML: http://tools.ietf.org/html/draft-zyp-json-schema-01
  5. Submitted my Internet Draft for JSON Schema: http://www.ietf.org/staging/draft-zyp-json-schema-00.txt
  6. Going to be in Santa Clara for the next few days...
  7. RT @dangoor CommonJS effort sets JavaScript on path for world domination: Ars article by @kriskowal http://icio.us/gds3ra
  8. Glad to see the growing interest in node.js, event loop concurrency ftw, hoping it works with narwhal soon, want to run persevere on node.js
  9. Moz Raindrop is thinking of moving from Couch to Mongo or Persvr http://bit.ly/6Y2nu3. Usually real data models *are* related, not isolated
  10. Some thoughts on improving URI based querying of data (jsonquery): http://bit.ly/3WpJzb
  11. @izuzak but why is it considered "informal"? Usually more precise isn't considered less formal...
  12. @straun which i added to SwingGui.actionPerformed, and added a Save command to the menu, and then removed all the e.consumed event handlers
  13. @straun My impl: if(cmd.equals("Save")) { new FileOutputStream(currentWindow.getUrl()).write(currentWindow.textArea.getText().getBytes());
  14. @straun I suppose you could, if one could add a reasonable strategy for determining the output stream to write to based on the source url.
  15. @blowery you just run org.mozilla.javascript.tools.debugger.Main instead of org.mozilla.javascript.tools.shell.Main
  16. Added editing/saving in Rhino's visual debugger. Productivity continuing to increase. SSJS, FTW
  17. URL is a more precise term than URI for retrievable resources, why does it seem that URI is often treated as more correct terminology?
  18. Persevere 1.0 is here: http://bit.ly/2nvLcT
  19. RT @souders: SPeeDY might be the single most important web performance optimization I've ever seen. http://bit.ly/1UfvVK
  20. @metajack Yes, but sharing a multiplexed TCP connection with other requests, and pushing HTTP style messages that can go in the cache.