Article Kurro Lopez · Jun 25 9m read InterSystems for dummies – Machine learning II Previously, we trained our model using machine learning. However, the sample data we utilized was generated directly from insert statements. Today, we will learn how to load this data straight from a file. #Beginner #Machine Learning (ML) #Tips & Tricks #InterSystems IRIS Open Exchange app 7 0 1 97
Article Kurro Lopez · May 1 3m read Ladies and Gentlemen, the amazing Iris-nator The amazing Iris-nator has arrived in town. He knows what you think, with just a few questions he is able to guess the character you have thought of. Do you dare? #Angular2 #Interoperability #InterSystems IRIS Open Exchange app 7 3 0 105
Article Kurro Lopez · Apr 14 14m read InterSystems for dummies – Machine learning As we all know, InterSystems is a great company. Their products can be just as useful as they are complex. Yet, our pride sometimes prevents us from admitting that we might not understand some concepts or products that InterSystems offers for us. Today we are beginning a series of articles explaining how some of the intricate InterSystems products work, obviously simply and clearly. In this essay, I will clarify what Machine Learning is and how to take advantage of it.... because this time, you WILL KNOW for sure what I am talking about. #Beginner #Machine Learning (ML) #Tips & Tricks #InterSystems IRIS Open Exchange app 19 1 7 231
Article Kurro Lopez · Apr 1 1m read How to get server/instance info Hi all, As part of the development an API to know what is the instance of IRIS is connected, I've found some methods to know information about the server that can help you. Get the server name: $SYSTEM.INetInfo.LocalHostName() Get the server IP: $SYSTEM.INetInfo.HostNameToAddr($SYSTEM.INetInfo.LocalHostName()) Get the instance name: $PIECE($SYSTEM,":",2) #API #Business Service #InterSystems IRIS #Caché 2 2 0 111
Article Kurro Lopez · May 21, 2024 9m read Open AI integration with IRIS - His master voice’s – Are you angry? Continuing with the series of articles on voice file management, we are going to see how we can convert text into audio and receive the file with the chosen voice.We will also explore how a service from OpenAI can help us analyze a text and determine the mood expressed in it.Let's analyze how you can create your own voice file and how it can “read” your feelings. #Artificial Intelligence (AI) #API #Business Operation #Framework #InterSystems IRIS Open Exchange app 4 0 2 379
Article Kurro Lopez · Mar 3, 2024 5m read How to send messages to Microsoft Teams Hi community, The aim of this article is to explain how to create messaging between IRIS and Microsoft Teams. In my company, we wanted to monitor error messages, and we used the Ens.Alert class to redirect those error messages through a Business Operation that sent an email.The problem was that we sent those error messages to a support account where there were many emails. We wanted something specific for a specific team. So we investigated how to make these messages reach the development team directly and they could have, in real time, a notification of an error in our production.In our company we use Microsoft Teams as a corporate tool, so we asked ourselves: How could we make these messages reach the IRIS development team? #Best Practices #Business Operation #Monitoring #Tutorial #InterSystems IRIS Open Exchange app 33 15 8 796
Article Kurro Lopez · Dec 8, 2023 8m read Open AI integration with IRIS - File management Artificial intelligence is not limited only to generating images through text with instructions or creating narratives with simple directions. You can also make variations of a picture or include a special background to an already existing one. Additionally, you can obtain the transcription of audio regardless of its language and the speed of the speaker. So, let's analyze how the file management works. #Artificial Intelligence (AI) #Business Operation #Framework #Generative AI (GenAI) #InterSystems IRIS #Open Exchange Open Exchange app 9 2 1 478
Article Kurro Lopez · Jun 19, 2023 8m read Open AI integration with IRIS As you all know, the world of artificial intelligence is already here, and everyone wants to use it to their benefit. There are many platforms that offer artificial intelligence services for free, by subscription or private ones. However, the one that stands out because of the amount of "noise" it made in the world of computing is Open AI, mainy thanks to its most renowned services: ChatGPT and DALL-E. #Artificial Intelligence (AI) #Business Operation #Framework #Generative AI (GenAI) #InterSystems IRIS Open Exchange app 15 6 3 1.4K
Article Kurro Lopez · Feb 4, 2023 2m read How to deploy your production in the simplest way Usualy, if you want to deploy a solution, you need to add the items, configure your lookup tables and default configuration manually. It's okay if you have all the permissions and privileges to perform these actions. If you want to deploy to a client's production server, and you don't have the permissions, you need to indicate in a document ALL the steps that the deployment manager has to perform. #Deployment #Ensemble #InterSystems IRIS #Open Exchange Open Exchange app 2 0 0 310
Article Kurro Lopez · Mar 4, 2022 4m read How to become a time lord - Time travel Time travel is like visiting Paris. You can't just read the guide, you have to throw yourself into it. Eat the food, use the wrong verbs, get double the charges, and end up kissing complete strangers. The Doctor We are now going to travel through time, that is, we are going to see future and past dates and how to calculate them in different formats. The TARDIS doesn't wait, take the controls and hold on tight. #ObjectScript #Tips & Tricks #Caché 8 5 0 540
Article Kurro Lopez · Mar 1, 2022 5m read How to become a time lord - The birth Good men don’t need rules. The Doctor. It's not an easy task to be a master of dates and times, it is always a problem and sometimes confusing in any programming language, we are going to clarify and put a few tips to make this task as simple as possible. Get on the TARDIS and I'm going to turn you into a Time lord #ObjectScript #Tips & Tricks #Caché 15 3 1 769
Article Kurro Lopez · Aug 9, 2021 4m read Add a default setting value by code Hi community, This is another article about how to perform actions that you can do in the web portal but via code. Today.... Add a default setting value by code #Beginner #Management Portal #Tips & Tricks #Caché #Ensemble #InterSystems IRIS Open Exchange app 8 0 4 603
Article Kurro Lopez · Aug 4, 2021 4m read Add a business item in your production by code Hi community, This is another article about how to perform actions that you can do in the web portal but via code. Today.... Add a business item in your production by code #Beginner #Business Operation #Business Service #ObjectScript #Tips & Tricks #Ensemble #InterSystems IRIS 9 0 3 501
Article Kurro Lopez · Jul 30, 2021 3m read Add a Web application by code Hi community, I'm going to publish several articles on how to perform actions that you can do in the web portal but via code. Today.... Web Applications via code #API #Beginner #Code Snippet #ObjectScript #Tips & Tricks #Caché #Ensemble #InterSystems IRIS 9 0 3 652
Article Kurro Lopez · Aug 8, 2018 1m read Translate a number to text (II) Hello community, I am pleased to announce version 1.1 of this project. Now Russian #Tips & Tricks #Tools #Caché 5 6 0 477
Article Kurro Lopez · Jun 24, 2018 2m read Translate a number to text Hi all, I'm pleased to announce this personal project to convert a number to text, in spanish, english, catalan and russian. the aim of this function is to convert numbers into text. It allows a maximum number of 15 digits. #Tips & Tricks #Tools #Caché 11 12 4 1.2K
Article Kurro Lopez · Feb 21, 2018 1m read Calculate the age of a person Hi all, I've created a method to calculate the age of a person, or the age of a process, contract or other stuff as you want. #Beginner #Caché #Code Snippet #Tips & Tricks 5 2 0 1.8K
Article Kurro Lopez · Jan 24, 2018 3m read Copy part of the properties to another object Sometimes, we need to copy part of the properties of an object into a different one. The simplest thing would be to do the following: Set obj1.FirstName = obj2.FirstName Set obj1.SecondName = obj2.SecondName What happens if the object contains a large number of properties? or we just want to extract an important group of data, and complement the information in another object? Having the following classes: #Beginner #ObjectScript #Tips & Tricks #Caché 4 6 0 1.7K
Article Kurro Lopez · Apr 26, 2017 2m read How to install and use TFS in Atelier Hi,This is a quick tutorial how to install and use TFS in Atelier. It is based on my self experience and some tricks that I 've noted.If you are used to using visual studio maybe you feel that is a bit slow and heavy, but you have the same TFS panel as you have in Visual Studio, so don't need any special "training" to use it #Beginner #Best Practices #Tools #Tutorial 12 3 2 1.4K