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

13 Things No One Tells You About 3D Printing as a Beginner – YouTube

Posted by jpluimers on 2026/04/28

[Wayback/Archive] 13 Things No One Tells You About 3D Printing as a Beginner – YouTube only had a numbered index, so I commented the context index:

Read the rest of this entry »

Posted in 3D printing, CSS, Development, HTML, LifeHacker, Power User, Software Development, Web Development | Leave a Comment »

YOURLS/YOURLS: 🔗 The de facto standard self hosted URL shortener in PHP

Posted by jpluimers on 2026/04/28

In case I ever want to run my own URL shortener: [Wayback/Archive] YOURLS/YOURLS: 🔗 The de facto standard self hosted URL shortener in PHP

Via:

jeroen

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

Shoe horning Arm Mac hardware plus OLED screen in a iMac G3 case 

Posted by jpluimers on 2026/04/23

Only do this when your G3 is broken beyond repair!

This particular example shows how to shoe-horn an Apple Silicon based Mac Mini into a the very first incarnation of an iMac: a classic iMac G3 case restoring both plastic, and using 3D printed mounts to ease assembly/disassembly.

Still cool as it is flexible so also allows for other Mac hardware like a Mac Studio.

The screen is a 14 inch 16:10 screen which is very expensive over here:

Video: [Wayback/Archive] I built a MODERN iMac… – YouTube

Query: [Wayback/Archive] mac studio in imac g3 3d print at DuckDuckGo

3D prints of a different project:

Likely a 4:3 OLED screen has less visible bezels.

--jeroen


Read the rest of this entry »

Posted in Apple, Apple Silicon, ARM Mac, Classic Macintosh, Development, Hardware Interfacing, iMac, Mac, MacMini, Power User | Leave a Comment »

Is Agile dead? Only for places where it is suffocated by rules

Posted by jpluimers on 2026/04/23

Over the last few years I have seen more and more posts where people are fed up by Agile.

The whole fundament if Agile, or better any lightweight methodology, is to be able to flow as a team. That is only possible when the flow is not disturbed by a truckload of rules or schedules overloaded with ceremonies.

The best way to implement over the last 40+ years I have been in IT is to use common sense.

This basically has not changed since before “I think, therefore I am” (Cogito, ergo sum), so please read this other quote from René Descartes‘s same book “Discourse on Method” where* he begins by allowing himself some wit:

Good sense is, of all things among men, the most equally distributed; for every one thinks himself so abundantly provided with it, that those even who are the most difficult to satisfy in everything else, do not usually desire a larger measure of this quality than they already possess.

Or in other words*:

Everyone has a similar and sufficient amount of common sense, but it is rarely used well.

For me, lightweight methodologies vary by team and project and always involve both critical thinking and together with other team members regularly thinking about:

  1. why to do things
  2. how to do these things
  3. the steps to perform the how
  4. when to change parts or all of the above three points

Agile Software Development is that simple.

Oh: always think about why Software Development or any other work you are involved in differs much or little from Lean Management in car manufacturing (the place where many people advocate the Agile methodologies in Software Development are supposed to stem from: strongly disagree with that as they have their own origin. Try to think about why I disagree, even if your opinion differs from mine).

Read the rest of this entry »

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

LR: “warming myself on this post li…” – Gamedev Mastodon

Posted by jpluimers on 2026/04/22

(This post too suffered from the WordPress.com missed schedule bug which has been unfixed since 2012)


[Wayback/Archive] LR: “warming myself on this post like a space heater…” – Gamedev Mastodon

[Wayback/Archive] Post by @jensfoell.de — Bluesky

Dr. Jens Foell ‪@jensfoell.de‬

OpenAI: We’re burning money like the Joker. A miracle needs to happen for us to turn a profit

Microsoft: Please please use our AI systems, we’re teetering on the edge here

Anthropic: I wonder what’ll kill us first: lawsuits, regulations or model collapse

Media and universities: AI is here to stay

In other news today, in addition to the earlier leaked Anthropic AI model, Mythos got leaked as well – [Wayback/Archive] Dany :verified_gay:: “Ah yes, the almighty Mythos, …” – HSNL Social:

