Yoda.2 is a wise and powerful personal assistant tool that is accessible directly from the terminal. The open-source project was released last year by software developer Man Parvesh Singh Randhawa. He named the project Yoda because it can perform various tasks directly from the command line. In other terms, the tool can be revered to … continue reading
GitLab 10.6 has been released, featuring new CI/CD integration with GitHub and further integration with Kubernetes. With GitLab CI/CD for GitHub, developers can create a CI/CD project in GitLab and connect it into GitHub. According to GitLab, while it already has received position feedback from its built-in CI/CD features, the company felt GitHub integration was … continue reading
Cutelyst, a QT web framework, is on a mission to help developers to share code between their desktop and mobile apps. The open source project was released in October 2013 by Daniel Nicoletti. It is designed to enable the sharing of C++ code for web applications including Windows, Linux, OSX, Windows Phone, Android, and iOS. “Why have … continue reading
Netflix is launching a public bug bounty program in order to improve the security of their solutions as well as strengthen their relationship with the security community. The program will be available through Bugcrowd. “Netflix’s goal is to deliver joy to our 117+ million members around the world, and it’s the security team’s job to … continue reading
Microsoft has announced progress with the prototype design for Git Virtual File System (GVFS) for Mac. GVFS is the company’s project to bring Git to enterprise scale. Microsoft plans to publish all of the code for GVFS for Mac in their public repo. With GVFS for Windows, it contains patches to Git, a file system … continue reading
Perfecto has announced new capabilities for mobile app developers to improve their continuous testing strategy. The new capabilities include enhancements to the company’s Continuous Quality Lab and DigitalZoom reporting solution. The Continuous Quality Lab allows DevOps teams to evaluate the app quality along with parallel execution on virtually any device being used by their customers, … continue reading
Google has announced cryptography changes in Android P. The company plans to deprecate some functionality from the BC provider in order to avoid additional costs and risks. In the later release, it plans to remove the deprecated functionality entirely. “In a previous post, we announced that the Crypto provider was deprecated beginning in Android Nougat. Since … continue reading
Fed up with the time it takes to download and initialize development projects for testing locally, developer at GoThinker Eric Simons decided it was time for something better. That’s why him and his team set out to make this week’s project of the week — StackBlitz, an onlineVS Code IDE that allows you to live … continue reading
GitHub announced it is open sourcing its internal tool for automating the licensing process of building and maintaining open source products. The tool, Licensed, is designed to help engineers streamline one of the most complex and crucial parts associated with building open source projects: maintaining code functionality and compliance. Licensed points out potential problems with … continue reading
GitHub suffered a large Distributed Denial of Service (DDoS) attack on Wednesday, made possible by vulnerabilities in memcached, according to Ashley Stephenson, CEO of Corero Network Security, a company focused on DDoS protection. Typically in DDoS attacks the bad actors use a variety of techniques, such as botnets, or in this case, Memcached, Stephenson said. … continue reading
Microsoft has announced a preview for .NET Core 2.1 Preview 1, which is the first public release of .NET Core 2.1. The release will provide faster build performance, close gaps in ASP.NET Core and EF Core, and improve compatibility with the .NET framework. It will also improve GDPR compliance, security, microservice capabilities, Azure capabilities, and … continue reading
Go-Libvirt is a pure Go interface for interacting with the toolkit Libvirt. DigitalOcean developed go-libvirt in 2016 to meet the company’s specific needs. “At DigitalOcean, we use libvirt with QEMU to create and manage the virtual machines that compose our Droplet product. QEMU is the workhorse that enables hundreds of Droplets to run on a … continue reading