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

Archive for the ‘Blogging’ Category

Two online transcription tools

Posted by jpluimers on 2026/06/12

From best to second best:

  1. [Wayback/Archive] Good Tape (which at the time of writing in 2023 was free, but likely now is still affordable)
  2. [Wayback/Archive] Azure Video Indexer Portal – Cognitive Video Indexing (at the time of writing the first 10 hours are free, then it’s around EUR 1/minute)

Related blog post: GitHub – ggerganov/whisper.cpp: Port of OpenAI’s Whisper model in C/C++

Via:

Read the rest of this entry »

Posted in Blogging, Conference Topics, Conferences, Event, LifeHacker, Power User, SocialMedia | Leave a Comment »

Online HTML Stripper. Remove HTML and formatting from text

Posted by jpluimers on 2026/02/11

This was the easiest tool to remove HTML from select tags while keeping line breaks: [Wayback/Archive] Online HTML Stripper. Remove HTML and formatting from text.

Especially the client-side on-line tools I tried failed that option:

This just does not work at all for me: [Wayback/Archive] HTML Cleaner (cannot paste HTML text: needs to paste formatted text which does not work with select elements).

Could I have done this on a command-line? Of course, but I don’t need it often enough to warrant investigating and remembering how to do that in an efficient manner.

Queries:

Read the rest of this entry »

Posted in Blogging, Development, HTML, JavaScript/ECMAScript, LifeHacker, PHP, Power User, Scripting, SocialMedia, Software Development, Web Development | Leave a Comment »

CSV To HTML Converter

Posted by jpluimers on 2025/11/04

While blogging, online tools often beat offline or command-line tools, so here there are:

They use JavaScript and do client-side conversion.

There are way more conversion targets (Delimited, Flat File, GeoJSON, HTML Table, JSON, KML, Markdown, Multi-line Data, PDF, SQL, Word, XML, YAML) and operations (Pivot, Transpose, Query with SQL), but the above are what I use most.

–jeroen

Posted in Blogging, CSV, Development, Power User, SocialMedia, Software Development | Leave a Comment »

Introduction to the Zettelkasten Method • Zettelkasten Method

Posted by jpluimers on 2025/02/17

Every now and then you bump into an interesting post on a workflow you already have but did not know the name for.

This time it is [Wayback/Archive] Introduction to the Zettelkasten Method which has this nice definition:

A Zettelkasten is a personal tool for thinking and writing. It has hypertextual features to make a web of thought possible. The difference to other systems is that you create a web of thoughts instead of notes of arbitrary size and form, and emphasize connection, not a collection.

I thought a bit about it and it feels quite a bit like this blog: the ~5k draft posts at the time of writing are similar to a Zettelkasten: short notes with title and links either internally or externally.

These drafts are private, but the actual blog posts are either public (already published: some 8k at the time of writing) or queued for publication (some 2 years at the time of writing).

Read the rest of this entry »

Posted in Blogging, Development, documentation, Knowledge Worker, LifeHacker, Lightweight markup language, MarkDown, Power User, reStructuredText, SocialMedia, Software Development | Tagged: , , , , | Leave a Comment »

Bridgy Fed – bridges to/from BlueSky, Fediverse (including Mastodon) and many web-sites

Posted by jpluimers on 2025/01/29

I bumped into [Wayback/Archive] Bridgy Fed a while ago. The highlights:

Source is written in Python and HTML. It is available from [Wayback/Archive] GitHub – snarfed/bridgy-fed: 🌉 A bridge between decentralized social network protocols.

The blog post re-introducing it: [Wayback/Archive] Re-introducing Bridgy Fed | snarfed.org.

There is docs too: [Wayback/Archive] Bridgy Fed: docs

Bridgy Fed is a kind of a spin-off from the longer existing [Wayback/Archive] Bridgy which has documentation at [Wayback/Archive] About – Bridgy and source code at [Wayback/Archive] GitHub – snarfed/bridgy: 📣 Connects your web site to social media. Likes, retweets, mentions, cross-posting, and more….

