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

Mac traag, waterschade of kapot? Binnen 2-6 uur gerepareerd

Posted by jpluimers on 2026/02/02

[Wayback/Archive] Mac traag, waterschade of kapot? Binnen 2-6 uur gerepareerd

Macleasy BV is een sociaal & duurzaam Mac Reparatie bedrijf uit Utrecht.Jongvolwassenen & MBO-studenten binnen het autisme spectrum repareren op een snelle, vakkundige & duurzame manier Apple MacBooks & iMacs die oud, traag, gecrasht, kapot of waterschade hebben.Door het op een sociale & duurzame manier te laten repareren gaat je Mac 2-7 jaar langer mee, bespaar je tijd, geld, het milieu en creëer je werkgelegenheid.

Via [Wayback/Archive] Dinsdale. – D💉ane ديانا дiане Blijf thuis ⭕️🇺🇦 on Twitter: “@RickvanSoest @RenskeRH Ik heb dit nooit gedaan maar weet sinds kort van een bedrijfje in Utrecht dat oude macs repareert. “.

–jeroen

Posted in Apple, iMac, Mac, MacBook, Power User | Leave a Comment »

freebsd – Expanding the disk size on pfsense under VMWare ESXi – Unix & Linux Stack Exchange

Posted by jpluimers on 2026/01/30

It’s a tricky process, but I might need this in the future:

–jeroen

Posted in Hardware, Network-and-equipment, pfSense, Power User, routers, Virtualization, VMware, VMware ESXi | Leave a Comment »

Naming Files and Directories the Right Way – YouTube

Posted by jpluimers on 2026/01/29

I totally agree with the first comment of [Wayback/Archive] Naming Files and Directories the Right Way – YouTube as it holds not just for file management, but for naming anything including software development:

I’ve watched many videos on file management, but this one explains naming very clearly.
  1. 0:31 Rule 1: No Spaces
  2. 2:40 Rule 2: Avoid Special Characters
  3. 3:43 Rule 3: Be Descriptively Concise
  4. 4:24 Rule 4: Case Sensitivity
  5. 5:00 Rule 5: Dates and Sorting
  6. 6:40 Rule 6: Be Consistent!

--jeroen

Posted in *nix, Apple, BSD, Development, Linux, Mac OS X / OS X / MacOS, Power User, Software Development, Windows | Leave a Comment »

JavaScript unit testing in the browser without Node.js: Getting Started | QUnit

Posted by jpluimers on 2026/01/29

A cool way to unit-test JavaScript code on the browser side is [Wayback/Archive] Getting Started | QUnit:

To get started with QUnit in the browser, create a simple HTML file called test.html and include the following markup:

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test Suite</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.19.4.css">
<body>
  <div id="qunit"></div>
  <div id="qunit-fixture"></div>
  <script src="https://code.jquery.com/qunit/qunit-2.19.4.js"></script>
</body>

That’s all the markup you need to start writing tests. Note that this loads the library from the jQuery CDN.

I was so glad to find QUnit via the below links as I unconsciously wanted such a thing for a very very long time.

You can either run it locally or remotely or from the jQuery CDN as both it

  • is a Node.js module so the source files are all available on the jQuery CDN
  • it does not require the Node.js to load so it can run from any location you want (that CDN, locally or another on-line location)

Read the rest of this entry »

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

vmstan/gravity-sync: 💫 The easy way to synchronize the DNS configuration of two Pi-hole 5.x instances.

Posted by jpluimers on 2026/01/28

Interesting: [Wayback/Archive] vmstan/gravity-sync: 💫 The easy way to synchronize the DNS configuration of two Pi-hole 5.x instances.

Reasoning: [Wayback/Archive] Frequent Questions: Why two Pi-hole? · vmstan/gravity-sync Wiki

Via:

–jeroen

Posted in *nix, *nix-tools, bash, bash, Development, DNS, Hardware Development, Internet, Power User, Raspberry Pi, Scripting, Software Development | Leave a Comment »

Bookmarklet for Archive.is to navigate to the canonical link with the “redirected from” instead of “saved from”

Posted by jpluimers on 2026/01/27

This is a follow-up on Bookmarklet for Archive.is to navigate to the canonical link which can be accessed from multiple URLs, some through redirection:

You can see the difference in these archived links (the navivate was a typo that I only spotted after the original blog post got published):

I wanted a Bookmarklet to find the last link; the one in the referenced blog post didn’t.

Read the rest of this entry »

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

This is chillingly scary: Genetic Data From Over 20,000 U.S. Children Misused for ‘Race Science’ – The New York Times

Posted by jpluimers on 2026/01/26

I’m speechless: [Wayback/Archive] https://archive.is/2026.01.24-201053/https://www.nytimes.com/2026/01/24/us/children-genetics-race-science.html

Via [Wayback/Archive] Kevin Bird on Skyview: An excellent, bone-chilling story about a cadre of online racists who stole genetic data from studies on children so they could make specious arguments for the innate inferiority of non-white people, it’s embrace by Elon Musk/twitter & how the Trump administration might make it easier to do again.

Starting skeet for which you need a BSKY account: Post by @stairwaytokevin.bsky.social — Bluesky

--jeroen

Posted in Awareness, LifeHacker, Power User, Pseudoscience Bollocks, science | Leave a Comment »

SearX: a privacy-respecting, open metasearch engine

Posted by jpluimers on 2026/01/26

Experimenting with [Wayback/Archive] SearX: a privacy-respecting, open metasearch engine

Links (including repository):

Read the rest of this entry »

Posted in Bing, DuckDuckGo, Internet, Power User, SearchEngines, SearX, Seeks | Leave a Comment »

Some notes on remote desktop access to MacOS

Posted by jpluimers on 2026/01/23

Reminder: only do this over a trusted network (use VPN!)

Apple uses very different terminology than Microsoft, and even they went from Microsoft Terminal Services (and its client mstsc.exe) via Remote Desktop Services (often abbreviated to RDP) and since 2024 – from non-Windows clients – “Windows App“.

For Apple, there are various terms:

So below are some links so I have an overview somewhere.

Read the rest of this entry »

Posted in Power User, Remote Desktop Protocol/MSTSC/Terminal Services, Windows | Leave a Comment »

Identify virtual NICs in Hyper-V virtual machines – 4sysops

Posted by jpluimers on 2026/01/23

For my link archive: [Wayback/Archive] Identify virtual NICs in Hyper-V virtual machines – 4sysops

There are three simple steps to follow to make your VM’s NICs easy to identify. Here is an overview, before we discuss each step in more detail.

Read the rest of this entry »

Posted in Hyper-V, Power User, Virtualization, Windows, Windows 10, Windows 11, Windows Server 2019, Windows Server 2022 | Leave a Comment »