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,860 other subscribers

Archive for the ‘Power User’ Category

Links to HTML versions of RFC’s need to move from “tools” to “datatracker” – Meta Stack Exchange

Posted by jpluimers on 2024/11/07

Some work to do replacing dead IETF RFC and draft links in my blog posts.

From the accepted answer on [Wayback/Archive.is] Links to HTML versions of RFC’s need to move from “tools” to “datatracker” – Meta Stack Exchange:

  1. [http/https]://tools.ietf.org/html/[rfc/RFC] became https://www.rfc-editor.org/rfc/rfc network-wide
  2. [http/https]://tools.ietf.org/html/draft- became https://datatracker.ietf.org/doc/html/draft-

>Both of these should conform to the reply we received from IETF.

Read the rest of this entry »

Posted in C, C++, Carbon, Development, Power User, SocialMedia, Software Development, Web Development, WordPress, WordPress | Leave a Comment »

Strive for a work environment that allows for continuous improvement over delayed perfection

Posted by jpluimers on 2024/11/06

Interesting picture posted by [Wayback/Archive] Syed Balkhi on X: “It always seems impossible until it’s done.”

Regrettably, Syed forgot to attribute the source, as the picture is a few years older, from [Wayback/Archive] Mélodie | Visual Ideas on X: “Continuous improvement is better than delayed perfection”.

You should strive for a working environment that allows this:

Read the rest of this entry »

Posted in Awareness, Development, LifeHacker, Power User | Leave a Comment »

Bookmarklet idea: find Wikipedia entry for currently selected text, then (when editing in WordPress) make the selected text link to it

Posted by jpluimers on 2024/11/05

Two stage bookmarklet idea (so if will be easier to create this in an agile fashion):

  1. create a bookmarklet that looks up the currently selected text in Wikipedia (or another source)
  2. modify the current selection to link to that Wikipedia entry (convenient when editing blog posts)

Hopefully these links will help me getting started:

Read the rest of this entry »

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

Summer 2024: Our audit of Homebrew | Trail of Bits Blog

Posted by jpluimers on 2024/11/04

In the summer of 2024, something interesting happened in the Homebrew world: [Wayback/Archive] Our audit of Homebrew | Trail of Bits Blog.

This is really cool, while not only it caused some fixes of by then unknown issues, but also improved the various processes that already made Homebrew such a great tool by focusing on these aspects:

Read the rest of this entry »

Posted in Apple, Home brew / homebrew, Power User | Leave a Comment »

How to check if your device meets Windows 11 system requirements after changing device hardware

Posted by jpluimers on 2024/11/04

For my link archive: [Wayback/Archive] How to check if your device meets Windows 11 system requirements after changing device hardware

Press Windows logo key + or select Search, type pc health check, and select PC Health Check from the list of results.

The trick os to install and run the above tool:

Read the rest of this entry »

Posted in Power User, Windows, Windows 10, Windows 11 | Leave a Comment »

Kris auf chaos.social: “Fernfusion?” -> Fernfusion!

Posted by jpluimers on 2024/11/01

[Wayback/Archive] Kris: “@Natanox @moranaga Lizenz: do whatever you want with it…” – chaos.social

Read the rest of this entry »

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

My E61 BMW dashboard showed a yellow icon with a car on a lift: it meant the battery was running low

Posted by jpluimers on 2024/11/01

DIY resetting service "due" lights… - Page 5 - BMW 1 Series Coupe Forum / 1  Series Convertible Forum (1M / tii / 135i / 128i / Coupe / Cabrio /  Hatchback) (BMW E82 E88 128i 130i 135i)It looks like my E61 needs the battery to be charged at least every few weeks. Need to figure out why.

If I don’t, then the light on the right shows.

At first I thought this might be a key-fob issue (which was also running low on batteries), but that is a different icon. A few weeks later without using the car, date and time in the car were being reset, so it is definitely a car battery charge issue.

Some links:

Read the rest of this entry »

Posted in cars, E61 530xd touring, LifeHacker, Power User | Leave a Comment »

Block 185.235.84.0/22 (which ad broker criteo – used by WetterOnline/WeerOnline/others port-scans) via Sven222@Friendica Social Network

Posted by jpluimers on 2024/10/31

[Wayback/Archive] Friendica Social Network | Sven222 @ Friendica Social Network:

Also, falls jemand UFW am laufen hat und keinen Bock auf criteo hat:
edited: UFW Regel nach Hinweis aus Kommentaren angepasst.
ufw deny out from any to 185.235.84.0/22

Or [Wayback/Archive] Tobias Klausmann: “@sven222 Bei mir ist nftables …” – mas.to:

@sven222 Bei mir ist nftables statt ufw, ich hab dann das hier gemacht:

ip daddr 185.235.84.0/22 tcp dport 443 jump rd
ip daddr 185.235.84.0/22 tcp dport 80 jump rd

rd” it eine chain, die normal rejectet (also wie “port ist zu” aussieht), aber bei hohen Paketraten zu “drop” wechselt.

Oh, and WetterOnline were the ones that forced the German state weather agency to limit the usability of their free app: [Wayback/Archive] BGH-Urteil: Staatlicher Wetterdienst muss Gratis-App beschränken | heise online.

For that reason alone, WetterOnline and their obvious local brands are blocked here, as is criteo.

If you want to read more: [Wayback/Archive] WetterOnline | DE – Criteo.com

--jeroen

Posted in Firewall, Power User | Leave a Comment »

Reminder: check out what GitLab has put in place for “dormant” or “inactive” repositories

Posted by jpluimers on 2024/10/31

A few of my git repositories and technical surroundings (like pages) should outlast my life expectancy, for instance the ones supporting the IT infrastructure of my mentally retarded brother after I pass away.

Most of the involved repositories have no write-activity (they are either documentation that the people can use after I passed away, or are semi-static web-pages that require TLS in order to keep functioning; GitLab provides an automatic update mechanism for that which is based on Let’s Encrypt).

Summer 2022, GitLab caused quite some stir when they planned to first delete dormant repositories. Links on tose below.

Of course I could move to GitHub, but that lacks access control through project hierarchy provided by GitLab and could implement a similar repository dormancy scheme in the future.

Using an external “keepalive” mechanism only induces a game of walls and ladders [Wayback/Archive] (likely requiring intervention after I die) and also makes the infrastructure more brittle so I proposed a lump sum plan.

Some links for my reminder:

Read the rest of this entry »

Posted in Development, GitLab, Internet, InternetArchive, Power User, Software Development, Software Heritage, Source Code Management, WayBack machine | Leave a Comment »

On my list of things to try: Cisco Duo MFA

Posted by jpluimers on 2024/10/29

At the time of writing [Wayback/Archive] Two-Factor Authentication & Data Protection | Duo Security is supposed to be free for up to 10 users.

That seems to be an excellent opportunity to re-learn MFA things as it has been a while since I have done big work in that area.

Duo was one of the very many Cisco acquisitions and I wonder how it fits into the Cisco landscape.

Documentation bits to start at:

Read the rest of this entry »

Posted in 2FA/MFA, Authentication, Development, Mobile Development, Power User, Security, Software Development, Web Development | Leave a Comment »