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

On my wish list for reading: Effective Software Testing

Posted by jpluimers on 2025/07/02

Always learning, I put this book on my wish list for reading: [Wayback/Archive] Effective Software Testing as from what I read it is a pragmatic book aimed at developers and suitable for teaching. That sounds right the niche I am in.

From [Wayback/Archive] Using the book in classroom:

Read the rest of this entry »

Posted in Agile, Development, Software Development, Testing, Unit Testing | Leave a Comment »

Douglas Crockford – Google+ – on why comments got removed from JSON

Posted by jpluimers on 2025/07/01

Since this question keeps popping up around me every now and then, despite JSON being around for like 25 years now, this statement from the original designer Douglas Crockford:

[Wayback/Archive] Douglas Crockford – Google+ – Comments in JSON …

I removed comments from JSON because I saw people were using them to hold parsing directives, a practice which would have destroyed interoperability. I know that the lack of comments makes some people sad, but it shouldn’t.

Suppose you are using JSON to keep configuration files, which you would like to annotate. Go ahead and insert all the comments you like. Then pipe it through JSMin before handing it to your JSON parser.

Yup, Google+ has been dead for more than 6 years now, so it is important to quote these insights for posterity to find them back.

Related:

Via: [Wayback/Archive] Can comments be used in JSON? – Stack Overflow with several answers mentioning the above G+ post.

Query: [Wayback/Archive] json comment – Google Search

--jeroen

Posted in Development, JavaScript/ECMAScript, JSON, Scripting, Software Development | Leave a Comment »

Some Mastodon servers allow themselves to be wrapped with the cuckoo.social to give a G+ (Google Plus) like user interface

Posted by jpluimers on 2025/07/01

[Wayback/Archive] Cuckoo+ is a wrapper around Mastodon that makes the UI look like Google+ (G+ / Google Plus).

It is open source at [Wayback/Archive] NanaMorse/Cuckoo.Plus: A GooglePlus-Like third-party web client for mastodon. with hardly any updates like lik because the author is not active on Mastodon any more according to [Wayback/Archive] Is dead the repo ? · Issue #237 · NanaMorse/Cuckoo.Plus (via [Wayback/Archive] Issues · NanaMorse/Cuckoo.Plus)

Note that in some Mastodon instances it fails because of CORS issues:

Read the rest of this entry »

Posted in Development, G+: GooglePlus, JavaScript/ECMAScript, Scripting, SocialMedia, Software Development, TypeScript, Web Development | Tagged: | Leave a Comment »

Windows warned me of disk full; PowerToys updates filled the disk as the update notification got overwhelmed by tons of others  (like chat ones) in the Windows notifications which is limited to showing just the last 20

Posted by jpluimers on 2025/06/30

I got warned about low disk space on drive C: caused by PowerToys taking 7 gigabytes of stale upgrades: [Wayback/Archive] 396918165-154de37a-432d-4cab-84ee-0f5a54eb6575.png (1370×789).

PowerToys itself does not like this situation either: an update will quit without indicating why.

According to their issue tracker, this should have been fixed in v0.58.0* , but it wasn’t, see [Wayback/Archive] Update installed, but installation files not deleted. · Issue #13296 · microsoft/PowerToys · GitHub

So if you disk runs full, check out for a bunch of powertoyssetup-*.exe (why don’t they use Pascal casing for readability here?) files.

 

If you get chat notifications, then they will likely overwhelm the PowerToys notification that an update is available as Windows by default only can show the most recent 20 notifications, and it is hard to modify that default:

Read the rest of this entry »

Posted in Uncategorized | Tagged: , , , , | Leave a Comment »

Charging the Battery on Your Ring Video Doorbell 2 – Ring Help

Posted by jpluimers on 2025/06/30

Your Ring Video Doorbell 2 is charged using a common micro-USB cable (an orange one is included in your Ring box). The micro-USB cable can be plugged into any USB power source such as a computer. Your Ring Video Doorbell 2 will take around five to 10 hours to fully charge depending on whether the USB cable is plugged into a USB port or into a wall outlet.

[Wayback/Archive] Charging the Battery on Your Ring Video Doorbell 2 – Ring Help

Read the rest of this entry »

