The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

The famous Shiv Ramdas Twitter thread about his brother in law getting quite a bit more than a bucketload of rice…

Posted by jpluimers on 2025/01/03

Since archiving Tweets has become so much harder over time, and Threadreaderapp not having the complete thread either, here are some links for your enjoyment:

  1. [Wayback/Archive] Shiv Ramdas on Twitter: “OMG my brother in law, the gift that never stops giving, was tired of being sent to get rice every day so he decided buy in bulk, talked to the shop about it, wires got crossed, now there is a literal TRUCK FILLED WITH RICE outside the house and my sister is losing her shit lmfao”
  2. [Wayback/Archive] Shiv Ramdas Traing To Rite Buk on Twitter: “If you have never heard a woman destroy a man with one sentence 25 times in a row you should meet my sister. She’s terrifying rn, I’m on the phone and I’m scared and she isnt even angry at me lol”
  3. [Wayback/Archive] Thread by @nameshiv on Thread Reader App – “To clarify, this is India so when I say truck, I don’t mean SUV, IT IS A LITERAL LORRY FILLED WITH RICE” … (which has the read of the thread)

Then some direct links that stitch most of the thread together on Twitter itself:

Read the rest of this entry »

Posted in SocialMedia, Twitter | Leave a Comment »

iTerm2 logged passwords: immediately upgrade to 3.5.11 and delete any /tmp/framer.txt on your systems – via isotopp Kris at Infosec Exchange

Posted by jpluimers on 2025/01/03

[Wayback/Archive] Kris: “iTerm2 logged passwords …” – Infosec Exchange

iTerm2 logged passwords

If you are running iTerm2 on MacOS with ssh integration (it2ssh or Settings -> General -> Profiles, set to SSH instead of Command) you want to
  1. Upgrade
  2. Find /tmp/framer.txt on all systems you generally log into and delete it
If you manage systems with MacOS users, good luck.

[Wayback/Archive] https://iterm2.com/downloads/stable/iTerm2-3_5_11.changelog affected versions:

Read the rest of this entry »

Posted in Apple, Mac OS X / OS X / MacOS, Power User | Leave a Comment »

Latest Products/Feature Request Board topics – Ring Community

Posted by jpluimers on 2025/01/03

Yup, I have been in the Ring ecosystem since way before Amazon took them over, and it is kind of hard to part from the useful cameras, so here is for my link archive: [Wayback/Archive] Latest Products/Feature Request Board topics – Ring Community

Via two suggestions I did:

Read the rest of this entry »

Posted in Amazon.com/.de/.fr/.uk/..., Cloud, Hardware, Infrastructure, IoT Internet of Things, LifeHacker, Network-and-equipment, Power User, Ring Doorbell/Chime (Amazon) | Leave a Comment »

Getting the list of vscode extensions when it upgraded to a version not supported on the platform any more (and packing your extensions in a .vsix list package)

Posted by jpluimers on 2025/01/02

While moving from ancient hardware to more modern hardware, somehow Visual Studio Code had updated itself to a version that didn’t support the underlying operating system any more. Bummer!

Normally I would get the list of extensions through this command (which is listed in many places, like in my blog post How can you export the Visual Studio Code extension list? (via: Stack Overflow), but also for instance answered in the below question by [WaybackSave/Archive] Benny Ng):

code --list-extensions

That obviously would not work, but thanks to [Wayback/Archive] How can you export the Visual Studio Code extension list? – Stack Overflow (thanks [Wayback/Archive] Andrew and [Wayback/Archive] MarkP) I now could do this:

ls -alh ~/.vscode/extensions