Via [Wayback/Archive] Ionica Smeets (@ionica.mathstodon.xyz.ap.brid.gy) — Bluesky who’s primary social media presence is at [Wayback/Archive] Ionica Smeets (@ionica@mathstodon.xyz) – Mathstodon.

I created my [Wayback/Archive] wiert.me profile – Bridgy Fed which resulted in these two entities (that by the time you read this should have some updates):

--jeroen

Posted in Blogging, BlueSky, Development, Fediverse, HTML, Mastodon, Python, Scripting, SocialMedia, Software Development, Web Development | Leave a Comment »

Three dashes or a rendered horizontal table at the top of your GitHub markdown document? That’s YAML metadata

Posted by jpluimers on 2025/01/22

Many Markdown documents on GitHub have three dashes (---) at the top (and rendered a horizontal table displays).

I didn’t know this markdown construct, and it appears to be GitHub specific: it is a way to render YAML metadata (for instance used while blogging).

So I searched for [Wayback/Archive] three dashes table markdown – Google Search and found [Wayback/Archive] Viewing YAML Metadata in your Documents | The GitHub Blog.

Well, actually… Read the rest of this entry »

Posted in Blogging, Configuration Management, Development, Lightweight markup language, MarkDown, Power User, SocialMedia, Software Development, YAML | Leave a Comment »

Florian Haas on Twitter: “Let’s do something we should do every once in a while: if you have a personal web site with an RSS or Atom feed, drop it in the replies so people can add it to their feed aggregator.”

Posted by jpluimers on 2024/11/13

Lot’s of interesting tech blogs: [Wayback/Archive] Florian Haas on Twitter: “Let’s do something we should do every once in a while: if you have a personal web site with an RSS or Atom feed, drop it in the replies so people can add it to their feed aggregator. Signal boosts appreciated.”

–jeroen

Posted in Blogging, Power User, SocialMedia | Leave a Comment »

By Jack Rhysider: if you’re in IT, I highly encourage you to write a blog. Here are 17 reasons why you should be blogging.🧵👇

Posted by jpluimers on 2024/10/04

I quote the last tweets in the series starting with [Wayback/Archive] Jack Rhysider on Twitter: “If you’re in IT, I highly encourage you to write a blog. Here are 17 reasons why you should be blogging. 🧵👇”

1…17.

So to recap. By blogging you will become a better writer and communicator, learn the concepts better, open new opportunities, have a fantastic notebook for self reference, maybe make money, become appreciated by more people, and show off your IT skills.

So how do you get started? Try these: WordPress, Jekyll, Ghost, Hugo, Medium, Wix, Squarespace. I really don’t care what you use. Just jump in and start blogging. You can always move everything to a different place later. Good luck and I hope to see some new bloggers from this.

and a few ones that came up in the responses:

Read the rest of this entry »

Posted in Blogging, Conference Topics, Conferences, Event, SocialMedia, WordPress | Leave a Comment »

For my link archive: responses to Iris Classon asking for “least privacy invading way to track some metrics regarding traffic to my website?”

Posted by jpluimers on 2024/03/12

This sparked some great responses [Wayback/Archive] Iris Classon on Twitter: “What’s the least privacy invading way to track some metrics regarding traffic to my website? Basic stuff, not length of stay, color of underwear or body count.”, for instance:

Read the rest of this entry »

Posted in Blogging, Development, Hosting, Power User, SocialMedia, Software Development, Web Development | Leave a Comment »

Kollaboratives Bloggen | Un*xe

Posted by jpluimers on 2023/12/07

For my link archive: [Wayback/Archive] Kollaboratives Bloggen | Un*xe.

Via:

Related:

Read the rest of this entry »

Posted in Blogging, Development, DVCS - Distributed Version Control, git, GitHub, GitLab, SocialMedia, Software Development, Source Code Management | Leave a Comment »