Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Bullshit ... (Score 1) 269

There is a free distributed protocol backed by multiple large and smaller players: email.

To see what it could lead to you have to look at what we have now with: gmail, yahoo mail and hotmail. And a bunch of smaller players. And a lot of companies and individuals have their own domain. They run their own servers or pay a hosting provider.

But if a company like Google starts it, all you will have is the large players. There will be no smaller players.

It will be like much more like Google Talk and XMPP/VoIP situation.

WebRTC is an other protocol which we'll have to see what will happen to it. I think it might be more like browser wars, where by the large players will add more features in the free, some even open source, clients. And the small players might benefit.

Comment Re:Computer vision... (Score 5, Interesting) 145

Self driving cars isn't done based on looking at still images only. They have LIDAR which helps identify where objects are and what the size could be. Also they have very detailed maps of the roads, these are all taken into account when identifying objects.

Have a good look at the limitations section on Wikipedia:
"...that the lidar technology cannot spot potholes or humans, such as a police officer, signaling the car to stop."

"The vehicles are unable to recognize temporary traffic signals. ... They are also unable to navigate through parking lots. Vehicles are unable to differentiate between pedestrian and policeman or between crumpled up paper and a rock."

https://en.wikipedia.org/wiki/...

Does that seem like a system that solved computer vision ?

Comment Re:It's an ISP problem likely (Score 1) 174

The person that asked the question mentioned 2 mobile providers.

Of course his connection is going to suck, it's wireless.

The question is:

Can you use 2 mobile connections to get the best of the 2.

The first thing to try would be if he/she started 2 pings, would they both go bad at the same time. If so he/she doesn't have to try any of the tricks mentioned.

Comment Re:What makes you think (Score 1) 174

First of all, I doubt you'll find anything that already works on Windows.

So it would have to be something like Linux on both sides. So you'll need a Linux machine as a gateway if you want to use Windows.

Now that said, there are 2 things I've seen which are available for Linux:
- multipath-TCP could do this, but TCP is usually pretty bad as a tunneling protocol if you want good latency.
- a better way might be a routing protocol with a weight for the latency (=round-trip time) and with very fast convergence to be useful. Their is existing code and a IETF draft for babel(d): https://tools.ietf.org/html/dr...

That could work.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...