RIP Alex Mills

I have been using the SyntaxHighlighter Evolved WordPress plugin by Alex Mills for several years. Today I wanted to look up something on the plugin's homepage and was wondering why there are so many spam comments. Turned out that Alex passed away 4 years ago. He died of Leukemia. I didn't know Alex but it's … Continue reading RIP Alex Mills

Syncing a remote SVN repository to the local file system under Windows

I had some bad experience with the hosted SVN repositories of my open source projects (first with SourceForge, now with OSDN) so I decided to sync all of them to a local, read only copy on my hard drive. In the worst case that will keep the history even if the hosting service goes down … Continue reading Syncing a remote SVN repository to the local file system under Windows

When the WordPress ActivtyPub plugin does not work for your site

I added the ActivityPub plugin to my WordPress installation a while ago and was wondering why it didn't seem to work. Today I discovered an ActivtyPub warning on the Site Health Status page saying ... Your WebFinger endpoint https://blog.dummzeuch.de/.well-known/webfinger?resource=acct:dummzeuch@blog.dummzeuch.de does not return valid JSON for application/jrd+json. ... that suspiciously sounded like it might be the … Continue reading When the WordPress ActivtyPub plugin does not work for your site

When showing a hint causes an Access Violation

I have just updated my last blog post regarding another effect of the Screen object caching the monitor configuration: Displaying a hint (via standard Delphi VCL functionality) causes an access violation. The solution is again to access the form's monitor property. Unfortunately, it's not that simple, as there is no user action that causes the … Continue reading When showing a hint causes an Access Violation