A Longing for the Sea
610 words, ~2 min read
One of my recently favourite quotes is:
If you want to build a ship, don’t drum up people to collect wood and …
Hi, and welcome. I’ve been writing here since 2007 - a cross-section of my life and my interests. The most recent thread is kraya , a company I built and ran for 15 years.
There are also posts about triangle , a game I am building on zig .
You can also find poems and short stories if that’s what you’re into.
One of my recently favourite quotes is:
If you want to build a ship, don’t drum up people to collect wood and …
Having been involved in the rat race for decades, it is time to try something different.
We live in the belief that what …
Collaboration is one of the most powerful things that anyone can do. In a lot of media, where there is “good” vs “evil,” …
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not …
You can add it to your ~/.bazelrc (it needs the path to be absolute)
From our integration tests, we run …
There are many kinds of automated tests and two main kinds are integration tests and unit tests.
Unit tests are designed …
When using the pulumi automation API, you lose some of the niceties of the pulumi CLI, like having to set up command …
When deploying a function lambda that needs details of its own function URL. It's an OAuth Callback, and needs to …
I believe in CI/CD/CD as in Continuous, integration, delivery and deployment. As part of this, I am setting up a …
We use pulumi to do IaC and we use a monorepo with Bazel as the build tool. We have out modules set out as following
One …