Google has announced the second developer preview of Android Things, the company’s Internet of Things solution for building connected devices with Android. The latest preview includes new features and bug fixes. “Now any Android developer can quickly build a smart device using Android APIs and Google services, while staying highly secure with updates direct from … continue reading
Udacity created a self-driving simulator for its self-driving car nanodegree so students could learn how to train cars to navigate road courses using deep learning. This project isn’t limited to the students of Udacity anymore; since Udacity open-sourced the simulator, anyone can use it. The simulator lets any developer or hobbyist mess with Unity, the … continue reading
Mozilla wants developers to get the most out of its Firefox development tools. The company is outlining what’s important and what they need to know about changes in Firefox DevTools. “Many things changed in Firefox DevTools last year, particularly toward the end of the year,” wrote Patrick Brosset, a developer tools engineer at Mozilla, in … continue reading
The Rust team announced the latest version of Rust 1.15.0, a system programming language focused on safety, speed and concurrency. “Custom derive” is now stable in this release. The build system for Rust has been rewritten using Cargo, so it is now the default. Compiler performance improvements have been made in this release, and the … continue reading
Airbnb wants to make it easier for developers to add animation to their native applications. The company is open-sourcing Lottie, a mobile library designed to render animations in real time. Lottie is available for iOS, Android and React Native. “In the past, building complex animations for Android, iOS, and React Native apps was a difficult … continue reading
GitHub wants to make it easier for users to get back into their accounts after they get locked out. The company announced users can now connect their Facebook accounts with their GitHub accounts. “This will help us recover your account for certain two-factor authentication lockout scenarios,” wrote Neil Matatall, GitHub employee, in a blog post. … continue reading
Fission, a new open-source Serverless Function (FaaS) framework for Kubernetes, lets developers easily create HTTP services on Kubernetes from functions with Node.js and Python support. To use Fission, developers need to create functions and add them with a common language interface. Then they can associate the functions with HTTP routes, Kubernetes events, and other triggers. … continue reading
Raw data suggest the open-source community remains dominated by men, but women in coding are crusading against these statistics and finding ways to achieve inclusivity. One of these women is Marina Zhurakhinskaya, a longtime software engineer and Red Hat’s first senior outreach specialist, who is devoting her career to making open source communities, like the … continue reading
Video communications can be a bit finicky because of error-prone networks like Wi-Fi or 4G. This can make customers pretty frustrated, especially if they are trying to using video calls for long distance friendships or business meetings. Vidyo, a video-enabling technology company, spent the last year gearing up for its open developer platform and beta … continue reading
Docker has announced an update with new features, improvements and fixes. Docker 1.13 includes the ability to compose files to deploy swarm mode services; improved CLI backward-compatibility; cleanup commands; CLI restructuring; monitoring improvements; build enhancements; and the public data of Docker for AWS and Azure. In addition, Docker 1.13 features experimental capabilities in Docker build … continue reading
GPU Tensors, dynamic neural networks, and deep Python integration are the major highlights of this week’s featured GitHub project: PyTorch. PyTorch is a new deep learning framework that puts Python first. This open-source Python package is in an early-release beta, but the PyTorch team says developers can expect some “adventures and rough edges.” PyTorch is … continue reading
Slack has introduced a much-sought-after feature today called Threads, which lets users reply to messages, organize discussions and manage their conversations. According to Paul Rosania, a member of the core product team at Slack, the company was trying to implement a feature that would group conversations in a channel to make it clear which message … continue reading