Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re: I wonder... (Score 1) 63

When a central authority is involved, the blockchain can still provide some benefits such as transfers without the central authority's involvement. That's a massive cost savings in time and money. Imagine not needing to go to the DMV and waiting in line for hours because you're buying a car from someone. The central authority only comes into play during conflicts or situations where the owner is incapable of signing transactions.

Comment Re:I wonder... (Score 1) 63

The DMV will have control over the smart contract and will only get involved in rare situations like you've described and all ownership transfers will be open to be verified by the public so if anyone corrupt from the DMV decides to get involved into some funny business, it'll all be transparent and public.

Comment Re:Solution (Score 1) 63

Nobody who understands databases and security would ever recommend a blockchain for... well, for anything really, but especially for an application such as this.

A blockchain gives the car owners the ability to transfer ownership securely *without* the DMV's involvement or the DMV's app, which is not possible with an SQL db.

Comment Re:What about Firefox's declining market share? (Score 0) 129

I wish I had mod points to mod you up. Much more accurate then parent. Rust is alive and well. Check this out this app written in Rust: https://ethcore.io/parity.html and I can't wait for Servo, it's going to leapfrog all the other browsers in performance and reliability and security. https://www.youtube.com/watch?...

Comment Re:It is Atom from github (Score 1) 72

Adopting.... yeah right. More like embracing and extending. According to the handy dandy MS handbook, the next step is extinguish. http://en.wikipedia.org/wiki/E... I'm not sure what the real agenda is yet but TypeScript and .NET seem to be their weapons of choice. Hey, if they can develop some great products and compete without reaching for the monopoly hammer, I'm all for it. However, history has shown that MS uses their monopolistic position to eliminate competition and then sit on a the sub-par product for years.

Comment Re: Tabs vs Spaces (Score 4, Insightful) 428

This debate only happened because some programmers stopped thinking about the indentation abstraction. You shouldn't be thinking in terms of spaces vs tabs. Instead you should be thinking in levels of indentation for blocks. Indentation is not some technique to make your code look pretty, it's there to show a clear separation of logic, loops, blocks etc. Code is art, just not Ascii art. One keystroke per indentation is the simplest and most efficient.

Slashdot Top Deals

Only God can make random selections.

Working...