GitHub wants to make coding together as easy as it is to code alone. The company announced a new text editor for Atom, Teletype. Atom is the company’s hackable text editor. Teletype enables developers to collaborate in real time within Atom. “Writing code with another programmer is a great way to absorb knowledge, challenge yourself … continue reading
Uber AI Labs is releasing its probabilistic programming language, Pyro, into open source this week. Pyro is part of Uber’s larger plan to provide reliable transportation by matching riders to drivers, suggesting routes, finding carpool combinations, and designing next generation vehicles. “To solve these challenges, we are combining state-of-the-art artificial intelligence (AI) techniques with the … continue reading
This week we’re highlighting a new tool for generative contextual conversations from Google’s Kate Compton, creator of Tracery. Prior to joining Google, Kate “GalaxyKate” Compton developed the open source Tracery, ”a super-simple tool and language to generate text.” She took inspiration from this previous project, as well as from the Cheap Bots, Done Quick! Bot-hosting … continue reading
GitHub is officially launching the GitHub Community Forum as well as free trials to the GitHub Marketplace. The company first announced the features at its GitHub Universe event last month. The forums add a new social aspect to the version control and web hosting platform, which GitHub says will be valuable for developers hoping to … continue reading
Microsoft wants to protect the modern web with the next evolution of its static scan tool. The company announced sonar, a linting tool and site scanner for the modern web. Microsoft first released its static scan tool within its browser in 2013. It was meant to detect optimizations for old versions of IE, missing prefixes … continue reading
These days it is almost impossible to develop in JavaScript without utilizing one of the thousands of open-source JavaScript libraries available. Libraries make coding in JavaScript simpler and more efficient by taking processes that would ordinarily require several lines of code to achieve and simplifying them, usually by creating a single function that can be … continue reading
GitHub announced the launch of four new developer apps on the GitHub Marketplace this week, designed for code security, monitoring and review. The first of these new releases is AccessLint, which reviews changes to your codebase for accessibility issues and comments on them. The detection is guided by WCAG 2.0, which helps determine compliance with … continue reading
Facebook has announced the open source release of their RacerD unsynchronized memory access — or data race — detector for Java applications following its successful implementation internally. RaceD is based off of the company’s open source static analysis tool, Infer. According to Facebook, this newest publicly available piece of Infer’s static analysis platform has caught more … continue reading
DeepMind is introducing the latest version of its computer program AlphaGo. AlphaGo was the first artificial intelligence to defeat a world champion Go player, and the latest version, AlphaGo Zero, is a more powerful version of that, according to the team. While AlphaGo learned by training on thousands of human games to learn to play Go, … continue reading
Though he writes that it’s “highly opinionated” and “not backed by science,” GitHub user and developer on Microsoft’s Tasks to-do app, Alexey “mr-mig” Migutsky is confident that every programmer would be doing themselves a favor by familiarizing themselves with his project entitled “Every Programmer Should Know.” Migutsky has amassed a large repository of links and … continue reading
About ten years ago, GitHub embarked on a journey to create a platform that brought together the world’s largest developer community. Now that the company believes it has reached its initial goals, it is looking to the future with plans to expand the ecosystem and transform the way developers code through new tools and data. … continue reading
The open source database PostgreSQL has announced the release of their latest version, PostgreSQL 10. It includes the ability to distribute data across many nodes, also known as a divide and conquer strategy. Other features include logical replication, declarative table partitioning, improved query parallelism, quorum commit for synchronous replication, and SCRAM-SHA-256 authentication. Logical replication will enable … continue reading