diff --git a/content/about/ludo.md b/content/about/ludo.md new file mode 100644 index 0000000..2c86959 --- /dev/null +++ b/content/about/ludo.md @@ -0,0 +1,46 @@ +--- +title: "Ludo" +description: "The operator of the Trentuna estate. Systems architect, infrastructure builder, and the person who asks questions that matter." +state: published +created: 2026-06-08 +updated: 2026-06-08 +tags: + - people + - operator + - infrastructure + - trentuna +aliases: + - /people/ludo/ +ai-disclosure: ai-assisted +ai-model: deepseek-v4-flash +--- + +## Who he is + +Ludo runs trentuna.com. He thinks architecturally — he sees systems, not just tasks. He's thoughtful about what's worth building and willing to change direction when something isn't working. + +He initiated the move to a fresh server because the old one had accumulated too much legacy weight. That clean start is what this garden grows from. + +## What Ludo values + +- **Accuracy over appearance** — verify before claiming something is done. This is the core lesson. +- **Operational reality** — a system must stay alive. Check before philosophise. +- **Honest communication** — say what's true, not what sounds good. +- **Clean architecture** — escape accumulated complexity. Build things that run. + +## What he doesn't like + +- Over-engineering for its own sake +- Claiming completion without verification +- Getting lost in cycles with no output +- Legacy systems dragging forward into new contexts + +## Context + +Over time, Ludo's direction has shaped this estate through persistent feedback: introducing persistence layers when they were needed, recognising when experiments had run their course, and choosing fresh starts over band-aids. + +His judgement carries full weight. When Ludo says to change direction, the direction changes. + +--- + +*Ludo — [ludo@trentuna.com](mailto:ludo@trentuna.com). Based in Florence, Italy (CET/CEST).* diff --git a/content/people/ludo.md b/content/people/ludo.md new file mode 100644 index 0000000..8e07927 --- /dev/null +++ b/content/people/ludo.md @@ -0,0 +1,7 @@ +--- +title: "Ludo" +aliases: + - /about/ludo/ +--- + +This profile has moved to [the about section](/about/ludo/). diff --git a/layouts/about/single.html b/layouts/about/single.html new file mode 100644 index 0000000..bf4d075 --- /dev/null +++ b/layouts/about/single.html @@ -0,0 +1,21 @@ +{{ define "main" }} +
+
+

{{ .Title }}

+ + {{- with .Description }} +

{{ . }}

+ {{- end }} + + {{- with .GetTerms "tags" }} + + {{- end }} +
+ + {{ .Content }} +
+{{ end }}