Stefan’s Blog¶
Exporting redmine wiki pages
I wanted to export all wiki pages of a redmine project as plain text (the original textile code) with a small yaml header:
GNAT BUG on access procedure parameter in protected type entry
I already mentioned that i don’t like Ada, but I didn’t expect to hit something like this:
Debugging Ada exceptions
Each time i have to code in Ada i just hate the language… it makes “clean” coding a pain in the ass (easy workarounds would include using pointers everywhere).
DKIM fails at Content-Transfer-Encoding
DomainKeys Identified Mail (DKIM) is used to prevent people from sending spam mails with “from” mail addresses from your domain; you announce with DNS records that you sign all your mails with a RSA key, and everyone can check whether mails have been really sent by you.