Re: Any news on pull requests?

2011-02-05 Thread Christopher Petrilli
On Sat, Feb 5, 2011 at 1:23 PM, Mike Meyer wrote: > On Sat, 5 Feb 2011 00:09:41 -0500 > Christopher Petrilli wrote: >> For example, the following projects REQUIRE contributor agreements, in >> writing, signed and either scanned or on paper, prior to accepting any >

Re: Any news on pull requests?

2011-02-04 Thread Christopher Petrilli
On Fri, Feb 4, 2011 at 10:35 PM, Ken Wesson wrote: > Perhaps. But it's well known that any barrier to participation causes > a percentage drop in same. This topic keeps coming up, and while a large number of people have signed CAs (many of us at the conference last year), people keep citing it as

Re: A suggestion for the next Conj

2010-11-03 Thread Christopher Petrilli
I was thinking that it would be handy if the "badges" next year had space for that. I'd be happy to whip up something to collect the data and print the badges. Chris On Wed, Nov 3, 2010 at 12:35 PM, Alexy Khrabrov wrote: > I'd really like to meet everybody from IRC and github, but apparently mi

Re: A question on distributed computing

2010-11-03 Thread Christopher Petrilli
Before going down this road, I'd strongly recommend reading Ross Anderson's paper "Programming Satan's Computer": http://www.cl.cam.ac.uk/~rja14/Papers/satan.pdf In addition, Ross has generously put the first edition of his book "Security Engineering" online: http://www.cl.cam.ac.uk/~rja14/book.

Re: Fastest way to generate comma-separated list

2010-10-27 Thread Christopher Petrilli
I didn't do any timing, but, I would say the idiomatic way: (apply str (interpose ", " some-vector)) Chris On Wed, Oct 27, 2010 at 8:18 PM, andrei wrote: > Hi all, > > I work with a database and need a function, that will convert Clojure > sequence to a string with a comma-separated element

Re: Conj arrivals and Thursday night...

2010-10-18 Thread Christopher Petrilli
I'll be driving down from DC, and probably arriving between 5-6. Just as a note, I'd highly recommend not being anywhere near DC between 4-8p due to traffic. It could easily add 2 hours to your trip. On Mon, Oct 18, 2010 at 4:13 PM, Kyle R. Burton wrote: > Andrew, > > Several of us are car pool

Re: Parens again

2010-02-03 Thread Christopher Petrilli
On Wed, Feb 3, 2010 at 8:08 AM, Dan wrote: > Once a month, we get a proposal about how to remove the parens so that the > language would be more usable for newbies who are afraid of them. Invariably > this turns out into experienced clojure users telling that the parens aren't > a problem and that

Re: Alternate Javadocs?

2010-02-02 Thread Christopher Petrilli
On Tue, Feb 2, 2010 at 11:42 AM, Sean Devlin wrote: > As most of you know, Oracle is rapidly rebranding the sun website. > It's a matter of time before they get to the Javadocs.  Given the > following: > > 1.  Oracle doesn't play nice (putting it lightly) > 2.  Oracle documentation is the WORST on