(That directory obviously is also in various forms of official documentation like in the the Your Extensions Folder section of [Wayback/Archive] Publishing Extensions | Visual Studio Code Extension API.

A comment to the above question pointed me to an interesting way to automate extension installs on various machines: pack the installed extension list into its own .vsix file:

Read the rest of this entry »

Posted in Development, Software Development, vscode Visual Studio Code | Leave a Comment »

Modifying your receiver/amplifier: Converting Phono Inputs to Line-Level

Posted by jpluimers on 2025/01/02

For my link archive: [Wayback/Archive.is] Converting Phono Inputs to Line-Level

It shows for some receiver models how to have the Phono input signals bypass the preamplifier (preamp) so they effectively become Line level inputs and there is no need for an extra devices that undoes RIAA equalisation.

If that fails, then you need something like the [Wayback/Archive.is] Line level to phono input converter diagram:

Or get you a [Wayback/Archive.is] iRIAA2 – Inverse RIAA Filter – Hagerman Audio Labs

Read the rest of this entry »

Posted in Development, Hardware, Hardware Development, Power User | Leave a Comment »

Old programming books had cool little “puns” in their references, modern lack them in their indices. On the why, and history of them.

Posted by jpluimers on 2025/01/01

I wrote a two earlier blog posts around puns in programming book indices before:

  1. the 1992 Turbo Pascal 7.0 Language Guide having both entry in the manual about Recursion (“recursive loop, see recursive loop”) which of course is similar to “infinite loop” and entries for “infinite loop See loop, infinite” and “loop, infinite See infinite loop”.
  2. infinite loop in “LaTeX: A Document Preparation System” by Leslie Lamport, printed in 1994.

In the last one, I promised to list more occurrences which I now finally had time for to do.

But let me first elaborate more on the observation that modern computer books (like for instance on C# and Delphi beyond version 1) lack these kinds of index pun.

On the Delphi side, the index entry joke for recursion got removed no later than Delphi 3 (I am still looking for a Delphi 2 version of the Object Pascal Language Guide, see further below) even before the book being fully redone electronically and the index pages generation being automated in

I think I even understand why that is: the process of creating of indices. By the start of this century, more and more indices were automatically being generated and for the last 2 decades or so, all of them are. Back in the days however, indices were mostly done by hand. Nowadays, with everything automated, it is actually pretty tricky in most environments to add such an “infinite loop” index entry like in the Turbo Pascal book, as it would require two things at once:

Read the rest of this entry »

Posted in .NET, C, C#, C++, Conference Topics, Conferences, Delphi, Delphi 1, Delphi 2, Development, EKON, Event, History, LaTeX, LifeHacker, LISP, Mathematics, Pascal, Perl, PL/I (a.k.a. PL/1), Power User, science, Software Development, Turbo Pascal, Typesetting | Tagged: , | 4 Comments »

Uncommon Uses of Python in Commonly Used Libraries

Posted by jpluimers on 2025/01/01

For my link archive as it will help me when ready to step up my Python skills: [Wayback/Archive] Uncommon Uses of Python in Commonly Used Libraries.

Via: [Wayback/Archive] Julia Evans on Twitter: “i love this kind of researchy blog post (“i read a bunch of python libraries, here’s what i learned!”)

Read the rest of this entry »

Posted in Development, Python, Scripting, Software Development | Leave a Comment »

Pentium FDIV bug – 25 years ago; Ken Shirriff reverse engineerded the cause under a microsope

Posted by jpluimers on 2024/12/31

A small introduction is the Pentium FDIV bug – Wikipedia article which already has some of the highlights..

Ken Shirriff however went all the way in, and used a microscope to focus in on to the actual cause.

He wrote two Mastodon threads on it watching (most recent first, with a link to his blog post) making a good year’s end read:

And there is of course this, that predated his microscope work [Wayback/Archive] Ken Shirriff: “I recently saw an amazing Navajo rug…” – OldBytes Space – Mastodon Read the rest of this entry »

Posted in 8086, Development, Hardware Development, History | Leave a Comment »

A truckload of links which I need for some Bookmarklets work

Posted by jpluimers on 2024/12/31

A while ago, browser tabs were overflowing again so I first mad the list of links with quotes below, then discovered there is a template for many browser tabs open at [Wayback/Archive] To many browser tabs open Meme Generator – Imgflip

One of the reasons is that the WordPress “Press This” bookmarklet is very slow and also flaky at escaping HTML (for instance the below html – Why shouldn’t &amp;apos; be used to escape single quotes? – Stack Overflow sometimes becomes html – Why shouldn’t <code>'</code> be used to escape single quotes? – Stack Overflow in [Wayback/Archive] Press This – WordPress plugin | WordPress.org especially when running it from Archive Today archived pages).

So here we go: Read the rest of this entry »

Posted in Bookmarklet, Development, HTML, HTML5, JavaScript/ECMAScript, Power User, Scripting, Software Development, Web Browsers, Web Development | Leave a Comment »

Belastingdienst: Postadres doorgeven

Posted by jpluimers on 2024/12/30

Edit 20250213: let op! Op MacOS met Preview: vul niet het formulier als formulier in, maar gebruik text-annotations voor de tekstvelden. Want anders ben je met printen 80% van je informatie kwijt

Edit 20250830: vul bij “Uw huidige adres” het nieuwe adres in (de betekenis van “Uw huidige adres” is bij invullen voor het verhuizen anders dan na het verhuizen; de belastingdienst gaat er vanuit dat het na het verhuizen wordt ingevuld)

Zie screenshots onderaan de blogpost afkomstig van [WaybackSave/Archive] Jeroen Wiert Pluimers @wiert@mastodon.social on X: “Screenshots: – links met … van @Belastingdienst ingevuld om een postadres door te geven – rechts wat er uit de printer komt (of print naar PDF) MacOS. Laatste updates. Eerste screenshot: pagina 1 Tweede screenshot: pagina 2 #WhyCantWeHaveNiceThings “

Screenshots:

– links met https://download.belastingdienst.nl/belastingdienst/docs/postadres_doorgeven_al0791z3fol.pdf van @Belastingdienst ingevuld om een postadres door te geven
– rechts wat er uit de printer komt (of print naar PDF)

MacOS. Laatste updates.

Eerste screenshot: pagina 1
Tweede screenshot: pagina 2

#WhyCantWeHaveNiceThings


Originele tekst

[Wayback/Archive] Postadres doorgeven

[Wayback/Archive] download.belastingdienst.nl/belastingdienst/docs/postadres_doorgeven_al0791z3fol.pdf [Wayback PDF View/PDF View]

U kunt dit formulier alleen gebruiken als u in Nederland woont of als uw onderneming, stichting of vereniging in Nederland is gevestigd.
U kunt het formulier gebruiken in de volgende situaties:
  • U wilt onze post ontvangen op een ander adres dan uw woonadres of vestigingsadres.
  • U wilt voor onze post een ander postadres doorgeven.
  • U wilt uw postadres weer veranderen naar uw woonadres of vestigingsadres.

Read the rest of this entry »

Posted in Barcode, Development, KIX, LifeHacker, Power User, RM4SCC, Software Development | Tagged: | Leave a Comment »