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,835 other subscribers

Archive for the ‘WayBack machine’ Category

Bookmarklets for going from the Wayback Machine to Archive Today

Posted by jpluimers on 2026/08/20

To ease my blogging, I wrote two more Bookmarklets that help me navigate to or save from a Wayback machine archived page to Archive Today.

A key thing I learned over the past 2+ decades is that “the cloud” (i.e. cloud computing) is “just someone else’s computer” which tends to be unavailable right when you need it no matter the applicable service-level agreement.

Which means that a long while ago, I switched to archiving external links to both the Wayback machine and Archive Today.

Since the Wayback machine is my primary, it helps to have Bookmarklets to go from such an archived page to the equivalent one on Archive Today, or even save it if it isn’t there.

So I made two more Bookmarklets which I will illustrate using the example.org based links https://example.org and http://example.org:

Read the rest of this entry »

Posted in archive.is / archive.today, Bookmarklet, Conference Topics, Conferences, Development, Event, Internet, InternetArchive, JavaScript/ECMAScript, Power User, Scripting, SocialMedia, Software Development, WayBack machine, Web Browsers, Web Development, WordPress | Leave a Comment »

Some links on the Archive Today controversy and steps I need to take on this blog

Posted by jpluimers on 2026/08/11

In nerd space, there is a big Archive Today controversy which comes down to these two things:

  • They used their captcha mechanism to have their end-users DDoS a party that they had a dispute with
  • They altered archived content

Over the last half year or so I noticed an increase in captaches, which skyrocketed over the last couple of weeks. My speculation is that this has to do with the controversy.

Their actions blew up far enough for Wikipedia to actively started replacing almost 700k links to archived content hosted on various domains  of the Archive Today platform with content by other archival sites.

For my blog, with some 10k published and scheduled blog posts, my estimate is that I would need to replace at least 100k links: an effort that I cannot perform with the energy levels left after my cancer treatments in 2020.

What I can do is for future posts to use other archival sites, of which this is a short-list (all to their Wikipedia entries):

Read the rest of this entry »

Posted in Power User, Internet, InternetArchive, WayBack machine, archive.is / archive.today, Archiving, Archive Today controversy | Leave a Comment »

Increasing your web archiving impact: Guide to Setting Up Your 2nd (and more) ArchiveTeam Warrior in VirtualBox (Windows, MacOS, Linux…) or docker

Posted by jpluimers on 2026/08/03

With both the ever increasing amount of internet data, and ever increasing number of web sites pulling the plug, archiving them into the Internet Archive is ever more important.

The thread at [Wayback/Archive] Double Your Archiving Impact: Guide to Setting Up Your 2nd ArchiveTeam Warrior in VirtualBox (Windows) : Archiveteam has great tips on running ArchiveTeam Warrior instances, even running more than one on a machine.

It covers:

  • Running in VirtualBox
  • Running in docker

A third option is to run on ESXi which I have covered the ESXi quite a few times on my blog already. You can find the main post at Running ArchiveTeam Warrior version 3.2 on ESXi, and all posts at wiert.me/category/ArchiveTeamWarrior.

–jeroen

Posted in ArchiveTeamWarrior, Cloud, Containers, Docker, Infrastructure, Internet, InternetArchive, Power User, VirtualBox, Virtualization, VMware, VMware ESXi, WayBack machine | Leave a Comment »

Wayback Machine search string for either docwiki, Delphi 2007 or Delphi 2009 docs

Posted by jpluimers on 2026/07/21

A long time ago, I wrote about Google Search string for either docwiki, Delphi 2007 or Delphi 2009 docs.

Well, not long after Embarcadero totally messed up their DocWiki installation, ditched all DocWiki history cand causing a multi-day DocWiki outage (see The Delphi documentation site docwiki.embarcadero.com has been down/up oscillating for 4 days is now down for almost a day.), they also killed their (then still working) Docs server (containing all the Delphi 2007 and Delphi 2009 documentation).

That means the search strings in my previous blog post mentioned above do not work any more. The only way to find back that kind of documentation is through old blog posts (those usually are in the various Web Search Engine indexes), or through the Wayback Machine.

What Embarcadero also did not do is cooperate with the people at the Internet Archive to ensure the docs server was completely archived in the Wayback Machine. Since about Delphi 2010, their behaviour has been ticking boxes in the product feature matrices instead of tickling their users with great user experience including understanding what ensuring history is available actually means.

Read the rest of this entry »

Posted in Delphi, Delphi 2007, Delphi 2009, Development, Internet, InternetArchive, Power User, Software Development, WayBack machine | Leave a Comment »

Notes for a Bookmarklet that fixes Wayback Machine archivals of Google Search queries

Posted by jpluimers on 2026/04/01

For a while now, after initially displaying archived Google Search results, it changes the Wayback Machine archival URL after displaying.

Examples:

  • https://web.archive.org/web/20230322163526/https://www.google.com/web/20230322163526/https://www.google.com/search?q=excel+last+delimiter
  • https://web.archive.org/web/20230321192712/https://www.google.com/search?q=excel+textafter+textbefore+textsplit+site:https:%2F%2Fsupport.microsoft.com%2Fen-us%2Foffice%2F&google_abuse=GOOGLE_ABUSE_EXEMPTION%3DID%3D3020867903a1f6fa:TM%3D1679426832:C%3D%3E:IP%3D207.241.225.236-:S%3DTSrpWMPwWKoNpiXh-oD21Q%3B+path%3D/%3B+domain%3Dgoogle.com%3B+expires%3DTue,+21-Mar-2023+22:27:12+GMT
  • https://web.archive.org/web/20230321192712/https://www.google.com/web/20230321192712/https://www.google.com/search?q=excel+textafter+textbefore+textsplit+site:https:%2F%2Fsupport.microsoft.com%2Fen-us%2Foffice%2F&google_abuse=GOOGLE_ABUSE_EXEMPTION%3DID%3D3020867903a1f6fa:TM%3D1679426832:C%3D%3E:IP%3D207.241.225.236-:S%3DTSrpWMPwWKoNpiXh-oD21Q%3B+path%3D/%3B+domain%3Dgoogle.com%3B+expires%3DTue,+21-Mar-2023+22:27:12+GMT

