@dummzeuch

86 Followers
15 Following
1.2K Posts
When a clown moves into a palace, he doesn't become a king. The palace becomes a circus.

Sonnenuntergang über dem großen Hafen in Wilhelmshaven

#Sonnenuntergang #Abendstimmung #Wilhelmshaven #whv

Und so fing es an

Ich habe schon lange keinen Sonnenuntergang über dem großen Hafen in Wilhelmshaven mehr gepostet. ;-)

#Sonnenuntergang #Abendstimmung #Wilhelmshaven #whv

Dimming the charging LED on the Motorola G7 Power (LineageOS)
AI;DR – This blog post was mostly generated by Claude (via Claude Code), as was the script which is described here. If you don’t want to read “AI slop”, stop reading now. One small thing about my Motorola G7 Power (codename ocean) had been bugging me ever since I put LineageOS on it: the little LED that lights up while the phone is charging glows in a harsh, bright whit
https://blog.dummzeuch.de/2026/05/30/dimming-the-charging-led-on-the-motorola-g7-power-lineageos/
#AI;DR
Dimming the charging LED on the Motorola G7 Power (LineageOS)

AI;DR – This blog post was mostly generated by Claude (via Claude Code), as was the script which is described here. If you don’t want to read “AI slop”, stop reading now. On…

twm's blog

Ich kann mich echt nicht entscheiden, welches Foto ich posten soll... Sonnenuntergang über dem großen Hafen in Wilhelmshaven.

#Sonnenuntergang #wilhelmshaven #whv #abendstimmung

Delphi VCL: Owner drawing a TStringGrid
Embarcadero has broken owner drawing of TStringGrid several times. To get the text positioned correctly you need version-specific X and Y offsets. Here is the case statement GExperts uses (from GX_StringGridDrawFix.pas): procedure DetermineTextOffsets(_Focused: Boolean; out _XOffset, _YOffset: Integer); begin case GetBorlandIdeVersion of ideD600..ideRSXE1U1: begin // Versions before XE2 wor
https://blog.dummzeuch.de/2026/05/28/delphi-vcl-owner-drawing-a-tstringgrid/
#Delphi
Delphi VCL: Owner drawing a TStringGrid

Embarcadero has broken owner drawing of TStringGrid several times. To get the text positioned correctly you need version-specific X and Y offsets. Here is the case statement GExperts uses (from GX_…

twm's blog
Delphi desktop settings revisited
I blogged about how and where Delphi stores the desktop settings before. Back then I described the values as percentages of “the monitor” without being precise about which monitor and exactly which area. Since then I have nailed down the details. This applies to at least Delphi 12. The “percentage” values given in the file, like this … [Main Window] Left=-25271 Top=-6205 Width=12089 Height=18462
https://blog.dummzeuch.de/2026/05/27/delphi-desktop-settings-revisited/
#Delphi