Skip to content

Instantly share code, notes, and snippets.

View coderberry's full-sized avatar

Eric Berry coderberry

View GitHub Profile
@coderberry
coderberry / codefund-sponsorships-faq.md
Last active October 9, 2019 23:57
CodeFund Sponsorships FAQ

CodeFund Sponsorships FAQ

What is CodeFund Sponsorships?

CodeFund Sponsorships is a way to provide funding to open source projects and maintainers. One of the big misconceptions around open source funding is that funding should come from within the community (such as Patreon, Open Collective, and even GitHub Sponsors).

We takes a different approach to the problem. We provide direct sponsorships to GitHub projects and maintainers from companies that wish to share their products and services to the developer ecosystem. The sponsor will be able to track the results of those sponsorships similar to how they do with other marketing efforts. The sponsor will not only fulfill their altruistic desires to support those projects they love, but will also see a return on this investment similar to that found in advertising. This formula encourages more spending which is good for the community.

How does the matchmaking work? Is the list price fixed or can the sponsor negotiate or bid (either up or down)?

@coderberry
coderberry / codefund-job.md
Last active May 17, 2019 21:54
CodeFund is hiring!

CodeFund - Full Stack Rails Developer

We are seeking an ambitious mid-level to senior full stack Ruby on Rails developer to join our small team. The position is 100% remote.

CodeFund's mission is to help open source creators and contributors find a path to financial sustainability. We accomplish this through our ethical ad platform which strictly respects the privacy of all users. We assert that the current trend of invasive user tracking, so prevalent in today's leading advertising platforms, is unacceptable. We believe that ethical contextual ads provide a meaningful revenue model that can help ensure open source projects remain healthy and viable.

CodeFund is a high growth mid-size Rails application. Our ads appear on over 150 sites worldwide... increasing every day. The platform handles over 2.5 million requests per day with mean response times of less than 150ms on critical endpoints. We anticipate double digit month over month growth for the foreseeable future. Join us and help solve some unique s

did:muport:QmTp214HPBY3VjSrdjiqsdP12ish7PhSCFzEydn5SvGCsQ
@coderberry
coderberry / theclimb.txt
Created February 27, 2019 16:31
The Climb
Inch by inch they pressed forward. Above, they could see the sunlight shining over the summit. “We’re close,” he thought. “We’ve already lost one to the climb. Can’t think about that now.”
A faint path was carved through the rocky slopes. “Others have made it” he remembers. “We can do this.”
Every instinct in his body told him otherwise. There is solace below. A warm fire. Food and shelter. Is it worth the struggle?
“YES!” He cried aloud.
Minutes turned to hours as they neared the summit. An unexpected breeze touched their faces. “We’re close now”.
Android
Angular
Backend
Blockchain
CSS & Design
Cryptography
Database
DevOps
Developer Resources
Frontend
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window.addEventListener("codefund", function(evt) {
if (evt.detail.status !== "ok") {
// Render ad from another network
}
});
</script>
(function() {
function embed () {
var evt = new Event('codefund');
<% if @advertisement_html -%>
try {
var targetElement = document.getElementById('codefund');
if (targetElement == null) { targetElement = document.getElementById('<%= @target %>'); }
targetElement.innerHTML = '<%= @advertisement_html.html_safe %>';
targetElement.querySelector('img[data-src="impression_url"]').src = '<%= @impression_url.html_safe %>&uplift=' + (window.abp === true);
targetElement.querySelectorAll('a[data-href="campaign_url"]').forEach(function (a) { a.href = '<%= @campaign_url.html_safe %>' });
# Life on Mesh
It’s a brilliant idea he shared
Thought the man without any hair
Time to see what this boy can do
“Vitalik, I believe in you”
So they started to get to work
It’s so crazy, it just might work
Now it’s ready, lets show them all
What it means to have a super pow’r
@coderberry
coderberry / sustain-summit-notes.md
Created October 30, 2018 22:54
Notes from Sustain Summit

Notes from Sustain Summit

Rowan - Company Funded OSS

  • Transparent in funding spending
  • Organization to accept funding
  • What can we expect from donations?
  • Provide progress via reporting back to the company
  • Pay projects to help sustain
  • Companies benefit in refactoring and recruitment
@coderberry
coderberry / codefund_api.md
Last active August 27, 2018 21:46
Server-to-server API ads via CodeFund