I want to write a Bookmarklet that fixes these.

There is not much in the results of

[Wayback/Archive] “GOOGLE_ABUSE_EXEMPTION” “Wayback” – Google Search, but I think this happens when there is a high frequency Google Search archivals from the Wayback Machine.

–jeroen

Posted in Google, GoogleSearch, History, Internet, InternetArchive, Power User, WayBack machine | Leave a Comment »

Hatelijk gedrag: organisaties je profiel van “communicatie per post” naar “communicatie digitaal” omzetten zonder dat je dat kunt wijzigen. Oh en selecteren van tekst uit de voorwaarden blokkeren.

Posted by jpluimers on 2026/03/30

Het was me al een tijdje opgevallen dat ik nauwelijks meer fysieke post van Movir kreeg.

Ik dacht aan een probleem bij de post, maar het bleek erger:

Toen ik een tijd terug een on-line profiel aangemaakt had ik een PDF van mijn profiel gemaakt zodat ik wist wat er was geregisteerd.

Daarin stond “Communicatievoorkeur Per post”.

Read the rest of this entry »

Posted in About, archive.is / archive.today, Internet, InternetArchive, LifeHacker, Personal, Power User, WayBack machine | Leave a Comment »

GitHub – dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari (plus Firefox and Opera too)

Posted by jpluimers on 2026/02/26

The description of [Wayback/Archive] GitHub – dessant/web-archives: Browser extension for viewing archived and cached versions of web pages, available for Chrome, Edge and Safari is missing Firefox and Opera, but in the meantime the extension is available in these stores for:

As a great example of how to write a browser plugin for all these architectures, it shows how to write this in mostly JavaScript with Vue.js with a tiny bit of play HTML.

Web Archives is a plugin that lets you search either the URL from the current browser tab, or a URL you type, within various archival sites (all Wikipedia links):

Read the rest of this entry »

Posted in Archive Today controversy, archive.is / archive.today, Archiving, Chrome, Development, Edge, Firefox, Internet, InternetArchive, Opera, Power User, Safari, Software Development, WayBack machine, Web Browsers, Web Development | Leave a Comment »

LLM-generated passwords ‘fundamentally weak,’ experts say • The Register

Posted by jpluimers on 2026/02/24

LLM eat a lot of energy and are their hallucination are bad: [Wayback/Archive] LLM-generated passwords ‘fundamentally weak,’ experts say • The Register

Your AI-generated password isn’t random, it just looks that way

AI security company Irregular looked at Claude, ChatGPT, and Gemini, and found all three GenAI tools put forward seemingly strong passwords that were, in fact, easily guessable.

Basically they are almost as good as the 2007 XKCD “four” number generator, the 2013 XKCD “I’m So Random” or the 2001 Dilbert “nine” number generator further below (don’t read the latter if you dislike Scott Adams)

Is it a coincidence or are these two using two small squared numbers?

Anyway: avoid LLM whenever possible, as most often they do more bad than good.

And for passwords, better use the blog post that was already scheduled for tomorrow: Generating random strings for passwords and uuids/guids on both Windows and Linux using base64 and hex encoding, plus: “Hive Systems: Are Your Passwords in the Green?”

Via [Wayback/Archive] Eloy.: “LLMs are centrist randomness: not useful for anything that requires truth but neither for password generation” – HSNL Social

Below this post, there are some great responses as well.

Comics

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, C++, Conference Topics, Conferences, Development, Event, Internet, InternetArchive, LLM, Pingback, Power User, Python, Scripting, Software Development, Stackoverflow, WayBack machine | Leave a Comment »

archive.today: On the trail of the mysterious guerrilla archivist of the Internet – Gyrovague

Posted by jpluimers on 2026/02/23

I pulled this post forward from the blog queue in light of the recent Archive Today controversy (which started because of the Gyrovague article mentioned below). Please note that in this controversy, the Wayback Machine of the Internet Archive plays no role: it is purely about the Archive Today behaviour. Apart from this remark above the line I left this blog post in the original form I wrote it in, as I liked it a lot and quite a few published and queued blog posts still depend on it.


From a while back, but still a historic relevant article: [Wayback/Archive] archive.today: On the trail of the mysterious guerrilla archivist of the Internet – Gyrovague

Via [Wayback/Archive] difference between archive today and wayback machine – Google Search

Related:

Read the rest of this entry »

Posted in Archive Today controversy, archive.is / archive.today, Archiving, Bookmarklet, History, Internet, mementoweb, Power User, WayBack machine, Webcitation | Leave a Comment »

It died, but longer ladders will be there: 12ft – Wikipedia

Posted by jpluimers on 2025/12/31

From 12ft – Wikipedia:

On July 17, 2025, the News Media Alliance reported that it had taken down the website.

It’s impossible to enjoy the content of online media by paying (for instance because payment systems are not compatible, but also because those media often have region blocks), so this is to longer ladders (and understanding how ladders work):

Read the rest of this entry »

Posted in archive.is / archive.today, Cloud, Containers, Development, Docker, HTML, HTML5, Infrastructure, Internet, InternetArchive, JavaScript/ECMAScript, LifeHacker, Power User, Python, Scripting, Software Development, WayBack machine, Web Development | Leave a Comment »