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

Some thoughts and experience by isotopp on solar panels and batteries

Posted by jpluimers on 2024/12/23

For my link archive the thread leading up to [Wayback/Archive] Kris on Twitter: “@mterwoord @mausdompteur Das ist ein 15 kWh LFP-Klotz, der Problemlos ins Kabuff neben den Inverter passt und nicht im Weg ist. Nachdem ich nun noch einmal 21% BTW von den 10100 Euro Solarpanels zurück bekommen habe wäre das Ding also praktisch unter 5000 Euro zu haben. Ein No-Brainer quasi.”

–jeroen

Posted in LifeHacker, Power User, Solar Power | Leave a Comment »

redox – Acetic(vinegar) and citric acid as the rust remover – Chemistry Stack Exchange

Posted by jpluimers on 2024/12/20

There are alternatives. One trick is to get the chloride, sulfate, or nitrate into solution by using a compound other than the acid. For instance, adding sodium chloride to a solution of citric acid should make the citric acid more aggressive, and yet, won’t change the pH. (One reason for this is that FeCl3FeCl3 is more soluble than the iron citrate.)

[Wayback/Archive] redox – Acetic(vinegar) and citric acid as the rust remover – Chemistry Stack Exchange

--jeroen

Posted in DIY, LifeHacker, Power User | Leave a Comment »

How to lock the Philips TV after a specific time? | Philips

Posted by jpluimers on 2024/12/20

Yup, old model, but this is supposed to work: [Wayback/Archive] How to lock the Philips TV after a specific time? | Philips

Read the rest of this entry »

Posted in Cable TV/Radio, Hardware, Power User | Leave a Comment »

Beyond Compare 5 – out since mid 2024, and not many bug fixes needed so far: be sure to upgrade

Posted by jpluimers on 2024/12/19

Being back in the field after quite a long time made me notice I missed the Beyond Compare 5 release mid this year.

It did not need many upgrades so far which is a really good sign. Unlike many other places that release software way too early, Scooter Software seems to have focused on quality first, which nowadays is rare. Great!

Below are some links to get you up to speed, especially since it is available on Home Brew, Chocolatey and various other package installers:

Read the rest of this entry »

Posted in Development, Software Development | Leave a Comment »

Hasan • Digital Writer on Twitter: “I made JavaScript Arrays Methods cheat sheet🔥 I hope it can helps you https://t.co/6KoWtagj13” / Twitter

Posted by jpluimers on 2024/12/19

[Wayback/Archive] Hasan • Digital Writer on Twitter: “I made JavaScript Arrays Methods cheat sheet🔥 I hope it can helps you”, a visual representation covering map, filter, find, findIndex, fill, copyWithin, some, every, reduce:

Read the rest of this entry »

Posted in Development, JavaScript/ECMAScript, Scripting, Software Development, Web Development | Leave a Comment »

How to extract playlists (list of file locations) from iTunes using python – Stack Overflow

Posted by jpluimers on 2024/12/18

While migrating from iTunes on one machine to Apple Music on another one, I needed to migrate part of the (disorganised) playlists.

I knew there was a binary ~/Music/iTunes/iTunes Library.itl file, but that is encoded or encrypted, making it hard to parse.

Luckily there is also ~/Music/iTunes/iTunes Music Library.xml which I found via the links below.

Read the rest of this entry »

Posted in Apple, Development, iTunes, Mac OS X / OS X / MacOS, Power User, Python, Scripting, Software Development, XML, XML/XSD | Leave a Comment »

den on Twitter: “Kubernetes.” portrayed by Seinfeld characters (Engineering Festivus)

Posted by jpluimers on 2024/12/18

At the end of 2020, in the midst of the Covid-19 crisis, [Wayback/Archive] den (@DennisCode) / Twitter started [Wayback/Archive] Engineering Festivus

The only thing 2020 needed is Seinfeld making a career change and getting into tech.

It is a series of IT parodies that at the time of writing just had its’ 35th episode: [Wayback/Archive] den on Twitter: “Kubernetes.”

Kubernetes

Kramer decided to use Kubernetes for his website. Jerry tries to explain what that entails. Kramer is adamant to do it all himself.

Read the rest of this entry »

Posted in Amazon.com/.de/.fr/.uk/..., AWS Amazon Web Services, Cloud, Cloud Development, Containers, Development, Docker, Infrastructure, Kubernetes (k8n), Software Development | Leave a Comment »

As a tribute to their @isotopp handle history, Kris now changed its name to Köhntopp

Posted by jpluimers on 2024/12/17

[Wayback/Archive] Jeroen Wiert Pluimers: “LOL, just saw @isotopp changed…” – Mastodon

LOL, just saw @isotopp changed his name to Köhntopp

Well done, Kris. Well done.

ftfy.vercel.app/?s=ö

( the history of the iso isotopp handle is so great, that I was glad I captured it from Twitter before that content got deleted; it is now at wiert.me/2022/06/09/how-isotop )

This Vercel app cannot be archived in the Wayback Machine properly as it then returns a HTTP 500. The Archive.is save succeeded though: [Wayback/Archive] https://ftfy.vercel.app/?s=ö:

Read the rest of this entry »

Posted in Development, Encoding, ISO-8859, ISO8859, Mojibake, Software Development, Unicode, UTF-8 | Leave a Comment »

Markdown has been the Internet’s lingua franca for documentation. Microsoft finally the documentation format with markitdown: Python tool for converting files and office documents to Markdown.

Posted by jpluimers on 2024/12/17

Finally an easier way to convert Office documents (and other formats) to markdown: [Wayback/Archive] GitHub – microsoft/markitdown: Python tool for converting files and office documents to Markdown. (after Google added a Markdown export feature to Google Docs about half a year ago, and basic Markdown formatting about 2 years ago – see below):

There are quite a few dependencies in [Wayback/Archive] markitdown/pyproject.toml at main · microsoft/markitdown · GitHub, so be prepared for that.

Supported formats (added links for clarity):

The MarkItDown library is a utility tool for converting various files to Markdown (e.g., for indexing, text analysis, etc.)
It presently supports:
  • PDF (.pdf)
  • PowerPoint (.pptx)
  • Word (.docx)
  • Excel (.xlsx)
  • Images (EXIF metadata, and OCR)
  • Audio (EXIF metadata, and speech transcription)
  • HTML (special handling of Wikipedia, etc.)
  • Various other text-based formats (csv, json, xml, etc.)

Google was first though:

  1. [Wayback/Archive] Google Workspace Updates: Compose with Markdown in Google Docs on web
  2. [Wayback/Archive] Google Workspace Updates: Import and export Markdown in Google Docs

There is speculation on why Microsoft introduced it just now ranging from “they need it for AI training” to “just late to the game”. I’m with the latter. Apple is even later, so if you want to convert Apple Notes to markdown, then you can use [Wayback/Archive] Import from Apple Notes – Obsidian Help.

Via various sources, including:

Read the rest of this entry »

Posted in CSV, Development, Excel, HTML, HTML5, JSON, Lightweight markup language, MarkDown, Office, PDF, Power Point, Power User, Software Development, Word, XML/XSD | Tagged: , | Leave a Comment »

Some links and notes as I want to write a Bookmarklets to help resize HTML images

Posted by jpluimers on 2024/12/17

Probably not fully the direction I need to search to (main goal is to interactively edit img tag attributes (basic and style) to manipulate the appearance of pictures in my blog), but should do for now:

Read the rest of this entry »

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