Open Claude Code CLI from Raycast in a new Ghostty window
The Claude Desktop app is slow as hell and takes multiple seconds to open. I prefer the CLI version of Claude, which is way faster. However, I also …
Archive · 6 entries
The Claude Desktop app is slow as hell and takes multiple seconds to open. I prefer the CLI version of Claude, which is way faster. However, I also …
This cost me some time googling and fiddling around with my config, so here is a quick setup on how to get Go’s html/template format working …
I like to write all kind of documentation in Markdown. This is however not the preferred way how some clients want to have their documentation written …
I’m currently developing a web application with the Phoenix framework, which makes use of .html.heex templates. Highlighting and Tailwind CSS …
I wanted to compile a binary which contains a whole Go web app and is deployed as a Lambda function to AWS. This function (or binary) should also have …
Bootstraping Terraform and putting the state on S3 has a chicken-egg problem: How to manage the S3 bucket which holds the state file without it …