Google

Google Launches “Season of Docs” Program to Improve Open Source Documentation

  • admin 
Google has launched Season of Docs, a program which aims to improve documentation for open source projects. It will do this by building a mentoring relationship between open source contributors and technical writers, helping to create stronger and more comprehensive documentation for various open source technologies. The motivation for Season of Docs comes from the Open Source Survey, which demonstrated that good documentation is lacking for many open source projects.… Read More »Google Launches “Season of Docs” Program to Improve Open Source Documentation

Google Researchers Say Spectre Will Haunt Us for Years

  • admin 
According to a paper by several Google researchers, speculative vulnerabilities currently defeat all programming-language-level means of enforcing information confidentiality. This would not be just an incidental property of how we build our systems, but rather the result of wrong mental models that led us to trade security for performance without knowing it. Our paper shows these leaks are not only design flaws, but are in fact foundational, at the very… Read More »Google Researchers Say Spectre Will Haunt Us for Years

Google Open-Sources GPipe Library for Faster Training of Large Deep-Learning Models

  • admin 
Google AI is open-sourcing GPipe, a TensorFlow library for accelerating the training of large deep-learning models. Deep-neural-networks (DNN) are the tool of choice for solving many AI tasks, such as natural-language processing and visual object detection. New methods for the latter are often benchmarked against winners of the ImageNet challenge. Each year’s winning entry has performed better than the last; however, there is a corresponding increase in model complexity. The… Read More »Google Open-Sources GPipe Library for Faster Training of Large Deep-Learning Models

ART Cloud Profiling to Improve Android App Performance

  • admin 
First introduced in Android Pie, ART optimizing profiles are a feature that leverages data sent to Play Cloud to optimize an app startup time on install or update. Data disclosed by Google show apps start 15% faster on average, with special cases reaching a 30% improvement. Android has supported runtime optimization features since Android Nougat using Profile Guided Optimization (PGO). This technology was able to carry through an in-app profiling of memory… Read More »ART Cloud Profiling to Improve Android App Performance

Google Releases Anthos, a Hybrid Cloud Platform to Generally Availability

  • admin 
Recently, Google announced on their blog the general availability of Anthos, a service for hybrid cloud and workload management that runs on the Google Kubernetes Engine (GKE). Furthermore, besides running on the Google Cloud Platform (GCP), it also allows customers to manage workloads running on third-party clouds like AWS and Azure. Anthos is based on the Cloud Services Platform which Google rolled out last year for building and managing services… Read More »Google Releases Anthos, a Hybrid Cloud Platform to Generally Availability

Google’s Cloud-Native NoSQL Database Cloud Firestore Is Now Generally Available

  • admin 
Google announced that their NoSQL database in the cloud, Cloud Firestore, is now generally available. With the release, Google is also introducing several new features, such as a StackDriver integration, bringing the service to more regions, and offering a lower pricing tier. Cloud Firestore has been in beta since the beginning of October 2017. During the beta, Google updated the service in August of last year by adding management and administration tools… Read More »Google’s Cloud-Native NoSQL Database Cloud Firestore Is Now Generally Available

Google Experiments with Key-Value Storage, Built-In Modules in Chrome 74

  • admin 
Google recently announced its intent to ship two new WICG proposals in a future version of Chrome. KV Storage (Key-Value storage) attempts to bring the convenience of LocalStorage but with better performance. The intent is to deliver this as the first example of a built-in module, leveraging the import maps proposal. The JavaScript ecosystem has had a somewhat fractured approach to storing and caching data locally. As explained by Philip… Read More »Google Experiments with Key-Value Storage, Built-In Modules in Chrome 74