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 4,262 other subscribers

Archive for March, 2024

Skip line while debugging in Chrome developer tools – Stack Overflow

Posted by jpluimers on 2024/03/27

[Wayback/Archive] Skip line while debugging in Chrome developer tools – Stack Overflow (thanks [Wayback/Archive] Matas Vaitkevicius for both asking and answering):

Last comment from dev says:
We’re going to hold off on this feature for now. It’s complexity is high and it’s not common enough a workflow. One could also just comment out the lines and hit ctrl-s to get the same effect, pretty much. Status: WontFix –
The workaround is to comment out the line you want to skip and press Ctrl+S.

The problem is that the workaround fails when you have used the Chrome Dev Tools to format the source code: then you cannot edit the formatted code.

The workaround for that is cumbersome, but doable as in this bug report:

Read the rest of this entry »

Posted in Chrome, Debugging, Development, Google, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Development | Leave a Comment »

Nederland als kennisland – Boodschappentas met bompakketten op de achterbank. Alles in de waagschaal voor bergen contant geld: Alkmaar is kweekvijver van plofkrakers | Leidsch Dagblad en Noordhollands Dagblad

Posted by jpluimers on 2024/03/26

Nederland als kennisland zowel aan de kant van openbaar ministerie als plofkrakers:

Politiebaas trots op ontmaskering Noord-Hollandse plofkrakersbende. ’Ze waanden zich veilig, waren verrast door hun arrestatie’

Via [Wayback/Archive] FrankSmilda on X: “Achtergrondartikel over plofkraaknetwerk: -routeplanners -verkenners -autodieven -chauffeurs -wapenhandelaren -plofkraker leidschdagblad.nl/cnt/dmf20240223_55252849 #plofkraak “ (een enorme draad met sinds 2019 tientallen berichten over plofkraken):

Read the rest of this entry »

Posted in Knowledge Worker, Power User | Leave a Comment »

For vscode: git-rename – Visual Studio Marketplace

Posted by jpluimers on 2024/03/26

In vscode, I have installed [Wayback/Archive] git-rename – Visual Studio Marketplace (with source code at [Wayback/Archive] adam8810/vscode-git-rename: Move or rename a file, a directory, or a symlink using git-mv).

Many people assume that git does recognise rename (or mv) operations by itself. Often it does, but it fails, and when it fails it usually is in a complex situation where it is easy to overlook it did not recognise the rename.

Failing complex situations I have encountered in the past (combined they get worse):

  • rename across several directories
  • first edit, then rename
  • first rename, then edit

So it is better to proactively perform an IDE-assisted git mv operation that informs git of the rename.

Many IDE environments support a built-in rename that keeps git mv in the loop, but Visual Studio Code does not, hence the need for this extension.

It means I agree with the question, disagree with the answer, and agree with the comment in [Wayback/Archive] VS Code ‘git mv’ to preserve file history? – Stack Overflow:

Read the rest of this entry »

Posted in .NET, Development, DVCS - Distributed Version Control, git, Software Development, Source Code Management, vscode Visual Studio Code | Leave a Comment »

iDEAL Beschikbaarheid Dashboard

Posted by jpluimers on 2024/03/25

Voor als iDEAL het niet lijkt te doen kun je meestal de status hier opvragen: [Wayback/Archive] iDEAL Beschikbaarheid Dashboard.

–jeroen

Posted in *nix, LifeHacker, Linux, Monitoring, Power User | Leave a Comment »

Grady Booch (@Grady_Booch) on Twitter:There are lies, damned lies, and LLMs.

Posted by jpluimers on 2024/03/22

Posted in Uncategorized | Leave a Comment »