gratipay / gratipay.com

Here lieth a pioneer in open source sustainability. RIP
https://gratipay.news/the-end-cbfba8f50981
MIT License
1.12k stars 308 forks source link

Recognize companies #2695

Closed timothyfcook closed 6 years ago

timothyfcook commented 10 years ago

✈️ This is the flight deck for the Recognize companies project. ✈️


The top givers (often times companies) who are giving to Git... Gratipay should be shown on the main page.

This is an easy way to thank top givers for supporting projects and a good way to associate our brand with theirs.

Showing Heroku, Khan Academy, Bountysource, etc. on the front pages shows new users who is behind Gratipay and gives them a free advertisement saying "Hey, these folks are cool, they support open source, etc."

This list should change on each load and be drawn randomly from a mix of:

Obviously, open to discussion. Just getting the ball rolling.


✈️ This is the flight deck for the Recognize companies project. ✈️


timothyfcook commented 10 years ago

This is related to #1513

chadwhitacre commented 9 years ago

+1 from @jdorfman in private email.

chadwhitacre commented 9 years ago

How about this? I'm thinking we weight the impressions by amount giving.

=> select username, giving from participants where not anonymous_giving and 
-> giving > 0 and not is_suspicious and number='plural' order by giving desc;
┌──────────────────────┬────────┐
│       username       │ giving │
├──────────────────────┼────────┤
│ MaxCDN               │ 637.50 │
│ stripe               │ 625.00 │
│ balanced             │ 320.00 │
│ 7MacawMedia          │  70.00 │
│ khanacademy          │  66.00 │
│ saxifrageschool      │  51.75 │
│ cos.io               │  40.00 │
│ certifiedtorock      │  38.00 │
│ getsentry            │  35.00 │
│ openconcept_ca       │  29.25 │
│ Runscope             │  28.00 │
│ domainr              │  21.00 │
│ pusher               │  18.00 │
│ Gratipay             │  17.00 │
│ modernmsg            │  15.00 │
│ ukd1                 │  13.29 │
│ marioivan            │  12.00 │
│ sirenwendy           │  10.00 │
│ TriggitEng           │  10.00 │
│ crate                │   9.60 │
│ BenDiscoe            │   7.00 │
│ neocities            │   7.00 │
│ nestoria             │   7.00 │
│ ElijahLynn           │   6.20 │
│ MC COAL LLC          │   5.50 │
│ RokkinCat            │   5.00 │
│ FreeScholar          │   5.00 │
│ missionpinball       │   3.00 │
│ realtimeprojects     │   2.00 │
│ JustinMaxwell        │   2.00 │
│ fewerhassles         │   2.00 │
│ slidecaptain         │   2.00 │
│ PieterMarres         │   2.00 │
│ Aquaponics Lab       │   1.00 │
│ TrustedSugar         │   1.00 │
│ happyseaurchin       │   0.50 │
│ PublishBiyuti        │   0.50 │
│ Citizens Cooperative │   0.50 │
│ boris.ljevar         │   0.35 │
│ davidryal            │   0.25 │
│ roscminni            │   0.25 │
│ davidpinto0          │   0.25 │
│ FinancialBest        │   0.04 │
└──────────────────────┴────────┘
(43 rows)
chadwhitacre commented 9 years ago

"Select random row from a PostgreSQL table with weighted row probabilities" http://stackoverflow.com/questions/13040246/select-random-row-from-a-postgresql-table-with-weighted-row-probabilities

chadwhitacre commented 9 years ago

To avoid gaming, I'd rather base the weighting on how much each actually gave last week (giving is an estimate for next payday), but that can come later, I suppose.

chadwhitacre commented 8 years ago

+1 from @JeffSpies in personal conversation.

chadwhitacre commented 8 years ago

+1 from @nayafia at https://www.youtube.com/watch?v=CXPDtPhnhus#t=55m34s (under https://github.com/gratipay/inside.gratipay.com/issues/471).

mattbk commented 8 years ago

We'll need something like this soon, we now have 184 teams listed on the front page at http://gratipay.com!

chadwhitacre commented 8 years ago

Relevant: Building Web Reputation Systems (h/t)

chadwhitacre commented 8 years ago

Circling back around to this from https://github.com/gratipay/inside.gratipay.com/issues/844 and https://github.com/gratipay/inside.gratipay.com/issues/836 ...

chadwhitacre commented 8 years ago

Basically applying for Y Combinator has really kicked me into gear on our roadmap, jumping ahead to 2.iii.

chadwhitacre commented 8 years ago

Like, if we do get out there for an interview or whatever, I want to show a website that has at least one company giving to open source on the homepage.

chadwhitacre commented 8 years ago

PR started in https://github.com/gratipay/gratipay.com/pull/4135.

chadwhitacre commented 7 years ago

4135 took a wrong turn at Albuquerque, which landed us at https://github.com/gratipay/inside.gratipay.com/issues/987, and back here via https://github.com/gratipay/inside.gratipay.com/issues/987#issuecomment-274151963. 😄

chadwhitacre commented 7 years ago

+1 from a representative of a top-25 Internet company:

We seek to celebrate the donors in a branded way (either we grant money to our employees who select projects, or we solicit ideas from them and grant for them, something like that). So we'd want to co-brand and say something that acknowledges both [] and [] for his sponsorship of this very important Node.JS module.

chadwhitacre commented 7 years ago

I've commandeered this ticket to be the flight deck for the Recognize companies project. Description duly updated.

mattbk commented 7 years ago

!m @whit537

chadwhitacre commented 7 years ago

+1 from Google:

We do ask that the recipients mention Google’s support on their blog or contribute a guest post to the Google Open Source Blog. Projects we support financially may also use Google’s logo on their donors page, provided they follow the Google Logo guidelines.

https://opensource.google.com/docs/growing/funding/

techtonik commented 7 years ago

@whit537 how to apply for Google funding? bugs.python.org/Roundup needs a lot of work.

techtonik commented 7 years ago

For companies I would also provide a rating of how many of its employees are supporting open source by giving them API to donate through their company, but with their name.