I am twelve and what is this? In any case it is interesting, not sure how I would feel about having my random txt file publicly accessible/editable. But I definitely like the "wave" concurrent typing feature, but it's a little buggy. - Hey 12 year old. It's just a side project I coded up year or so ago (https://github.com/xavi-/idea-depo). Don't know if you're coming back, but yeah the wave effect is super buggy. I've only implemented half of the Operational Transforms protocol. I haven't spent time trying to fix it because I thought I was the only one who used this. BTW how did find this page? (09/02/2011) http://keyboardy.com/programming/html5-link-prefetching/ - Arcade RTS - Resources auto generate - No "supply depos" - Automated upgrades? - this is pretty much DOTA susan.eliza.anderson@gmail.com + Make blog + Try Setting tabindex="0" on the div. That should make it focusable in most browsers. + Link to Mike's stuff as well as Bespoke - What motivates knowledge workers - Money as a motivator doesn't work for knowledge workers - Rewards and penalties narrow the min - Any system that requires manual weekly updates is broken... - jQuery bug? - $("
").append(""); // Causes an alert to appear; no don't think so - $("
").find(".test").text(undefined).end() // Throws exception - Can this be added to jquery?: http://groups.google.com/group/comp.lang.javascript/browse_thread/thread/27e7c70e51ff8a99/98cea9cdf065a524%2398cea9cdf065a524 - No probably not... maybe as a plugin in? - Try combining this with image map - Something that contains an html script tag string makes things all messed up - Putting a :contains('alert(') inside a :has doesn't work right - Putting "" inside :contains doesn't work right $.fn.click = (function() { // By default $.fn.click() doesn't trigger clicks events on elements of iframes // or any elements with click handler not attached by jquery itself. // http://groups.google.com/group/comp.lang.javascript/browse_thread/thread/27e7c70e51ff8a99/98cea9cdf065a524%2398cea9cdf065a524 // Doesn't work in IE var oldClick = $.fn.click; return function() { if(arguments.length > 0) { return oldClick.apply(this, arguments); } return this.each(function() { if($(this).data("events")) { return oldClick.apply($(this), arguments); } var evt = this.ownerDocument.createEvent("MouseEvents"); evt.initMouseEvent( "click", true, // Click events bubble true, // and they can be cancelled this.ownerDocument.defaultView, // Use the default view 1, // Just a single click 0, // Don't bother with co-ordinates 0, 0, 0, false, // Don't apply any key modifiers false, false, false, 0, // 0 - left, 1 - middle, 2 - right null ); this.dispatchEvent(evt); }); }; })(); Node REPL "Bugs": - Tab complete shows too many options: - Ex: var a = { "something wrong": 1 }; > a.[TAB] // Show something a.something wrong - Also shows numbers - Other bug with repl.context.a = 1; [app opertions]; repl.context.a = 2; // In REPL a still equals 1 process.on('uncaughtException', function(err) { console.log(err); }); - Jason Cohen - B2B vs B2C - King vs Rich - Bootstrapped vs Funded - Lifestyle vs Growth - Pleasure vs Pain - Confident vs Introspective - Video source: http://blip.tv/file/4933967 Conference number: 866-761-3603 3791699# http://www.mensjournal.com/wp-content/uploads/picture-81.jpg http://opengameart.org/ grep -R -I --exclude-dir target --exclude-dir .svn --exclude=*.xml "cockpit" . | awk '{ print $1 }' | cut -d ':' -f 1 | uniq try this bench mark in node-uuid: - a1.concat(a2, a3, ... )) // Worst performance Write a semaphor with spin lock capabilitiess -- this is good if the wait time is very short (less than the time to switch threads) 419 moody street, Waltham, MA to return wireless router - Paynode should emit an complete event http://guide.couchdb.org/draft/security.html#users curl -X PUT http://127.0.0.1:5984/_config/admins/[user-name] -d '"[password]"' `couchdb -c` open `local.ini` [couch_httpd_auth] require_valid_user=true http://wiki.apache.org/couchdb/Nginx_As_a_Reverse_Proxy Cool color scheme: http://design-seeds.com/index.php/home/entry/welded-hues topsy boxcar Find pictures that match colors: http://news.ycombinator.com/item?id=5180830