Diving into the Linux Networking Stack, Part I | Beyond Syntax | Michael J. Schultz

http://blog.beyond-syntax.com/2011/03/diving-into-linux-networking-i/ Overview of how network driver work in linux kernel

protofunc.com - Quicktime Scripting Demo

http://www.protofunc.com/scripts/pfVideo/scripting_quicktime.html QT and JAVASCRIPT demo

How Facebook Ships Code « FrameThink – Frameworks for Thinking People

http://framethink.wordpress.com/2011/01/17/how-facebook-ships-code/ Notes about facebook internal PM process (release, builds, QA, deployments, management, etc) … Interesting that they manage to do their work like a small startup team, even thought they are #1 site on the Net and have ~ 2K employees.

copilot_spec.pdf (application/pdf Object)

http://www.joelonsoftware.com/RandomStuff/copilot_spec.pdf Example specs from Joel / copilot /

Painless Software Schedules - Joel on Software

http://www.joelonsoftware.com/articles/fog0000000245.html from Joel – how to keep realistic schedules

[RUS] Учимся готовить: Spring 3 MVC + Spring Security + Hibernate / Java Enterprise Edition / Хабрахабр

http://habrahabr.ru/blogs/java2ee/111102/#habracut Sample application/tutorial Spring 3 MVC + Spring Security + Hibernate

Perl 6 Advent Calendar

http://perl6advent.wordpress.com/ collection of short articles / programing examples about perl6

Pro Git - Table of Contents

http://progit.org/book/ excellent git reference book, read it even if you are already familiar with git

Coding Horror: The Keyboard Cult

http://www.codinghorror.com/blog/2010/10/the-keyboard-cult.html feel like getting a new keyboard – check out that article and make sure to read comments

libgit2: a linkable library for Git

http://libgit2.github.com/ normal git library, cab be used to create bindings to git (not libgit.a horror from official gir project )