2 month ago
nelson : MySQL sql_mode - Notes on making MySQL a real database and not just a data-corrupting toy
#10 month ago
nelson : Pinboard bug postmortem - Great detailed analysis of a typical webapp bug
#10 month ago
nelson : GitHub's importance - Every coder knows it, no one outside the coding world does
#11 month ago
nelson : Python 3 Q & A - Excellent summary of the current state of the Python ecosystem
#11 month ago
nelson : A year of hermit hacking - Pamela Fox's awesome presentation on working alone for a year
#12 month ago
nelson : Zeros in JavaScript - Fantastic little summary of the weird rules of Javascript
#15 month ago
nelson : GitHub profile - Useful to explain to people who don't understand github
#26 month ago
nelson : Mike Bostock - projects page for Mike Bostock, genius Javascript hacker and visualization expert
#26 month ago
Jeremy Zawodny : O+P Insights: Improving Linux performance by preserving Buffer Cache State - O+P Insights: Improving Linux performance by preserving Buffer Cache State: it would be great to see this make its way into rsync, scp, and a host of other tools really
nelson : posix_fadvise - Tell the Linux kernel you don't need a file cached in memory
#31 month ago
nelson : Git branching model - advice on how to use Git to manage software
#31 month ago
joshua : pyquery: a jquery-like library for python — pyquery v0.6.1 documentation
nelson : pyquery - jQuery-style XML manipulation in Python
#37 month ago
Jeremy Zawodny : Redis tutorial, April 2010 - by Simon Willison - Redis tutorial, April 2010 - by Simon Willison: Simon put together an excellent tutorial on Redis
Rod Begbie : Redis tutorial, April 2010 - by Simon Willison - A detailed dig into redis. I'd been meaning to look at Redis for a while, and this was a great kickstart. [via] #
bmilleare : Redis tutorial, April 2010 - The excellent Redis tutorial as given by Simon Willison at NoSQL Europe in April 2010.
#39 month ago
Rod Begbie : {{ mustache }} - I heartily approve of this new nomenclature. openstache: { closestache: } [via] #
#40 month ago
deusx : Horizontal and vertical: The evolution of evolution - life - 26 January 2010 - New Scientist - "JUST suppose that Darwin's ideas were only a part of the story of evolution. Suppose that a process he never wrote about, and never even imagined, has been controlling the evolution of life throughout most of the Earth's history. It may so
#40 month ago
Jeremy Zawodny : How do we kick our synchronous addiction? - How do we kick our synchronous addiction?: I've been wondering about this too...
nelson : Async programming is hard - Nice overview of current inadequate options for asynchronous programming
#42 month ago
Simon Willison : Socket Benchmark of Asynchronous Servers in Python - Socket Benchmark of Asynchronous Servers in Python. A comparison of eight different asynchronous networking frameworks in Python. Tornado comes out on top in most of the benchmarks, but the post is most interesting for the direct comparison of simple co
Jeremy Zawodny : Nicholas Piël » Socket Benchmark of Asynchronous Servers in Python - Nicholas Piël » Socket Benchmark of Asynchronous Servers in Python: an interesting comparison of async server libs in python
nelson : Python async servers - Nice comparison of a bunch of event-driven server frameworks
joshua : Socket Benchmark of Asynchronous Servers in Python
#43 month ago
Simon Willison : Underscore.js - Underscore.js. A new library of functional programming primitives for JavaScript—each, map, all, any, inject, detect etc. Unlike some similar libraries this one doesn’t extend the built-in objects, instead opting to bind the new functions to the und
deusx : Underscore.js - "Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go alon
nelson : Underscore.js - Functional programming library for Javascript. "It's the tie to go along with jQuery's tux."
joshua : Underscore.js - Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with
#44 month ago
deusx : HTML5 �セクションアウトラインを生����よ�� - IT戦記 - It's the HTML 5 outline algorithm in JavaScript. "javascript:(function(s){ s.src = 'http://amachang.sakura.ne.jp/misc/outline/check.js'; document.body.appendChild(s) })(document.createElement('script')) "
#46 month ago
nelson : OO in Javascript - Simple explanation of how prototypes work
#54 month ago
Jeremy Zawodny : Envy Code R preview #7 (scalable coding font) - Envy Code R preview #7 (scalable coding font): this is a pretty good coding font
joshua : Envy Code R preview #7 (scalable coding font) » DamienG
Rod Begbie : Envy Code R preview #7 (scalable coding font) - New monospaced coding font. Giving it a spin, but I'm still partial to Bitstream Vera Sans Mono. [via] #
#55 month ago
deusx : Quetzalcoatal: A public service announcement - "If your code will be seen by the world at large, one of your first tasks should be to write documentation. Document all functions as soon as you write them (before is also helpful). Provide samples on how to use code as soon as you finish a module (
#