Kennelijk heb ik gestudeerd aan de:
- Vrije Universiteit
- Universiteit van Amsterdam
- Technische Universiteit Delft
- Technische Universiteit Eindhoven
- Technische Universiteit Enschede
- Universiteit Leiden
in de vakken:
Posted by jpluimers on 2026/03/13
Kennelijk heb ik gestudeerd aan de:
in de vakken:
Posted in About, Awareness, Curatele, Health, Personal | Leave a Comment »
Posted by jpluimers on 2026/03/13
The notes are based on the NanoKVM PCIe as that is what I wanted to set-up on a Windows 11 compatible PC that could be remotely managed for someone not savvy enough to do that themselves. They had an old Supermicro based PC with IPMI which kind of does IPKVM when using the embedded video hardware, but back when I wrote this early 2025 – the year Windows 10 would become end-of-life – it was:
Since none of the modern remote KVM hardware tooling seems to be able to do passthrough video, the solution I researched for was to split the outgoing video signal (either Displayport or HDMI), then optionally convert Displayport to HDMI and finally route that HDMI into the remote KVM hardware.
Posted in Displays, Hardware, IPMI, KVM keyboard/video/mouse, Power User, SuperMicro, Windows, Windows 11 | Tagged: 339 | Leave a Comment »
Posted by jpluimers on 2026/03/13
Why I try to get long M.2 cards: [Wayback/Archive] Kris on Twitter: “…”
A more proper solution:
https://www.printables.com/model/369386-m2-ngff-2230-to-2260-adapter
–jeroen
Posted in Hardware, M.2/NGFF, Power User | Leave a Comment »
Posted by jpluimers on 2026/03/12
Just in case I ever need to work with the CAMT.053 XML format for bank statements: [Wayback/Archive] dutch-sepa-iso20022/camt.053.001.02.xsd at master · jasperkrijgsman/dutch-sepa-iso20022
It is part of the repository [Wayback/Archive] jasperkrijgsman/dutch-sepa-iso20022: SEPA PAIN.001.001.003.
Via (which has more links to how various banks interpret these rules: yes, as usual they have different interpretations of standards) [Wayback/Archive] “urn:iso:std:iso:20022:tech:xsd:camt.053.001.02” – Google Search
Related:
–jeroen
Posted in Banking, Development, LifeHacker, Power User, Software Development, XML, XML/XSD, XSD | Leave a Comment »
Posted by jpluimers on 2026/03/11
I had to remove all text files including a -bar.txt from the current directory using bash, so I automatically typed rm *txt resulting in this nice error:
rm: illegal option -- b usage: rm [-f | -i] [-dPRrvW] file ... unlink file
When there was just a file named -foo.txt in the directory, the error became more interesting:
rm: illegal option -- o usage: rm [-f | -i] [-dPRrvW] file ... unlink file
Then it struck me: rm is one of those old tools where you can smack all options together. Read the rest of this entry »
Posted in *nix, *nix-tools, Apple, bash, Mac OS X / OS X / MacOS, Power User | Leave a Comment »
Posted by jpluimers on 2026/03/10
TL;DR: There is no simple character that works on both MacOS and Windows.
[Wayback/Archive] sorting – Simple to enter Unicode character that would sort after Z in most cases? – Stack Overflow (thanks [Wayback/Archive] sorin and [Wayback/Archive] degenerate):
A
On Windows, none of these options work because they all sort before
A.A solution I ended up using is an Arabic character:
ٴ This folder comes after
zin windows
According to [Wayback/Archive] What Unicode character is this ?, the above mentioned character is U+0674 : ARABIC LETTER HIGH HAMZA.
Note that on Windows the ٴ character displays at the start of the filename, but on MacOS in Finder it ends up behind the extension (as Arabic script is right-to-left) and is very hard to remove. On the MacOS Terminal it ends up on the left and is easy to modify.
Posted in Apple, Encoding, Mac OS X / OS X / MacOS, Power User, Unicode, Windows | Leave a Comment »
Posted by jpluimers on 2026/03/09
If any of the below OKI error codes occur during printing then first re-seat (unlock, then lock) the corresponding toner cartridge.
When the error reoccurs, then wear a mask (toner spills can be dangerous to your lungs), then: unlock the toner cartridge, remove it, vacuum away any of the toner spill in the printer and on the cartridge, reinsert it and lock it.
The cause is a mechanical issue that happens both when only using original OKI toner cartridges and OEM or third party ones: wear of the parts over time will spill more and more toner causing the locked cartridge detection to cause a faulty result due to excessive spilled toner build-up.
For me this mostly happens on the colour cartridges and far less often on the black cartridge.
Error code list for the message at [Wayback/Archive] Troubleshooting | OKI “Check Toner Cartridge. Improper Lock Lever Position. Error: 544, 545, 546, 547”:
On the above page self the solution lists as
Posted in Hardware, OKI C332, OKI MC363/MC363DNW, OKI Printers, Power User, Printers | Leave a Comment »
Posted by jpluimers on 2026/03/09
At the time of writing there was an almost 3 year old [Wayback/Archive] Chocolatey Software | Poppler 0.89.0 version so I filed the issue [Wayback/Archive] poppler 23.03 has been out for a few weeks, can you please update the build? · Issue #88 · chtof/chocolatey-packages mentioning [Wayback/Archive] Pull requests · oschwartz10612/poppler-windows
Poppler 23.03.0
Since that did not get really solved, I finally found out that after installing scoop, then scoop install poppler did work and installed version 23.08.0 (which I documented in [Wayback/Archive] Poppler version out of date · Issue #75 · chtof/chocolatey-packages installs from the most recent [Wayback/Archive] Releases · oschwartz10612/poppler-windows).
A very different approach is to install Poppler inside Windows Subsystem for Linux (WSL) as explained in [Wayback/Archive] Poppler On Windows. Python, PDFs, and Window’s Subsytem for… | by Matthew Earl Miller | Towards Data Science.
I needed Poppler (or actually the Windows equivalent of poppler-utils) of two reasons:
pdftotext as it has these very compelling command-line switches.pdfimages is the poppler tool to go.Let’s start with qoutes from [Wayback/Archive] pdftotext: Portable Document Format (PDF) to text converter (version 3.03) | poppler-utils Commands | Man Pages | ManKier:
Posted in *nix, *nix-tools, Chocolatey, man/manual pages, mankier, PDF, Power User, Windows | Tagged: 75, 88 | Leave a Comment »
Posted by jpluimers on 2026/03/06
I might need this: [Wayback/Archive] Solved: CPU Xeon E5-1620 v.4 does not allow Windows 11 upgrade – HP Support Community – 8645349
You don’t download the ISO file to a USB stick.
You download it to your PC and use the free Rufus utility that I zipped up and attached in that discussion link I posted to transfer the ISO file to a DVD so that it is bootable.
You have to use the version I attached 3.18 because the newer Rufus versions removed the W11 hardware check bypass hack.
Try it again in the morning when you are ‘bright eyed and bushy tailed’ as we say in the USA.:
Related:
Posted in Power User, Windows, Windows 10, Windows 11 | Leave a Comment »
Posted by jpluimers on 2026/03/06
[Wayback/Archive] HelgaDulfer on Twitter: “@zorgenzo Probeer form op te slaan en dan met Adobe Fill&Sign in vullen en ondertekenen; vervolgens kun je ingevulde exempl. mailen of weer opslaan”
I took a quick look, but the mobile Fill & Sign apps on Android and iOS are even harder to use for filling out forms than using Acrobat Reader on PC or MacOS Preview.
–jeroen
Posted in Adobe, Adobe Acrobat, Adobe Reader, Android Devices, iOS, PDF, Power User | Leave a Comment »