From owner-freebsd-chat@FreeBSD.ORG Tue Jun 29 22:38:37 2010 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE4B71065672 for ; Tue, 29 Jun 2010 22:38:37 +0000 (UTC) (envelope-from royce.williams@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 66E6C8FC12 for ; Tue, 29 Jun 2010 22:38:37 +0000 (UTC) Received: by gxk7 with SMTP id 7so111588gxk.13 for ; Tue, 29 Jun 2010 15:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=pbEn2OUCwGYmJl01+2S1Zlk3kRiL05aRT2QRYgSZP0Q=; b=DBxbpMutwz8guChHxViuZzIdr2FiF9VQuay9a9FUX81zhVUO1PjqI+ShRQWRXdvG4m CmIYzhO33BQCfHrX2cWTaMgvQgjr5HtDxfKBkDUjyLV7HOScWzeEYKsmb29JOyn86WI/ N6vJNgS+68Ghj38FuzdD4ElHk0pfbnSiJILtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=eXrzrxwnUQuc+1UxDpP6kphf0NVrEGccYlD3ZHcyBWw6ex7aGiQpN/w1BCDAjTp6FP gPbjwvv5ZkvPGuIWE8pKIWbA2sbckdeWcKAd3BO7xXBS3/Ordk8aRSeLpCu9ZZAz0aOe 0sVQBIH6BHza7qMI7hqvt2AkZ8HAFZpqb6F2g= Received: by 10.101.203.9 with SMTP id f9mr9220800anq.208.1277851110398; Tue, 29 Jun 2010 15:38:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.47.18 with HTTP; Tue, 29 Jun 2010 15:38:10 -0700 (PDT) From: Royce Williams Date: Tue, 29 Jun 2010 14:38:10 -0800 Message-ID: To: freebsd-chat@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: code_swarm for FreeBSD? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 22:38:37 -0000 Michael Ogawa is doing some neat visualization of project commits over time: http://vis.cs.ucdavis.edu/~ogawa/codeswarm/ The resulting video output is fascinating, and the higher-quality versions can be downloaded from Vimeo. His code is here: http://code.google.com/p/codeswarm/ Anyone tackling this for FreeBSD yet? Google yields no obvious work yet. I am interested, but I don't have time until August; if someone else wants to tackle it before I do, please publish and report back. Royce