create account

How Steem Changes the Game for Open Source Software by benslayton

View this thread on: hive.blogpeakd.comecency.com
· @benslayton · (edited)
$11,283.37
How Steem Changes the Game for Open Source Software
![](https://i.imgur.com/a16yg2g.png)

Before I get into my article, I'd first like to say a few things.

>1. I'm not a writer. I don't see myself as a writer, but I believe it's a good practice for me to work on my grammar skills.
>2. If you see something grammatically wrong, please point it out to me.
>3. I'm a little nervous putting my voice out there. By nature, I am an introvert until I become comfortable with myself and the person(s) I'm around. That whole process usually repeats when I see the person(s) next time, as well.

Now, onto the article.

## It's All About The B̶e̶n̶j̶a̶m̶i̶n̶s̶ Steemjamins

Steem launched just a couple of months ago. For those of you who don't know, Steem is "A blockchain-based social media platform where anyone can earn rewards". The basics of how it works is this, content creators post new content: articles, images, videos, audio, etc. and content curators  up-vote that content if they believe it's of quality. Both creators and curators get paid for their involvement. Creators are paid when their content gets up-voted by the community and curators get paid by curating good content. There are a few other ways to get paid as well, like mining for instance and there are algorithms in place to prevent gaming the system. Read all about it at [https://steem.io](https://steem.io). I suggest reading the whitepaper, if you find yourself really really interested.

A few days ago, I read an interesting article about "[How Steemit Could Revolutionize The Music Industry](https://steemit.com/steemit/@steemitpolitics/how-steemit-can-revolutionize-the-music-industry-towards-a-fairer-and-more-profitable-business-model)". While I believe there are more points the author could add to his/her article, nonetheless, it was interesting. After I read the article, I immediately began to consider how many other industries could profit from Steem. The first thing I thought about, was the companies, and more so, the community of developers who create and maintain open source software (OSS).

## Types Of Open Source Maintainers

![](http://i.giphy.com/ZVik7pBtu9dNS.gif)

Typically you have a few different types of OSS maintainers. 

- The Big Dog Companies
  - Facebook
  - Google
  - Microsoft
  - Walmart
  - and many more...
- The Foundations
  - [The Mozilla Foundation](https://www.mozilla.org/en-US/foundation/)
  - [Python Software Foundation](https://www.python.org/psf/)
  - [Apache Foundation](https://www.apache.org/foundation/)
  - [FreeBSD Foundation](https://www.freebsdfoundation.org/)
  - [OpenSSL Foundation](http://opensslfoundation.com/)
  - and many more...
- Small Teams of Developers*
  - [Moment](https://github.com/moment/moment) - [@ichernev](https://github.com/ichernev)
  - [Guzzle](https://github.com/guzzle/guzzle) - [@mtdowling](https://github.com/mtdowling)
  - [Hammer.js](https://github.com/hammerjs/hammer.js) - [@jtangelder](https://github.com/jtangelder)
  - [breadwallet](https://github.com/voisine/breadwallet) - [@voisine](https://github.com/voisine)
  - and many more...

Just a real quick side note, breadwallet is one of my personal favorite open source projects. If you're into bitcoin, check it out. IMO, It's the best bitcoin wallet out there for iOS.

_\*Or, at least who appear to be small or single developer teams._

### Time Is On Your Side

Yeah, **NOT**! One of the interesting things about software development is that rarely do developers have enough time. It's always something: pressure from upper management, sales promising invisible features, sales promising a sooner estimated delivery date, poor estimation of development time, poor time management, too many bugs to fix, too many issues to troubleshoot, etc. That's also not even mentioning that most developers do way more than write and maintain code.

Often times developers are considered "The IT Guy". Being "The IT Guy" means they change the batteries from your mouse when it's "broken", they add ink to printer when it's "broken", they add the shortcut of your web browser back onto the desktop when "the internet disappears", they remove trojans from your computer when you installed that "new dropbox" to get the "files" you never needed in the first place. I think one can see the theme here. :)

![](http://i.giphy.com/JliGmPEIgzGLe.gif)

When developers maintain software in a small or single developer team, outside of their full time job, you can see where time becomes an issue. OSS foundations also have unique needs in managing the non-profit for their foundation. Eg: accounting, meetings, fundraising, etc. These items also take away time from developers, particularly when developers participate in the nitty gritty of the non-profit.

![](http://i.giphy.com/3oEjHH571DqgK1YNMI.gif)

## Why Open Source Has A Financial Need

### Interesting Facts

![](https://image.slidesharecdn.com/2016opensourcev10forslideshare4-25-16-160425205950/95/2016-future-of-open-source-survey-results-13-638.jpg)
Black Duck's [2016 - The Future of Open Source](https://www.blackducksoftware.com/2016-future-of-open-source) survey, shows that greater than 65% of companies leverage OSS. That is a 5% increase from the previous year. While some OSS was created and is predominately maintained by companies, not all OSS is fortunate to have companies funding it. Now don't get me wrong, I know lots of projects generate money in the form of donations, premium support, and yes, even financial support from companies. However, when these projects make more money, everyone who utilizes them potentially benefits too. When projects make more money, we will see more features, quicker bug fixes, and more secure software.

### Don't Panic

As an example, let me take you back to April 7, 2014, the day the internet nearly bleed to death. Okay, not really, but it did bleed pretty badly and was a major wakeup call for anyone who uses OSS. On April 7, 2014 the world experienced what was dubbed, [The Heartbleed Bug](http://heartbleed.com). Heartbleed was a bug in the [OpenSSL](https://www.openssl.org) library that allowed an attacker view communications from servers after OpenSSL had decrypted the communication. When the bug is exploited, it would allow attackers to view passwords, credit card numbers, crypto keys, etc. Sounds bad, right? It was. Fortunately, OpenSSL was able to release a patch the same day the bug was publicly reported and everyone was able to move on, though, it did take a bit of work to get everything sorted out. 

After the Heartbleed bug, a few interesting facts popped up on the internet.

- At the time, OpenSSL was believed that half a million of the internet's secure web servers, certified by trusted authorities, were believed to be vulnerable to the attack, including major websites like Google, Yahoo, Instagram & Netflix, to name a few. [\[1\]](https://en.wikipedia.org/wiki/Heartbleed) [\[2\]](http://mashable.com/2014/04/09/heartbleed-bug-websites-affected)
- OpenSSL received only ~$2000 in donations per year. [\[3\]](http://veridicalsystems.com/blog/of-money-responsibility-and-pride)
- The bug was simple to fix, once discovered. [\[4\]](https://nakedsecurity.sophos.com/2014/04/08/anatomy-of-a-data-leak-bug-openssl-heartbleed)
- Heartbleed bug snuck into the code on December 31, 2011. It was there a whole **TWO YEARS**! [\[5\]](http://www.theregister.co.uk/2014/04/09/heartbleed_explained)
- The Electronic Frontier Foundation, Ars Technica, and Bruce Schneier all deemed the Heartbleed bug "catastrophic". [\[6\]](https://en.wikipedia.org/wiki/Heartbleed)

Wow, now that is crazy! Perhaps with more funding, a project like this would have been able to have more developers to pay to maintain the project. Since Heartbleed, [OpenSSL has considerably more funding](http://www.theregister.co.uk/2014/04/09/heartbleed_explained/). Unfortunately, we had to experience mass panic in the IT world before OpenSSL got the funding they needed. Take a look below at a few of the most critical bugs found in highly popular OSS within recent years.

| Bug Name      | Infected Software / Project | Date Publicly Reported |
|:------------- |:------------------|:--------------|
| [GnuTLS - Incorrect Cert Verification](https://news.ycombinator.com/item?id=7338389)| [GnuTLS](https://www.gnutls.org/) | Mar 03, 2014 |
| [Heartbleed](https://en.wikipedia.org/wiki/Heartbleed) | [OpenSSL](https://www.openssl.org/) | Apr 07, 2014 | 
| [Shellshock](https://en.wikipedia.org/wiki/Shellshock_(software_bug))    | [Bash](https://tiswww.case.edu/php/chet/bash/bashtop.html)              | Sep 24, 2014 |
| [POODLE](https://en.wikipedia.org/wiki/POODLE)| [SSL Protocol 3.0\*](https://tools.ietf.org/html/rfc6101) | Oct 14, 2014 |

_\*SSL Protocol 3.0 is merely a protocol. It is not software in and of itself but the protocol is implemented in software for secure communications. All implementations of SSLv3 were infected._


### But Wait, There's More
So, I know I've been mumbling on about critical security bugs. Let's not forget all the non-critical bugs that exist and should be fixed as well as the massive amount of feature requests out there. These types of issues deserve some love too.

I believe that the single developers, small developer teams, and foundations are the maintainers who can benefit the most from Steem. Most developers and foundations who maintain code, do so because they believe in the cause related to the problem their code solves. While, I'm not saying that developers at companies do not believe in their cause, I will say that companies have a lot to gain financially from producing OSS (this is a talk for another time). And that's not a knock to businesses either. I'm very grateful for the contributions of open source from big dog companies.

## Implementing Open Source Software With Steem

Sounds great, but what does implementation look like? 

### Current Implementations Methods

Here are some ways you can join in and begin generating money as a developer.

- By posting releases and/or release notes on Steem.
- By posting merges to master/stable, depending on the project, on Steem.
- By posting feature requests on Steem to gauge community interest.
- By accepting donations on the Steem platform, which can then be exchanged for USD or BTC.

My personal favorite for implementing Steem, with its current features, is by posting release notes.

_**Pro-tip**: Make sure you alert all of your followers that they can support you on Steem and that creating an account is free._

### Potential Implementations In The Future

Some of these implementations would include the Steem Team integrating these features into the Steem platforms. Others could be developed on the current platform.

- Github and Bitbucket Integration
  - Auto post new commits, new releases, pull requests, feature requests, etc.
  - Feature suggestions could be up-voted to earn money for developing said feature. 
  - Rewards can be given by starring a repo.
  - Other developers/people can receive rewards too.
     - Receive rewards when you suggest a new feature that the community up-votes.
     - Receive rewards by submitting pull requests with new features and bug fixes.

Credit to @lukestokes for these next few ideas, he posted in the comments.
- Github clone of Steem - @lukestokes
  - Rewards for well documented pull requests. - @lukestokes

I hope I have you thinking. What are your thoughts? Do you have any ideas on how developers can implement Steem now, or in the future, with their open source softwares? Did I miss something or get it wrong? Speak up in the comments.

One thing I know for sure, is that developers need to hope on board soon, if they want features prioritized for their needs. The Steem train is picking up speed quickly. 

Steem is here, it's free, and you can generate money right now! What are you waiting for? [SIGN UP NOW!](https://steemit.com)

![](http://i.giphy.com/3o6EhWeei7wsp2jc1G.gif)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 493 others
👎  
properties (23)
authorbenslayton
permlinkhow-steem-changes-the-game-for-open-source-software
categorygithub
json_metadata{"tags":["","github","opensource","software","developers","steem","oss","bitbucket","steemit","programming"],"image":["https://i.imgur.com/a16yg2g.png"],"users":["lukestokes"]}
created2016-07-21 02:58:00
last_update2016-07-21 05:39:54
depth0
children82
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value9,270.623 HBD
curator_payout_value2,012.744 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,932
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id236,732
net_rshares161,094,052,364,040
author_curate_reward""
vote details (558)
@ackza ·
$11,283 for one post in 11 months! thats like $1,000 dollars a month just for one steemit post! this steemit post makes as much as some people do in a year!
This steemit post could feed several villages in africa every month LOL wow 

But about the most, here is another post with a similar vibe, similar idea, but imagin egetting REWARDS o GitHub or slackexchange or Qoura or yahoo answers for answering questions or even Answering Support tickets!!!
https://steemit.com/chainbb-general/@daynewright/open-source-steem-blockchain-idea
@daynewright wrote t and was jut told about this post thanks @benslayton u slayed it!
properties (22)
authorackza
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20170617t033033757z
categorygithub
json_metadata{"tags":["github"],"users":["daynewright","benslayton"],"links":["https://steemit.com/chainbb-general/@daynewright/open-source-steem-blockchain-idea"],"app":"steemit/0.1"}
created2017-06-17 03:30:57
last_update2017-06-17 03:30:57
depth1
children0
last_payout2017-06-24 03:30:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length620
author_reputation287,655,922,012,470
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,062,370
net_rshares0
@akiregor ·
This is the best Post ive ever read on Steem. You nailed it. I got you buddy.
👍  
properties (23)
authorakiregor
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t060718658z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 06:07:18
last_update2016-07-21 06:07:18
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation697,613,497,643
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,648
net_rshares124,336,691
author_curate_reward""
vote details (1)
@benslayton ·
Wow! Thank you for the kind words! I appreciate it greatly.
properties (22)
authorbenslayton
permlinkre-akiregor-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t061435223z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 06:13:54
last_update2016-07-21 06:13:54
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length59
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,755
net_rshares0
@alaynaspop ·
Simply Great Information and Presentation
properties (22)
authoralaynaspop
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160815t000406617z
categorygithub
json_metadata{"tags":["github"]}
created2016-08-15 00:04:06
last_update2016-08-15 00:04:06
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation-513,734,219,690
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id807,709
net_rshares0
@alexgr ·
$0.02
"Potential Implementations In The Future" 

...one of the things desperately needed is a proper, cross-platform, usable, GUI wallet.
👍  ,
properties (23)
authoralexgr
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t082807663z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 08:28:09
last_update2016-07-21 08:28:09
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation45,645,291,230,585
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id241,622
net_rshares15,731,176,219
author_curate_reward""
vote details (2)
@allasyummyfood ·
Thank you for the article, you know I am like you, I cant write for shit, but i will be giving this a go, because I have so many ideas and things I want to share. Well done, really enjoyed it! Alla x
properties (22)
authorallasyummyfood
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t212029723z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 21:20:30
last_update2016-07-22 21:20:30
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length199
author_reputation283,763,839,951,286
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id282,538
net_rshares0
@andrewsanderson ·
You are not a writer and you wrote that! Well, that was pure entertainment! Thanks for existing!
👍  
properties (23)
authorandrewsanderson
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t154708955z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 15:46:39
last_update2016-07-21 15:46:39
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation712,858,826,800
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id250,203
net_rshares136,932,671
author_curate_reward""
vote details (1)
@benslayton ·
Thanks man! I LOL'd out loud to that!
👍  
properties (23)
authorbenslayton
permlinkre-andrewsanderson-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t204804553z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 20:47:24
last_update2016-07-21 20:47:24
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,676
net_rshares2,444,466,311
author_curate_reward""
vote details (1)
@anon.news · (edited)
Damn Bro! You put some work into that article. Very nice :)
Glad to see you got rewarded for your efforts! Congrats!

Twetting this out!
👍  ,
properties (23)
authoranon.news
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t194123188z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 19:41:27
last_update2016-07-21 19:42:15
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation526,552,286,063
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id256,183
net_rshares783,737,122
author_curate_reward""
vote details (2)
@benslayton · (edited)
EDIT: My previous comment was suppose to go elsewhere.

Thanks for the encouragement!
👍  
properties (23)
authorbenslayton
permlinkre-anonnews-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t202926310z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 20:28:45
last_update2016-07-21 20:47:00
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,267
net_rshares646,804,451
author_curate_reward""
vote details (1)
@ap2002 ·
Thank you
👍  
properties (23)
authorap2002
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t141442819z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 14:15:48
last_update2016-07-21 14:15:48
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation50,308,101,136
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id247,952
net_rshares11,816,667
author_curate_reward""
vote details (1)
@benslayton ·
Meh, not sure why it posted my article with the github tag as default. I didn't have github as the first tag. I also tried to change it, but it didn't work. :(

Anyone know why?
👍  ,
properties (23)
authorbenslayton
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t030414661z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:03:33
last_update2016-07-21 03:03:33
depth1
children3
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id236,847
net_rshares128,546,825
author_curate_reward""
vote details (2)
@eristoddle ·
I had similar issues with tags...but really couldn't tell you much.
properties (22)
authoreristoddle
permlinkre-benslayton-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t035438211z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:54:36
last_update2016-07-21 03:54:36
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation566,400,151,559
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,774
net_rshares0
@lukestokes ·
There's been a lot of talk lately about hashtag spam so maybe they are working on ways to fix that. If I hear anything, I'll let you know.
properties (22)
authorlukestokes
permlinkre-benslayton-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t041607134z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 04:16:06
last_update2016-07-21 04:16:06
depth2
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation554,601,966,217,919
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,098
net_rshares0
@benslayton ·
Thanks. I saw a little bit of talk from an article on here regarding the spam tag. There wasn't much that was said, other than recognizing there was a problem.
properties (22)
authorbenslayton
permlinkre-lukestokes-re-benslayton-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t042023800z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 04:19:42
last_update2016-07-21 04:19:42
depth3
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,158
net_rshares0
@bhokor ·
Great article, congratulations, some time ago i dreamed with words viral and open source and now we are living it in real time, we are doing history
properties (22)
authorbhokor
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t221401370z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 22:14:06
last_update2016-07-21 22:14:06
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length148
author_reputation1,535,566,094,086
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id259,778
net_rshares0
@bithubafrica ·
Interesting insight and good reasons to use SteemIt.  At BitHub.Africa we are YUGEEE fans of the open source movement which are tools we use heavily for building blockchain based mobile solutions.  I have just posted on how SteemIt Can leverage mobile technology to empower creatives around the World and especially in Africa! I hope you find it interesting https://steemit.com/money/@bithubafrica/how-steemit-can-leverage-mobile-technology-to-empower-creatives-around-the-world-and-especially-in-africa
properties (22)
authorbithubafrica
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t144134873z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/money/@bithubafrica/how-steemit-can-leverage-mobile-technology-to-empower-creatives-around-the-world-and-especially-in-africa"]}
created2016-07-21 14:44:24
last_update2016-07-21 14:44:24
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length503
author_reputation67,984,201,672
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id248,710
net_rshares0
@bullionstackers · (edited)
To All 👍👍👍👍👍 👍👍👍👍👍
Thank you ALL for wonderful posting
I am a rookie here ready to learn here 
Good Job 👍
👍  ,
properties (23)
authorbullionstackers
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t051701175z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 05:17:03
last_update2016-07-21 05:18:54
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation163,180,943,634,376
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,983
net_rshares99,558,382
author_curate_reward""
vote details (2)
@calamus056 ·
Speaking about open source. If anyone want to be legendary, check out [my brilliant app idea](https://steemit.com/moderating/@calamus056/brilliant-new-idea-for-moderating-the-network-efficiently-and-profitably) :)
properties (22)
authorcalamus056
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t063646408z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/moderating/@calamus056/brilliant-new-idea-for-moderating-the-network-efficiently-and-profitably"]}
created2016-07-21 06:37:39
last_update2016-07-21 06:37:39
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation5,645,464,390,253
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id240,105
net_rshares0
@cass · (edited)
$1.70
# You nailed it! 

Welcome and it's awesome you did come out of our comfort zone and created this masterpiece. There are so many more possibilities for devs to earn decent salaries with using STEEM and STEEMIT.

**To name a few :):*

- Tutorials
- How-To's
- AMAs
- Crowdfunding (when something to show --> prototype)

Even good network opportunities could pay of for collaborations and much more.. 

> so many great ideas here. One thought I keep having is how the blockchain database could have any "skin" we want on it. (For example: http://steempress.io/@benslayton ). 

@lukestokes 

Ding Ding Ding - so with steempress.io we would directly have kinda github-pages counterpart, dang…

##  ... my brain seems exploding right now :)
👍  , , , , ,
properties (23)
authorcass
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t153244020z
categorygithub
json_metadata{"tags":["github"],"users":["lukestokes"],"links":["http://steempress.io/@benslayton"]}
created2016-07-21 15:32:42
last_update2016-07-21 15:36:03
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value1.700 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length735
author_reputation87,554,098,144,619
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id249,876
net_rshares827,164,727,282
author_curate_reward""
vote details (6)
@benslayton ·
$88.44
I couldn't agree more! Kickstarter better watch out. How awesome is it that projects can be crowdfunded and earn interest on the Steem platform! 

I really don't think we've even began to think about the massive reach Steem will have in the world.
👍  , ,
properties (23)
authorbenslayton
permlinkre-cass-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t154057664z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 15:40:15
last_update2016-07-21 15:40:15
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value84.536 HBD
curator_payout_value3.903 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id250,043
net_rshares12,536,866,037,733
author_curate_reward""
vote details (3)
@chrisimi ·
nice
properties (22)
authorchrisimi
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t122141117z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 12:21:39
last_update2016-07-22 12:21:39
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation5,772,445,271
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id272,423
net_rshares0
@condra ·
Open Source FTW. 
Progress. 
Evolution. 
https://img0.steemit.com/0x0/http://www.vstreview.com/steemevolution.jpg
properties (22)
authorcondra
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t025809994z
categorygithub
json_metadata{"tags":["github"],"image":["https://img0.steemit.com/0x0/http://www.vstreview.com/steemevolution.jpg"]}
created2016-07-22 02:57:57
last_update2016-07-22 02:57:57
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation56,189,611,335,832
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id264,946
net_rshares0
@coolemperor ·
Wow. Really fascinating.
properties (22)
authorcoolemperor
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t054200885z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 05:42:03
last_update2016-07-22 05:42:03
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation331,905,990,150
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id267,394
net_rshares0
@crypto-fan ·
$0.02
Great post, easy to see you are good at what you do. Keep it up @benslayton
👍  
properties (23)
authorcrypto-fan
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t183108393z
categorygithub
json_metadata{"tags":["github"],"users":["benslayton"]}
created2016-07-21 18:31:06
last_update2016-07-21 18:31:06
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation2,443,154,046,393
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id254,372
net_rshares12,553,857,378
author_curate_reward""
vote details (1)
@d3m0t3x · (edited)
Impressive post, man! :) I'm a web developer myself and I can truly relate to the "IT guy"-concept! And yes, it is really hard with the extra work ontop of my job, but the amazing feeling you get when you are able to make someone happy is what makes it worth it :) I made a [Diceware based password generator](https://steemit.com/steemit/@d3m0t3x/diceware-password-generator-or-shortcut-to-a-safer-password) for the community, it took about 12 hours to make and the post only made me $0.02 richer, but that's not gonna stop me :) And whilst I'm out of ideas, I'll be spreading that love <3 :)

http://gifsec.com/wp-content/uploads/GIF/2015/03/Funny-Magic-Reaction-Gif.gif?gs=a
*^ Me when people ask how in the world I managed to fix their computer problem*
👍  ,
properties (23)
authord3m0t3x
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t171532312z
categorygithub
json_metadata{"tags":["github"],"image":["http://gifsec.com/wp-content/uploads/GIF/2015/03/Funny-Magic-Reaction-Gif.gif?gs=a"]}
created2016-07-21 17:15:36
last_update2016-07-21 17:17:00
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length756
author_reputation1,056,953,974,597
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id252,407
net_rshares324,032,824
author_curate_reward""
vote details (2)
@benslayton ·
Thanks!

Nice diceware generator. Love the simplicity too. Keep on keeping on!
properties (22)
authorbenslayton
permlinkre-d3m0t3x-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t202156951z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 20:21:15
last_update2016-07-21 20:21:15
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,108
net_rshares0
@dana-edwards · (edited)
$0.31
Your article looks related at least to the one I wrote a while back: https://steemit.com/steem/@dana-edwards/using-steemit-to-fund-development-through-voting-up-code-snippets-and-algorithms

I think there is a lot we can do with Steem.
👍  ,
properties (23)
authordana-edwards
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t121410709z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/steem/@dana-edwards/using-steemit-to-fund-development-through-voting-up-code-snippets-and-algorithms"]}
created2016-07-21 12:14:06
last_update2016-07-21 12:14:54
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.234 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length235
author_reputation353,623,611,191,427
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id245,366
net_rshares172,246,869,619
author_curate_reward""
vote details (2)
@donkeypong ·
Really good post. Welcome and I look forward to reading more.
properties (22)
authordonkeypong
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t050501250z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 05:05:09
last_update2016-07-21 05:05:09
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation431,667,636,679,304
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,805
net_rshares0
@elargroup ·
Similar to SP, SMD tokens cannot be purchased directly on an external exchange. SMD are primarily earned through contributing but can be purchased by converting STEEM tokens to SMD tokens.

Actually Steem Dollars can now purchased on external exchanges !
https://poloniex.com/exchange#btc_sbd
https://bittrex.com/Market/Index?MarketName=BTC-SBD

PS Abbreviation of SBD = Steem Backed Dollars
or just SD = Steem Dollars (not SMD please edit)
properties (22)
authorelargroup
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t132655819z
categorygithub
json_metadata{"tags":["github"],"links":["https://poloniex.com/exchange#btc_sbd"]}
created2016-07-21 14:27:15
last_update2016-07-21 14:27:15
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length440
author_reputation-207,160,160,155
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id248,242
net_rshares0
@endgame ·
Thanks for the information!
properties (22)
authorendgame
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t041053135z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 04:10:54
last_update2016-07-22 04:10:54
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation-1,051,794,900,426
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id266,095
net_rshares0
@eristoddle ·
I'm a developer and although I do like contributing to open source projects, there is little to motivate me, when, as you say, I have very little time for extra projects. If there were a way to apply the Steem concept to open source, that would be awesome. Places like BountySource exist but the bounties are few and far between.
👍  
properties (23)
authoreristoddle
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t035239980z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:52:39
last_update2016-07-21 03:52:39
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length329
author_reputation566,400,151,559
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,741
net_rshares106,739,207
author_curate_reward""
vote details (1)
@benslayton ·
Yep, I know the feeling.

There was an organization (I think that's what you'd call them, perhaps company is a better term), called Assembly and they incentivized developers to work on projects by giving them shares in the product they were helping create. Shares were given out based on tasks, difficulty, time, etc. Since then, they are defunct. I can't even get to their website. https://assembly.com/

There use to be a project I followed on there called [Buckets](https://github.com/bucketsio/buckets). It looked very promising but development has since died once Assembly died.
👍  
properties (23)
authorbenslayton
permlinkre-eristoddle-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t042536579z
categorygithub
json_metadata{"tags":["github"],"links":["https://assembly.com/"]}
created2016-07-21 04:24:57
last_update2016-07-21 04:24:57
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length583
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,249
net_rshares449,319,546
author_curate_reward""
vote details (1)
@frk ·
"im not a writer" then proceeds to write a bunch of words. ^_^
properties (22)
authorfrk
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t133921023z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 13:39:12
last_update2016-07-21 13:39:12
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation201,463,985,726
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id247,091
net_rshares0
@benslayton ·
$0.31
Haha. I see what you did there. :)

Honestly, that's the first piece of content I've ever written and applied myself to. Ask my wife. In fact, [ask my high school english teacher](https://www.facebook.com/mrmosier). I'm sure he will tell you my english papers sucked. lol. I've never written anything for the internet other than a facebook post or tweet, before this article.
👍  , ,
properties (23)
authorbenslayton
permlinkre-frk-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t202607443z
categorygithub
json_metadata{"tags":["github"],"links":["https://www.facebook.com/mrmosier"]}
created2016-07-21 20:25:27
last_update2016-07-21 20:25:27
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.234 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length375
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,203
net_rshares172,249,608,272
author_curate_reward""
vote details (3)
@gekko ·
yay! awesome info thanks @benslayton 8]
👍  
properties (23)
authorgekko
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t131222232z
categorygithub
json_metadata{"tags":["github"],"users":["benslayton"]}
created2016-07-21 13:12:21
last_update2016-07-21 13:12:21
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation1,185,517,433,922
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id246,555
net_rshares496,772,230
author_curate_reward""
vote details (1)
@gilang-ramadhan ·
I wish I could figure out how to get a golf clap GIF for you, but apparently I suck, so I upvoted you instead.

You are, of course, completely right! But the world is a shitty and barren wasteland where dreams go to die and cockroaches thrive.

So there was this thing called Facemash. Facemash was pretty simple - a college guy created an algo that gave college girls a numerical rating based on their physical attractiveness. Don't know the details, but basically a boner was a 10 and it went down from there. You get the idea.

So Facemash represents everything you just threw up all over - sexist, unfair, immature, exploiting, full of creepy guys. They didn't even pay the girls. Assholes. And you know what happened?

Yeah. Facebook happened. Facebook being the largest and most successful social media platform on the planet. And it didn't happen because all the girls called Zuckerberg a creep and left for the moral high ground.

Facebook is a veritable Victorian cess pool of creeps, fat white dudes, sock puppets, stalking, scheming and general human awefulness. Personal note, I had to sign up for a Facebook account to get a Steemit account and I'm still pissed off about it. I don't do reddit either, and needed karma, which I couldn't get fast enough, so had to give Facebook my phone number. WTF?

Where was I? Oh right. You're right. But humans are greedy and shallow and crave attention and money like a crack addict craves crack. So you're wrong, too.

Excellent comment, and thank you for taking the time to get it all out. Probably one of the best lessons in life is that you can't change people. They are who they are and as much as you want them to be something else they never will be no matter how hard you try. Same deal with the human race. You need to work with both sides, know and accept them for what they are, and not judge. For the love of god, don't judge.

Zuck would probably give the chick in a bikini at the top of your post a 9, btw. Just sayin'.

https://steemit.com/introduceyourself/@gilang-ramadhan/tutorial-hijab-pashima-muslim
properties (22)
authorgilang-ramadhan
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t081949311z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/introduceyourself/@gilang-ramadhan/tutorial-hijab-pashima-muslim"]}
created2016-07-22 08:19:45
last_update2016-07-22 08:19:45
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,071
author_reputation-505,427,556,815
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id269,373
net_rshares0
@gubbes · (edited)
$0.31
What a great idea, I think this post will have lot of software devs thinking. You nailed it. I wish Steemit has a better way of discovering interesting posts like this. Power of blockchain and bitshares.
👍  ,
properties (23)
authorgubbes
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t161314884z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 16:13:15
last_update2016-07-21 16:17:09
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.240 HBD
curator_payout_value0.074 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation147,722,466,499
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id250,754
net_rshares177,743,204,754
author_curate_reward""
vote details (2)
@jennamarbles ·
$0.02
Thanks for your encouragement and additions, Luke!
👍  
👎  
properties (23)
authorjennamarbles
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t121009913z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 13:18:00
last_update2016-07-21 13:18:00
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation4,558,720,822,431
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id246,655
net_rshares14,824,053,201
author_curate_reward""
vote details (2)
@jwiz168 ·
Surely open-source is an important aspect of software development. This minimize backdoor codes that is harmful .
properties (22)
authorjwiz168
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t071617868z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 07:16:15
last_update2016-07-21 07:16:15
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation19,496,118,182
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id240,618
net_rshares0
@krabgat ·
Very good post. I think Steemit can help. What I expect is busy happening is the forming of sub-communities which specialise in directions. When I say sub-communities I mean more than the tagging. If Steemit can design the site that I can go to say the OSS sub-community where I can only find contributions to OSS, it will support your idea for developers to release code and patches. My two cents.
PS: No problem with your writing. I liked it.
properties (22)
authorkrabgat
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t043205749z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 04:32:09
last_update2016-07-22 04:32:09
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length444
author_reputation21,919,477,099,128
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id266,462
net_rshares0
@lukestokes ·
$90.36
Great post, Ben! Man, you knocked this one out of the park! I love it. So many great ideas here. One thought I keep having is how the blockchain database could have any "skin" we want on it. (For example: http://steempress.io/@benslayton ). I could see someone building a github clone of sorts which would have the features you mentioned built right into their specific market vertical, using the blockchain database for storage. Pretty amazing opportunities here. Can you imagine how much involvement would go up if people got financially rewarded for well documented pull requests? That could be a game changer.
👍  , , , , , , , , , , , , , , ,
properties (23)
authorlukestokes
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t035129414z
categorygithub
json_metadata{"tags":["github"],"links":["http://steempress.io/@benslayton"]}
created2016-07-21 03:51:30
last_update2016-07-21 03:51:30
depth1
children8
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value67.800 HBD
curator_payout_value22.562 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length613
author_reputation554,601,966,217,919
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,725
net_rshares12,690,913,591,454
author_curate_reward""
vote details (16)
@benslayton ·
$92.69
Thanks for your encouragement and additions, Luke! The skin example, is a really great example. I may have to steal that example when I attempt to explain Steemit to my friends and family. 

I also envisioned either a clone or integrations built on top of Steem and potentially putting code on the blockchain. I guess I can form a better opinion of possible architecture when I understand more about Steem and future plans of steem. I would like to see git's model of keeping only minimal code changes, and storing that on the blockchain. What's nice about putting code on the blockchain is that no one can steal it from us. You can't censor code on the blockchain. 

Rewards for well documented pull requests is a great example as well. I will definitely add that to the article and credit you. :)
👍  , , , , , , , , , ,
properties (23)
authorbenslayton
permlinkre-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t041131850z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 04:10:51
last_update2016-07-21 04:10:51
depth2
children3
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value70.534 HBD
curator_payout_value22.160 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length798
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,017
net_rshares12,876,078,950,306
author_curate_reward""
vote details (11)
@lukestokes ·
Hey, can you pay it forward and add a post entry to the #bitcoinpizza <a href="https://steemit.com/money/@lukestokes/challenge-your-personal-where-does-the-money-come-from-response">challenge</a>? I'd love to hear your thoughts on this from someone who got such a large payout and the conversations you started having with your friends and family about it. Your recent proof is in the pudding post is close to what I'm looking for, though I think the focus of that is on the open source possibilities. Thanks!
properties (22)
authorlukestokes
permlinkre-benslayton-re-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160724t222151184z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/money/@lukestokes/challenge-your-personal-where-does-the-money-come-from-response"]}
created2016-07-24 22:21:51
last_update2016-07-24 22:21:51
depth3
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length509
author_reputation554,601,966,217,919
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id332,739
net_rshares0
@poncoez ·
Steem and potentially putting code on the blockchain. I guess I can form a better opinion of possible architecture when I understand more about Steem and future plans of steem.
👍  
👎  
properties (23)
authorponcoez
permlinkre-benslayton-re-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t040531195z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 04:05:33
last_update2016-07-22 04:05:33
depth3
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation32,947,126
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id266,002
net_rshares-24,189,489
author_curate_reward""
vote details (2)
@yonuts ·
$0.31
nice blog! About the possibilities on top of  the Steem Blockchain a wrote an article here: https://steemit.com/steemit/@yonuts/extending-steem-and-steemit-into-the-real-world let me know what you think!
👍  ,
properties (23)
authoryonuts
permlinkre-benslayton-re-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t160410266z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/steemit/@yonuts/extending-steem-and-steemit-into-the-real-world"]}
created2016-07-21 16:04:09
last_update2016-07-21 16:04:09
depth3
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.240 HBD
curator_payout_value0.074 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length203
author_reputation1,817,762,656,977
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id250,541
net_rshares177,743,204,754
author_curate_reward""
vote details (2)
@cryptotony ·
Nice post! 
Check out new service i just released :) Show some support!
https://steemit.com/steemit/@cryptotony/steem-link-first-steemit-short-url-service-with-bunch-of-features
http://i.imgsafe.org/15587103d5.png
👍  
properties (23)
authorcryptotony
permlinkre-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t105718952z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/steemit/@cryptotony/steem-link-first-steemit-short-url-service-with-bunch-of-features"]}
created2016-07-22 10:57:21
last_update2016-07-22 10:57:21
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length213
author_reputation152,988,007,943
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id271,331
net_rshares341,158,540
author_curate_reward""
vote details (1)
@elargroup ·
Welcome to Steemit

Here is some interesting info that will help you create amazing content.

How to Create Successful Steemit Content:
Why Steemwhales are upvoting Crap instead of Your Masterpiece - And why you should be Happy About it
How I Earned $100,000 With Steemit
Foolproof Formula for a Successful Post on Steemit: 7 Ingredients for Success
The Secret Formula to a Successful "IntroduceYourself" Post...And The #1 Mistake to Avoid
I Lost Over $124,768 On Steemit In My First Month(Why I'm Kicking Myself In The Balls For Not Powering Up)
How to Properly Format your Steemit Posts
These are just some of the posts that once understood, will give the reader a SIGNIFICANT advantage on steemit.

Everyone is rooting for you!
Good Luck!,
Weenis
properties (22)
authorelargroup
permlinkre-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t072539015z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 08:26:00
last_update2016-07-22 08:26:00
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length749
author_reputation-207,160,160,155
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id269,467
net_rshares0
@elargroup ·
Similar to SP, SMD tokens cannot be purchased directly on an external exchange. SMD are primarily earned through contributing but can be purchased by converting STEEM tokens to SMD tokens.

Actually Steem Dollars can now purchased on external exchanges !
https://poloniex.com/exchange#btc_sbd
https://bittrex.com/Market/Index?MarketName=BTC-SBD

PS Abbreviation of SBD = Steem Backed Dollars
or just SD = Steem Dollars (not SMD please edit)
properties (22)
authorelargroup
permlinkre-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t091502089z
categorygithub
json_metadata{"tags":["github"],"links":["https://poloniex.com/exchange#btc_sbd"]}
created2016-07-22 10:15:21
last_update2016-07-22 10:15:21
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length440
author_reputation-207,160,160,155
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id270,828
net_rshares0
@konti ·
Great !
Yesterday is history, tomorrow is a mystery, but today is a gift. Gift Blockchain......The second gift - Steemit!
👍  
properties (23)
authorkonti
permlinkre-lukestokes-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t231233128z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 23:12:30
last_update2016-07-21 23:12:30
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation10,768,542,970,916
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id261,127
net_rshares227,047,609
author_curate_reward""
vote details (1)
@marsresident ·
Here is an Archive of Cryptocurrency App building Code on Github for anyone creating a Steemit app
https://steemit.com/steem/@marsresident/github-cryptocurrency-app-creation-archive
properties (22)
authormarsresident
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t022820898z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/steem/@marsresident/github-cryptocurrency-app-creation-archive"]}
created2016-07-22 02:28:33
last_update2016-07-22 02:28:33
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation10,013,229,877,794
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id264,474
net_rshares0
@maximkichev ·
Steem can change anything, @benslayton
👍  
properties (23)
authormaximkichev
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t145551366z
categorygithub
json_metadata{"tags":["github"],"users":["benslayton"]}
created2016-07-21 14:55:51
last_update2016-07-21 14:55:51
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation3,703,778,977,425
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id249,012
net_rshares142,410,856
author_curate_reward""
vote details (1)
@mjgrae ·
Now this is something I can get behind. Think of a github-like implantation of the steem protocol. All your code lives in the blockchain, incorruptible and invulnerable to attack. All of those stars, forks, shares, watchers on Github could convert to some flavor of an "upvote".

You could even get contribution rewards on a per commit basis, or by solving an issue/opening a pull request. This would be the best way to not only fund open source software but to directly fund the developers contributing to projects, whether they're long term contributors or just once.

Great ideas @benslayton!
👍  
properties (23)
authormjgrae
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t140814964z
categorygithub
json_metadata{"tags":["github"],"users":["benslayton"]}
created2016-07-21 14:08:24
last_update2016-07-21 14:08:24
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length595
author_reputation1,247,707,052,821
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id247,764
net_rshares136,932,671
author_curate_reward""
vote details (1)
@benslayton ·
Exactly, that's a great way to articulate it!

Thanks for sharing!
properties (22)
authorbenslayton
permlinkre-mjgrae-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t202705355z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 20:26:24
last_update2016-07-21 20:26:24
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,220
net_rshares0
@msutyler ·
$0.03
Awesome post. Quick grammar update as requeseted.

Second to last paragraph. Change hope to hop.

Cheers.
👍  , ,
properties (23)
authormsutyler
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t054220870z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 05:42:21
last_update2016-07-21 05:42:21
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.031 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation10,510,627,174,666
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,291
net_rshares18,911,310,397
author_curate_reward""
vote details (3)
@nabilov ·
make sure everyone participates in the first steemit lottery
https://img0.steemit.com/0x0/https://i.imgflip.com/17okmb.jpg
https://steemit.com/money/@nabilov/the-first-steem-lottery-hosted-by-member-nabilov#comments
👎  
properties (23)
authornabilov
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t095738871z
categorygithub
json_metadata{"tags":["github"],"image":["https://img0.steemit.com/0x0/https://i.imgflip.com/17okmb.jpg"]}
created2016-07-21 09:57:42
last_update2016-07-21 09:57:42
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation2,498,893,033,777
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id242,964
net_rshares-3,213,702,117
author_curate_reward""
vote details (1)
@dana-edwards ·
Maybe Steem can implement the talked about "Keystroke Lotteries" eventually?
https://www.scribd.com/doc/300199516/Casino-Gaming-Keystroke-Lotteries-A-Speculative-Essay-Part-III
https://bitsharestalk.org/index.php?topic=10657.30
properties (22)
authordana-edwards
permlinkre-nabilov-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t122353886z
categorygithub
json_metadata{"tags":["github"],"links":["https://www.scribd.com/doc/300199516/Casino-Gaming-Keystroke-Lotteries-A-Speculative-Essay-Part-III"]}
created2016-07-21 12:23:54
last_update2016-07-21 12:23:54
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length227
author_reputation353,623,611,191,427
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id245,581
net_rshares0
@nioctib ·
Best steemit links
https://steemit.com/steem/@nioctib/best-steemit-links
👍  
properties (23)
authornioctib
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t085154626z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/steem/@nioctib/best-steemit-links"]}
created2016-07-22 08:51:54
last_update2016-07-22 08:51:54
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation85,098,617,111
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id269,814
net_rshares1,808,703,688
author_curate_reward""
vote details (1)
@nippel66 ·
Wath a great post, exelent work with this mate. 
I enjoy it, lets hope this threat gets big support. 
Glad to have you onboard ;)
Keep up the good work mate ;)
👍  ,
properties (23)
authornippel66
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t062217475z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 06:22:24
last_update2016-07-21 06:22:24
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation26,614,292,969,136
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,872
net_rshares357,233,845
author_curate_reward""
vote details (2)
@nippel66 ·
I agree with you.
I think this revolution could make bigg crack on FB value etc.
This amazing project is a big change in way to reach new hights in crypto world.

This crypto i think, would be #1 one day, couse more user = more value growht.
The users is the share in this kind of a company, so im glad that i join this shipp to the moon.

-Regards
👍  
properties (23)
authornippel66
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t140339883z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 14:03:42
last_update2016-07-21 14:03:42
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length348
author_reputation26,614,292,969,136
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id247,651
net_rshares1,325,647,693
author_curate_reward""
vote details (1)
@nphacker ·
$0.31
As an open source developer, steemit has really been a boon to help fund all of my entrepreneurial ideas and projects. It's crazy to think that steemit is still in its early stages and it has gotten to this extent. As the developer community grows, I am going to be extremely interested in seeing what the community will put out next. I personally would like to see steemit get more involved in streaming and podcast stuff a lot more, I think there is a lot of opportunity there. Thanks for the awesome post!
👍  ,
properties (23)
authornphacker
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t175941121z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 17:59:42
last_update2016-07-21 17:59:42
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.240 HBD
curator_payout_value0.074 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length508
author_reputation9,918,008,820,689
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id253,487
net_rshares177,743,204,754
author_curate_reward""
vote details (2)
@phanie90 ·
https://s32.postimg.org/cwcng3jyt/steemit.jpg
👎  
properties (23)
authorphanie90
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t090817092z
categorygithub
json_metadata{"tags":["github"],"image":["https://s32.postimg.org/cwcng3jyt/steemit.jpg"]}
created2016-07-21 09:08:21
last_update2016-07-21 09:08:21
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation994,828,904,702
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id242,185
net_rshares-3,213,702,117
author_curate_reward""
vote details (1)
@publicworker ·
Great idea. Good analysis.
properties (22)
authorpublicworker
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t031001025z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:10:06
last_update2016-07-21 03:10:06
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation6,647,747,832,410
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id236,988
net_rshares0
@benslayton ·
Thanks!
properties (22)
authorbenslayton
permlinkre-publicworker-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t032028734z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:19:48
last_update2016-07-21 03:19:48
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,167
net_rshares0
@rok-sivante ·
$0.02
Excellent share!

I'm not much of a techie and don't know too much about coding, though I think some of the most interesting applications may come when there's a gap bridged between open-source coding such as that seemingly done on github & overstock, and the monetary infrastructure on Steem's blockchain...

or worded differently - when Steem's financial infrastructure and cryptocurrency may be leveraged and integrated into open-source projects, utilized as a component for new developments.

I'm still fairly new to the whole crypto-world, so trying to wrap my head around the basics before grasping the possibilities & implications. but I can tell you see the possibilities and have some proper knowledge & experience that you've got some great contributions to make to the community and are likely to succeed with multiple collaborations.

i'll have to keep an eye out for more of your posts. keep up the good work... :-)
👍  , , , ,
properties (23)
authorrok-sivante
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t030859948z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:09:00
last_update2016-07-21 03:09:00
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length928
author_reputation664,045,451,891,191
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id236,962
net_rshares23,093,344,677
author_curate_reward""
vote details (5)
@benslayton ·
Thank you. I appreciate your encouragement!

I hope to produce more in the near future. :)
properties (22)
authorbenslayton
permlinkre-rok-sivante-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t031921264z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 03:18:42
last_update2016-07-21 03:18:42
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id237,147
net_rshares0
@samtoland ·
I personally think the underlying model of Steem is revolutionary, and shows a lot of the promise of blockchain reward systems.

But I don't think that incorporated all of these different use cases into Steem will work. I suspect that each use case will require it's own bespoke model, with a different set of incentives, means of allocation etc.

Looking forward to it happening (and know of some in the works :) )
properties (22)
authorsamtoland
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t230859312z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 23:08:57
last_update2016-07-21 23:08:57
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length415
author_reputation392,960,466,672
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id261,068
net_rshares0
@sauravrungta ·
$0.31
Great post man! You might have just changed by belief system about open source software. Never took OSS seriously before! Thanks a lot :)

And ONLY since you asked in the article about **grammatical errors**, I am reporting one:

"At the time, OpenSSL was believed that half a million of the internet's secure web servers, certified by trusted authorities, were believed to be vulnerable to the attack,..."
**It should be:**
"At the time, OpenSSL believed that half a million of the internet's secure web servers, certified by trusted authorities, were vulnerable to the attack,...."
👍  , , , ,
properties (23)
authorsauravrungta
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t081457032z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 08:14:57
last_update2016-07-21 08:14:57
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.234 HBD
curator_payout_value0.071 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length583
author_reputation681,518,124,448,054
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id241,472
net_rshares172,933,439,556
author_curate_reward""
vote details (5)
@seamusog ·
Quality post Ben, a bit too technical for me but I get the idea.  Bring out the devs.
properties (22)
authorseamusog
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t083315628z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 08:34:51
last_update2016-07-21 08:34:51
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation2,546,947,129
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id241,699
net_rshares0
@sergei ·
Cool post
properties (22)
authorsergei
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t175451770z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 17:52:48
last_update2016-07-21 17:52:48
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation-11,110,284,885,921
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id253,318
net_rshares0
@sergei ·
<a target="_blank" href="http://www.picturesanimations.com/people/"><img src="http://www.picturesanimations.com/p/people/15.gif" alt="Klik hier voor meer gratis plaatjes" border="0" /></a>
👎  
properties (23)
authorsergei
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t182131603z
categorygithub
json_metadata{"tags":["github"],"image":["http://www.picturesanimations.com/p/people/15.gif"],"links":["http://www.picturesanimations.com/people/"]}
created2016-07-21 18:19:27
last_update2016-07-21 18:19:27
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation-11,110,284,885,921
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id254,034
net_rshares-3,140,663,433
author_curate_reward""
vote details (1)
@mariealaura ·
Thank you so much for posting her. There is a kind of read about antivirus software with free download >> https://antivirus-2020.com/
properties (22)
authormariealaura
permlinkre-sergei-2020130t18172984z
categorygithub
json_metadata{"tags":["github"],"app":"esteem/2.2.2-surfer","format":"markdown+html","community":"esteem.app"}
created2020-01-30 11:17:30
last_update2020-01-30 11:17:30
depth2
children0
last_payout2020-02-06 11:17:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation1,561,060,471
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,923,936
net_rshares0
@skorss ·
the very first lines caught my attention so hard, I consider myself as an introvert as well, and I've been doubting to post a really long blog, because English is no tmy first language, but seeing you put such an effort and come out of this confort zone, man you really got to inspire me, Thanks!
properties (22)
authorskorss
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t174249464z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 17:42:57
last_update2016-07-21 17:42:57
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length296
author_reputation590,420,193,253
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id253,044
net_rshares0
@benslayton ·
Thanks for sharing. These stories will help keep me going, i'm sure. Get on it, and post your blog! I'd love to read it.
👍  
properties (23)
authorbenslayton
permlinkre-skorss-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t203124158z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 20:30:42
last_update2016-07-21 20:30:42
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length120
author_reputation3,472,492,721,417
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id257,306
net_rshares988,688,809
author_curate_reward""
vote details (1)
@stealthtrader ·
Lol
properties (22)
authorstealthtrader
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t072057154z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 07:20:57
last_update2016-07-21 07:20:57
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation74,266,337,461,760
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id240,710
net_rshares0
@takahan ·
LINUX FOR LIFE. Respekt bro! *giving upvote*
properties (22)
authortakahan
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t033318621z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 03:33:18
last_update2016-07-22 03:33:18
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation15,403,904,348
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id265,495
net_rshares0
@thecleangame ·
Good job! :D 

As a linux user from '92, I've been an open source fan for decades. :) Can't wait to see what 10 years of steem can do for OSS!

<h2>Keep it Clean!</h2>
-------------------------------------
<ul><li><a href="https://steemit.com/newauthor/@thecleangame/new-author-self-published-secrets-to-growing-trichome-dense-cannabis-a-guide-to-full-expression-flowers-free-intro">Steemit Preview of My Book <strong>"Secrets to Growing Trichome Dense Cannabis"</strong></a></li>
<li><a href="https://steemit.com/cannabis/@thecleangame/cannabis-is-non-addictive">Cannabis is Non-Addictive</a></li>
<li><a href="https://steemit.com/photography/@thecleangame/super-high-resolution-purple-cannabis-macro-free-wallpaper-of-the-quality-of-cannabis-i-grow">Super High Resolution Purple Cannabis WallPaper!</a></li>
<li><a href="https://steemit.com/society/@thecleangame/15-negative-side-effects-of-cannabis-prohibition-that-should-be-obvious-to-anyone">15 Negative Side Effects of Prohibition</a></li>
</ul>
👍  
👎  
properties (23)
authorthecleangame
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t073316012z
categorygithub
json_metadata{"tags":["github"],"links":["https://steemit.com/newauthor/@thecleangame/new-author-self-published-secrets-to-growing-trichome-dense-cannabis-a-guide-to-full-expression-flowers-free-intro","https://steemit.com/cannabis/@thecleangame/cannabis-is-non-addictive","https://steemit.com/photography/@thecleangame/super-high-resolution-purple-cannabis-macro-free-wallpaper-of-the-quality-of-cannabis-i-grow","https://steemit.com/society/@thecleangame/15-negative-side-effects-of-cannabis-prohibition-that-should-be-obvious-to-anyone"]}
created2016-07-21 07:39:15
last_update2016-07-21 07:39:15
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,002
author_reputation4,984,987,893,238
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id240,999
net_rshares-170,349,731,910
author_curate_reward""
vote details (2)
@themax37 ·
That was an amazing read Ben and I hope you put up more content despite being an introvert. I definitely know what that's like as I currently deal with social anxiety and it seriously holds me back.  Seeing your post is a big inspiration and huge thank you for posting it. :)
👍  
properties (23)
authorthemax37
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t213752897z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 21:37:54
last_update2016-07-21 21:37:54
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation601,980,982,945
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id258,941
net_rshares248,619,871
author_curate_reward""
vote details (1)
@vlad ·
cool! go on
👍  
properties (23)
authorvlad
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t053853164z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 05:38:57
last_update2016-07-21 05:38:57
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation2,715,371,190,063
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id239,250
net_rshares23,648,397
author_curate_reward""
vote details (1)
@winterchan ·
Very comprehensive analysis of the Open Source Software. I am excited to see your recommendations becoming real, such as receive rewards when you suggest a new feature that the community up-votes and
receive rewards by submitting pull requests with new features and bug fixes.
👍  , ,
properties (23)
authorwinterchan
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t045413207z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 04:54:12
last_update2016-07-21 04:54:12
depth1
children1
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation9,785,024,082
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id238,670
net_rshares413,943,864
author_curate_reward""
vote details (3)
@themax37 ·
People rewarded for innovation within the community would spur a lot more new ideas. The value of the idea in itself becoming a form of currency is amazing.
properties (22)
authorthemax37
permlinkre-winterchan-re-benslayton-how-steem-changes-the-game-for-open-source-software-20160721t214517534z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-21 21:45:18
last_update2016-07-21 21:45:18
depth2
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation601,980,982,945
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id259,118
net_rshares0
@yuthavithi ·
Steem is the first mass adoption solution for cryptocurrency. Your post also identify another potential mass adoption solution for Open Source Software Development. I really like the idea. Cheers
properties (22)
authoryuthavithi
permlinkre-benslayton-how-steem-changes-the-game-for-open-source-software-20160722t041446623z
categorygithub
json_metadata{"tags":["github"]}
created2016-07-22 04:14:48
last_update2016-07-22 04:14:48
depth1
children0
last_payout2016-08-25 13:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length195
author_reputation49,126,087
root_title"How Steem Changes the Game for Open Source Software"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id266,148
net_rshares0