There was a failure on github actions today which seemed to corrupt the action responsible for publishing my github page crowne.githhub.io .
I couldn't cancel it from the command line using
> gh run cancel 132546789
I couldn't cancel it using curl.
Eventually switching the page source to none and then back to main worked.
Tuesday, February 3, 2026
First time fixing a corrupt github action
Tuesday, January 27, 2026
Upgrade AKS cluster
I'm waiting for the Dev AKS cluster upgrade to finish.
Going from 1.31.7 to 1.32.9, I never remember these numbers so jotting it down here, hopefully it all goes smoothly.
langlines
In December I played around with Googles Ant-Gravity and made a word game for English and Spanish.
https://crowne.github.io/langlines/
Saturday, January 24, 2026
Copy as markdown link
I found a nice chrome plugin here Copy as Markdown using it to keep copies of the saa-c03 course links.
Monday, December 22, 2025
Achievement updates
Adding to my log of technical accomplishments since my last post I have:
- Deployed an Azure Service Bus consumer written in PHP using the curl interface.
- This also reused the Bicep CI/CD for creating the queue ... very elegant
- Deployed opensearch + dashboards + fluent-bit into a docker compose stack
this provides observability over nginx logs - I also deployed my first change in C# ASP .Net
... I'm not a big fan of the Entity Framework. Perhaps it's the way that it is being used in the project that I'm working on. It abstracts too far away from SQL , which is the most successful DSL on the planet. SQL is understood by many people on the project from different roles : Programmers, Business Analysts and Project Managers, EF replaces an easily readable query with a technical chunk of code only understood by programmers often with the SQL generated only at runtime making SQL Optimization very difficult.
Sunday, November 30, 2025
More AWS adventures
Today I implemented CloudTrail and backups using Cloudformation.
naming has been a journey that will probably need to be revisited.
naming has been a journey that will probably need to be revisited.
Monday, July 28, 2025
Agentic coding needs structure more than ever.
I spent the week-end digging deeper into agentic coding, this time using mostly Gemini as the path of least resistance.
I still want to try Qwen3-Coder.
It became blatently clear to me that the agentic coding workflow needs structure more than ever.
This might have seemed obvious from the outset, but once you're knee deep in running changes with the agent in a pre-existing codebase,
you'll quickly run into trouble if your code doesn't have proper formatting, linting or unit test cases.
I still want to try Qwen3-Coder.
It became blatently clear to me that the agentic coding workflow needs structure more than ever.
This might have seemed obvious from the outset, but once you're knee deep in running changes with the agent in a pre-existing codebase,
you'll quickly run into trouble if your code doesn't have proper formatting, linting or unit test cases.
Subscribe to:
Comments (Atom)