C++ 0x: The Dawning of a New Standard “It's been 10 years since the first ISO C standard, and 2009 will bring us the second.”
Patterns in Nature (Photo Galleries)
What is a 'Natural' Pattern? “The whole of human scientific and artistic endeavour can be seen as the attempt to discover Pattern in Nature.”
Connectionism from the Stanford Encyclopedia of Philosophy “A seductive but naive idea is that single neurons (or tiny neural bundles) might be devoted to the representation of each thing the brain needs to record.”
Global Popularity of Programming Languages “I performed the searches using Google Insights, and restricted them using the programming filter.”
Ideas On Creative Career, v1.1 “The initial process of creation has to come from a place of wonder and curiosity.”
Twitter Quote “when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.”
My 10 Favorite Swirls & Decorative Brush Sets
100 Awesome Classroom Videos to Learn New Teaching Techniques “From the funny to the poignant, these glimpses into the lives of teachers and their students will keep you entertained while learning a little something as well.”
Free mini pixel icons (DeveloperFox)
Become a specialist at being a generalist “Almost always, the candidates seem to fall into one of two types - the specialists and the generalists. The specialists are those who come from a strong background of fundamentals.”
Add a little more random to your product
Do Ocracy “A do-ocracy (also sometimes do-opoly, which is a more obvious pun on %u201Cduopoly%u201D) is an organizational structure in which individuals choose roles and tasks for themselves and execute them. Responsibilities attach to people who do the work, rather than elected or selected officials.”
Web Design Dashboard
Ragel wins! “One of Ragel's key advantages is that there is absolutely zero internal function call overhead. This is because the are no internal function calls; everything is done with basic C control structures (for loops, gotos, case statements and the like). Once you're in the Ragel machine you can stay there until you've scanned all the text.”
LightWindow Demo “Check out the ultimate light-'whatever' ;)”
Carousel Prototype Extension
CalendarView “The Calendar widget is a JavaScript-based calendar that can either be embedded within a page or popup when a trigger element is clicked.”
TableKit “TableKit is a collection of HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax.”
How to Stand Out in Any Job “Leadership rarely involves telling people what to do. Instead, it's usually about helping people and teams create synergy and accomplish great things by working together.”
Cloud Computing Promise & Reality “To me, cloud computing is the natural evolution of the Internet and World Wide Web”
Git It, Got It? Good! “Last week, I gave a presentation on the git version control system.”
REST & Rails
An Introduction to Lean Thinking for Software “Lean is the technology that can recognize and eliminate waste - activities which don't produce additional value.”
I Finally Understand Closures! “I have been trying to understand closures off-and-on for what seems like forever now.”
Is Object Orientation Working? “A database is essentially a truth reasoning engine. You take a collection of facts, a series of inference rules and you use these to ask it questions. A object orientated language is essentially about setting up classes of object; templates, if you like, from which instances are created.”
Self-Sufficient Headers In C++ “A good C (and C) coding standard is that every header file should be self-sufficient.”
Google's Data Interchange Format “Protocol Buffers allow you to define simple data structures in a special definition language, then compile them to produce classes to represent those structures in the language of your choice. These classes come complete with heavily-optimized code to parse and serialize your message in an extremely compact format.”
jgrowl “jGrowl is a jQuery plugin that raises unobtrusive messages within the browser”
Free CSS Templates
30 Incredible Free Fonts for Designers
Cluster Computing and MapReduce - Google Code University
Techniques for Scientific C++
The Most Important Idea in Computer Science “Lisp is the most important idea in computer science.”
Valve announces Steam Cloud “At a conference on Steam and the future of PC gaming at its Seattle headquarters today, Valve announced that it would be introducing a new feature to its digital distribution platform that allows remote storage of all game data for Steam games.”
dragtable: Visually reorder all your table columns “That's it! Your table will instantly become interactive.”
Where the Hell is Matt? (2008) from Matthew Harding on Vimeo.
The End of Theory: The Data Deluge Makes the Scientific Method Obsolete “Kilobytes were stored on floppy disks. Megabytes were stored on hard disks. Terabytes were stored in disk arrays. Petabytes are stored in the cloud.”
The Kernel Boot Process “May your uptime be long and untroubled.”
Artists who are similar to Enya
Threaded Code “Threaded code is a technique for implementing virtual machine interpreters”
Virtual Machine Opcode Resolution, Performance Tests
Why pop culture loves the 'butterfly effect,' and gets it totally wrong? “Science helps us understand the universe, but as Lorenz showed, it sometimes does so by revealing the limits of our understanding.”
Life Is Elsewhere Book Review “The title of the novel is a quotation from the French poet Arthur Rimbaud, which was also used by André Breton in the last paragraph of his surrealistic manifesto in 1924. The expression also became a slogan used by the protesting stidents in Paris May 1968.”
Google I/O Session Videos and Slides
Rails Acts As Taggable On Plugin
Announcing Dolt, a drop-in Libtool replacement which cuts build times in half
How Computers Boot Up “The solution is the venerable unreal mode.”
A gentle introduction to Template Metaprogramming with C++