ACM has awarded the A.M. Turing Award to animation pioneers Edwin E. Catmull and Patrick M. Hanrahan. Named for computer scientist Alan Turing, the Turing Award is given to those who make “major contributions of lasting importance to computing.” Catmull is former president of Pixar and Disney Animation Studios and Hanrahan is a founding Pixar … continue reading
GitHub for mobile is now available. The solution aims to bring a fully-native GitHub experience on iOS and Android, enabling users to stay in touch with their teams, triage issues, and merge code right from their mobile devices. Users can also organize tasks in a swipe to get their inboxes to zero in no time, … continue reading
Oracle has officially released Java 14. According to Oracle, this release marks two years since switching to the new biannual release schedule, “bringing innovation and predictability to developers.” This release introduces new features for developer productivity, including language support for switch expression, new APIs for continuous monitoring of JDK Flight Recorder data, and extended availability … continue reading
I’ve previously written about the “Three T’s” of shifting security left: training, tools, and teamwork. In this blog, we’re going to delve down a level and look at some of the tools needed to shift left, what they do, and where in the software lifecycle they belong. The lifecycle question is important to think about … continue reading
Microsoft has announced the latest version of Visual Studio. Visual Studio 2019 version 16.5 adds new XAML, .NET, C++, and debugging features. XAML This release adds the XAML Hot Reload for Xamarin.Forms, which helps accelerate development by making it easier to build, experiment, and iterate over a mobile app’s user interface. With this update, as … continue reading
Microsoft released .NET Preview 1, which is scheduled for a general availability release in November. Preview 1 includes support for Windows ARM64 for the first time and also the .NET Core runtime. Microsoft said it expects Preview 2 to include the SDK (ASP.NET Core but not WPF or Windows Forms). Some of the high-level goals … continue reading
GitHub has announced plans to acquire npm. Npm is the company behind the Node package manager for the programming language JavaScript, the npm Registry and npm CLI. “npm is a critical part of the JavaScript world. The work of the npm team over the last 10 years, and the contributions of hundreds of thousands of … continue reading
In the wake of the COVID-19 pandemic, many technology conferences have decided to turn their events into virtual events. Here is a list of upcoming software conferences and where they will take place: Game Developer Conference Previously scheduled for March 16 to March 20, 2020 in San Francisco. The Game Developers Conference has been postponed. … continue reading
As organizations wake up to the multitude of ways advanced technologies can augment their businesses, developers with relevant skills are becoming ever more valuable. Data is the key to a whole kingdom of opportunity, and when combined with AI and machine learning tools, the bounds of this kingdom are practically limitless. Even for those without … continue reading
Microsoft has announced its UI library for web components UI Fabric will now be known as Fluent UI. According to the company, Fluent UI is a cross-platform design system that will speak a common language tacross Microsoft. “Fluent UI will directly connect that effort to a broad set of products, through code, specifically the convergence … continue reading
Microsoft co-founder and technology adviser Bill Gates stepped down from the company’s board of directors to dedicate more time to his philanthropic priorities. He will continue to serve as technology advisor to CEO Satya Nadella and other leaders in the company. “I am grateful for Bill’s friendship and look forward to continuing to work alongside … continue reading
Auth0 announced Auth0 Signals, a collection of threat intelligence tools and product capabilities designed to protect customers from identity attacks. The release coincides with the company’s acquisition of anti-abuse company Apility.io. According to the company, the acquisition will provide a crucial source of IP threat intelligence to it’s Anomaly Detection engine, which detects malicious and risky … continue reading
Rust 1.42.0 includes more useful panic messages when unwrapping, subslice patterns, the deprecation of Error::description, and more. Additionally, Rust said it is downgrading 32-bit targets to Tier 3 support by the project, since Apple no longer supports it either. More details on the language update are available here. Microsoft releases patch for critical security bug … continue reading
A open-source reimplementation of Silverlight has been released. OpenSilver is a modern, plugin-free, open-source version of Microsoft’s Silverlight solution that runs on current browsers via WebAssembly. The team explained that while Microsoft Silverlight has enabled developers to build rich Internet apps using C#, XAML, and .NET, browsers have stopped supporting plugins. As a result, many … continue reading