“Tricking” ChatGPT to give you information is about navigating around the gates added by humans: [Wayback/Archive] Gokul Rajaram on Twitter: “lol”:
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
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
.gitignorefile 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
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.
Posted in ASCII, ASCII art / AsciiArt, Development, Documentation Development, Encoding, Excel, Fun, HTML, Office, Power User, Software Development, Web Development | Tagged: 2 | 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¹:
git pushgit push --verbose
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
Posted in Awareness, GitLab, Software Development, Source Code Management | 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:
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:
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:
Posted in Development, Scripting, Software Development | Leave a Comment »





