Author Topic: My interview on XCP Weekly About the Entire Cryptocurrency Space  (Read 6395 times)

0 Members and 1 Guest are viewing this topic.

Offline monsterer

But this is not the issue Charles raised. He said it's a bad choice because it does not encourage third-party companies to join the development ecosystem.

You have to ask yourself how much further along the project would be right now with a more productive language, though. It makes it much easier to delegate the non mission critical parts, like the web server, or API design to other parties if the language is more accessible.
My opinions do not represent those of metaexchange unless explicitly stated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

jakub

  • Guest
I have someone who could make an amazing UI.. but he is $40k a month, there are not too many who can do what he does.. think a worker proposal would be accepted?
Can you show us anything he's done so far?

jakub

  • Guest
The rest of your points are pretty solid but I wouldn't agree with the one regarding the choice of programming platform.

I disagree. Having used c++ professionally for over 15 years, I can say with honesty that it is a very unproductive language to work with - you spend the majority of the day (on a big project) just waiting for the thing to build and link and when you're not doing that, you're doing the job of the preprocessor working out the optimal header dependency design.

c++ is great for core components which need mission critical performance, but the rest is better suited to a higher level language.

But this is not the issue Charles raised. He said it's a bad choice because it does not encourage third-party companies to join the development ecosystem.
And my point is that at the current moment the back-end stuff is not where third-party help is badly needed, it's the front-end.

The choice of C++ might affect us in the future but right now it is not where the problem is. CNX is amazingly fast at introducing innovation on the back-end and the effectiveness of C++ programming is not where the bottle neck is.

Offline BunkerChainLabs-DataSecurityNode

The choice of C++ as the primary language is really bad. From my experience with Ethereum, Go turned out to be a wonderful ecosystem to work in and it was easier to find open minded talent. Elixir is also promising as the hyperledger guys found out.

In all honestly about languages however, frankly Bitshares would work a lot better being built in something like Java or on the .Net platform. Its really about can I find great talent, are there wonderful tools to work with, is this code going to be easy to manage and update, can I avoid technical debt better in this ecosystem? If I'm doing rapid prototyping, I love python. If I'm building mission critical systems, then I need to significantly reduce the things I have control over to as small as a set as possible and leave the rest to predictable and well vetted behavior. It means you need strong typing, great testing tools, automated memory management, certainly compiled alongside access to certain DSLs that can facilitate specialized testing methodologies. For example Coq proofs are great for modelling consensus and can be written in the JVM ecosystem via Coq->Scala->JVM. .Net has a great family of cryptography verification toolkits written by Dr. Blanchet. While a lot of good crypto code was written by Wei Dai in crypto++ as C++ code, it's important to understand he's a world famous cryptographer, the Bitshares developers are not. If you have to customize things, then do it in a sandbox that holds your hand.
The rest of your points are pretty solid but I wouldn't agree with the one regarding the choice of programming platform.
We are not lacking talent and innovation on the back-end. Quite the opposite, we are struggling to utilize what we already have.

But what we've always been desperately lacking is proper UI implementation to make practical use of the back-end stuff.
And this fortunately has been solved in Graphene by using a solid react.js platform, which is now very open to being expanded by third-party developers.

I have someone who could make an amazing UI.. but he is $40k a month, there are not too many who can do what he does.. think a worker proposal would be accepted?
+-+-+-+-+-+-+-+-+-+-+
www.Peerplays.com | Decentralized Gaming Built with Graphene - Now with BookiePro and Sweeps!
+-+-+-+-+-+-+-+-+-+-+

Offline monsterer

The rest of your points are pretty solid but I wouldn't agree with the one regarding the choice of programming platform.

I disagree. Having used c++ professionally for over 15 years, I can say with honesty that it is a very unproductive language to work with - you spend the majority of the day (on a big project) just waiting for the thing to build and link and when you're not doing that, you're doing the job of the preprocessor working out the optimal header dependency design.

c++ is great for core components which need mission critical performance, but the rest is better suited to a higher level language.
My opinions do not represent those of metaexchange unless explicitly stated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

jakub

  • Guest
The choice of C++ as the primary language is really bad. From my experience with Ethereum, Go turned out to be a wonderful ecosystem to work in and it was easier to find open minded talent. Elixir is also promising as the hyperledger guys found out.

