The Search Engine More Dangerous Than Google

mallyn writes “This is an article about a search engine that is designed to look for devices on the net that are not really intended to be viewed and used by the general public. Devices include pool filters, skating rink cooling system, and other goodies. ‘Shodan runs 24/7 and collects information on about 500 million connected devices and services each month. It’s stunning what can be found with a simple search on Shodan. Countless traffic lights, security cameras, home automation devices and heating systems are connected to the Internet and easy to spot. Shodan searchers have found control systems for a water park, a gas station, a hotel wine cooler and a crematorium. Cybersecurity researchers have even located command and control systems for nuclear power plants and a particle-accelerating cyclotron by using Shodan. … A quick search for “default password” reveals countless printers, servers and system control devices that use “admin” as their user name and “1234” as their password. Many more connected systems require no credentials at all — all you need is a Web browser to connect to them.'” Read more of this story at Slashdot.

Taken from:
The Search Engine More Dangerous Than Google

A 50 Gbps Connection With Multipath TCP

First time accepted submitter Olivier Bonaventure writes “The TCP protocol is closely coupled with the underlying IP protocol. Once a TCP connection has been established through one IP address, the other packets of the connection must be sent from this address. This makes mobility and load balancing difficult. Multipath TCP is a new extension that solves these old problems by decoupling TCP from the underlying IP. A Multipath TCP connection can send packets over several interfaces/addresses simultaneously while remaining backward compatible with existing TCP applications. Multipath TCP has several use cases, including smartphones that can use both WiFi and 3G, or servers that can pool multiple high-speed interfaces. Christoph Paasch, Gregory Detal and their colleagues who develop the implementation of Multipath TCP in the Linux kernel have achieved 50 Gbps for a single TCP connection [note: link has source code and technical details] by pooling together six 10 Gbps interfaces.” Read more of this story at Slashdot.

Read the original:
A 50 Gbps Connection With Multipath TCP

Netflix changes its public API program by ending it, will no longer issue new dev keys

Once upon a time, Netflix was proud enough of its public API which enabled third-party services and apps to serve up its data and content in different ways that it opened a gallery to display them. Unfortunately, times have changed since 2009 — the old App Gallery is gone and now, so is public API access for new developers. A blog post indicates the API is now focused on supporting Netflix’s official clients on the many devices its customers use to stream movies, not hobbyist projects for managing ones queue or finding new movies to watch. While those already in place should still work since existing keys will remain active, the developer forums are being set to read-only, no new keys are being issued and new partners are no longer being accepted. The move is reminiscent of recent changes by Twitter , where as each company has grown it’s decided having control over the user experience through its own official apps outweighs allowing the community to build and extend access as it sees fit. We’re sad to see the program go, as many of these tools assisted Netflix members in ways the official website and apps either never did, or no longer do after the features were removed . Even though Netflix relies on its own secret sauce for recommendations, we’ve always found it hard to beat InstantWatcher’s curated lists (by year, Rotten Tomatoes rating, critic’s picks, titles most recently added by other users and more) to find a video, and FeedFliks was indispensable for monitoring exactly how valuable the service is until its features were cut down by API changes. They provided an edge the competition like Amazon Prime and Redbox couldn’t match, but we’ll have to wait and see if this change is noticed by enough subscribers to matter — we’ve seen how that can go . Filed under: Home Entertainment , HD Comments Via: TechCrunch Source: Netflix Developer Blog

Read More:
Netflix changes its public API program by ending it, will no longer issue new dev keys

Dropbox announces Sync API for Android and iOS

The lives of devs eager to take advantage of storage in the cloud are about to get a whole lot easier thanks to Dropbox’s new Sync API. The tool streamlines the process of integrating with the service, offloading most of the heavy lifting onto Dropbox itself. Now, that’s not entirely new, since Dropbox has been open to other app makers for sometime. The big sell here are the actual syncing capabilities. Until now, apps have been able to tap into your online well of files, but syncing has always been a dev-implemented process built on top of the existing APIs. The downloading, storing, change tracking and uploading were all the responsibility of the developer. The Sync API does away with the much of the set up work and allows the creation of apps that simply sync across platforms without any hacking or jury-rigging. Apps can simply ask if you want to sync with Dropbox now and the act of creating and maintaining a folder won’t necessitate any further user input (though, it still can if the dev so chooses). The API is available today, and the first program to take advantage of the private in-app Dropbox client, Squarespace Note is awaiting approval before landing in the App Store. For more, check out the blog post at the source. Update : As some of you may have noticed the source link was missing. Sorry for the inconvenience. Filed under: Storage , Internet Comments Source: Dropbox

More:
Dropbox announces Sync API for Android and iOS

Better on the inside: under the hood of Windows 8

Windows 8’s most obvious—and most divisive—new feature is its user interface . However, it would be a mistake to think that the user interface is the only thing that’s new in Windows 8: there’s a lot that’s changed behind the scenes, too. Just as is the case with the user interface, many of the improvements made to the Windows 8 core are motivated by Microsoft’s desire to transform Windows into an effective tablet operating system. Even those of us with no interest at all in tablets can stand to take advantage of these changes, however. For example, Windows 8 is more power efficient and uses less memory than Windows 7; while such work is critical to getting the software to run well on low-memory tablets with all-day battery life, it’s equally advantageous for laptop users. The biggest single piece of technology that is new to Windows 8 is, however, squarely Metro focused: it’s a large set of libraries and components called WinRT. I’ve already written extensively about what WinRT is, so I won’t be getting into that here, but there are system capabilities that WinRT apps can use (or are forced to use) that are interesting in their own right. Read 77 remaining paragraphs | Comments

See more here:
Better on the inside: under the hood of Windows 8