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

Dit is de NPO Radio 2 Top 2000-lijst van 2025

Posted by jpluimers on 2025/12/25

Na elk jaar lijkt de lijst te verdwijnen, dus daarom gearchiveerd:

NB: Archive.is kan geen .xls bestanden archiveren.

--jeroen

 

Posted in archive.is / archive.today, Archiving, History, Internet, InternetArchive, LifeHacker, Power User | Leave a Comment »

rcmcdonald91/pfSense-pkg-WireGuard: This is a port of the original WireGuard UI bits as implemented by Netgate in pfSense 2.5.0 to a package suitable for rapid iteration and more frequent updating on future releases of pfSense.

Posted by jpluimers on 2025/12/25

This is actually the WireGuard package you can install on pfSense CE 2.5.2 and higher: [Wayback/Archive] rcmcdonald91/pfSense-pkg-WireGuard: This is a port of the original WireGuard UI bits as implemented by Netgate in pfSense 2.5.0 to a package suitable for rapid iteration and more frequent updating on future releases of pfSense.

Note that the source code mentions a lot of web-technologies but that is because the majority of the code is the pfSense plugin. Underneath it pulls the actual build from [Wayback/Archive] git.zx2c4.com/wireguard-freebsd/snapshot which is almost exclusively C code.

Like WireGuardNT on Windows, it uses a high performance kernel mode driver.

Some more links on it:

Read the rest of this entry »

Posted in Conference Topics, Conferences, Development, DVCS - Distributed Version Control, Event, git, GitHub, Hardware, Network-and-equipment, pfSense, Power User, routers, Software Development, Source Code Management, Tailscale | Tagged: , | Leave a Comment »

See a List of All Wi-Fi Networks a Mac Has Previously Connected To

Posted by jpluimers on 2025/12/24

[Wayback/Archive] See a List of All Wi-Fi Networks a Mac Has Previously Connected To

n modern versions of Mac OS, like macOS Mojave, Catalina, Sierra, OS X El Capitan, and Yosemite, you can shorten the syntax considerably as so:
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences |grep SSIDString
In prior versions of Mac OS X, you can opt for the same as the above command, or use the lengthier string below with heavy regex:

Read the rest of this entry »

Posted in *nix, *nix-tools, Apple, bash, bash, Development, Mac, Mac OS X / OS X / MacOS, MacBook, Power User, Scripting, Software Development | Leave a Comment »

Micro Men – 720p (2009) – YouTube

Posted by jpluimers on 2025/12/23

Interesting dramatised video about Clive Sinclair, Chris Curry, early Acorn Computer days and more early home computer days: [Wayback/Archive] Micro Men – 720p (2009) – YouTube originally for the UK market at [Wayback/Archive] BBC Four – Micro Men.

Quote from the video description: Read the rest of this entry »

Posted in LifeHacker, Media, Power User, Video | Leave a Comment »

Gamifying Security – Security Boulevard

Posted by jpluimers on 2025/12/23

Interesting thought: [Wayback/Archive] Gamifying Security – Security Boulevard

Via [Wayback/Archive] CircuitSwan on Twitter: “…”.

–jeroen

Posted in Blue team, Infosec (Information Security), Power User, Red team, Security | Leave a Comment »

Chrome/chromium gripe: cumbersome screenshots; Firefox much better (but management hates employees having cancer)

Posted by jpluimers on 2025/12/22

On Firefox, taking a screenshot is just a shortcut away [Wayback/Archive] Take screenshots in Firefox | Firefox Help:

  • Ctrl + Shift + S on Windows/Linux/Chrome OS
  • Command + Shift + S on MacOS

Too bad Mozilla also appears to be amongst the bad guys in firing an employee having cancer ¹.

On Chrome not so much and require opening the Chrome Developer Tools which take up precious screen estate, and saves the screenshot in the downloads folder instead of the clipboard. Many guides exist, for instance:

Read the rest of this entry »

Posted in Chrome, Firefox, Power User, Web Browsers | Tagged: | Leave a Comment »

Dorstlust | Drink wat Anders – via @ngrynerds

Posted by jpluimers on 2025/12/22

Interessant zowel een B2B als B2C site:

Read the rest of this entry »

Posted in LifeHacker, Power User | Leave a Comment »

Adobe Photoshop Source Code – CHM

Posted by jpluimers on 2025/12/19

With the permission of Adobe Systems Inc., the Computer History Museum is pleased to make available, for non-commercial use, the source code to the 1990 version 1.0.1 of Photoshop. All the code is here with the exception of the MacApp applications library that was licensed from Apple. There are 179 files in the zipped folder, comprising about 128,000 lines of mostly uncommented but well-structured code. By line count, about 75% of the code is in Pascal, about 15% is in 68000 assembler language, and the rest is data of various sorts.

https://computerhistory.org/blog/adobe-photoshop-source-code/

Posted in 68k, Adobe, Apple, Apple Pascal, Classic Macintosh, Development, History, Macintosh SE/30, Object Pascal, Pascal, Power User, Uncategorized | Leave a Comment »

Some notes on ING banking with a corporate account

Posted by jpluimers on 2025/12/19

Two links that helped me with the Dutch ING baking app:

Read the rest of this entry »

Posted in Banking, LifeHacker, Power User | Leave a Comment »

Some notes on getting OpenVPN LAN2LAN VPN working from a GL.iNET GL-SFT1200 AC1200 Travel Router to a pfSense that is behind a Fritz!Box 7490

Posted by jpluimers on 2025/12/19

TL;DR: it failed

Since GL.iNET does not support site-to-site “Peer to Peer” OpenVPN (only “Remote Access” is supported) which is needed to route to/from the networks on both sides of the connection. the below did fail.

Original idea

Below was what I hoped to function.

Some links that should get me started (though my situation is a tad more difficult, see below):

Read the rest of this entry »

Posted in Ethernet, Firewall, Fritz!, Fritz!Box, GL-AR300M, GL.iNet, GL.iNET GL-SFT1200, Hardware, Infrastructure, Network-and-equipment, pfSense, routers | Leave a Comment »