Tag: #databases

  • Personal metalearning

    Having 30+ years history in a knowledge domain, it’s a surprise if sudden level ups start appearing. Metalearning seems to have done that for my chess, after a longish warm up period of getting tuned in for the game. LLMs are an inspiring success story, and AI is sometimes giving feelings of “getting everything solved”.…

  • Calling procedures

    It’s the happy holidays message again! For the beginning of the month, I had a project on a Python database service template. It was supposed to give a separate, highly database agnostic component that accepts any given commands, and adapt easily to new use cases. If you have some specific things to store, retrieve and…

  • Database and tools

    I had been thinking about having a dedicated relational database server at home, and found an unused old PC that was laying around and fit for the purpose. Changing to Ubuntu and installing the chosen open source database was quite fast. Then there was setting up a secure connection between the server and my main…

  • Outliers?

    Happy holidays! I started working on an anomaly detection system that thought I need. The first step was to have data downloads from an API, and some functions storing data for later use. The API returns data in JSON format, but here you effectively deal with a list of tuples. Instead of using plain tuples,…