[darcs-users] urgent: will you be claiming back hackathon travel costs?

Eric Kow kowey at darcs.net
Wed Mar 18 18:07:22 UTC 2009


Just adding some notes to this...

On Wed, Mar 18, 2009 at 16:43:56 +0000, Eric Kow wrote:
> Of course, we can't guarantee that you'll get your maximum, and we'll
> try to distribute the money in an equitable fashion.  The requirement
> for eligibility is that you be on site and participating in darcs
> development.  The whole thing will be driven by the honour system.

Honour system or not, I'll also be asking you to please hold on to your
receipts (just in case we have to do anything more formal).

Also, I'll attach a crude calculator that I'll be using to compute the
reimbursements (warning, it may have bugs), the core of which can be
described by the following Haskell function:

reimbursements pot []     = []
reimbursements pot (x:xs) = payment : reimbursements leftover xs
 where
  payment  = min share x
  leftover = pot - payment
  share    = pot / fromIntegral l
  l        = 1 + length xs

This is just a gauge, mind you.  We haven't worked out exactly how to
distribute these funds.  My aim is for something which is simple and
equitable.  We'll probably decide the whole thing by consensus, if we
do not reach one, then we can fall back to this code.

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reimbursements.hs
Type: text/x-haskell
Size: 1817 bytes
Desc: not available
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090318/904b9577/attachment.hs>
-------------- next part --------------
Alice   50
Bob     43
Charlie 138
Daniel  75
Elroy   900
Fitz    400
Gladys  400
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090318/904b9577/attachment.pgp>


More information about the darcs-users mailing list