Announcing Application Load Balancer for Elastic Load Balancing

We are pleased to announce the launch of a new Application Load Balancer for the Elastic Load Balancing service designed to improve flexibility and performance of real-time applications, microservices, container-based architectures, and streaming applications. This new load balancer, which also supports the WebSocket protocol and HTTP/2, operates at the application layer and provides content-based routing support. This allows the Application Load Balancer to route requests across multiple services or containers running on one or more Amazon Elastic Compute Cloud (Amazon EC2) instances, helping to reduce costs and simplify service discovery.
Quelle: aws.amazon.com

Even Techies Can’t Afford San Francisco Anymore

Flickr / HJL

On Wednesday, Kate Vershov Downing, a corporate lawyer for an enterprise cloud company called ServiceNow, resigned from the Palo Alto Planning and Transport Commission. The reason, she said, was that she and her husband — a software engineer — could no longer afford to live there.

“We rent our current home with another couple for $6200 a month,” Downing wrote in a post on Medium. “If we wanted to buy the same home and share it with children and not roommates, it would cost $2.7M and our monthly payment would be $12,177 a month in mortgage, taxes, and insurance. That’s $146,127 per year&;—&x200A;an entire professional’s income before taxes. This is unaffordable.”

Like dozens of her friends have already done, Downing will be relocating outside of the Bay Area — a financial decision a new report says is becoming a trend.

“Twenty six percent of software engineers in San Francisco are searching for jobs out of state,” said Indeed’s Paul D&;Arcy, who presented this research to San Francisco’s Chamber of Commerce on Wednesday afternoon. D’Arcy said that, specifically, they’re looking in Seattle, Portland, Austin and Denver — cities that have emerged as tech hubs, but where salaries go a little further.

According to Indeed, tech workers in San Francisco are making an average $113,497 a year. In Seattle, that figure is lower, at $98,215, and in Austin, lower still, at $94,025. But when those salaries are adjusted for cost of living, which is much higher in California than it is in Texas, that order is reversed. While San Franciscan techies are spending around 37% of their income on rent, Austinites are only shelling out 23% of their earnings on housing.

“We&039;ve seen, globally, tech salaries equalize,” said D’Arcy during his presentation on Wednesday. “It used to be people in San Francisco made much more, but that gap is decreasing. With the dramatic increase in cost of living, the economics are becoming less favorable to workers.”

As a result, according to Indeed’s data, San Francisco has has fallen behind Washington DC and Austin when it comes to desired destinations for people searching for jobs in tech. (San Jose is still in the lead, though.)

If the city is interested in reversing this trend, D’Arcy said, it will need to invest heavily in transportation systems that would help commuters access cheaper housing; if companies want to help, he said, they’ll need to offer workers based in San Francisco increased flexibility — aka, permission to work from home.

San Francisco is the third most unequal city in America after Bridgeport, CT and New York City, according to Indeed’s report, and that gap is widening. As the top earners get richer, the lowest earners — those in the bottom 20th percentile — are actually seeing their income decrease. It’s a problem Kate Downing is thinking about, even as she prepares to bail on Silicon Valley proper.

“It’s clear that if professionals like me cannot raise a family here,” she wrote, “then all of our teachers, first responders, and service workers are in dire straits.”

Quelle: <a href="Even Techies Can’t Afford San Francisco Anymore“>BuzzFeed

Finding Pete’s Dragon with Google Cloud Vision API

Posted by Ram Ramanathan, Product Manager and Michael Yapp, Director of Google ZOO

In a world where seeing is believing, people of all ages are looking for new ways to interact with their favorite stories and characters. And machine learning presents an opportunity to make this a reality.

Disney’s “Pete’s Dragon” arrives in U.S. theaters in 3D this Friday. To promote the film, Disney collaborated with Google and MediaMonks to create “Dragon Spotting,” a digital experience that uses Google Cloud Vision API to bring the magic of “Pete’s Dragon” to life.

Via dragonspotting.com, people set out on a quest to find Elliot using their smartphones. They’re prompted to seek common items, such as couches, bicycles or trees, near their homes or around the neighborhood. Once they find the quest object, they can view Elliot in augmented reality through the lens of their Android mobile device. Users with iOS devices can have the same kind of experience by taking and uploading images of items prompted on the site to see if Elliot is hiding nearby.

To work, the mobile website needed to recognize everyday objects from a mobile camera with a high degree of accuracy. Accessing a simple REST API, the game uses Cloud Vision API’s Label Detection feature to identify objects in the user’s field of vision, dubbed “entities.” The API returns the list of entities identified within the image. The website then checks if the desired object is in the list of entities returned from the API. For example, if the user needs to identify “couch,” the website checks against a list of possible responses: “chair, futon, couch, sofa.” As soon as the recognized entity matches the desired object, Elliot is revealed!

Disney’s creative application of Google’s Cloud Vision API shows how machine learning can enable developers to build innovative and engaging experiences for marketing campaigns.

Don’t miss your chance to see Elliot and check out the site! You can also click here to learn more about Cloud Vision API and test it for yourself. We look forward to seeing how you build the next generation of applications that can see, hear and understand the world.
Quelle: Google Cloud Platform

Docker Hub Hits 5 Billion Pulls

Last week, the total number of image pulls from the Docker Hub Repository Service reached 5 billion. That’s an increase of 150% since just February. It’s pretty amazing for a three year old project. Docker Hub has become a part of the daily life of developers because it

Is a central, reliable, and secure service to host your own repositories and get access to high quality images
The repository service also serves Docker Cloud repos and in fact with your existing content and subscriptions

That means the over 650,000 registered users are pulling images over 13000 times a minute. That’s almost twice as fast as in February when we had 7000 pulls a minute.
Equally interesting, the total number of pulls of official images exceeded 1 billion at the same time. The Docker Official Repositories are a curated set of image repositories that are promoted on Docker Hub. Official images are scanned by Docker Security Scanning, making them the most secure base images you can use. In fact, you can see how secure each of them are by using Security Scanning. And you can use the same scanning service on your own private repositories during the free trial period.
If you haven’t gotten in on the fun yet, it’s really easy to get started. Create your Docker ID today and get one free private repo.

You can create a repository right there

Or you can just push from the command line
$ docker login
Login with your Docker ID to push and pull images from Docker. If you don&;t have a Docker ID, head over to https://cloud.docker.com to create one.
Username (manomarks): manomarks
Password:
Login Succeeded
$ docker build -t manomarks/visualizer .
$ docker push manomarks/visualizer
And we’re building even more functionality with the new private beta of the Docker Store, which will provide a scalable self-service system for ISVs to publish and distribute trusted and enterprise-ready content. Head over to store.docker.com to give it a look.

We&8217;re happy to announced that @Docker Hub had reached 5 billion PullsClick To Tweet

Quelle: https://blog.docker.com/feed/