Author

Bernhard Wannasek

Using Gemma 4 for Agentic Coding

Google's Gemma 4 launched yesterday and I wanted to try it as a local coding agent. The setup: Gemma 4 26B running through Ollama on an M4 Pro

The Two Industries We Pretend To Be

We say "ship" like it means something: "When are we shipping the new feature?". But shipping implies a boat. A harbor. A package crossing an ocean

Why using HTTP GET for Deletions is a Security Risk

Ignoring the semantics of HTTP methods such as GET and POST can have disastrous security repercussions. You might think that using GET methods for deleting entities is fine since you only need to pass a single identifier and do not want to set up its own HTML form for doing so.

Development