{{ template "base.html" . }} {{ define "content" }}

Notes / Posts

{{ range .Pages }} {{ if and (not .Draft) (or (eq .Type "note") (eq .Type "post")) }} {{ end }} {{ end }}
Date Title
{{ if (eq .Type "note") }} {{ end }} {{ .Title }} {{ if .Meta.tags }} {{ range .Meta.tags }}{{ . }}{{ end }} {{ end }}

Tools / Experiments

Title
Visualizations and exploration of binary files https://mitjafelicijan.github.io/binary-visualization/
Easy convert between HEX to RGBA https://mitjafelicijan.github.io/hextorgba/
Unicode symbol explorer https://mitjafelicijan.github.io/symbols/
GGUF model list & tools https://mitjafelicijan.github.io/gguf-list/
Maps of DOOM and other well known WADS https://mitjafelicijan.github.io/mapsofdoom/
{{ end }}