from Hacker News

Ask HN: How do you fairly split donations among an open source team?

by brauhaus on 7/18/24, 11:28 PM with 8 comments

Imagine you have an open source project that got a major sponsor. What's the best way to fairly distribute this money among the team? Should it be based on contribution levels, time spent, or something else? What models have worked well for you?
  • by bruce511 on 7/19/24, 2:10 AM

    Let's start by positing that there's no 'fair' way to do this. Because there's no way to 'fairly' measure each individuals contribution which in turn needs to account for 'people are different'.

    You might measure effort in, (aka hours) but not everyone's effort (time) is equal. You might measure value-add, but then nobody wants to do the hard trivial stuff (like docs.)

    If it was me I'd likely just have 2 levels, "core" and "casual". With a relatively low barrier to being "core". All cores get the same, all casuals get the same.

    Once you stray from "we all matter the same " you invite comparisons etc that will ultimately divide, not foster community.

    If you raised enough to have people go full-time I'd add that as a layer above core.

    Good luck, and well done on getting the funding.

  • by zachlatta on 7/19/24, 5:10 AM

    I would not split it between the team. I would us it to hire individuals on the team on paid, scoped contracts with clear deliverables for work that hasn't been done yet. You can rotate who you hire as you get more funds.
  • by matheist on 7/19/24, 12:11 AM

    Semi-serious answer: Shapley value (https://en.wikipedia.org/wiki/Shapley_value) would provide a "fair" division.

    Unfortunately it wouldn't be easy to actually calculate. The inputs to the formula are "how much of a donation would we have received counterfactually if the team had only included this subset of contributors" for all possible subsets of contributors. Though if it's a small number of contributors then you only have a 2^(small number) of counterfactuals to pull out of nowhere.

  • by brudgers on 7/19/24, 2:00 AM

    Figure out who needs the money. If no one needs it, funnel it to people who do. If everyone needs it ask everyone what they think is fair and start from that. Good luck.