People use natural languages to communicate with each other. To efficiently interact with a machine, good knowledge of programming languages is required. Natural Language Processing (NLP) is here to enable human-machine communications through natural languages. This is however, a very general notion of what NLP is. Intuitively, it may seem that an NLP-enabled application understands human speech natively, like a...
Other News
Pros and cons of using SQL Server audit triggers for DBAs
(Lindsay Moore) Using triggers to capture audit information in SQL Server can be instrumental in keeping track of database use and changes. But they aren’t a perfect fit for all cases.
Mixed feelings over the new truncation error
(Kenneth Fisher) As of SQL 2019 CTP2.0 or SQL 2017 CU12 Microsoft has given us a long-awaited addition to the truncation error. Yay! But …
Guru: Why A Function Was There But Could Not Be Found
(Ted Holt) Hey, Ted: I am stuck on trying to create a function in RPG to use in SQL. I based it on your FMTDATE function, which I successfully installed and is working great! I have been trying to get this function working for five hours and I am at my wits’ end. Hopefully, you will notice someth
The Font of All Knowledge About Java and Fonts
(Simon Ritter) Here’s everything you need to know about fonts in the JDK.
Using Guard Conditions To Short-Circuit Object-Spread Operations In TypeScript 3.2.4
(Ben Nadel) After my post yesterday on applying the Object-Spread operator to Null and Undefined values in TypeScript, Duncan Bay showed me another cool feature of the Object-Spread operator: you can use guard conditions to short-circuit spread operations.
Using Azure DevOps for NodeJS application optimization using Gulp
(Subodh Sohoni) Using Azure DevOps to perform the build of a NodeJS app and deploy it to Azure App Service as a web app.
Finding Layout Views in ASP.NET Core
(Peter Vogel) The biggest change in handling Views in ASP.NET Core is that you can now have more than one _Layout.cshtml file in your project and your Views will pick the one “closest to them.”
MySQL Master High Availability and Failover: more thoughts
(Jean-François Gagné) Some months ago, Shlomi Noach published a series about Service Discovery. In his posts, Shlomi describes many ways for an application to find the master. He also gives detail on how these solutions cope with failover to a slave, including their integration with Orchestrator.
Upgrade SOASuite process to 12c – Sensor Actions JMS to AQ
(Martien van den Akker) At my current customer we’re busy with upgrading our projects from 11g to 12c.
