Code.org announced several new milestones for this year: 50 U.S. states have adopted computer science policies, over 100,000 new CS teachers were prepared by Code.org, and students on Code.org have created 60 million projects. “We want to emphasize that an important part of computer science is understanding how it can help with world challenges. As … continue reading
The open-source JavaScript and WebAssembly engine has reached version 8.0. According to the team, V8 version 8 focuses on bug fixes and performance improvements. Some of the key improvements include: pointer compression, optimizations for higher-order builtins, optional chaining, nullish coalescing, and updates to the V8 API. The full list of improvements is available here. Dotscience … continue reading
Google introduced a code search feature with cross references for the Android Open Source Project. With the new feature, users are able to view the source code, navigate cross references across the entire code base and switch between Android’s open source branches. The Android repository is made up of a collection of git repositories which … continue reading
The Dart 2.7 SDK has been released. Dart is a client-optimized programming language designed by Google. The latest release is meant to be “a safer, more expressive” version of Dart. Version 2.7 comes with added support for extension methods, a new package for handling strings with special characters, an update on null safety and a … continue reading
Google is preparing for an ambient computing future with its UI toolkit Flutter. The company announced new updates and strategies at its Flutter conference Flutter Interact this week. “We live in a world where internet-connected devices are pervading every area of our lives. Many of us transition throughout the day between multiple devices: phones, watches … continue reading
Google’s co-founders Larry Page and Sergey Brin are stepping down from their positions at its parent company Alphabet, which was founded in 2015. Until recently, Page has been serving as Alphabet’s CEO while Brin was the president. Google’s current CEO Sundar Pichai will be taking over as Alphabet’s CEO. “With Alphabet now well-established, and Google … continue reading
Google announced Mendel Linux 4.0 for the Coral Dev Board and SoM, which offers updates to improve performance and stability. The Mendel Linux 4.0 release is based on Debian 10 Buster and includes upgraded GStreamer pipelines and support for Python 3.7, OpenCV, and OpenCL. In addition, users can use the Dev Board’s GPU to convert … continue reading
Kotlin 1.3.6 has been released, adding quality improvements, optimizing the comparison of ‘inline’ classes, tooling improvements and support for the Kotlin/MPP IDE experience. According to the developers behind the language, an incremental release doesn’t bring any language changes other than minor improvements (like changing confusing error messages) or updates for experimental features (like inline classes). … continue reading
The fight between Google and Oracle is beginning to heat up again. Recent reports have revealed the case is moving to the U.S. Supreme Court. Google and Oracle have been fighting for what feels like forever now. The two companies have been caught up in a legal dispute since 2010. Oracle maintains its position that … continue reading
Google open sourced its Cardboard project that lets developers create VR experiences across Android and iOS devices. “We think that an open source model—with additional contributions from us—is the best way for developers to continue to build experiences for Cardboard,” Google wrote in a blog post. “We’ve already seen success with this approach with our … continue reading
Google has announced the latest release of its programming language Dart. Version 2.6 comes with dart2native, an extension of its existing compiler with the ability to compile Dart programs to self-contained executables containing ahead-of-time compiled machine code. According to the company, this will enable developers to create tools for the command line on macOS, Windows … continue reading
Google wants to bring virtual reality to the web with the release of WebXR Device API in Chrome. According to the company, the new API will allow developers to create immersive experiences for mobile devices and head-mounted displays. FIrefox Reality, Oculus Browser, Edge, and Magic Leap’s Helio browser also plans to support the specs in … continue reading