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 ‘Development’ Category

ChatGPT is a language model, which means it does not understand you and you can circumvent the gates added by humans

Posted by jpluimers on 2026/05/29

“Tricking” ChatGPT to give you information is about navigating around the gates added by humans: [Wayback/Archive] Gokul Rajaram on Twitter: “lol”:

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, ChatGPT, Development, GPT-3, LifeHacker, Power User, Software Development | Leave a Comment »

Don’t forget you also have a personal gitignore file in $HOME/.config/git/ignore

Posted by jpluimers on 2026/05/28

The question in [Wayback/Archive] git – What will happen when a pull request includes changes to ignored .gitignore? – Super User comes down to:

I don’t want anybody to change what’s in my .gitignore file because it includes some things that are specific to my own system.

Those settings should go in a personal gitignore file, which is mentioned in the [Wayback/Archive] Git – gitignore Documentation

Read the rest of this entry »

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

Generating ASCII-tables with spanning cells: manual labour still needed

Posted by jpluimers on 2026/05/28

Every now and then, documentation in source code requires an ASCII table. Sometimes table cells are spanning multiple rows or/and column.

TL;DR: The tools I tried did not support that, so manual labour is still needed.

Read the rest of this entry »

Posted in ASCII, ASCII art / AsciiArt, Development, Documentation Development, Encoding, Excel, Fun, HTML, Office, Power User, Software Development, Web Development | Tagged: | Leave a Comment »

A lot of GitLab pages links and Git pushing a relatively large commit to GitLab: “error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502”

Posted by jpluimers on 2026/05/27

Got an error when pushing a relatively large commit to GitLab: error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502

There was no big difference in information between these commands¹:

  1. git push
  2. git push --verbose

Read the rest of this entry »

Posted in //e, 6502, Apple, Apple ///, Apple IIgs, Apple ][, Development, DVCS - Distributed Version Control, git, GitLab, History, Power User, Software Development, Source Code Management, Versioning | Leave a Comment »

The GitLab.com risk of having “Inactive project deletion” disabled and “Delayed project deletion” enabled

Posted by jpluimers on 2026/05/27

After the 2022 GitLab.com backlash* to auto-delete “inactive” (for whichever metric of “inactive”) repositories of free users, I thought they would have multiple checks in place to prevent that from happening.

TL;DR: of two possible checks to prevent this, only one is in place.

This means that if by accident one of those checks stops working, all inactive repositories will be be deleted after a 7 day retention period. Which is very short, especially when you miss the email about it (for instance because of holiday or health reasons).

That bad!

How/why I found out

Read the rest of this entry »

Posted in Awareness, GitLab, Software Development, Source Code Management | Leave a Comment »

Stack Overflow’s forum is dead thanks to AI, but the company’s still kicking… thanks to AI – Sherwood News (and a few links on SEDE – Stack Exchange Data Explorer)

Posted by jpluimers on 2026/05/26

Interesting article: [Wayback/Archive] Stack Overflow’s forum is dead thanks to AI, but the company’s still kicking… thanks to AI – Sherwood News. with this important quote:

The complex questions still get asked on Stack because there’s no other place. If the LLMs are only as good as the data, which is typically human curated, we’re one of the best places for that, if not the best for technology.

I wonder about how far it has declined now, and also think these are reasons for the decline as well:

Anyway, the graph in that post is just a sexy version of a query you can create yourself on the SEDE (Stack Exchange Data Explorer). That’s why I included both below.

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, Database Development, Development, DVCS - Distributed Version Control, GitHub, GitHub Copilot, GitLab, LLM, Pingback, Software Development, Source Code Management, SQL, SQL Server, StackExchange, Stackoverflow | Tagged: , , , , , , , , , , , | Leave a Comment »

KotlinConf’23 video streams (including the keynote by Kevlin Henney which is generic to any programming language or concept)

Posted by jpluimers on 2026/05/26

Some of the video URLs of #kotlinconf23 most via [Wayback/Archive] KotlinConf’23 – YouTube:

Read the rest of this entry »

Posted in ChatGPT, Code Quality, Conference Topics, Conferences, Development, Event, Java Platform, Kotlin, Pingback, Software Development, Stackoverflow, Technical Debt, Testing | Leave a Comment »

Started making people walk me through their AI PRs in person. The 500-line diffs disappeared overnight : ExperiencedDevs

Posted by jpluimers on 2026/05/21

“Explain it to me like I’m five” works!

[Wayback/Archive] Started making people walk me through their AI PRs in person. The 500-line diffs disappeared overnight : ExperiencedDevs

Via [Wayback/Archive] Post by Frans Bouma (@fransbouma.com) — Bluesky: This is just brilliant.

--jeroen

Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, DVCS - Distributed Version Control, Issue/Bug tracking, LLM, Software Development, Source Code Management, Versioning | Leave a Comment »

Some notes on the The Internet Archive command-line interface (CLI) and Python API tools

Posted by jpluimers on 2026/05/20

Few people realise that in addition to uploading through the Internet Archive web user interface at [Wayback/Archive] Upload to Internet Archive, you can also upload through the command-line.

Fewer people know using the CLI is more reliable, as the web UI often has trouble with recovery from upload interruptions (but it is better than the Wayback Machine archiver which seems to have no recovery options at all).

Jason Scott responded to a really rude comment of an uploader, but the Internet Archive does not really advocate the CLI uploader much. I added a comment, but doubt that has changed: it regrettably is an organisation that has a track record of being quite reluctant to publicly show improvement.

The whole thread is at [Wayback/Archive] Post by @textfiles.com — Bluesky: Regarding large-size uploads, especially over, let’s say, 750mb to the Internet Archive, I highly suggest the ia command-line client, which has a separate pathway not dealing with weird browser oddities and behavior.… and archived for posterity.

TL;DR

  • you can batch upload to the base Internet Archive
  • you cannot  batch upload to the Wayback Machine of the internet archive

First, a list on how you can find the CLI tooling the normal way:

Read the rest of this entry »

Posted in Development, Python, Scripting, Software Development | Leave a Comment »

A source for many batch-file tricks: ghidra/launch.bat at master · NationalSecurityAgency/ghidra

Posted by jpluimers on 2026/05/20

If you want to improve your batchfile-fu, this might be your start: [Wayback/Archive] ghidra/launch.bat at master · NationalSecurityAgency/ghidra

After a quick look, I already recognised these tricks:

Read the rest of this entry »

Posted in Development, Scripting, Software Development | Leave a Comment »