Read the rest of this entry »

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

Memories of my AS/400 and OS/400 days: PUB400.COM – Your public IBM i server

Posted by jpluimers on 2026/04/22

[Wayback/Archive] PUB400.COM – Your public IBM i server:

Read the rest of this entry »

Posted in AS/400 / iSeries / System i, COBOL, Development, RPG, Scripting, Software Development | Leave a Comment »

Hacker Hosting

Posted by jpluimers on 2026/04/21

Reminder to self: [Wayback/Archive] Hacker Hosting

HackerHosting biedt Hackers, die samenkomen in hackerspaces, in hotels en op campings de mogelijkheid om te genieten van hoge kwaliteit hosting in Nederland, tegen een tarief waarvoor zelfs ‘kippenschuur-hosters’ en ‘brandgevaarlijke-datacenter-hosters’ het niet doen.

Via [Wayback/Archive] Angry Nerds 278 – Corrigendum – YouTube

--jeroern

Posted in Development, Power User, Internet, Hosting, ISP | Leave a Comment »

Updating Microsoft Office on Windows from a batch file

Posted by jpluimers on 2026/04/21

This batch file works for modern Click-to-Run (sometimes called ClickToRun, Click2Run or C2R) based Office installations (note the odd lowercase microsoft shared which indeed is the actual directory name):

if exist "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" (
  "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update user
) else (
  echo could not find the Office Updater
)

This for sure does not work for MSI based Office 2013 and lower (which are updated through Windows Update anyway). Since I only have 2021 online (Click-to-Run) installs and higher to test with: those work fine.

Read the rest of this entry »

Posted in Batch-Files, Development, Office, Office 2021, Office Development, Power User, Scripting, Software Development, Windows, Windows Development | Leave a Comment »

Importing a repository with GitHub Importer – GitHub Docs

Posted by jpluimers on 2026/04/20

Via [Wayback/Archive] Importing a repository with GitHub Importer – GitHub Docs I found [Wayback/Archive] Import repository · GitHub which can import from Subversion, Mercurial, TFVC, and Git as per [Wayback/Archive] About GitHub Importer – GitHub Docs.

Note this will import the repository, but not any surrounding things (like tickets/issues, wiki, etc).

In that sense, the more than 10 year old [Wayback/Archive] SourceForge: GitHub Project Importer as documented in [Wayback/Archive] SourceForge Support / Documentation / GitHub Importer does a way better job the other way around.

If you want to import more than just a repository into GitHub, then some inspiration is at [Wayback/Archive] Migrate from Sourceforge to Github – Stack Overflow (thanks [Wayback/Archive] Matthew Talbert, [Wayback/Archive] Masood Khaari, [Wayback/Archive] Thomas and [Wayback/Archive] Sergey Ponomarev) for instance with these tools:

Especially the last one is interesting as it allows you to separate tickets from repository import. This opens up the opportunity to do the svn to git conversion yourself and keep that conversion in place to you can use it to sync incoming svn changes towards the git repository.

The above does not cover CVS. For that, be sure to read these:

Via [Wayback/Archive] import sourceforge into github – Google Search.

–jeroen

Posted in Development, DVCS - Distributed Version Control, git, GitHub, Software Development, Source Code Management, SourceForge, Subversion/SVN | Leave a Comment »

MIME decoder for Windows – Super User

Posted by jpluimers on 2026/04/17

More than 10 years ago, I needed a MIME decode for Windows as I was developing some software which implemented S/MIME could sign automatically generated emails and verify incoming ones.

I wrote more about the latter part in Some notes on OpenSSL, S/MIME, email, various RFC standards and their relations.

Now finally the post about what I wanted to schedule for posting back then as well: my question looking for a [Wayback/Archive] MIME decoder for Windows – Super User:

Read the rest of this entry »

Posted in *nix, *nix-tools, base64, Development, Encoding, Linux, MIME, Power User, Software Development, Windows, WSL Windows Subsystem for Linux | Leave a Comment »