Is there anyone having experience with [Wayback/Archive] HttpMaster | Master HTTP Testing and Debugging?
Via [Wayback/Archive] HttpMaster (@http_master)
–jeroen
Posted by jpluimers on 2025/09/30
Is there anyone having experience with [Wayback/Archive] HttpMaster | Master HTTP Testing and Debugging?
Via [Wayback/Archive] HttpMaster (@http_master)
–jeroen
Posted in .NET, Development, Software Development, Testing, Web Development | Leave a Comment »
Posted by jpluimers on 2025/09/29
Even een reminder aan mezelf, omwat we aan Remeha Calenta Ace hebben en het niet helemaal duidelijk is of deze bij de vorige bewoners echt goed op het huis is ingeregeld.
Het nadeel van Remeha is dat ze volstrekt chaotisch onduidelijke handleidinge hebben waar het lastig is essentiele instellingen in terug te vinden: er zijn veel te veel instellingen met allemaal onduidelijke nummering waarbij hele reeksen nummers worden overgeslagen.
De Remeha Calenta Ace serie is inmidels zo’n 7 jaar in productie.
Posted in Development, DIY, Encoding, LifeHacker, Power User, Software Development, Unicode | Leave a Comment »
Posted by jpluimers on 2025/09/25
I hope someone has also archived all these in the Internet Archive as this is a great collection of historic material: [WaybackSave/Archive] GitHub – gingerbeardman/apple-human-interface-guidelines: Apple Human Interface Guidelines, et al.
If you have more of them: add them via a pull-request.
Related: [Wayback/Archive] Making It Macintosh: The Macintosh Human Interface Guidelines Companion : Apple : Free Download, Borrow, and Streaming : Internet Archive
A client that went belly up in the early 1990s had all these and similar books. In retrospect, I though have found a way to obtain them but back then I didn’t value the uniqueness of them enough and didn’t have the storage space for it (I lived in a 30m² apartment).
Posted in //e, 68k, Apple, Apple Lisa, Classic Macintosh, Development, Hardware, History, Mac, NeXT, Power User, Software Development, User Experience (ux) | Leave a Comment »
Posted by jpluimers on 2025/09/25
Perl isn’t my strength, so I was glad to find the below links that inspired me to add this bash function to my profile decoding Quote-Printable email data (for instance used by sendmail and postfix to store SMTP message files):
# https://superuser.com/questions/1452249/fix-revert-wrong-encoding-of-file function sendmail-decode-quoted-printable-from-stdin() { perl -0777 -ne 'use MIME::QuotedPrint; print decode_qp($_)' }
Posted in *nix, *nix-tools, bash, bash, Development, Perl, Power User, Python, Scripting, sendmail, Software Development | Leave a Comment »
Posted by jpluimers on 2025/09/23
Sometimes I feel like having lived under a rock for ages despite trying to live the command-line life as much as possible.
Anyway: not that long ago I learned about [Wayback/Archive] mutool: all purpose tool for dealing with PDF files | mupdf Commands | Man Pages | ManKier
It is part of [Wayback/Archive] Package mupdf – man pages | ManKier which also has [Wayback/Archive] mupdf: MuPDF is a lightweight PDF viewer written in portable C | mupdf Commands | Man Pages | ManKier.
MuPDF – a kind of sibling to GhostScript – lives at [Wayback/Archive] MuPDF: The ultimate library for managing PDF documents.
The below query got me to [Wayback/Archive] mupdf/docs/man/mutool.1 at master · ccxvii/mupdf · GitHub in the “wrong” repository [Wayback/Archive] GitHub – ccxvii/mupdf: mirrored from git://git.ghostscript.com/mupdf.git
The actual repositories are at:
Posted in *nix, *nix-tools, Console (command prompt window), Development, PDF, Power User, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2025/09/19
In a German thread, Kristian Köhntopp perfectly explained why I too always use light mode, so I put the English translations here:
The German thread:
Posted in accessibility (a11y), Conference Topics, Conferences, Development, Event, LifeHacker, User Experience (ux) | Leave a Comment »
Posted by jpluimers on 2025/09/18

NewsGuard August 2025 One Year Progress Report: Percentage of Responses Containing False Information
This is what I have been warning for since 2020: AI LLM will end up in a downward quality spiral.
My reasoning back then, and still now is that they:
I’m not surprised by the [Wayback/Archive] August 2025 — AI False Claim Monitor – NewsGuard summary:
AI False Information Rate Nearly Doubles in One Year
Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, Generative AI, LLM, Software Development | Leave a Comment »
Posted by jpluimers on 2025/09/18
I don’t have words to describe how cool this tool is: [Wayback/Archive] Kaitai Struct: declarative binary format parsing language:
Posted in Development, Software Archeology, Software Development | Tagged: 1010, 1018, 738 | Leave a Comment »
Posted by jpluimers on 2025/09/17
I bumped into [Wayback/Archive] Beyond the Cloud: Brooklyn Zelenka on Local-First Software | gotopia.tech
It is a great session with guidance how to kind of go “back to the future” by amending cloud based applications to run locally by means of caching and syncing data. No small feat, but very convenient for end-users to have their – recently regarded as old-fashioned – local running applications back.
There is a – member’s only – video of it as well at [Wayback/Archive] Beyond the Cloud: The Local-First Software Revolution • Brooklyn Zelenka & Julian Wood • GOTO 2025 – YouTube
--jeroen
Posted in Cloud Development, Development, Software Development, Systems Architecture | Leave a Comment »