In all honestly about languages however, frankly Bitshares would work a lot better being built in something like Java or on the .Net platform. Its really about can I find great talent, are there wonderful tools to work with, is this code going to be easy to manage and update, can I avoid technical debt better in this ecosystem? If I'm doing rapid prototyping, I love python. If I'm building mission critical systems, then I need to significantly reduce the things I have control over to as small as a set as possible and leave the rest to predictable and well vetted behavior. It means you need strong typing, great testing tools, automated memory management, certainly compiled alongside access to certain DSLs that can facilitate specialized testing methodologies. For example Coq proofs are great for modelling consensus and can be written in the JVM ecosystem via Coq->Scala->JVM. .Net has a great family of cryptography verification toolkits written by Dr. Blanchet. While a lot of good crypto code was written by Wei Dai in crypto++ as C++ code, it's important to understand he's a world famous cryptographer, the Bitshares developers are not. If you have to customize things, then do it in a sandbox that holds your hand.
The rest of your points are pretty solid but I wouldn't agree with the one regarding the choice of programming platform.
We are not lacking talent and innovation on the back-end. Quite the opposite, we are struggling to utilize what we already have.

But what we've always been desperately lacking is proper UI implementation to make practical use of the back-end stuff.
And this fortunately has been solved in Graphene by using a solid react.js platform, which is now very open to being expanded by third-party developers.

IOHKCharles

  • Guest
Method if I wanted to get involved in BTS, I'd rebuild protoshares and do a sharedrop to a competing chain for a new bitshares. I have no desire to get involved in the current structure.

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
@IOHKCharles Maybe you should campaign as a proxy voter. I mean, assuming you still have any BTS. It would be a powerful statement.

IOHKCharles

  • Guest
Quote
Ghis, this, this and this .. though I can't tell about the choice for C++. I dont think the amount of experienced devs in C++ is smaller than for Go.

Also, the documentation of code improved massively.

Glad to hear it. I haven't honestly invested much time in bitshares 2 nor much about the development side of the project since Toast left. Things could be much better.
« Last Edit: October 15, 2015, 03:50:34 am by IOHKCharles »

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Quote
Also,  can you offer any constructive criticism to the Bts project?  Advise?  Help in any way?  Will you participate in the referral program?  Do you own any Bitshares?  If so, wouldn't it be in your interest to grow the value of those shares? 

When I left the project, I wasn't given any incentive for further participation. Over time I did provide some advice such as the need for smart contracts to fully realize DACs and also some comments on consensus issues, but my biggest concern has always been academic in nature. The concept of building a value stable currency is incredibly compelling and deserves proper modeling and research. Despite raising millions of dollars, the Bitshares project never retained any talent capable of formal modeling of BitUSD and other mechanics and discussing it in a game theoretical or systems theory perspective.

