Quick Tip: get the large clock in iOS 26
Thursday, September 11, 2025 at 12:02 PM UTC
Ever wondered how to get the large clock on your lock screen with the new iOS 26? Well, I did, too - but found it!
For me, in all cases my lock screens didn't offer me a resize handle or similar to customize the height of the clock, like this:
The reason was the font I chose which in that screenshot is the 2nd in the list - I like the rounded edges more than the default one, but this [...]
Quick Tip: Windows Auto Login
Friday, September 5, 2025 at 6:02 PM UTC
I am not posting a lot about tweaking Windows, so please appreciate this one
When I have to use Windows I only use it in a VM on my Mac with Parallels Desktop. These machines are just tools to develop with HCL software, so security is something I care less in this setting. I wondered if it's possible to login automatically to the Windows VM - and actually it is.
Open the Registry E [...]
Tiny editor, huge problems
Tuesday, August 19, 2025 at 7:50 AM UTC
During the transition of various apps to be fit for 14.5 we very soon encountered a problem with the newly integrated TinyMCE editor which replaces the old CKEditor for richtext controls on Xpages.
To reproduce create a new XPage and paste this code:
<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">
  [...]
Quick Tip: Fix "JVMCFRE113 unexpected EOF" error
Friday, July 11, 2025 at 8:30 AM UTC
After some days I revisited a project I have been working on for ages, and for some reasons it welcomed me with this error:
javax.faces.el.EvaluationException: java.lang.ClassFormatError: JVMCFRE113 unexpected EOF; class=de/mekos/MekosUtils, offset=0
at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:184)
at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:134 [...]
Farewell, old Lady
Wednesday, May 28, 2025 at 8:34 PM UTC
I am not at all into cars, but today I had to say "farewell" to my old lady I spent the last 15 years with until the TÜV us do part (TÜV = technical check department).
It happened last week. I checked out a new (used) car then, bought it and today acquired it finally and here it is. Again, a Czech car which I am very satisfied with again. The Octavia is the most popular [...]
Quick Tip: Domino container in your timezone
Wednesday, April 16, 2025 at 8:12 AM UTC
Since I always forget about the timezone settings when spinning up Domino in a container, I just wanted to document it here for my own records. The key here is to provide an environment setting directly when issuing the run command. For me this would be the Central European timezone like so:
docker run -d --name domdev -v /local/notesdata:/local/notesdata --hostname domdev.local --cap-add=SYS_P [...]