Honestly, I thought that if I had an AI knowledge base instead of code, anything would work, so I created this OpenID Connect OP (IdP) that processes data in real time according to specifications using AI.
Have fun!
https://github.com/snakaya/GenAI-OIDC-IdP
motoboi 3 days ago||
Working on TRIPA, a internal pack format to save huge amount of small images to cloud storage without dying from the write costs.
andrewstuart 4 days ago||
I made an AMQP message queue which implements only the most commonly used stuff.
It has one SQLite database per queue.
In golang.
Why? Because Rabbit is slow and resource hungry and needs configuration.