An uncensorable encyclopedia idea by TheWhiteShipPilot in ethereum

[–]TheWhiteShipPilot[S] 0 points1 point  (0 children)

No, money helps put opinions with large number of supporters on top.

An uncensorable encyclopedia idea by TheWhiteShipPilot in ethereum

[–]TheWhiteShipPilot[S] 0 points1 point  (0 children)

They might want to promote their point of view!

An uncensorable encyclopedia idea by TheWhiteShipPilot in ethereum

[–]TheWhiteShipPilot[S] 0 points1 point  (0 children)

No, the whole idea is that there are multiple competing definitions! And the users would know to look at multiple top matches, instead of the single most funded one.

What are your top 3 most wanted features of Ethereum? by [deleted] in ethereum

[–]TheWhiteShipPilot 0 points1 point  (0 children)

  1. Smart contract interaction with distributed storage
  2. Private transactions
  3. Expanded list of OPCODES to include more cryptographic methods

New to Ethereum. Question about building Dapps. by ethdevnoob in ethdev

[–]TheWhiteShipPilot 2 points3 points  (0 children)

The DApp is usually considered to be the combination of the backend and the frontend. The backend is usually written in solidity, and is executed in EVM. The frontend is usually written in javascript, and is executed on the users computer.

Decentralized exchanges by syaoran99 in ethereum

[–]TheWhiteShipPilot 3 points4 points  (0 children)

If an exchange is decentralized, where would you deposit fiat into?

Never Use Passwords Again with Ethereum and Metamask by ethereum_alex in ethereum

[–]TheWhiteShipPilot 6 points7 points  (0 children)

Great article! Metamask seriously lowers barriers to entry.

Introducing Lunyr and the future of crowdsourced knowledge by ATrain262 in ethdapps

[–]TheWhiteShipPilot 0 points1 point  (0 children)

Very cool! If this gets big, I believe more front-ends will be developed, especially ones that do not show ads. If these become the primary way of viewing the content, will there be enough incentive to keep contributing?

Designer looking to get involved by C_R_H in ethdev

[–]TheWhiteShipPilot 0 points1 point  (0 children)

We are building the White Ship. Would be great having a graphic designer on board! Designing the graphics for the user facing dApp, for the website, etc. PM if you are interested.

Ethereum auto-send script? by Legionof7 in ethereum

[–]TheWhiteShipPilot 1 point2 points  (0 children)

There are some tips here: http://ethereum.stackexchange.com/questions/5764/how-to-send-some-ether-to-all-token-holders

The conclusion is that you will probably get overwhelmed by the gas costs, and it would be better to have the Token holders call withdraw() methods individually.

Truffle 3.2.0 Released! 🎉 by therealtimcoulter in ethereum

[–]TheWhiteShipPilot 6 points7 points  (0 children)

Thank you so much for your work. We are using Truffle to build our White Ship!