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,839 other subscribers

Archive for the ‘Development’ Category

Post by @lookitup.baby (Ian Coldwater) — Bluesky on recharge being part of your work

Posted by jpluimers on 2026/06/11

[Wayback/Archive] Post by @lookitup.baby (Ian Coldwater) — Bluesky on recharge being part of your work

I paid my therapist a zillion dollars to tell me this, so I’m passing it on to anyone else in MN who needs to hear it:

Think of taking time away to recharge not as not doing the work, but as doing quality control for the work. You’re not going to be able to show up to do it well if you’re depleted

The replies add a few other useful tips. Be sure to read the thread on BSKY.

A few days later, this Dutch post basically stated it in a different way:

Read the rest of this entry »

Posted in Awareness, Development, LifeHacker, Power User | Tagged: | Leave a Comment »

USB-SD-Mux: mux a micro SD to device under test and a PC

Posted by jpluimers on 2026/06/11

[Wayback/Archive] USB-SD-Mux with drivers written in Python at [Wayback/Archive] linux-automation/usbsdmux: USB-SD-Mux Project – Driver and Documentation and documentation at [Wayback/Archive] USB-SD-Mux Manual — usb-sd-mux-M01-R10-V01.

  1. Shape of an Micro-SD Card: Is plugged into the Micro-SD-Card socket of a DUT.
  2. LEDs indicate the status
  3. Micro-SD-Card slot: Insert the micro-SD-Card here.
  4. Micro-USB port: Conntects the USB-SD-Mux to a host PC via an USB-Cable.

Read the rest of this entry »

Posted in Arduino, Development, Hardware Development, Raspberry Pi, Software Development | Leave a Comment »

Don’t outsource the problem solving – YouTube

Posted by jpluimers on 2026/06/10

The ever returning problem I have seen over the last 40 years: [Wayback/Archive] Don’t outsource the problem solving – YouTube

--jeroen

Read the rest of this entry »

Posted in Development, Hardware Development, Software Development | Leave a Comment »

PowerShell script useful for playing back in Cartrain CP7##BMW devices (currently CP700BMW, CP730BMW, CP740BMW) as these play back in the order in which directories and files have been created.

Posted by jpluimers on 2026/06/10

[Wayback/Archive] This is useful for playing back in Cartrain CP7##BMW devices (currently CP700BMW, CP730BMW, CP740BMW) as these play back in the order in which directories and files have been created. which is related to Elektronik-Idee – CP740BMW – USB wireless MP3 Player (with Bluetooth and Audio/Video in support) and fully PowerShell 2.0 compatible:

Script to recursively copy directories in alphabetical order from source-base-directory to destination-base-directory
while adding an intermediate directory with a single uppercase letter in destination-base-directory for 
each set of directories under source-base-directory starting with that letter.

This is useful for playing back in Cartrain CP7##BMW devices (currently CP700BMW, CP730BMW, CP740BMW)
as these play back in the order in which directories and files have been created, as per:

- https://www.cartain.de/downloads/cp740bmw/CP740BMW-OM.pdf

  Unterordner sind hervorragend geeignet um Musik besser zu organisieren. Dateinamen und Unterverzeichnis sind in der Reihenfolge gleichgestellt. Die Wiedergabe der Titel in sämtlichen Unterordnern erfolgt der Reihe nach wie sie auf den USB Stick kopiert wurde

- https://www.cartain.de/downloads/cp740bmw/CP740BMW-OM-EN.pdf

  Sub folders are a good possibility to organize your music collection. The order of playback is the same order you copied the files onto the card.

- https://www.cartain.de/downloads/cp730bmw/CP730BMW-OM.pdf
- https://www.cartain.de/downloads/cp730bmw/CP730BMW-OM-EN.pdf

–jeroen

Read the rest of this entry »

Posted in .NET, CommandLine, Development, PowerShell, PowerShell, Scripting, Software Development, Windows Development | Leave a Comment »

The manufacturer of 18650 lithium-ion battery cells matters a lot: The Lumafield Battery Quality Report

Posted by jpluimers on 2026/06/09

A very important report from September 2025 for users of 18650 lithium-ion battery cells: [Wayback/Archive] The Lumafield Battery Quality Report.

Summary:

… beneath the surface, a hidden world of quality control issues and dangerous counterfeits puts consumers and manufacturers at risk.

Our automated analysis focused on key indicators of cell safety and quality, including anode overhang (AOH) and edge alignment, two critical factors that directly impact battery performance and safety.

