Kubernetes and Google's Cloud Strategy
We all know that Google was struggling a lot in the last year to get some users to switch from AWS to Google Cloud Engine as most of the startups and companies that decided to use cloud services were currently using Amazon AWS. Google tried hard in the past to be a relevant player in the PaaS offering with Google App Engine, but this was more about fighting Heroku than AWS and while they were so busy making this, they wasted years during which Amazon got the whole market of IaaS.…
Read more ⟶Learning Go
I spent my last week of work trying to learn Go. Till now, the experience is very strange: I mostly like the language so far, but there are many things that are surprising and different from other languages like empty interfaces, the whole idea of the error handling without exceptions, no classes, etc. While I try to have a serious idea about Go (I need some more days of development) I will try to collect here some links that I found useful.…
Read more ⟶Hello World
Hi everybody, I just moved my blog here. I will write mainly about technology, teams and social stuff. I will not post regularly as I do a lot of things in my life and sometimes I struggle to find the right time for blogging. If you like my approach and what I write, feel free to contact me on Twitter… I’m @x0rg.
See you on the internet.…
Read more ⟶title: Saving a codebase from the next LLM disaster
I am building a prototype that I have largely written with LLMs. I barely looked at the code being generated and only at times. Now before making it something anywhere more serious, I want to refactor it. A refactor is also a way to make sure I understand the codebase and that I have a good sense of the risks that may or may not arise from running generated code that wasn’t carefully expected.…
Read more ⟶