OMFG what is this? After working for many months with Claude Code and loving it (after learning its quirks), I upscaled my work with TeleClaude and was working on like 3/4 projects simultaneously which finally maxed out my Anthropic plan. So I gave Codex CLI a try thinking it would have a similar experience, but Continue reading Codex CLI will kill us one day The post Codex CLI will kill us one…
After having built so many AI applications I finally set down to showcase my skills and toolbox in the shape of an online AI assistant: maurice.instrukt.ai. I started out by giving it a calendar tool (in my n8n backend), so that one can book a meeting with myself to talk about all things AI. I Continue reading DigiMo: talk to my online avatar The post DigiMo: talk to my online avatar appeared…
Over the last few years, I’ve spent a lot of time researching AI and building projects with it. I began by coding projects by hand, sometimes with AI’s assistance, to prototype ideas and understand the ins and outs of working with AI. As an architecture purist, I quickly fell in love with LangChain, even though Continue reading My AI dev journey towards no code with n8n The post My AI dev journey…
Now that I am working on my personal AI assistant I figured it would be nice to mention one of my better projects here: itsUP. It deserves attention as it is a fully automated always up docker compose solution with Traefik, and it runs ALL of my apps and services on one Raspberry Pi 5 Continue reading itsUP: lean, automated, poor man s infra The post itsUP: lean, automated, poor man s infra…
After noticing the recent increase in (self)censorship by mainstream media I created the Indy News Assistant (a custom ChatGPT agent). It takes any topic and provides both news sources as well as latest YouTube videos published on the matter. Here s the link: indy-news-assistant To make it easy for those without a ChatGPT subscription here is a Continue reading Use Indy News Assistant to get to…
After traveling for a long time I started playing with tech again. I started building a crypto currency trading app for the Kraken Exchange API. The resulting app can be downloaded here: expo.io/@morriz/krakenfx-react-native. But then I started playing with Kubernetes again, and started working on mostack: a stack with Kubernetes best practices. This was a hard Continue reading Coming back to…
De gemeente Utrecht is de eerste met een verbod op 15 jaar oude diesel auto s in het centrum. Omdat ik het nogal problematisch vind om mijn 15 jaar oude BMW 530D -die ik met zoveel liefde heb behandeld- weg te doen, heb ik een app gemaakt die me waarschuwt wanneer ik de milieuzone nader. Ik Continue reading Milieuzone Utrecht app The post Milieuzone Utrecht app appeared first on iD!OTZ .
Oh yeah, after a silent retreat of about 4 months, I was super hungry for new knowledge, and couldn t resist to dive into the world of internet security. I got myself up to par with the current state of affairs with regards to vulnerabilities and exploits, pentesting distros, and learnt the basics of crypto technology Continue reading My pentesting crash course The post My pentesting crash course…
While working with AWS rudimentary image bootstrapping, allowing me to either boot and configure from a supported image, or directly boot from our own custom image, I came to realize the price and frustration for this archaic mechanism of bringing up a new operational node to scale out or update/rollback nodes. There had to be Continue reading Docker for finer grained DevOps The post Docker for…
It s been a while since I posted anything here, but a lot has happened on the front. I will give a quick update about the things that have interested me since then In 2013 I created my first auto scalable event store architecture for a huge client in Node.js, involving custom web servers receiving events Continue reading Event store with Node.js and AWS The post Event store with Node.js and AWS…