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

Archive for the ‘Software Development’ Category

August 2025 — AI False Claim Monitor – NewsGuard: AI False Information Rate Nearly Doubles in One Year

Posted by jpluimers on 2025/09/18

NewsGuard August 2025 One Year Progress Report: Percentage of Responses Containing False Information

NewsGuard August 2025 One Year Progress Report: Percentage of Responses Containing False Information

This is what I have been warning for since 2020: AI LLM will end up in a downward quality spiral.

My reasoning back then, and still now is that they:

  • cannot distinguish LLM generated training data from human data making the LLM worse over time
  • don’t perform human curation thereby not solving the worsening

I’m not surprised by the [Wayback/Archive] August 2025 — AI False Claim Monitor – NewsGuard summary:

AI False Information Rate Nearly Doubles in One Year

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, Generative AI, LLM, Software Development | Leave a Comment »

Kaitai Struct: declarative binary format parsing language

Posted by jpluimers on 2025/09/18

I don’t have words to describe how cool this tool is: [Wayback/Archive] Kaitai Struct: declarative binary format parsing language:

Read the rest of this entry »

Posted in Development, Software Archeology, Software Development | Tagged: , , | Leave a Comment »

Beyond the Cloud: Brooklyn Zelenka on Local-First Software | gotopia.tech

Posted by jpluimers on 2025/09/17

I bumped into [Wayback/Archive] Beyond the Cloud: Brooklyn Zelenka on Local-First Software | gotopia.tech

It is a great session with guidance how to kind of go “back to the future” by amending cloud based applications to run locally by means of caching and syncing data. No small feat, but very convenient for end-users to have their – recently regarded as old-fashioned – local running applications back.

There is a – member’s only – video of it as well at [Wayback/Archive] Beyond the Cloud: The Local-First Software Revolution • Brooklyn Zelenka & Julian Wood • GOTO 2025 – YouTube

--jeroen

Posted in Cloud Development, Development, Software Development, Systems Architecture | Leave a Comment »

Wijkcentrales – VVDSL.robinflikkema.nl

Posted by jpluimers on 2025/09/17

Voor mijn link archief: KPN telefooncentrales, waarvan een paar waar familie of ik een aansluiting had:

[Wayback/Archive] Wijkcentrales – VVDSL.robinflikkema.nl

Wijkcentrales
Code Plek
Ssh [Wayback/Archive] Wijkcentrale: Sassenheim – VVDSL.robinflikkema.nl
Asd-Bdh [Wayback/Archive] Wijkcentrale: Amsterdam-Badhoevedorp – VVDSL.robinflikkema.nl
Asd-Osdp [Wayback/Archive] Wijkcentrale: Amsterdam-Osdorp – VVDSL.robinflikkema.nl
Nhout [Wayback/Archive] Wijkcentrale: Noordwijkerhout – VVDSL.robinflikkema.nl
Lis [Wayback/Archive] Wijkcentrale: Lisse – VVDSL.robinflikkema.nl

Deze hadden Mojibake met de generic replacement character (“�”):

Wijkcentrales
Code Plek
Ctlr [Wayback/Archive] Wijkcentrale: Castelr� – VVDSL.robinflikkema.nl
(moet Castelré zijn)
Odi [Wayback/Archive] Wijkcentrale: St. Odili�nberg – VVDSL.robinflikkema.nl
(moet Sint Odiliënberg zijn)

Let op: de [Wayback/Archive] fourstack KPN UI (toenmalig gebouwd door [Wayback/Archive] FourStack) is sinds 2021 uit de lucht, zie [WaybackSave/ArchiveBad] FPI Fourstack Snelheid DSL – Internet en hosting – GoT , dus de gegevens worden niet meer bijgewerkt.

--jeroen

Posted in ADSL, Development, Encoding, Internet, ISDN, ISP, KPN, Mojibake, Power User, PSTN, Software Development, Telephony | Leave a Comment »

Notes in case I want to create my own homebrew cask for installing software they disabled/removed

Posted by jpluimers on 2025/09/16

Some notes as it might enable me to install software that homebrew has deprecated or removed (note that local changes by default are ignored as the brew API takces precedence):

Despite the homebrew repository being a high commit-volume one which makes following it from a clone hard, just did already clone it Read the rest of this entry »

Posted in Apple, Development, DVCS - Distributed Version Control, GitHub, Home brew / homebrew, Mac OS X / OS X / MacOS, Power User, Ruby, Scripting, Software Development, Source Code Management, Versioning | Tagged: , | Leave a Comment »

Some notes on running Windows 11 on virtualised hardware and some on TPM

Posted by jpluimers on 2025/09/16

Not all virtualised hardware (older hardware usually has died by now) conforms to the Windows 11 minimum specifications.

So here are some links that should be of help to still get Windows 11 running on those:

If you insist on running older hardware that has a TPM header on the mainboard:

Read the rest of this entry »

Posted in CommandLine, Development, MSI, Power User, PowerShell, PowerShell, Scripting, Software Development, Windows, Windows 11, Z77A-G43 | Leave a Comment »

DeCENC is yet another way to beat Amazon, Netflix video DRM • The Register

Posted by jpluimers on 2025/09/12

From a while ago. I wonder what the current state is.

[Wayback/Archive] DeCENC is yet another way to beat Amazon, Netflix video DRM • The Register

--jeroen

Posted in Development, Encryption, Media, Media Streaming, Power User, Security, Software Development | Leave a Comment »

Jeff Geerling: Trying out a cheap USB VK-172 GPS dongle on a Mac | Jeff Geerling

Posted by jpluimers on 2025/09/11

On my list of things to try out (and see if it is better than an NTP clock):

--jeroen

Posted in Development, Hardware Interfacing, Legacy Ports: COM, Software Development, USB | Leave a Comment »

xahteiwi.eu – Handy Git aliases

Posted by jpluimers on 2025/09/11

For my link archive: [Wayback/Archive] xahteiwi.eu – Handy Git aliases

  • List branches by their date of last modification
  • Delete old topic branches that have been merged
  • Find the origin of a branch point
  • Fix trailing whitespace

–jeroen

Posted in Development, DVCS - Distributed Version Control, git, Software Development, Source Code Management | Leave a Comment »

What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024 – YouTube

Posted by jpluimers on 2025/09/10

[Wayback/Archive] What Every Programmer Should Know about How CPUs Work • Matt Godbolt • GOTO 2024 – YouTube

Main takeaways for me:

  • CPU pipelines have grown a lot longer than I was aware off
  • there are many more internal registers than I was anticipating
  • clever ways to convert if statements to non-jumps

--jeroen

Posted in .NET, Assembly Language, C, C#, C++, Delphi, Development, Python, Scripting, Software Development | Leave a Comment »