<stdin> |

My Thoughts, Trials and Adventures

Recent posts

Aug 2, 2024
D-Bus - IPC on Linux Write an IceCream Truck 🍨 IPC service in Rust.
Jun 24, 2024
LLM Agents Create automated autonomous action chains 🛠️ using Large Language Models 🤖
Jan 22, 2023
Storing Array in MySQL with Rust + SeaORM Represent Array Data in MySQL. Examples of Insertion and Deletion 📊
Apr 21, 2022
Formatting Code in VScode Make your code glitter ✨
Mar 17, 2022
Eclipse IDE Essentials Saner defaults, Themes and plugins 💫
Feb 22, 2022
mmap - one-liner to read file to string use mmap to read files to a string in single line 🛠️.