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 ‘Power User’ Category

I Built a Commodore 64 Laptop That Never Existed (PI + EMULATION) – The Portable 64 Concept Design – YouTube

Posted by jpluimers on 2026/05/06

Cool to see what 3D printing plus a Raspberry Pi emulating a C64 can do [Wayback/Archive] I Built a Commodore 64 Laptop That Never Existed (PI + EMULATION) – The Portable 64 Concept Design – YouTube.

The Portable 64 with an original Commodore 64 joystick

The Portable 64 with an original Commodore 64 joystick

However, published in December 2025 after Commodore had been resurrected from the C= brands, it would have been way cooler if was based on new Commodore 64 Ultimate hardware.

Maybe someone will do such a portable computer based on that hardware, or even better that it becomes available at [Wayback/Archive] Home | Commodore.

--jeroen

Posted in 3D printing, 6502, C64, Commodore, Development, Hardware Development, History, Power User, Retrocomputing | Leave a Comment »

bash script for $* loop accept command line with spaces in wildcard file names at DuckDuckGo

Posted by jpluimers on 2026/05/05

Back when I wanted a more universal solution [Wayback/Archive] bash script for $* loop accept command line with spaces in wildcard file names at DuckDuckGo I got into a mess of tips that either did not work at all, or were very convoluted.

As back then I only needed a one-time solution, I just listed the filenames with ls into a text file, did some sed and editing steps, then had each file execute in a separate step. Low tech, non-repeatable when new files appeared, but good enough.

In case I want to go for a more universal solution, below are some links to investigate further. Will likely take me hours, so most of the time this is not worth it. Maybe the subshell plus $IFS (Input Field Separators) is a good start, though it gives me a feeling that in the future it will break something else that was expecting a default $IFS value, as is using while read loop. Both types of solutions feel too convoluted. Same for the array solution below.

I might have just been spoiled with PowerShell piping objects instead of strings having made life so much easier.

Read the rest of this entry »

Posted in *nix, *nix-tools, ash/dash, bash, bash, Development, Power User, Scripting, Software Development | Leave a Comment »

A retro font: Glass TTY VT220

Posted by jpluimers on 2026/05/04

Via [Wayback/Archive] Der Kneisner M100 – oder das “once in a lifetime project” | Computermuseum Visselhövede, about an IMSAI 8080 clone, I bumped into the VT220 based Glass TTY VT220 font and found some links of it and it’s modifications which are listed below by category

Read the rest of this entry »

Posted in 8080, Development, Font, History, JavaScript/ECMAScript, LifeHacker, Power User, Retrocomputing, Scripting, Software Development | Tagged: , , , | Leave a Comment »

Arjen Lentz Crystal Ball Vulnerability Prediction: A Wizard’s Guide to Foreseeing the Unseen: NLUUG voorjaarsconferentie, 7 mei 2026, Arjen Lentz over de echte root cause van veel CVE’s en hoe die te fixen

Posted by jpluimers on 2026/05/04

Ook vandaag even een herinnering aan de NLUUG voorjaarsconferentie 2026 van (komende) donderdag 7 2026 mei in het Van der Valk Hotel Utrecht¹.

Deze keer omdat een goede vriend van me daar spreekt. Arjen Lentz heeft het over A Wizard’s Guide to Foreseeing the Unseen.

Dat klinkt misschien vaag, het concrete resultaat is dat je met analyse van CVE’s veel te weten komt over hun echte root cause. Die blijkt verrassend voorspelbaar, is fixbaar, en kennis daarover is niet alleen nuttig voor adversaries. Het kan jou namelijk helpen bij de development en selectie van wat je zelf gebruikt.

Het volledige programma staat hieronder², eerst de aankondiging van [Wayback/Archive] L⭕️rd Quux RCX CCX: “Over een week is het zover! De enige NLUUG conferentie van 2026. …” – Mastodon

Read the rest of this entry »

