Posted by jpluimers on 2024/12/16
This site will redirect you to your localised version (which means the archived links are titled “Clothing for nerds & geeks — getDigital”) [Wayback/Archive] Kleding voor nerds en geeks — getDigital.
It is originally German (see below links) and the T-shirt quality is quite OK.
--jeroen
Posted in Fun, LifeHacker, Power User, Quotes, T-Shirt quotes | Leave a Comment »
Posted by jpluimers on 2024/12/13
This is from years ago, but I forgot to schedule it, so here it is:
Problem on an E20 (enlightenment using lightdm) image:
- LEAP 15.2 did reach Graphical Target
- Image [Wayback]
openSUSE-Leap-15.2-ARM-E20-raspberrypi3.aarch64-2020.07.08-Build1.34.raw.xz [Wayback] .packages [Wayback] .raw.xz.sha256 [Wayback] [Wayback] .raw.xz.sha256.asc
- Tumbleweed did not.
- Image [Wayback]
openSUSE-Tumbleweed-ARM-E20-raspberrypi3.aarch64-2020.08.15-Snapshot20200904.raw.xz [Wayback] .packages [Wayback] .raw.xz.sha256 [Wayback] [Wayback] .raw.xz.sha256.asc
Parts of the chat transcript:
Read the rest of this entry »
Posted in *nix, *nix-tools, LEAP, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed | Leave a Comment »
Posted by jpluimers on 2024/12/13
Consolidating and splitting contacts between Google accounts because of family affairs has been on my wish list for a long time.
Somehow this is far more difficult than I expected.
So here is a link dump that hopefully will help me later on.
Read the rest of this entry »
Posted in Google, GoogleAccount, GoogleContacts, Power User | Leave a Comment »
Posted by jpluimers on 2024/12/13
Now where is my surprised hat?
(dit was op voorhand al een spel van muren en ladders, waar er niet genoeg personeel is om de muren te bemensen)
[Wayback/Archive] Grenscontrolemijders maken de N35 bij Enschede nog drukker

--jeroen
Posted in Fun | Leave a Comment »
Posted by jpluimers on 2024/12/12
Simple (but fully working) code for NPLogonNotify(). The function obtains logon data, including cleartext password.
[Wayback/Archive] PSBits/PasswordStealing/NPPSpy at master · gtworek/PSBits has been used in the wild since about 2022 (the code is from 2020).
The code is a ~100 line C file resulting in a DLL exporting the NPGetCaps() and NPLogonNotify() functions.
Background/related:
Read the rest of this entry »
Posted in .NET, Blue team, C, CommandLine, Development, Power User, PowerShell, PowerShell, Red team, Scripting, Security, Software Development, Windows Development | Tagged: NPPSPY | 1 Comment »
Posted by jpluimers on 2024/12/11
I wish I had bumped into this page a way sooner as it contains most if not all the keyboard symbols I ever looked for: [Wayback/Archive] Unicode: Keyboard Symbols ⌘ ↵ ⌫
The page contains a lot more than just this diagram (which already is a great start):
⎋
` 1 2 3 4 5 6 7 8 9 0 - = ⌫ ⎀ ⤒ ⇞
⇥ Q W E R T Y U I O P [ ] \ ⌦ ⤓ ⇟
🄰 A S D F G H J K L ; ' ↵
⇧ Z X C V B N M , . / ⇧ ↑
⎈ ❖ ⎇ ␣ ⎇ ❖ ▤ ⎈ ← ↓ →
🌐 ⌃ ⌥ ⌘
Some more symbols are at these pages:
Read the rest of this entry »
Posted in Development, Encoding, Hardware, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Software Development, Unicode | Leave a Comment »
Posted by jpluimers on 2024/12/11
Next level CAPTCHA which AI engines fail at [Wayback/Archive] Basic Apple Guy on X: “Find the Mac Pro (5th anniversary edition) 🔍 1949 cheese graters, 1 of them is a Mac Pro”
The low res versions are impossible for me, and even the high-res picture is tough.
What is the smallest size you can find the Mac Pro? Picture on the right for reference.
Twitter picture sizes (I will explain them in a future blog post) via [Wayback/Archive] Tweet JSON:
Read the rest of this entry »
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, Fun, Software Development | Leave a Comment »
Posted by jpluimers on 2024/12/11
[Wayback/Archive] How To Scale and Crop Images with CSS object-fit | DigitalOcean helped me to crop the picture in Florian Haas on Twitter: alias kubectl=”TZ=Etc/UTC kubectl”; You’re welcome.
The picture itself is 800 * 800 pixels (width * height), but the interesting bits are 400 * 200 around the center. Also it is a lot larger than I wanted.
So I embedded it using this HTML
<img class="alignnone size-full" style="width: 200px; height: 100px; object-fit: cover; object-position: 0 50%;" src="https://archive.ph/frSNu/0f0ebeeb5a4edf048577be89adb866344b303394.jpg" alt="" />
The width made it 25% the original size (because of [Wayback/Archive] object-fit value cover), and half the height so I had to move the [Wayback/Archive]object-position up 50%.
I found this via [Wayback/Archive] image inline css to crop top and bottom – Google Search.
That also found [Wayback/Archive] html – while display image crop Top and Bottom of image using css – Stack Overflow with an example at [Wayback/Archive] Edit fiddle – JSFiddle – Code Playground which is similar to the above solution.
--jeroen
Posted in CSS, Development, HTML, HTML5, Software Development, Web Development | Leave a Comment »