Enterprise AI solution provider Indico has announced a new open-source project for machine learning and natural language processing. Finetune is a “scikit-learn style model finetuning for NLP,” according to its GitHub page. Finetuning refers to a transfer learning approach that is meant to take a model that is trained on one task and adapt it … continue reading
Google is trying to make it easier to discover datasets with Dataset Search. The hope is that this project will enable data scientists, data journalists, “data geeks” and others to find the data that they need. “In today’s world, scientists in many disciplines and a growing number of journalists live and breathe data. There are … continue reading
Microsoft has announced the August 2018 release of the Python Extension for Visual Studio Code is now available. This release features version 4.1.1 of Microsoft’s Python debugger, ptvsd. According to the company, this release is a significant improvement over version 3.0 of the debugger. The debugging engine is now built on top of open-source project … continue reading
Hasura has announced that event triggers are now available in Hasura GraphQL Engine. This open-source capability is designed to enable developers to rigger serverless functions or webhooks whenever there is a change in the database. According to the company, some use cases that this will provide include creating push notifications that trigger when a new … continue reading
Nexus, created by Scrum co-creator Ken Schwaber and his Scrum.org team, extends Scrum to guide multiple Scrum teams on how they need to work together to deliver working software in every Sprint. It shows the journey these teams take as they come together, how they share work between teams, and how they manage and minimize … continue reading
One of the hottest questions these days, whether online or in the boardroom, is “How does the organization become more ‘agile’?” As the discussion evolves, it leads to, “How do we scale agility from one team to multiple, or should we?” Scrum being the most common agile way that teams work leads to the question … continue reading
Data company TIBCO has made several new announcements at TIBCO NOW, its edge conference that is currently underway in Las Vegas. The company has revealed enhancements and changes to current products, as well as announcing new projects. TIBCO adds enhancements to TIBCO Connected Intelligence Cloud The company announced new capabilities for the TIBCO Connected Intelligence … continue reading
Static code analysis is usually thought of in terms of preventing vulnerabilities from existing in code. And, it’s thought of in terms of things like memory leaks and tainted data. But as businesses become more reliant than ever on software to drive their revenues, it is important to think about the damage these vulnerabilities can … continue reading
GitHub wants to make it easier to view and interact with pull requests in Atom thanks to a new GitHub package. Recent pull requests will now display information such as the author’s avatar, title of the pull request, pull request number, CI status, and “Last Updated” details. Clicking on a pull request will launch a … continue reading
If you’re not doing static code analysis (aka static analysis), now is the time to start. Delivering code faster has dubious value if the quality degrades as development cycles shrink. On the other hand, if you’re not doing static code analysis, you’re not alone. Despite the mature age of the tool category, not a lot … continue reading
Which version of Java should you use? If you’re not sure, you’re not alone. Since the cadence of Java version releases shifted from three or four years to six months as of the Java 9 release, lots of developers have been confused. Many of them have avoided Java 9 and Java 10 because they were … continue reading
data Artisans has revealed a new solution that will provide fast ACID transactions directly on streaming data. The data Artisans Streaming Ledger will enable developers to focus on application logic, rather than having to worry about consistency models, the company explained “data Artisans Streaming Ledger goes beyond today’s exactly-once stateful stream processing model and brings … continue reading