PinnedMicha(el) Bladowski·Jan 23I Tried to Use AI to Read My Friend’s Mom’s MRIHere’s Why You Shouldn’t.
PinnedMicha(el) Bladowski·May 13, 2025Claude Code: A Surprising DevOps Assistant for Server Management TasksI recently discovered how powerful Claude Code can be for DevOps tasks. Unlike basic chatbots, Claude Code can directly interact with your…A response icon3A response icon3
Micha(el) Bladowski·Dec 14, 2025Support from hell, or how I call it: Talking with Factory.ai / DroidLike many AI developers, I was watching one of Ray Fernando’s streams. He obviously gets sponsored by Factory, but who cares? If the…A response icon2A response icon2
Micha(el) Bladowski·May 13, 2025How to Disable the Annoying Sounds from Windows 11 Speech Recognition (Win + H)If you’re using Windows 11 speech recognition (activated with Win + H), you’ve likely noticed the super annoying beep sounds when the mic…
Micha(el) Bladowski·Nov 2, 2024How to split large merged PDF files with Gemini Ai and pdftkSometimes the small things are the ones helping us in our daily lives. Here is a small “how-to” that helps me in my daily life handling a…A response icon1A response icon1
InTowards DevbyMicha(el) Bladowski·Aug 6, 2024Trivy is a comprehensive and versatile security scannerFrom vulnerabilities to misconfigurations: Safeguarding containers, code, and cloud infrastructures
InTowards DevbyMicha(el) Bladowski·Jun 9, 2024Use OpenAIs Assistant to Chat with Your whole CodebaseThis is a straightforward and basic cookbook on how to chat with your whole Codebase (doesn’t matter which OS or IDE you are using).A response icon2A response icon2
Micha(el) Bladowski·Nov 8, 2023Make your own “docker ps”Use “your” format and colorsA response icon1A response icon1
InBetter ProgrammingbyMicha(el) Bladowski·Oct 14, 2023Using Pre-Scripts and Tests in Postman to easily handle Auth-TokenLet’s say you have to deal with an API where you first need a token that is only valid for a few minutes. So while you are testing specific…