Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Missing technical details (Score 1) 73

Sorry for misreading your questions. The article talks about blockchains in general, it does not refer to one in particular, so it is not possible to give specific answers to your questions.

When people talk about "general purpose" blockchains, usually they have in mind Ethereum (which uses cpu-resistant POW, to make sure ASICs are not economical. Planning to transition to POS) and Hyperledger which uses PBFT. My understanding of Hyperledger is that is assumes that most nodes are acting in good faith, but I might be wrong.

Comment Re:A middle man always comes back into the picture (Score 1) 73

It's a VM, but it's not free. You need to pay the cost of CPU processing, so to be able to be 'unkillable', a virus will need to be able to generate revenues on its own, to be able to support its "life-style".

But yeah, being turing-complete is a major challenge. Ethereum sustained a major DOS attack a few months ago because some opcodes were mispriced. An attacker was able to bog down the network with a relatively small investment.

Comment Re:I call bullshit (Score 4, Informative) 73

Yup that's the biggest hurdle right now but multiple ideas are being explored. The one that I personally find the most promising is "sharding", an idea developed to allow the Ethereum blockchain to scale massively. In a nutshell, they will split the blockchain in multiple shards and allow transactions between them.

More details here: https://github.com/ethereum/wi...

Comment Re:Missing technical details (Score 1) 73

Woah that's a lot of questions. Let me try to answer the first two:

What is the "proof of work" used by the blockchain to decide which node gets to commit to the permanent blockchain record?
A complex mathematical question that takes a long time to answer. Complexity of the question is adjusted dynamically to aim for a regular block "commit" like you say. There are alternatives to PoW, like Proof Of Stake (PoS) where you "stake" an amount of money that you will lose if you cheat.

How will the blockchain handle if a pool of nodes consisting of > 50% of the computing power for proof of work decides to "double spend" or alter a blockchain record?
It happened on smaller, less popular blockchains, where the investment to hire the necessary computer power was relatively small. That's why bigger, more popular blockchains are considered more "secure". For bitcoin, that would cost hundreds of millions and you might gain at most thousands of dollars. Double-spending will be discovered a few blocks later, that don't leave you a lot of time to cash out the bitcoins.

Comment Re:A middle man always comes back into the picture (Score 1) 73

Actually, it is quite the opposite. Blockchain platforms, like Ethereum, are being built to address the re-centralization problems that you describe.

Ethereum aims to build a centralized "world-computer" with 3 main components:
- ethereum blockchain: decentralized turing-complete VM, with built-in ability to create cryptocurrencies
- swarm: decentralized storage, similar to IPFS
- whisper: decentralized messaging

The project is still in its infancy, but it's already usable. Still not 100% decentralized as it still relies on HTTP and DNS, and scaling is on the roadmap. Just to give you an idea of what this platforms makes possible, here are examples of projects already launched or in alpha:
- OasisDEX: A decentralized cryptoasset exchange
- ENS: Decentralized Naming Service, to replace DNS
- uPort: self-sovereign identity
- Everex: remittance for migrant workers

The Internet

Submission + - ISPs cut off P2P video on-demand services

Scrumptious writes: CNET is running an article that highlights the problems associated with video on-demand services that rely on P2P technology to distribute content. The article highlights that ISPs who throttle traffic on current generation broadband, and negate network neutrality by using packet shaping technology, are hindering any possible adoption of the services offered nervously by content companies.

Many broadband consumers are unaware of how hindered a service they may receive because of the horrendous constraints enforced by telephone network operators. This was a topic widely covered in 2006 in the US, but is now practiced as a common method within the United Kingdom.
Communications

Submission + - No third-party apps on iPhone says Jobs

wyldeone writes: "In an interview with the New York Times, Steve Jobs confirms reports that the recently-announced iPhone will not allow third party applications to be installed. According to Jobs, 'These are devices that need to work, and you can't do that if you load any software on them.' In a similar vein, Jobs said in a MSNBC article that, 'Cingular doesn't want to see their West Coast network go down because some application messed up.'"
OS X

Submission + - iPhone not running OS X

rochlin writes: "The iPhone looks to be running on a Samsung provided ARM core processor. That means it's not running on an Intel (or PPC) core. That means it's not running OS X in any meaningful sense (Apple can brand toilet paper as running OS X if they like). Darwin, the BSD based operating system that underlies what Apple has previously called OS X does not run on ARM processors. The Darwin/Apple Public Source licensing agreement says the source would have to be made available if it is modified and sold (paraphrased. read it yourself). A Cingular rep has said the iPhone version of the OS source will not be made available. It will be closed, like the iPod OS and not Darwin. So if it ain't Darwin, it ain't OS X (in any meaningful way).An InfoWorld article on an FBR Research report breaks down iPhone component providers and lists Samsung as the chip maker for the main application/video cpu. So, that leaves the question... What OS is this phone really running? (not Linux or the source would need to be open)"
The Internet

iPhone, Apple TV Headline MacWorld Keynote 1619

Steve Jobs kept his audience rapt at the MacWorld keynote today. He rehashed the announcement of the iTV, now called Apple TV, and announced the iPhone, a revolutionary phone/ipod/wrist-computer that had MacWorld attendees sitting on the edge of their seats. Retailing for $499 (4 gig)/$599 (8 gig), it has to be seen to be believed. It uses a touch screen with a new form of input control, runs OSX and many standard applications, and connects to the internet via WiFi. It has a camera, functions as a movie player, a music player, and can send emails and photos in the middle of a phone call. From the Engadget coverage: "'[OSX] let us create desktop class applications and networking, not the crippled stuff you find on most phones, these are real desktop applications.' He's quoting Alan Kay - 'People who are really serious about software should make their own hardware.' 'So we're bringing breakthrough software to a mobile device for the first time.'" Seriously, go check this out. They're going to print money with this thing.
Graphics

Submission + - What's hidden under Greenland ice?

Roland Piquepaille writes: "Ice has covered Greenland for millions of years. So what's hidden under this ice cap? Mountains and valleys? Rivers and lakes? Of course, we might know it sooner than we would have liked if the ice covering Greenland continues to melt. But researchers from Ohio State University have decided that they wanted to know it next year and have developed a radar to reveal views of land beneath polar ice. Their first tests of this new radar, which helps them to catch 3-D images of the ground under the ice, took place in May 2006. The next images will be shot in April 2007. Here are some images of the new GISMO device and what it can do."

Slashdot Top Deals

Some people manage by the book, even though they don't know who wrote the book or even what book.

Working...