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 2022

Disable a resource hog: no more auto-play of Twitter videos (web settings, works for mobile too)

Posted by jpluimers on 2022/02/14

Steps: go directly to twitter.com/settings/autoplay, then ensure “Never” is checked, or

  1. Click on “More”,
  2. Click on “Settings and privacy”,
  3. Click on “Accessibility, display and languages”,
  4. Click on “Data usage”,
  5. Click on “Autoplay”,
  6. Ensure “Never” is checked.

Or in screenshots:

Read the rest of this entry »

Posted in LifeHacker, Power User, SocialMedia, Twitter | Leave a Comment »

Happy 20th Anniversary, .NET!

Posted by jpluimers on 2022/02/13

I almost missed this: [Wayback/Archive] Happy 20th Anniversary, .NET! – .NET Blog.

Given I am still recovering from the long period of cancer treatments, I am glad that Beth Massi reminded me (a “thank you” is below the signature):

https://twitter.com/BethMassi/status/1492893829535514634

To keep the story about myself short: currently I am cancer free, long term (i.e. 10 years) looks dim, but my mental focus has recovered and I am getting joy again doing technical stuff. I am still working on the increasing my mental and physical endurance, so real work is not yet possible but unlike half a year ago, I am confident I will be able to eventually.

Back to the .NET story (as I have learned when to conserve energy): I kept track of Anders Hejlsberg ever since Turbo Pascal 1.0 on CP/M (see The calculators that got me into programming (via: calculators : Algorithms for the masses – julian m bucknall)) and when after the Visual J++ lawsuits things a first got a bit too silent to my liking.

Read the rest of this entry »

Posted in .NET, .NET 1.x, About, Conferences, DevDays09, Development, Event, History, Pascal, Personal, Software Development, Turbo Pascal, Visual J++ | Leave a Comment »

FD: Hoge Raad opent weg voor massaclaim woekerpolissen

Posted by jpluimers on 2022/02/13

For my link archive: [Archive] Hoge Raad opent weg voor massaclaim woekerpolissen

–jeroen

Posted in Uncategorized | Leave a Comment »

Foam and foil for your keyboard switches

Posted by jpluimers on 2022/02/11

You can still get foam and foil for your old keyboard switches:

Via:

–jeroen

Posted in Keyboards and Keyboard Shortcuts, LifeHacker, Power User | Leave a Comment »

Zet je rekeningnummer om naar IBAN met OpenIBAN.nl

Posted by jpluimers on 2022/02/11

Dit was de enige site die ik kon vinden waar je nog oude rekeningnummers naar nieuwe kon omzetten (inclusief bank-code).

[Wayback] Zet je rekeningnummer om naar IBAN met OpenIBAN.nl

Met deze webservice kun je gratis en snel je bankrekeningnummer omrekenen naar een IBAN. Een BIC of banknaam is niet nodig

–jeroen

Posted in LifeHacker, Power User | Leave a Comment »

When high SEO ranking fails to give you a reliable result: IsItDownRightNow.com failed to detect the WayBack Machine outage

Posted by jpluimers on 2022/02/11

A high SEO ranking does not automatically indicate a reliable result.

When the WayBack Machine was down a while ago (it responded to traceroute UDP requests, but would not establish TCP connections on ports 80 and 443), the first Google hit for detecting down status (searching for [Archive.is] waybackmachine down – Google Search) failed miserably because it redirected web.archive.org (which fails) to http://www.archive.org (which succeeds):

IsIdDownRightNow failing to detect web.archive.org downtime

IsIdDownRightNow failing to detect web.archive.org downtime

Luckily when asking around on Twitter:

  • others were experiencing the same problem, not just in The Netherlands, but also in other countries
  • after trying a few things, the WayBack machine got backup [Archive.is] before I could try cURL.
  • I got pointed at www.uptrends.com/tools/uptime which correctly does check the right subdomain and shows it is down from many locations:

Read the rest of this entry »

Posted in *nix, cURL, Infrastructure, Internet, InternetArchive, LifeHacker, Power User, WayBack machine | Leave a Comment »

Character set reencoding link archive

Posted by jpluimers on 2022/02/10

I will likely need some of these links in the future:

–jeroen

Posted in Apple, Development, Encoding, Mac, Mac OS X / OS X / MacOS, Power User, Software Development, Unicode | Leave a Comment »

ESXi: origin of the ESX and GSX names

Posted by jpluimers on 2022/02/10

Not sure how I bumped into the below info, as it was in one of the open tabs of a VM that I had not accessed for a long time.

Tracing back, the links can be found via Wikipedia.

Here is the post content from the 2005 thread [Archive.is] Wayback “Abbreviation ESX”:

VMware: Origin of ESX and GSX names

VMware: Origin of ESX and GSX names

STSHot Shot

535 posts since
Apr 2, 2004

2. Aug 10, 2005 6:22 AM  in response to: kimono

Re: Abbreviation ESX

ESX = Elastic or Electric Sky

GSX = Ground Sky

early days west coast cali hippy advertising thinking from the boys in the states. They dont mean’t anything and the X was added for acromyn 

Related:

–jeroen

Posted in Power User, Virtualization, VMware, VMware ESXi, VMware Server (GSX) | Leave a Comment »

Legrand 7 824 94/96/97 documentation

Posted by jpluimers on 2022/02/10

Legrand 7 824 94/96/97 documentation I have found on-line:

--jeroen

Read the rest of this entry »

Posted in Development, DIY, Hardware Development, Power User | Leave a Comment »

In this day and age, web sites with delivery back-ends still have Unicode issues: at least @Woonveilig, @Medireva and @PostNL still have trouble

Posted by jpluimers on 2022/02/09

Nowadays, some 35 years after the first Unicode ideas got drafted and 30+ years after the Unicode Consortium saw the light, UTF-8 is served my more than 95% of the web as shown in yesterday’s post UTF-8 web adoption is huge, closing 100%, but only soured up since around 2006..

I mentioned this:

It means that nowadays there is a very small chance you will see mangled characters (what Japanese call mojibake) when you’re surfing the web.

Serving UTF8 does not mean no unicode problems.

Below are some issues that happened not too long ago and still happen. I have reported them to all parties involved through web-care, but no response whatsoever, and this is bad: Unicode support beyond basic ASCII for the below systems are still broken even for relatively simple non-ASCII characters based in diacritics decorating a standard ASCII character.

Yes, I know the realm of encoding and code pages is a mess, especially when handling data in multiple layers of an application stack. That’s why I wrote this post in the first place, and have a whole encoding category of blog posts plus a Mojibake subset.

Read the rest of this entry »

Posted in Communications Development, CP850, Dark Pattern, Development, Encoding, ISO-8859, ISO8859, Mojibake, Software Development, Unicode, User Experience (ux), UTF-16, UTF-8, Windows-1252 | Leave a Comment »