Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Proof of stake criticism (Score 1) 223

Before assuming proof of stake is a panacea, read the article(s) by Paul Storc, https://www.truthcoin.info/blo... Basically, due to the law that marginal cost equals marginal revenue, if you use Proof of Stake, you're still using Proof of Work, it's just obscured (people will generate new PoS chains that pay them the reward and only publish the one that does) and you can't see that it's using the same amount of energy. In PoW you can determine how much energy is being used by looking at the rate of blocks and how many proof of work bits are zero in the block hash. This is why people point at the proof of work as wasteful, because they can easily calculate a number. We need proof of work to solve the Byzantine Generals' problem, to allow trading with untrusted parties. If you don't want to waste energy, the best way is to increase trust, by building relationships and then you can trade on credit instead of BTC, pay less BTC fees and thus incentivize less mining. If everyone trusted one another no one would need BTC.

Comment themes shouldn't be a derivative work (Score 1) 571

I disagree with the Wordpress author's analysis at http://markjaquith.wordpress.com/2010/07/17/why-wordpress-themes-are-derivative-of-wordpress/ and their downplaying of the fact the code lives in a separate file. Even though the theme calls wordpress code and loads into the same address space, it's not linked until it's loaded. A core dump of the process after it's loaded would be a derivative work, but the theme's source on the disk would not be. I don't see the PHP developers demanding any app written in PHP be licensed under the PHP license just because the script runs in PHP's address space.

In a hypothetical situation, someone could rewrite Wordpress under a non-GPL license, and make it support all themes. Irrespective of what Wordpress authors would say about the Wordpress clone itself, any themes used with such a Wordpress clone wouldn't be required to be GPL.

The Wordpress author's dangerously attempting to take away users' freedom to load code from different licenses and run it. Copyright and the GPL only limit distribution of the derived work, not the creation and personal use of the derived work. You're allowed to do anything you want with GPLed code as long as you don't distribute it, since keeping code for yourself isn't covered by copyright law.

Slashdot Top Deals

"Religion is something left over from the infancy of our intelligence, it will fade away as we adopt reason and science as our guidelines." -- Bertrand Russell

Working...