Compare commits

...
2 Commits
Author SHA1 Message Date
mostalive 4c8d1dcee3 add serve target to Makefile 2026-07-08 14:23:39 +01:00
mostalive 001bf684b7 add description 2026-07-08 14:23:39 +01:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -26,6 +26,10 @@ test:
format:
@make -C app format
# Serve the app
serve:
@cd app && mix phx.server
# Run Playwright browser-based tests (requires running server)
# Set PLAYWRIGHT_BASE_URL to point at the running Phoenix app
playwright:
@@ -2,7 +2,7 @@
title: "Replace Moralistic Programming with Situational Awareness",
author: "Willem van den Ende",
tags: ~w(craft, situational-awareness),
description: "",
description: "I don't like what I now call Moralistic Programming. 'You are not a good developer if <you don't use my pet favourite practice>'. I see some of that resurfacing in discussions around coding agents. I value Situational Awareness over best practices and fingerpointing..",
published: true
}
---