nidhogg:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
42 cd
34 ls
10 grep
8 make
5 svn
5 ./ftqviz.py
4 p9
4 ./ldapstaff
4 export
4 du
Hmm, cd, ls, grep, make, then yesterday I was fiddling with svn for a while, trying to get hold of the source for something interesting. The pything was analysing some numbers from a system performance utility, p9 invokes the rc shell of plan9ports. Then right down at number 8 we get to an LDAP wrapper script I use for work-related porpoises!
Adrian Tritschler's stuff
My website, an agglomerative mess, probably half-eaten by a grue
Vanity site? Technology experiment? Learning tool? Blog? Journal? Diary? Photo album? I could tell you, but then I’d have to kill you…
I experiment. I play. I write and I take pictures. Some of the site is organised around topics, other parts are organized by date, then there’s always the cross-references between them.
Its all been here a fairly long time. Like the papers on my desk, or the books on the bedside table, the pile just grew… and it all grew without much plan or structure. I try not to break URLs, so historical oddities abound.
Long ago it started as a learning experiment with a few static HTML pages, then I added a bit of server-side includes and some very ugly PHP. A hand-built journal/blog on top of that PHP, then a few experiments in moving to various static publishing systems. I’ve never wanted a database-based blogging engine, so over the years I’ve tried PHP, nanoblogger, emacs-muse, silkpage and docbook before settling on Emacs Org mode for writing and jekyll for publishing. But the itch remained… I never really liked jekyll and the ruby underneath always seemed so much black magic. So now the latest incarnation is Org mode and hugo.