Archives

  • Git in pictures

    In my previous blog post, I discussed how git is distinctive among version control system in the way in which it makes the backend model that is being used to store data the most important element of the tool, and that experts use it by having the complete model in their head, and thinking in [...]

    Jan 24th, 2010 | Filed under git, Uncategorized
    Tags: , ,
  • On git and usability

    I’ve been helping a number of people get started working with git over the last couple of weeks, as Ksplice has brought on some new interns, and we’ve had to get them up to speed on our internal git repositories. (As you might expect from a bunch of kernel hackers, we use git for absolutely [...]

    Jan 18th, 2010 | Filed under git
  • A Brief Introduction to termios: Signaling and Job Control

    (This is part three of a multi-part introduction to termios and terminal emulation on UNIX. Read part 1 or part 2 if you’re new here) For my final entry on termios, I will be looking at job control in the shell (i.e. backgrounding and foreground jobs) and the very closely related topic of signal generation [...]

    Jan 11th, 2010 | Filed under linux, Uncategorized
Archive for January, 2010