The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for 2025

Figuring out the version of a GitLab instance

Posted by jpluimers on 2025/08/05

The easiest way to figure out the version number of a GitLab instance is to browse to the /help bage.

But be aware the version number only shows when you are signed in.

At the time of writing [Wayback/Archive] Help · GitLab (gitlab.com/help) showed this:

GitLab Enterprise Edition 15.7.0-pre ff1158094d6

The link showed [Wayback/Archive] Commits · ff1158094d6 · GitLab.org / GitLab · GitLab.

When nog logged on, the help page showed this:

GitLab Enterprise Edition

Via [Wayback/Archive] Markdown rendering of double indented lists fails (#33471) · Issues · GitLab.org / GitLab FOSS · GitLab.

Confirmed by [Wayback/Archive] How to check the version of GitLab? – Stack Overflow (thanks [Wayback/Archive] Maxim).

–jeroen

Posted in Development, DVCS - Distributed Version Control, git, GitLab, Software Development, Source Code Management | Leave a Comment »

BMW E61 rear light water fix damage – YouTube

Posted by jpluimers on 2025/08/04

One of my BMW E61 rear light fixtures leaked: [Wayback/Archive] BMW E61 rear light water fix damage – YouTube

[Wayback/Archive] Tail Light Leak…? | BMW M5 Forum and M6 Forums

Personally I’d start with new gaskets.

In my case, it was the light fixture itself leaking, not the gaskets, so either the work in the video is needed, or a second hand tail light.

Queries:

--jeroen

Read the rest of this entry »

Posted in cars, E61 530xd touring, LifeHacker, Power User | Leave a Comment »

Windows: editing the RLU list of vncviewer.exe

Posted by jpluimers on 2025/08/04

Every now and then you make a typo when accessing remote systems through UltraVNC  vncviewer.exe (I did the worst: thinking I had hit Enter to select the most recent connection, but typing a password instead).

I could not find settings in the registry, nor a vncviewer.ini file, so I used Process Monitor and filtered all events for the most recently started vncviewer.exe to figure out where it would store configuration files.

Read the rest of this entry »

Posted in *nix, *nix-tools, Power User, VNC/Virtual_Network_Computing, Windows, Windows 10, Windows 11, Windows 7, Windows 8, Windows 8.1 | Leave a Comment »

WHY2025 Badge Case by Dynom | Download free STL model | Printables.com

Posted by jpluimers on 2025/08/02

If you are going to WHY2025, then you get an awesome badge.

Since the specs have been out for a while, now it’s time to find and 3D-print an enclosure for it.

A good start is this one:

https://www.printables.com/model/1372316-why2025-badge-case

jeroen

Related Blog post:

Posted in Uncategorized | Leave a Comment »

Weigering monument te schrappen uit register toch appellabel besluit, ondanks ambtshalve bevoegdheid – Wieringa Advocaten

Posted by jpluimers on 2025/08/01

[Wayback/Archive] Weigering monument te schrappen uit register toch appellabel besluit, ondanks ambtshalve bevoegdheid – Wieringa Advocaten

De Afdeling vernietigt de uitspraak van de rechtbank en overweegt hiertoe als volgt. Volgens de Afdeling volgt uit de systematiek van de Awb dat indien een ambtshalve beslissing om het register te wijzigen een beschikking is, het verzoek van een belanghebbende om een zodanige beschikking te nemen een aanvraag is in de zin van artikel 1:3 van de Awb. De afwijzing van de aanvraag is hiermee ook een beschikking. De ambtshalve wijziging van het Rijksmonumentenregister is een ambtshalve besluit waartegen wel kan worden opgekomen bij de bestuursrechter. Als de afwijzing van een verzoek tot wijziging niet wordt aangemerkt als een besluit op een aanvraag, dan staat tegen de weigering alleen de gang naar de burgerlijke rechter open. Dit vindt de Afdeling onwenselijk.

--jeroen

Posted in LifeHacker, Power User | Leave a Comment »

note to self: figure out which browser to use for MV2 (Manifest Version 2) plugins and how to (re)install them

Posted by jpluimers on 2025/08/01

Edit 20250802:

Migrating from Chrome to Edge was way easier than anticipated: it imported my account, bookmarks and my extensions automagically. With one exception (uBlock Origin), most of them were enabled too, apart from a few that Edge needed extra permission confirmation for and the ones that Chrome had disabled. All of these could be enabled/installed after installing uBlock Origin manually.

Then I had go to through the tedious process of re-signing in various accounts (like mail, blogging, social media, etc).

These things did not import automatically and needed manual adjustment:

Read the rest of this entry »

Posted in Chrome, Chromium, Edge, Power User, Web Browsers | Leave a Comment »

Some notes on testing locally modified chocolatey packages

Posted by jpluimers on 2025/08/01

A few notes after I helped updating [Wayback/Archive] Chocolatey Software | SetACL (Portable) 3.0.6.0 to version 3.1.2.0 and [Wayback/Archive] Updates glab from 1.22.0 to 1.24.1; fixes #2 by jpluimers · Pull Request #3 · corbob/ChocoPackages.

As the burden on maintainers (not just Chocolatey ones) is high, not all packages get updated soon after new underlying software versions arrive.

Which means the maintainers are often very happy when an occasional user helps and preferably sends in a pull request.

That brings me to the an important point IN DOCUMENTATION DO NOT LIMIT EXAMPELS TO ONLY ABBREVIATED PARAMETERS OR VERBS as that scares away occasional and novice users of your software.

Chocolatey documentation is no exception on this, hence this blog post meant for people other than maintaining chocolatey packages on a day to day base.

Read the rest of this entry »

Posted in CertUtil, Chocolatey, CommandLine, Conference Topics, Conferences, Development, Event, Power User, PowerShell, PowerShell, Scripting, Software Development, Windows | Tagged: , , , , | Leave a Comment »

command line – Why does a cURL request return a percent sign (%) with every request in ZSH? – Stack Overflow

Posted by jpluimers on 2025/07/31

I try to stay on the default shells of environments as much as possible, especially as that makes life easier when needing to work on an non-customised system.

Apple switched back from an ancient latest GPLv2 version 3.2 of bash (they regard newer GPLv3 as toxic to their revenue stream¹), introduced MIT-license based zsh and introduced a bash nag screen a few years ago forcing users to switch. Suppressing that message reliably is trickier than you might think².

After so many years of bash, I still stumble over things that zsh does differently: [Wayback/Archive] command line – Why does a cURL request return a percent sign (%) with every request in ZSH? – Stack Overflow (thanks [Wayback/Archive] Travis and [Wayback/Archive] zaTricky) is a “feature” with a simple workaround for cURL:

This is a zsh feature that prints a percent-and-newline after a command completes if that command does not already include a newline at the end of its output. If zsh did not do this, you would either not ever notice the fact that the command didn’t print a newline – or you’d see zsh’s command prompt not start on the margin and think it was a bug in zsh.

$ curl http://api.macvendors.com/0015c7   
Cisco Systems, Inc%     
$ curl -w '\n' http://api.macvendors.com/0015c7
Cisco Systems, Inc

Since the above example now writes a redirect messages (good bye HTTP, welcome HTTPS), and I very much dislike short command-line parameters, here is version with the long form of the [Wayback/Archive] curl -w or --write-out parameter :

Read the rest of this entry »

Posted in *nix, *nix-tools, Apple, bash, bash, Development, Mac OS X / OS X / MacOS, macOS 14 Sonoma, macOS 15 Sequoia, Power User, Scripting, Software Development, zsh | Leave a Comment »

Kevlin Henney on “configuration is code” in his essay “Out of Control. An essay on paradigms, refactoring…”

Posted by jpluimers on 2025/07/31

For my link archive [Wayback/Archive] Out of Control. An essay on paradigms, refactoring… | by Kevlin Henney | Dec, 2020 | Medium.

Neither because Kevlin describes how to refactor a basic algorithm to convert Roman numerals into Hindu-Arabic numerals (in part by using the fact that an if statement can be considered a bounded case of a while loop), nor because he splits the resulting algorithm in coded data and coded statements, or because he mentions the [Wayback/Archive] Gilded Rose Kata but because well, you should just read it in full.

Remember though: Read the rest of this entry »

Posted in Configuration Management, Development, DevOps, Power User, Python, Scripting, Software Development | Leave a Comment »

Not just for Delphi, but any environment: Why You Should Use NowUTC Instead of Now in Delphi: A Quick Guide

Posted by jpluimers on 2025/07/30

The video is from a while back, but very relevant and shows in Delphi what I have been advocating to software developers for a very long time:

  • when timestamping use UTC
  • when storing the timestamp store both the UTC timestamp and optionally the UTC timezone/offset and optionally daylight saving indicator of the region it was recorded from

This holds for any environment, so .NET / C#, Python, Delphi and many others as well:

Read the rest of this entry »

Posted in Conferences, Delphi, Development, EKON, Event | Leave a Comment »