Posted in Hardware, IoT Internet of Things, Network-and-equipment, Power User, Ring Doorbell/Chime (Amazon), Uncategorized | 2 Comments »

Uit 2023 (toen gemist) Nieuwe FM- en DAB-indeling landelijke commerciële radiostations van start | Nieuwsbericht | Rijksoverheid.nl

Posted by jpluimers on 2025/06/27

In 2023 waren we druk bezig met voorbereidingen om te verhuizen, dus toen dit gemist [Wayback/Archive] Nieuwe FM- en DAB-indeling landelijke commerciële radiostations van start | Nieuwsbericht | Rijksoverheid.nl

Het bevat een tabel van de FM-frequenties voor de Nederlandse commerciële radiostations.

  • Sky Radio, 101 FM en DAB+
  • Radio 10, onder andere 103.0/103.2 FM en DAB+ (was: Radio Veronica)
  • Qmusic, 100.4 FM/100.7 FM en DAB+
  • BNR, onder andere 91.3/100.1 FM en DAB+
  • Radio Veronica, onder andere 91,1/95.2 FM en DAB+ (was: SLAM!)
  • Radio 538, 102 FM en DAB+
  • JOE, onder andere 103.8/104.1 FM en DAB+ (was: Radio 10)
  • Radio4All, onder andere 90.5/90.7 FM en DAB+ (was: Sublime)
  • 100% NL, onder andere 104.4/104.6 FM en DAB+

En ja: we luisteren radio hier voornamelijk via FM omdat die – in tegenstelling tot internet streams – het beter doen, en de uitstekende apparatuur uit de jaren 90 hier nog steeds prima functioneert.

--jeroen

Posted in LifeHacker, Power User | Leave a Comment »

Scoop buckets by Github score | scoop-directory

Posted by jpluimers on 2025/06/27

Interesting gamification of the Scoop installer buckets: [Wayback/Archive] Scoop buckets by Github score | scoop-directory

It is an overview of various buckets you could add to [Wayback/Archive] ScoopInstaller/Scoop: A command-line installer for Windows. sorted by GitHub stars.

–jeroen

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

Undergraduate Upends a 40-Year-Old Data Science Conjecture : programming – Andrew Krapivin et all invente a faster hashing algorithm

Posted by jpluimers on 2025/06/26

From a while back: [Wayback/Archive] Undergraduate Upends a 40-Year-Old Data Science Conjecture : programming which has a “TL;DR for non CS people” and a “Here’s an explanation” well worth reading.

It’s about the work of Andrew Krapivin with co-authors Martín Farach-Colton and William Kuszmaul.

A young computer scientist and two colleagues show that searches within data structures called hash tables can be much faster than previously deemed possible.

Reminder to self to find any real world implementations of this new hashing algorithm.

Materials are the “easier” article [Wayback/Archive] Undergraduate Upends a 40-Year-Old Data Science Conjecture | Quanta Magazine which refers to the actual paper:

Read the rest of this entry »

Posted in Algorithms, Conference Topics, Conferences, Development, Event, Software Development | Tagged: , , | Leave a Comment »

Colorline Hirtshals departure/arrival times (boarding 1 hour before departure) to/from Kristiansand and Larvik

Posted by jpluimers on 2025/06/26

Somehow initially hard to find, so lets document this (these dates were obtained on 20250625, but changing the dates does not seem so change the times):

Notes:

  1. Embarcation is 60 minutes before departure. Be on time!
  2. Book through their Norwegian site: it gets you more discount.

--jeroen

Posted in About, LifeHacker, Personal, Power User, Travel | Leave a Comment »

Tom Waes tussen twee vuren in Noord-Ierland

Posted by jpluimers on 2025/06/26

If anyone knows how to watch this outside Belgium, please let me know: [Wayback/Archive] Tom Waes tussen twee vuren in Noord-Ierland.

I was there a few years before and a few months after this got broadcasted and I am curious to the footage: how does it compare (or differe) with my own experience and why.

For now, it looks like you cannot view it outside Belgium without confirming you are a Belgian citizen: [Wayback/Archive] Reizen Waes – 5 (4) Noord-Ierland | VRT MAX

Read the rest of this entry »

Posted in Awareness, History | Leave a Comment »