Flawed anq quality battery cells:

Read the rest of this entry »

Posted in 18650, Batteries, Development, Hardware, Hardware Development, Li-Ion, Power User | Leave a Comment »

Henriëtte Klijnstra: banks use spaces as Mojibake replacements.

Posted by jpluimers on 2026/06/09

Henriëtte Klijnstra got a new bank card in the name of “HENRI TTE KLIJNSTRA”, a Mojibake so bad that [Wayback/Archive] ftfy – fix unicode that’s broken in various ways cannot fix it.

[Wayback/Archive] Henriëtte Klijnstra on Twitter: “Ik moet dit nog checken bij founder @JornReuvers, maar misschien is dit toch wel het topstuk tot nu toe in de geschiedenis van #givetremasachance Congrats voor @Openbank en @bancosantander voor dit kunststukje op m’n nieuwe pinpas”.

Read the rest of this entry »

Posted in Development, Encoding, ftfy, Mojibake, Software Development, Unicode | Leave a Comment »

MacOS: change brightness of external monitor (via DuckDuckGo)

Posted by jpluimers on 2026/06/04

Seems this is not an easily accessible built-in feature of MacOS: [Wayback/Archive] macos change brightness of external monitor at DuckDuckGo

Basically there seem to be two apps that are most popular:

  • Lunar
  • MonitorControl

Lunar is free, but has a fee for some features. MonitorControl is free derived from Lunar, but has less features than the paid Lunar license has and is less often updated.

Both have been developed in Swift and are on GitHub:

Read the rest of this entry »

Posted in Apple, Development, Mac OS X / OS X / MacOS, Power User, Software Development, Swift | Leave a Comment »

Effective Java, 3rd Edition [Book]

Posted by jpluimers on 2026/06/04

Hopefully by now a 4th edition is available: [Wayback/Archive] Effective Java, 3rd Edition [Book].

Since I do not program in Java often, the above book is indispensable.

Read this review why as he much better phrases the reasons than I can: [Wayback/Archive] Effective Java by Joshua Bloch — A Must Read Book for Java Developers | by javinpaul | Javarevisited | Medium.

For Java versions 9 and up, read his recommendations here: [Wayback/Archive] Top 7 Courses to Learn New Features of Java 8 to Java 17 in 2023 | by javinpaul | Javarevisited | Medium.

Query: [Wayback/Archive] effective java – Google Search

Buy: [Wayback/Archive] Effective Java : Bloch, Joshua: Amazon.de: Books

–jeroen

Posted in Development, Java, Java Platform, Software Development | Leave a Comment »

Show HN: Live-updating version of the ‘What a week, huh?’ meme | Hacker News

Posted by jpluimers on 2026/06/03

[Wayback/Archive] Show HN: Live-updating version of the ‘What a week, huh?’ meme | Hacker News

As a fun evening project, I made a live-updating version of the ‘What a week, huh?’ meme (based on a panel from The Adventures of Tintin comics [1]).

There’s a page for every timeframe:

Current time is determined by a Cloudflare Worker using the request IP (not logged or stored). No JavaScript is sent to the browser.
[1] https://knowyourmeme.com/memes/what-a-week-huh

It was easy to edit the HTML to change the message and CSS for the text dimensions, see the image on the right.

MacOS users will likely recognise the font as it is the Marker Felt font which is included by default on MacOS.

And it would be cool to alter the speech bubbles to be more like the ones Hergé used, see this comment:

Read the rest of this entry »

Posted in CSS, Development, Fun, HTML, Meme, Power User, Software Development, Web Development | Leave a Comment »

Osmo-fl2k – osmo-fl2k – Open Source Mobile Communications

Posted by jpluimers on 2026/06/03

Interesting, but be aware that using it outside a shielded environment likekly is illegal: [Wayback/Archive] Osmo-fl2k – osmo-fl2k – Open Source Mobile Communications

  • osmo-fl2k allows to use USB 3.0 to VGA adapters based on the Fresco Logic FL2000 chip, which are available for around $5, as general purpose DACs and SDR transmitter generating a continuous stream of samples by avoiding the HSYNC and VSYNC blanking intervals.

  • Operating a transmitter with the unfiltered FL2000 DAC output attached to an antenna outside a RF shielding chamber is dangerous. Don’t do it!

Related/via

Read the rest of this entry »

Posted in Development, Hardware Development, Infosec (Information Security), Pen Testing, Power User, Red team, Security | Leave a Comment »