The PostgreSQL Global Development Group has released an update to all supported versions of the database system. Versions include 9.5.1, 9.4.6, 9.3.11, 9.2.15 and 9.1.20. This release fixes two security issues, as well as several bugs that were discovered over the last four months. Users vulnerable to those security issues should update their installations immediately, … continue reading
A Brooklyn-based corporation everyone knows as Kickstarter has built a global crowdfunding platform that supports all projects from the technical to the super weird and creative. Today, the company has reached 100,000 successfully funded campaigns, despite only being around since 2009. Last night, a photography project called “Falklands/Malvinas: One War, all Wars” became the 100,000th … continue reading
Developers can now use a new Ruby library called Scientist, which will help them rewrite critical code. As codebases in applications mature, often developers will need to replace or rewrite part of a system, according to a blog post by GitHub engineer Jesse Toth. As a way to ensure testing correctness for these applications, GitHub … continue reading
As a result of companies releasing their code to the public, the importance of having a solid community—one that understands how developers, contributors, businesses and governments interact and communicate—increases. One group has recognized this importance since the beginning, and yesterday it celebrated its 18th anniversary, along with a history of support for open source. The … continue reading
It seems like neural networks are taking over. We see their code open-sourced, they power our self-driving vehicles, we use them as programming assistants, and we’ve even let them rate our selfies. Now, deep neural networks have analyzed 50,000 fonts, just because. The man behind this crazy font fun is Erik Bernhardsson, a CTO at … continue reading
GitHub has done much when it comes to making open-source software and code accessible to users, but there are still areas where developers think the repository could improve. In an open letter to GitHub, developers from projects like jQuery, Meteor, PhantomJS, React Native and Selenium have detailed their most frequent problems with GitHub, along with … continue reading
Yesterday, Baidu Research’s Silicon Valley AI Lab (SVAIL) released open-source code called Warp-CTC to GitHub. The goal is for this code to be used in the machine learning community. Warp-CTC is a tool that can plug into existing machine learning frameworks to speed up the development of artificial intelligence, and according to SVAIL, it will … continue reading
There’s a new tool designed to simplify asynchronous code for front-end Web developers, and a free online course to go with it. The tool is called JavaScript Promises, and it converts a tangle of callbacks and event handlers into straightforward code so developers can avoid running into complicated code when performing multiple actions in a … continue reading
Mozilla is giving up on its Firefox OS phones. According to TechCrunch, the company has announced it will no longer develop or sell Firefox OS smartphones through carrier channels. According to the company, the smartphone wasn’t able to capture the market as the best user experience out there. The company will continue to experiment with … continue reading
Code is for communication. Good code is clear code. Clever code is crap. As Abelson and Sussman phrase it in “Structure and Interpretation of Computer Programs,” “Programs must be written for people to read, and only incidentally for machines to execute.” But we rarely open a source code out of pure intellectual curiosity; rather, we … continue reading
The World Wide Web Consortium (W3C) has partnered with the FIDO Alliance in order to strengthen authentication across the Web. FIDO aims to address the lack of interoperability among authentication technologies. “Standardizing strong authentication in the Web Platform will help us to improve user and application security by moving beyond passwords,” said Wendy Seltzer, technology … continue reading