There certainly are critics on the lack of development methodology or test driven development, the physical location of Bitshares development in Blacksburg, VA (chosen for convenience to the founders rather than location of talent), the idiocy seeking to spend all the Angelshares funds rather than conserve them to avoid end of year taxes (why didn't you found a holding company in a jurisdiction with no taxes?). But there really isn't anything that can be done for prior mistakes. You just have to move forward.

If I had to offer any advice, then I'd strongly recommend examining the project from three perspectives. One is technological. One is from an adoption viewpoint. One is from a project management perspective. In terms of technology, bold claims need to be documented and properly communicated. Bitshares is notorious for saying things and having nothing to back them up outside of trust the developers to build it. Demos, source code and whitepapers really go a long way and it requires a lot of foresight. These systems are in the category of mission critical software, not lean agile systems. You're not shipping a cell phone app. You're shipping the Mars Rover. Once you launch it, super hard to change it. So plan ahead and have lots of conversations about how things ought to be done.

In respect to community building, Fuzzy and others have done a good job working hard, but you need to think about the core mission, values and goals of the project (MVG) and distill them to a single 1-2 page handout. Then ask ok, who will be most receptive to our MVG? Meetup groups are wonderful relays and pay enormous dividends for the investment it takes to bootstrap them. Conferences have the absolute lowest RoI. Also you're really not going to win the Bitcoin community. Ignore them and move on to different cliques that have a lot more bang for your buck. Make Bitshares the entry point for someone in cryptocurrency.

In respect to that point, it's really about ease of use and overall experiences. In what ways do you imagine people are going to use Bitshares? Who are natural platform partners? Bitshares 2 is taking a very big pivot it seems to the enterprise market and there is definitely money to be made there, but let's be clear that it comes at a terrible price. Enterprises have AML/KYC requirements and also have to play nice with governments. Ripple Labs learned this the hard way. Thus there will be a likely strong demand for increasing the level of attribution on Bitshares transactions as has happened with Ripple. You simply cannot avoid this pressure because your consensus system uses a federated topology via delegates. They will not be distributed enough in practice to avoid pressure. Second, exchanges using the tech HAVE NO CHOICE but to comply or go to jail.

So the takeaway along these thoughts are that different groups have different needs and it's impossible to satisfy them all. Bitshares has to decide if it's a consumer product or an enterprise product. Understand your community accordingly.

As for project management, best practices include using Scrum with test or behavior driven development, rapid 2-4 week releases with a QA testing phase, some sort of CI process and a dedicated infosec expert involved in the releases. The common CC model is having a testnet and a mainnet. I would strongly collaborate with Blockstream to build a sidechain between the testchain and the mainchain. They are entering your space, a partnership serves a proactive nullifying role as much as it does a technological benefit of having a robust test chain ecosystem. The choice of C++ as the primary language is really bad. From my experience with Ethereum, Go turned out to be a wonderful ecosystem to work in and it was easier to find open minded talent. Elixir is also promising as the hyperledger guys found out.

In all honestly about languages however, frankly Bitshares would work a lot better being built in something like Java or on the .Net platform. Its really about can I find great talent, are there wonderful tools to work with, is this code going to be easy to manage and update, can I avoid technical debt better in this ecosystem? If I'm doing rapid prototyping, I love python. If I'm building mission critical systems, then I need to significantly reduce the things I have control over to as small as a set as possible and leave the rest to predictable and well vetted behavior. It means you need strong typing, great testing tools, automated memory management, certainly compiled alongside access to certain DSLs that can facilitate specialized testing methodologies. For example Coq proofs are great for modelling consensus and can be written in the JVM ecosystem via Coq->Scala->JVM. .Net has a great family of cryptography verification toolkits written by Dr. Blanchet. While a lot of good crypto code was written by Wei Dai in crypto++ as C++ code, it's important to understand he's a world famous cryptographer, the Bitshares developers are not. If you have to customize things, then do it in a sandbox that holds your hand.

 The last points are examples of philosophical differences. Reasonable people can disagree with me. But the lack of formalism for concepts like BitUSD and also utter lack of documentation for pretty much every piece of the protocol are not excusable as a philosophical disagreement. It's laziness or incompetence. Your community is making extraordinary claims about things. They have to be backed up with theory and code. You will not get respect until that's done.
   
Ghis, this, this and this .. though I can't tell about the choice for C++. I dont think the amount of experienced devs in C++ is smaller than for Go.

Also, the documentation of code improved massively.

IOHKCharles

  • Guest
Quote
Also,  can you offer any constructive criticism to the Bts project?  Advise?  Help in any way?  Will you participate in the referral program?  Do you own any Bitshares?  If so, wouldn't it be in your interest to grow the value of those shares? 

When I left the project, I wasn't given any incentive for further participation. Over time I did provide some advice such as the need for smart contracts to fully realize DACs and also some comments on consensus issues, but my biggest concern has always been academic in nature. The concept of building a value stable currency is incredibly compelling and deserves proper modeling and research. Despite raising millions of dollars, the Bitshares project never retained any talent capable of formal modeling of BitUSD and other mechanics and discussing it in a game theoretical or systems theory perspective.

There certainly are critics on the lack of development methodology or test driven development, the physical location of Bitshares development in Blacksburg, VA (chosen for convenience to the founders rather than location of talent), the idiocy seeking to spend all the Angelshares funds rather than conserve them to avoid end of year taxes (why didn't you found a holding company in a jurisdiction with no taxes?). But there really isn't anything that can be done for prior mistakes. You just have to move forward.

If I had to offer any advice, then I'd strongly recommend examining the project from three perspectives. One is technological. One is from an adoption viewpoint. One is from a project management perspective. In terms of technology, bold claims need to be documented and properly communicated. Bitshares is notorious for saying things and having nothing to back them up outside of trust the developers to build it. Demos, source code and whitepapers really go a long way and it requires a lot of foresight. These systems are in the category of mission critical software, not lean agile systems. You're not shipping a cell phone app. You're shipping the Mars Rover. Once you launch it, super hard to change it. So plan ahead and have lots of conversations about how things ought to be done.

In respect to community building, Fuzzy and others have done a good job working hard, but you need to think about the core mission, values and goals of the project (MVG) and distill them to a single 1-2 page handout. Then ask ok, who will be most receptive to our MVG? Meetup groups are wonderful relays and pay enormous dividends for the investment it takes to bootstrap them. Conferences have the absolute lowest RoI. Also you're really not going to win the Bitcoin community. Ignore them and move on to different cliques that have a lot more bang for your buck. Make Bitshares the entry point for someone in cryptocurrency.

In respect to that point, it's really about ease of use and overall experiences. In what ways do you imagine people are going to use Bitshares? Who are natural platform partners? Bitshares 2 is taking a very big pivot it seems to the enterprise market and there is definitely money to be made there, but let's be clear that it comes at a terrible price. Enterprises have AML/KYC requirements and also have to play nice with governments. Ripple Labs learned this the hard way. Thus there will be a likely strong demand for increasing the level of attribution on Bitshares transactions as has happened with Ripple. You simply cannot avoid this pressure because your consensus system uses a federated topology via delegates. They will not be distributed enough in practice to avoid pressure. Second, exchanges using the tech HAVE NO CHOICE but to comply or go to jail.

So the takeaway along these thoughts are that different groups have different needs and it's impossible to satisfy them all. Bitshares has to decide if it's a consumer product or an enterprise product. Understand your community accordingly.

As for project management, best practices include using Scrum with test or behavior driven development, rapid 2-4 week releases with a QA testing phase, some sort of CI process and a dedicated infosec expert involved in the releases. The common CC model is having a testnet and a mainnet. I would strongly collaborate with Blockstream to build a sidechain between the testchain and the mainchain. They are entering your space, a partnership serves a proactive nullifying role as much as it does a technological benefit of having a robust test chain ecosystem. The choice of C++ as the primary language is really bad. From my experience with Ethereum, Go turned out to be a wonderful ecosystem to work in and it was easier to find open minded talent. Elixir is also promising as the hyperledger guys found out.

In all honestly about languages however, frankly Bitshares would work a lot better being built in something like Java or on the .Net platform. Its really about can I find great talent, are there wonderful tools to work with, is this code going to be easy to manage and update, can I avoid technical debt better in this ecosystem? If I'm doing rapid prototyping, I love python. If I'm building mission critical systems, then I need to significantly reduce the things I have control over to as small as a set as possible and leave the rest to predictable and well vetted behavior. It means you need strong typing, great testing tools, automated memory management, certainly compiled alongside access to certain DSLs that can facilitate specialized testing methodologies. For example Coq proofs are great for modelling consensus and can be written in the JVM ecosystem via Coq->Scala->JVM. .Net has a great family of cryptography verification toolkits written by Dr. Blanchet. While a lot of good crypto code was written by Wei Dai in crypto++ as C++ code, it's important to understand he's a world famous cryptographer, the Bitshares developers are not. If you have to customize things, then do it in a sandbox that holds your hand.

 The last points are examples of philosophical differences. Reasonable people can disagree with me. But the lack of formalism for concepts like BitUSD and also utter lack of documentation for pretty much every piece of the protocol are not excusable as a philosophical disagreement. It's laziness or incompetence. Your community is making extraordinary claims about things. They have to be backed up with theory and code. You will not get respect until that's done.
   

Offline DMo09

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Also,  can you offer any constructive criticism to the Bts project?  Advise?

Yes, I would love to hear it, too.
Actually, your criticism (provided it's constructive) is worth much more for me than potential praise.

Agreed. Constructive criticism is more valuable internally. But being cast in good light is more important during an interview IMO.

jakub

  • Guest
Also,  can you offer any constructive criticism to the Bts project?  Advise?

Yes, I would love to hear it, too.
Actually, your criticism (provided it's constructive) is worth much more for me than potential praise.

Offline DMo09

  • Full Member
  • ***
  • Posts: 101
    • View Profile
Hi Charles,

Great interview... on your end.  I did not care for the interviewer or the production quality.  I would cringe whenever the interviewer spoke, and would have to turn up the volume and listen closely when you would speak. 

Also,  can you offer any constructive criticism to the Bts project?  Advise?  Help in any way?  Will you participate in the referral program?  Do you own any Bitshares?  If so, wouldn't it be in your interest to grow the value of those shares? 

I would have liked for you to speak highly of Bts in your interview.  I'm not saying it's your job to promote it, nor to bend sideways just to talk about it, but if you are a friend to the project  then you could have used at least one breath to praise how Bts is the most advanced crypto project in the world (or am I wrong on this?).

Thank you for your contributions to this space and I wish you the best on your ventures!

Offline fuzzy

Fuzzy, I didn't mention Dan a single time here. His record and actions speak for themselves and the community with hold him accountable one way or the other. It's far beyond my concern. As for focusing on my vision, this whole interview covered it over an hour and a half. And with respect to my criticism of Bitshares, I believe it's completely fair given the incredible value proposition of the underlying technology and the problems it addresses, yet the small community and market participation.

You get a reset switch with Bitshares 2. Focus on what can be done better moving forward and how to avoid the mistakes of the past.

In all fairness you didnt really have to say a name because that part is implied since dan is the current "leader" of bitshares. And yes...bitshares has made mistakes.  But as for the community...i think we have one of the most active in crypto.  That is why im trying to get you to realize the value proposition of sharing with those who join a hangout with you.  I mean the simple fact that you want a hangout tells me the community IS very valuable and you recognize how valuable it currently is.  Otherwise you would be talking to and asking for a hangout with another community, and would leave us off your list :P
WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline phillyguy

Hi Charles - just wanted to say that I found your interview very insightful and it was a great listen. Thank you very much for taking the time for the interview.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

IOHKCharles

  • Guest
Fuzzy, I didn't mention Dan a single time here. His record and actions speak for themselves and the community with hold him accountable one way or the other. It's far beyond my concern. As for focusing on my vision, this whole interview covered it over an hour and a half. And with respect to my criticism of Bitshares, I believe it's completely fair given the incredible value proposition of the underlying technology and the problems it addresses, yet the small community and market participation.

You get a reset switch with Bitshares 2. Focus on what can be done better moving forward and how to avoid the mistakes of the past.

Offline fuzzy

The terribly tragedy of bitshares has always been it's inability to communicate, manage expectations, how money was spent and the inability to pivot quickly when proven wrong about something.

Considering this space is one where most rules and ways to move forward have not really been established, I tend to give a great deal of leeway to Dan and the team for how things have happened--(though admittedly sometimes I want to pull my hair out watching people like gentso walk away with 30k when I and the beyond bitcoin team never would have asked for such funding but would have ACTUALLY BUILT amazing stuff with it). 

Now as for bitshare's ability to communicate---I obviously have to disagree.  Why?  because if our means of communication was so bad, you would not be interested in using the platform we use to get your voice heard by the community.  The simple act of you being interested means (to me) that our communication channels are valuable.

Now with that said.  I can agree that many people have been paid retainers or given funding that I have seen very little out of.  I can also say that there is definitely an issue with many people who bust their butts for bitshares not being equally compensated...but that could be our fault as much as Dan's for not speaking up and being the squeaky wheel. 

As for an inability to acknowledge when proven wrong--I have to disagree with that as well (well somewhat).  There have been many times when BM has pivoted based on direct input from our community--in fact such close and frequent direct communication with the project leads is something most communities do not get at all.  Please though.  I think it is best to focus on what you are trying to do and YOUR message as opposed to what is wrong with Dan's.  You both have a right to disagree and I think it's good that you do (in an ironic kind of way :P), but my entire point for other projects sharing a very small portion of their stake with our community is to open their minds to listening to your message and further researching it.  So i'm more focused on that.  Of course you wouldn't have to, but I am strongly suggesting it and saying that it WILL put your project higher on my priority list.
« Last Edit: October 13, 2015, 01:22:50 pm by fuzzy »
WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline Ben Mason

  • Hero Member
  • *****
  • Posts: 1070
  • Integrity & Innovation, powered by Bitshares
    • View Profile
  • BitShares: benjojo
It's really enjoyable to hear you speak so eloquently about your crypto insights.  I just wish you'd stop saying that you built BitShares.  It's seems disingenuous because BitShares of the present is the result of a different direction to the one you wanted.....or so I gather from your discussion.  It also undermines, to some degree, the unbelievably hard work the dev team have put in to get the product to where it is today.  Perhaps, if you believe they deserve recognition from their peers in public, you could make that clear.  It would really help to me to concentrate more on what you are saying. 

I am still a great fan of yours Charles.  All the best.

Charles is a founding father of Bitshares. It counts even if Bitshares evolves into something entirely different in the future.

Honestly without Charles I doubt Bitshares would have had a successful beginning because he brought in a lot of the very early attention with his explanatory videos and media communications. Similar to what he did for Ethereum, so it is obvious he does have a positive impact on the projects he is associated with.

From my memory it was Dan, Stan and Charles in the very beginning. Stan and Charles brought in the community through the media while Dan debated with the community on forums, offered a bounty, and some at that time were doubting it was even possible. It's between them why they split up.

Someone else hasn't been around lately, CWEvans, still don't know what happened to him but my guess is he has moved on.
I didn't once refer to their parting of ways, thankfully that is history and they/we have all moved on.  I've said quite clearly how highly i think of Charles and his efforts.  My point was a small one but i thought important at the time.  It's all good.  Onward and upward.  Everyone is awesome and recognition will come to the BitShares devs in one form or another in time.  No need to dwell on my digression any further.  I believe there is an excellent summary of the state of crypto that is far more worthy of comment!

Offline luckybit

  • Hero Member
  • *****
  • Posts: 2921
    • View Profile
  • BitShares: Luckybit
It's really enjoyable to hear you speak so eloquently about your crypto insights.  I just wish you'd stop saying that you built BitShares.  It's seems disingenuous because BitShares of the present is the result of a different direction to the one you wanted.....or so I gather from your discussion.  It also undermines, to some degree, the unbelievably hard work the dev team have put in to get the product to where it is today.  Perhaps, if you believe they deserve recognition from their peers in public, you could make that clear.  It would really help to me to concentrate more on what you are saying. 

I am still a great fan of yours Charles.  All the best.

Charles is a founding father of Bitshares. It counts even if Bitshares evolves into something entirely different in the future.

Honestly without Charles I doubt Bitshares would have had a successful beginning because he brought in a lot of the very early attention with his explanatory videos and media communications. Similar to what he did for Ethereum, so it is obvious he does have a positive impact on the projects he is associated with.

From my memory it was Dan, Stan and Charles in the very beginning. Stan and Charles brought in the community through the media while Dan debated with the community on forums, offered a bounty, and some at that time were doubting it was even possible. It's between them why they split up.

Someone else hasn't been around lately, CWEvans, still don't know what happened to him but my guess is he has moved on.
« Last Edit: October 13, 2015, 08:34:48 am by luckybit »
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

IOHKCharles

  • Guest
Quote
i remember PTS was his idea

Stan and I jointly came up with PTS after examining the roadmap for Bitshares and talking with Bo Shin about the demand in China. Great ideas usually come together from collaboration. And I had a wonderful time working with Stan during my Invictus days. He's one of the best in the space.

Offline twitter

  • Sr. Member
  • ****
  • Posts: 279
    • View Profile
To be  fair , Charles did do lots of great work at the beginning of bitshares . i remember PTS was his idea . lot of community members ,like myself,  were attracted by  PTS mining  then found this great product.  Charles  is very good at selling ..... I met him couple times in eth meetings
« Last Edit: October 13, 2015, 12:42:15 am by twitter »
witness:

Offline Ben Mason

  • Hero Member
  • *****
  • Posts: 1070
  • Integrity & Innovation, powered by Bitshares
    • View Profile
  • BitShares: benjojo
Ben, I made a major contribution including sourcing the original funding and the original marketing push for bitshares, which makes me a founder of the project. Like Microsoft or every other company with founders who leave, a lot of people come after and certainty deserve their due, but Paul Allen still gets to say he started the company with Bill Gate even if most people didn't know that.

The point of the interview wasn't to discuss my role in Bitshares nor ethereum. I was just asked a simple question about my history in the space and I wanted to give a concise answer. You'll find there is about an hour and a half of content there on other stuff. Maybe you should focus on that.

I completely agree, without you, BitShares may never have come into being.  You've earned and deserve all of the attention and respect you receive from the crypto community.  Your contribution has been immense and is without question.  As i alreday said, i loved the discussion.  It just jarred a little when you mentioned BitShares in the context of building it and didn't mention anything about the people who've been building it since, and i'm sure you must know how hard they've worked.  Look, it's a small thing and on reflection, perhaps i needn't have said anything so I genuinely apologise.  I'm just amazed at what they've accomplished and i hope people recognise them too.  I hope you understand.

He really does not need to ben.  I am not exactly certain how much transpired but they did not get along.  Bitshares pays our worker proposals so I have no qualms bringing him on for a hangout, but I also think (for charles' benefit and the benefit of all developers and projects who want our communities attention) that they share a portion of the potentially competing project.  In this way it helps to even out any biases and get people more interested. 

That is of course unless there is some strong incentive for me to bring him on to help the bitshares platform in some way.

I have put a great deal into this project too, and did so at a time when it was desperately needed because of a void in community communication and participation.  So trust me i understand that you want to be heard by the community. 

I am simply trying to help you understand the value of dropping something on the audience (who dilute their holdings because they trust me to help bring value to bts) to show your respect and trust.  That will be very helpful.  And notice I have not asked you for personal payment...simply to stay in the spirit of the sharing economy we are trying to build.  :)

The hatchet has been buried so lets acknowledge it through sharing!

Fuzzy, you have been steadfast, forever. I think your work is amazing and any collaborations you help put together will be fantastic.

Offline Ben Mason

  • Hero Member
  • *****
  • Posts: 1070
  • Integrity & Innovation, powered by Bitshares
    • View Profile
  • BitShares: benjojo
That's fair Ben. A lot of people worked incredibly hard on bitshares and millions of dollars have been spent. And they should be acknowledged and respected for those investments. I do think the project has brought a lot of innovation and original thought into the space and that's something that should speak for itself.

The terribly tragedy of bitshares has always been it's inability to communicate, manage expectations, how money was spent and the inability to pivot quickly when proven wrong about something. It's honestly not my issue anymore and thus I mention the project and move on. I think your work speaks for itself and obviously I was shut out from having any involvement in it so it's uniquely yours. I am proud of what's been accomplished and I do hope for a long term success.
Thank you Charles. Thank you especially for that last sentence. I'm very proud of our devs and honoured to be even the tiniest part of this community. What you've said means an awful lot.

IOHKCharles

  • Guest
That's fair Ben. A lot of people worked incredibly hard on bitshares and millions of dollars have been spent. And they should be acknowledged and respected for those investments. I do think the project has brought a lot of innovation and original thought into the space and that's something that should speak for itself.

The terribly tragedy of bitshares has always been it's inability to communicate, manage expectations, how money was spent and the inability to pivot quickly when proven wrong about something. It's honestly not my issue anymore and thus I mention the project and move on. I think your work speaks for itself and obviously I was shut out from having any involvement in it so it's uniquely yours. I am proud of what's been accomplished and I do hope for a long term success.

Offline fuzzy

Ben, I made a major contribution including sourcing the original funding and the original marketing push for bitshares, which makes me a founder of the project. Like Microsoft or every other company with founders who leave, a lot of people come after and certainty deserve their due, but Paul Allen still gets to say he started the company with Bill Gate even if most people didn't know that.

The point of the interview wasn't to discuss my role in Bitshares nor ethereum. I was just asked a simple question about my history in the space and I wanted to give a concise answer. You'll find there is about an hour and a half of content there on other stuff. Maybe you should focus on that.

I completely agree, without you, BitShares may never have come into being.  You've earned and deserve all of the attention and respect you receive from the crypto community.  Your contribution has been immense and is without question.  As i alreday said, i loved the discussion.  It just jarred a little when you mentioned BitShares in the context of building it and didn't mention anything about the people who've been building it since, and i'm sure you must know how hard they've worked.  Look, it's a small thing and on reflection, perhaps i needn't have said anything so I genuinely apologise.  I'm just amazed at what they've accomplished and i hope people recognise them too.  I hope you understand.

He really does not need to ben.  I am not exactly certain how much transpired but they did not get along.  Bitshares pays our worker proposals so I have no qualms bringing him on for a hangout, but I also think (for charles' benefit and the benefit of all developers and projects who want our communities attention) that they share a portion of the potentially competing project.  In this way it helps to even out any biases and get people more interested. 

That is of course unless there is some strong incentive for me to bring him on to help the bitshares platform in some way.

I have put a great deal into this project too, and did so at a time when it was desperately needed because of a void in community communication and participation.  So trust me i understand that you want to be heard by the community. 

I am simply trying to help you understand the value of dropping something on the audience (who dilute their holdings because they trust me to help bring value to bts) to show your respect and trust.  That will be very helpful.  And notice I have not asked you for personal payment...simply to stay in the spirit of the sharing economy we are trying to build.  :)

The hatchet has been buried so lets acknowledge it through sharing!
« Last Edit: October 12, 2015, 09:38:57 pm by fuzzy »
WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline Method-X

  • Hero Member
  • *****
  • Posts: 1131
  • VIRAL
    • View Profile
    • Learn to code
  • BitShares: methodx
My god that was an awesome interview... I completely agree with you on everything.

Offline Ben Mason

  • Hero Member
  • *****
  • Posts: 1070
  • Integrity & Innovation, powered by Bitshares
    • View Profile
  • BitShares: benjojo
Ben, I made a major contribution including sourcing the original funding and the original marketing push for bitshares, which makes me a founder of the project. Like Microsoft or every other company with founders who leave, a lot of people come after and certainty deserve their due, but Paul Allen still gets to say he started the company with Bill Gate even if most people didn't know that.

The point of the interview wasn't to discuss my role in Bitshares nor ethereum. I was just asked a simple question about my history in the space and I wanted to give a concise answer. You'll find there is about an hour and a half of content there on other stuff. Maybe you should focus on that.

I completely agree, without you, BitShares may never have come into being.  You've earned and deserve all of the attention and respect you receive from the crypto community.  Your contribution has been immense and is without question.  As i alreday said, i loved the discussion.  It just jarred a little when you mentioned BitShares in the context of building it and didn't mention anything about the people who've been building it since, and i'm sure you must know how hard they've worked.  Look, it's a small thing and on reflection, perhaps i needn't have said anything so I genuinely apologise.  I'm just amazed at what they've accomplished and i hope people recognise them too.  I hope you understand. 

IOHKCharles

  • Guest
Ben, I made a major contribution including sourcing the original funding and the original marketing push for bitshares, which makes me a founder of the project. Like Microsoft or every other company with founders who leave, a lot of people come after and certainty deserve their due, but Paul Allen still gets to say he started the company with Bill Gate even if most people didn't know that.

The point of the interview wasn't to discuss my role in Bitshares nor ethereum. I was just asked a simple question about my history in the space and I wanted to give a concise answer. You'll find there is about an hour and a half of content there on other stuff. Maybe you should focus on that.


Offline santaclause102

  • Hero Member
  • *****
  • Posts: 2486
    • View Profile
Enjoy https://letstalkbitcoin.com/blog/post/xcp-update-10-11-15-charles-hoskinson-talks-blockchain

Nice interview. I learned about Hawk which is something maybe Bitshares could implement.
+5%

I am not guaranteeing anything, but I am trying to talk Charles into potentially holding hangouts for his project and distributing a token to attendees to work as a sharedrop token for his future work. 

Would people be interested in this if he were to accept?
would be greatly appreciated  +5%

Offline Ben Mason

  • Hero Member
  • *****
  • Posts: 1070
  • Integrity & Innovation, powered by Bitshares
    • View Profile
  • BitShares: benjojo
It's really enjoyable to hear you speak so eloquently about your crypto insights.  I just wish you'd stop saying that you built BitShares.  It's seems disingenuous because BitShares of the present is the result of a different direction to the one you wanted.....or so I gather from your discussion.  It also undermines, to some degree, the unbelievably hard work the dev team have put in to get the product to where it is today.  Perhaps, if you believe they deserve recognition from their peers in public, you could make that clear.  It would really help to me to concentrate more on what you are saying. 

I am still a great fan of yours Charles.  All the best.

Offline fuzzy

Enjoy https://letstalkbitcoin.com/blog/post/xcp-update-10-11-15-charles-hoskinson-talks-blockchain

Nice interview. I learned about Hawk which is something maybe Bitshares could implement.
+5%

I am not guaranteeing anything, but I am trying to talk Charles into potentially holding hangouts for his project and distributing a token to attendees to work as a sharedrop token for his future work. 

Would people be interested in this if he were to accept?
« Last Edit: October 12, 2015, 04:11:22 am by fuzzy »
WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline luckybit

  • Hero Member
  • *****
  • Posts: 2921
    • View Profile
  • BitShares: Luckybit
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline cass

  • Hero Member
  • *****
  • Posts: 4311
  • /(┬.┬)\
    • View Profile
█║▌║║█  - - -  The quieter you become, the more you are able to hear  - - -  █║▌║║█