Article Robert Cemper · Dec 22, 2024 3m read Get your code over ODBC/JDBC I recently met an ages old issue related to code maintenance: You have access to your IRIS server just over ODBC/JDBC no VSCode access, no Studio access no (Web-)Terminal access But you need to take a look on Classes or Routines or Globals !!Anyhow SQL is your friend. #Object Data Model #SQL #Caché #Ensemble #InterSystems IRIS 7 7 4 186
Article Robert Cemper · Dec 20, 2024 1m read Reviews on Open Exchange - #49 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #InterSystems IRIS #Open Exchange 1 0 0 34
Article Robert Cemper · Dec 9, 2024 40m read Reviews on Open Exchange - #Rollup In principle I'm looking in forward direction.Though from time to time it makes sense to turn back and see the full path taken. I started reporting my reviews almost 4 years ago. I just reviewed packages that I could reproduce in my environment. Skipping items beyond my physical or mental capacities. So some great packages might not be present here But I added also 139 contributions of other reviewers It was anyhow a total of 769 reviews published Meeting over this time 191 different authors #InterSystems IRIS #Open Exchange 1 0 1 58
Announcement Robert Cemper · Dec 7, 2024 Reviews on Open Exchange - #48 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #InterSystems IRIS #Open Exchange 0 0 0 43
Article Robert Cemper · Oct 9, 2024 3m read My personal approach to Vectors Motivated by personal feedback by @EDILSON CARVALHO and an excellent presentation of @Michael Braam related to Vector Search I'd like to sharemy personal approach to Vectors.When I started and met vectors with 256, 384, and over 1200 dimensions - I felt lost. #Vector Search #InterSystems IRIS 5 1 2 160
Article Robert Cemper · Oct 4, 2024 2m read Reviews on Open Exchange - #47 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #InterSystems IRIS #Open Exchange 2 1 0 88
Article Robert Cemper · Sep 12, 2024 2m read Code Scanner - enhanced During testing the added Multi-Namespace feature I met a challengethat required intervention. This simple request created 1000 lines of output. #Namespace #Terminal #Video #Caché #Ensemble #InterSystems IRIS 2 0 2 130
Article Robert Cemper · Sep 11, 2024 3m read Code Scanner This story has followed me for more than 20 years. In the early days of ObjectScript, the volume of $Functions was limited.You had to write it as part of your program.But the functionality was often implemented. It just had no name.To use it, you had "system" calls using $ZU() functions. See Reference #ObjectScript #Video #Caché #Ensemble #InterSystems IRIS Open Exchange app 5 4 1 255
Article Robert Cemper · Sep 7, 2024 1m read Improve Searching in DC by Tags You might know that you can search posts in DC by Tagsstarting in left upper corner and #InterSystems Ideas Portal #Other 1 0 0 70
Article Robert Cemper · Jul 30, 2024 2m read Reviews on Open Exchange - #46 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #InterSystems IRIS #Open Exchange 4 0 0 75
Article Robert Cemper · Jun 1, 2024 2m read Searching the limits of new datatype VECTOR Translated from the Spanish Community Article Contest. Following the latest programming contest on OEX I had some surprising observation.There were almost exclusive applications based on AI in combination with pre-cooked Py modules.But digging deeper, all examples used the same technical pieces of IRIS. Seen from point of view of IRIS it was pretty much the same whether searching for textor searching for images or other pattern. It ended in almost exchangeable methods. #ObjectScript #Vector Search #InterSystems IRIS 6 0 1 228
Article Robert Cemper · May 24, 2024 2m read Reviews on Open Exchange - #45 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #Open Exchange 2 3 0 96
Article Robert Cemper · May 19, 2024 2m read Reviews on Open Exchange - #44 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #Open Exchange 1 0 0 90
Article Robert Cemper · May 13, 2024 2m read Reviews on Open Exchange - #43 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #Open Exchange 3 0 0 72
Article Robert Cemper · May 4, 2024 3m read Using VECTORs in ObjectScript Most examples I've seen so far in OEX or DC left the impression that VECTORsare just something available with SQL with the 3 Functions especially around VECTOR_Search.* TO_VECTOR()* VECTOR_DOT_PRODUCT ()* VECTOR_COSINE ()There is a very useful summary hidden in iris-vector-search demo package.From there you find everything you need over several links and corners. #Vector Search #InterSystems IRIS 8 1 1 286
Article Robert Cemper · May 3, 2024 1m read Reviews on Open Exchange - #42 If one of your packages on OEX receives a review you get notified by OEX only of YOUR own package. The rating reflects the experience of the reviewer with the status found at the time of review. It is kind of a snapshot and might have changed meanwhile. Reviews by other members of the community are marked by * in the last column. I also placed a bunch of Pull Requests on GitHub when I found a problem I could fix. Some were accepted and merged, and some were just ignored. So if you made a major change and expect a changed review just let me know. #Open Exchange 2 0 0 73
Article Robert Cemper · Apr 26, 2024 3m read Geo Vector Search #2 Technical surprises using VECTORs>>> UPDATED Building my tech. example provided me with a bunch of findings htt I want to share.The first vectors I touched appeared with text analysis and more than 200 dimensions.I have to confess that I feel well with Einstein's 4 dimensional world.7 to 15 dimensions populating the String Theory are somewhat across the border.But 200 and more is definitely far beyond my mathematical horizon. #ObjectScript #SQL #Vector Search #Video #InterSystems IRIS Open Exchange app 3 4 0 256
Article Robert Cemper · Apr 26, 2024 2m read Geo Vector Search #1 Geographic use of vector search The basic idea is to use Vectors in the mathematical sense.I used geographic coordinates. These are of course only 2-dimensionalbut much easier to follow as vectors in text analysis with >200 dimensions. #ObjectScript #SQL #Vector Search #Video #InterSystems IRIS Open Exchange app 5 3 1 254
Article Robert Cemper · Apr 9, 2024 2m read Foreign Tables with CSV in action FOREIGN TABLES is a rather fresh feature in IRIS (2023.?)So I was motivated to try something new by own hands.Documentation of Foreign Table from File is a good starting point.Also the related promotional video is fine to start with. #CSV #SQL #InterSystems IRIS Open Exchange app 8 2 0 273
Question Robert Cemper · Apr 5, 2024 HS.Gateway.Access.RemoteOperations.cls missing in which Community Docker package can I find HS.Gateway.Access.RemoteOperations.cls #Docker #InterSystems IRIS for Health 0 2 0 83