[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:
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
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:
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:
- NL: USD 512 (ex costs) [Wayback/Archive] InnoView 4K OLED Portable Monitor, 14 Inch UHD Portable OLED Monitor for Laptop 100% DCI-P3, 1MS with Speaker and Stand, USB-C HDMI High-End Portable Screen for Laptop, PC, MAC Phone, : Amazon.nl: Electronics & Photo
- USA: USD 200 (incl costs) [Wayback/Archive] Amazon.com: InnoView 14 Inch OLED Portable Monitor 4k UHD 3840×2400 Portable Monitor 100% DCI-P3 | 100000:1Contrast | Built-in Speakers, Travel Monitors for Laptop PC MAC Phone PS4 Xbox Switch : Electronics
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:
- [Wayback/Archive] iMac G3 Casemod | Hackaday.io
- [Wayback/Archive] GitHub – Diepzeevogel/iMac-G3-replacement-parts: 3d printable replacement parts for iMac G3.
Likely a 4:3 OLED screen has less visible bezels.
--jeroen
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:
- why to do things
- how to do these things
- the steps to perform the how
- 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).
Posted in Agile, Development, Software Development | 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
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.
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:
- [Wayback/Archive] ttencate/sf2github: A Python script to migrate projects from SourceForge to GitHub; currently very immature and incomplete.
- [Wayback/Archive] cmungall/gosf2github: migrates tickets to GH from SF
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:
- [Wayback/Archive] import a sourceforge project (with full history) to github
- [Wayback/Archive] version control – Migrate from CVS to Git without losing history – Stack Overflow (thanks [Wayback/Archive] Ahmed Alaa and [Wayback/Archive] rubo77)
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:
Posted in *nix, *nix-tools, base64, Development, Encoding, Linux, MIME, Power User, Software Development, Windows, WSL Windows Subsystem for Linux | Leave a Comment »





