Intel is acquiring Mobileye so it can continue to further accelerate the future of autonomous driving. Intel will acquire Mobileye, a company that specializes in the development of computer vision and machine learning, for an equity value of approximately US$15.3 billion and an enterprise value of US$14.7 billion. “By pooling together our infrastructure and resources, … continue reading
Many articles on DevOps tooling attempt to distill an ocean of products into a more drinkable process puddle, like for example: build automation, continuous integration, configuration management, and infrastructure deployment. And it makes sense, since any process that facilitates faster deployments and shorter lead times can result in the business benefits outlined in surveys like … continue reading
Developers are beginning to program in Go both at work and outside of work. Go is an open-source programming language Google created in 2007. The programming language’s team has released its 2016 survey results, which revealed 89% of respondents are using Go. Of that 89%, 36% use Go both at home and at work, 27% … continue reading
Google is taking reCAPTCHA one step further by making it invisible. Now, human users will be let through without seeing the “I’m not a robot” checkbox, and bot and suspicious users will have to solve challenges that use Google’s risk analysis algorithms. The advantage of reCAPTCHA is its enhanced security, according to Google. It’s a … continue reading
Visual Studio 2017 was released earlier this week with new programming language features for C# 7.0. C# is a type-safe, object-oriented programming language designed for building applications that run on the .NET framework. The Visual Studio team has been working on C# 7.0 for over a year. “C# 7.0 adds a number of new features … continue reading
Picture a new programming language that’s like Swift, JavaScript and Smalltalk packed into a tiny virtual machine. It can be written once, and it can run on any operating system. This is Gravity, a Swift-like programming language, in a nutshell. This powerful, dynamically typed, lightweight and embeddable programming language is written in C, but it … continue reading
Rogue Wave wants to make it even easier to find vulnerabilities on the fly with the release of Klocwork 2017. Klockwork is the company’s static code-analysis tool. The latest release introduces SmartRank, a defect-recommendation engine. “We knew our users were struggling with too many issues and no way to prioritize them,” said Walter Capitani, Klocwork … continue reading
Self-driving car enthusiasts can join the Udacity-Didi self-driving car challenge, which focuses on a core feature of self-driving cars: the Automated Safety and Awareness Processing Stack (ASAPS). ASAPS identifies stationary and moving objects from a moving car, and it uses data that includes radar objects, camera images and frames, and Velodyne’s point cloud, according to … continue reading
CA Technologies announced that it has signed a definitive agreement to acquire Veracode for approximately US$614 million in cash, in order to increase speed and security from app development to production. This agreement follows CA’s acquisition of BlazeMeter in October 2016, as well as its January acquisition of Automic. BlazeMeter was added to build out … continue reading
Now that Visual Studio 2017 is officially generally available, companies are making sure they add to support to their existing solutions. JNBridge announced the release of JNBridgePro 8.1 to ensure compatibility with VS2017. JNBridge Pro connects any Java and .NET framework-based components so they work together, and delivers full access to .NET classes from Java … continue reading
Google wants to make it easier to package software and work with containers. The company has announced the Google Cloud Container Builder, a standalone tool designed to build container images no matter the deployment environment. Features allows users to build source and package build artifacts into Docker containers; debug failed builds; view a permanent audit … continue reading
Google is giving the open-source community an easier way to generate command-line interfaces from Python code. The company announced the open-sourcing of Python Fire, a library for automatically generating CLIs. Python Fire does not require developers to do any additional work, define arguments, set up information, or write a main function to define how the … continue reading