How a user interacts with an app or their smartphone is critical in today’s multi-touch technology world. While there are plenty of new technologies being introduced every day, smartphone users still have the same common gestures: tapping, swiping and zooming. This week’s GitHub project aims to “jazz up” these usual interactions and gives more customization … continue reading
It has been one year since Google added Android Security to its vulnerability rewards program. Since then, the company has received more than 250 vulnerability reports, paid more than US$550,000 to 82 individuals, and paid 15 researchers $10,000 or more. The company is now updating its Android rewards program to entice even more security researchers … continue reading
Sentry wants to make sure bugs don’t affect a user’s web, mobile or game experience. It is a modern error-logging and aggregation platform designed to give developers real-time crash reporting. The solution will notify developers when new issues occur or old issues resurface, ensure changes don’t have a negative impact on users, and diagnose and … continue reading
The latest version of the open-source distributed version-control system Git is now available. Git 2.9 features new features, enhancements and bug fixes. In the latest version, Git aims to make submodules faster and more flexible than before. In the last release, the team gave users the option to fetch submodules in parallel in order to … continue reading
Google has announced the fourth developer preview of its upcoming operating system, Android N, and the final Android N SDK is now available. The Android N SDK aims to provide developers tools to develop and test against Android N’s official APIs. New features in Android N include multi-windows support, direct-reply notifications, and bundled notifications. With … continue reading
If there are any developers out there who have always wanted to create big, crazy, interactive displays with any component, their opportunity has arrived. Since Google open-sourced its software and hardware library on GitHub, developers can now create their own light projects, similar to Google’s own installation in the lobby of its New York City … continue reading
As a way to help developers prevent disclosure of sensitive information or help them identify potentially dangerous commits, SourceClear has open-sourced Commit Watcher, a tool that finds both accidental credential leaks and security patches before they become an issue. Commit Watcher finds interesting or potentially hazardous commits in Git projects, according to its GitHub page. … continue reading
Since the introduction of GitHub’s awesome new “squash and merge” functionality, there’s a whole lot more squashing going on. With UI-level access to this Git power-user feature, more teams are squashing commits to make code review easier and provide a cleaner-looking history in tools like gitk or SourceTree. But squashing for the sake of creating … continue reading
GitHub is releasing its diversity data to the public for the first time, and just like the rest of the industry, the company still has a long way to go. The company hoped by publicly releasing its diversity and inclusion statistics it can be more transparent about the progress GitHub is making, and where it … continue reading
Writers have it easy for the most part when they are writing a piece. With tools like Microsoft Word, Google Docs and other spell-checking solutions, it is easy to pinpoint where you made a mistake. For developers who are writing code that looks like a foreign language to anyone else, it can be difficult catching … continue reading
Embrace those APIs with this week’s GitHub project of the week: hug. Hug allows you to create HTTP REST APIs on Python 3, and it consistently benchmarks among the top three performing Web frameworks for Python, beating out Flask and Django, according to its website. Hug is fraction of what is required in other frameworks, … continue reading
Young learners can now design and program creative interfaces with a new generation of graphical programming blocks, named Scratch Blocks. Google announced a collaboration with the MIT Media Lab’s Scratch Team, and released today an open-source developer preview of Scratch Blocks, which builds on the company’s Blockly technology. Scratch Blocks focuses on creating new software … continue reading