{{ template "base.html" . }}
{{ define "content" }}
You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you.
Examine graphical representations of binary files using diagrams that
illustrate connections between pairs of bytes (digraphs) and triplets
of bytes (trigraphs).
More long form, ramblings etc
{{ range .Pages }}
{{ if and (eq .Type "post") (not .Draft) }}
- {{ .Title }}
{{ end }}
{{ end }}
Notes?! Maybe useful
{{ range .Pages }}
{{ if and (eq .Type "note") (not .Draft) }}
- {{ .Title }}
{{ end }}
{{ end }}
{{ end }}