Posted in Blue team, Development, DVCS - Distributed Version Control, git, Infosec (Information Security), Power User, Red team, Security, Software Development, Source Code Management, Systems Architecture | 1 Comment »

Ventoy: an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.

Posted by jpluimers on 2026/05/01

When undergoing cancer treatment, I missed the launch of [Wayback/Archive] Ventoy:

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
You can copy many files at a time and ventoy will give you a boot menu to select them.

Source code: [Wayback/Archive] GitHub – ventoy/Ventoy: A new bootable USB solution. (2020 new, that is, but for me it was actually new)

Wikipedia: Ventoy – Wikipedia

Note there is also [Wayback/Archive] iVentoy, which is a PXE boot tool, but only partially open source and if used commercially you need a license. See:

Read the rest of this entry »

Posted in Boot, Hardware, KVM keyboard/video/mouse, LifeHacker, Power User | Leave a Comment »

Dit artikel werd mede mogelijk gemaakt door Google, Apple en Amazon. Die afhankelijkheid gaan we nu afbouwen – De Correspondent

Posted by jpluimers on 2026/05/01

Vooruitgang: [Wayback/Archive] Dit artikel werd mede mogelijk gemaakt door Google, Apple en Amazon. Die afhankelijkheid gaan we nu afbouwen – De Correspondent

--jeroen

PS: te laat gepubliceerd, want “Missed Schedule” omdat WordPress.com een beperking van 100 geplande artikelen in de wachtrij heeft. Een probleem dat ze al sinds 2012 niet opgelost hebben.

Posted in Amazon S3, Amazon.com/.de/.fr/.uk/..., Apple, AWS Amazon Web Services, Cloud, Cloud Apps, GCP Google Cloud Platform, Infrastructure, Internet, Missed Schedule, Power User, SocialMedia, WordPress | Leave a Comment »

Some Twitter internals after I found GitHub – offish/twitter-broadcast-downloader: Download Twitter broadcasts/lives

Posted by jpluimers on 2026/04/30

Found this while trying to find the source from which I constructed this Bookmarklet which from a Tweet URL returns the JSON metadata which has all the links to media (like images and videos) as it failed for broadcasts:

javascript:{ tweetID = document.location.href.split('/').filter(e => e).slice(-1); url = new URL(`https://cdn.syndication.twimg.com/tweet-result?id=${tweetID}&token=!`); open(url); }

I could not find that back, but did find [Wayback/Archive] GitHub – offish/twitter-broadcast-downloader: Download Twitter broadcasts/lives via these query steps:

Read the rest of this entry »

Posted in Bookmarklet, Development, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Browsers | Leave a Comment »

13 Things No One Tells You About 3D Printing as a Beginner – YouTube

Posted by jpluimers on 2026/04/28

[Wayback/Archive] 13 Things No One Tells You About 3D Printing as a Beginner – YouTube only had a numbered index, so I commented the context index:

Read the rest of this entry »

Posted in 3D printing, CSS, Development, HTML, LifeHacker, Power User, Software Development, Web Development | Leave a Comment »

Analog Audio over Cat 5/6/7 – Building your own panels – YouTube

Posted by jpluimers on 2026/04/27

Interesting blog post on patch panels for audio with XLR connectors and ethernet over twisted pair (best to use shielded cable): [Wayback/Archive] Analog Audio over Cat 5/6/7 – Building your own panels – YouTube.

--jeroen

Posted in 19-inch rack, Appliances, Audio, Ethernet, Hardware, Home Audio/Video, LifeHacker, Media, Network-and-equipment, Power User | Leave a Comment »

Watering plants; nice Dutch thread with lots of useful tips

Posted by jpluimers on 2026/04/27

Interesting Dutch thread on watering plants: it’s not so easy, but the tips in the tread help:

[Archive.is] Jason 🚀 on Twitter: “Hoe weet je hoeveel en wanneer je plant water nodig heeft?”

General guidance:

–jeroen

Read the rest of this entry »

Posted in LifeHacker, Power User | Leave a Comment »