Blog
-
HammerSpoon
Through the adoption of lazyvim my lua skills have risen a bit passively the last years. So the native integration of hammerspoon with macosx comes here quite handy. Despite being a hater of big-tech and being vendorlocked into apples ivory-tower, I had a good time implementing this now in two separated mac environments. adding functionality…
-
Back to Ansible
After my excursion into kubernetes, argocd, k3s and hosting a 40+ pod cluster in a distributed manner, I thought fuck that and wiped the server bc. i didnt wanted to pay that RAM bill. Now I went back to more simple things and try to underkill it first. On bash script to rule them all…
-
Dealing with Cline
The recent months I heavily started using the VsCode integration with amazon bedrock sonnet. At beginning it was a bit clunky to get the context window always aligned, but recent updates to opus-4.1 and internal AWS extension fixes made that much more smooth. Especially the memory-bank and avoiding auto-pilot helped getting more accurate output in…
-
Keylogger
Simply install this keylogger.Run it for you OS.The file could be different depending on which system you are keylogger Keylogger¶ Simply install this keylogger. Run it for you OS. The file could be different depending on which system you are In [ ]: %pip install seaborn In [15]: with open(“keystroke.log”, “r”) as file: lines = file.readlines() In [ ]: from datetime import…
-
Syntentic data generation
Generate fake email pairs for LLM finetuning This notebook generates syntentic pairs of request/response emails.Meant for llm-fine-tuning specific use cases.In the local folder ./fake_emails you will create lots of fake emails shuffled here with predefined names/companies. 1-syntentic-data-creation Generate fake email pairs for LLM finetuning¶ This notebook generates syntentic pairs of request/response emails. Meant for llm-fine-tuning specific use…
