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

Archive for the ‘SocialMedia’ Category

Some links on Twitter automation through Selenium web-browser automation

Posted by jpluimers on 2026/06/16

A few years ago, Twitter basically killed API access by making it cost prohibitive for anything but very large organisations.

Here are some links I archived back then that might be able to replace some automation behaviour by using Selenium to drive a web browser.

Read the rest of this entry »

Posted in SocialMedia, Twitter | Leave a Comment »

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 »

Mastodon Flock: Migrate your tweeps to the Fediverse.

Posted by jpluimers on 2026/06/08

[Wayback/Archive] Mastodon Flock

Welcome to the Mastodon Flock installation wizard.
This program will guide you through finding your Twitter contacts on the Fediverse, provided they have added their external contact information on their profile name, description, URL or pinned Tweet.

It is open source in the repository [Wayback/Archive] WesSouza/mastodon-flock: Let the birds flock to Mastodon.

I love the retro Windows 95 Installer look which is even continued in the [Wayback/Archive] About (“how this software works”), and [Wayback/Archive] Privacy Policy:

Read the rest of this entry »

Posted in Fediverse, Mastodon, Power User, SocialMedia, Twitter | Leave a Comment »

Wat is de maximale huurverhoging voor een vrijesectorwoning in 2026? | Rijksoverheid.nl

Posted by jpluimers on 2026/05/30

Edit 20260601: Tagged “missed schedule” vanwege de WordPress.com missed schedule bug die sinds 2012 niet is opgelost (kennelijk kan WordPress wel iets met AI, maar een lijst met meer dan 100 geagendeerde blogposts is “too big” voor ze)

Origineel:

Voor in het huurdossier: [Wayback/Archive] Wat is de maximale huurverhoging voor een vrijesectorwoning in 2026? | Rijksoverheid.nl

In 2026 is de jaarlijkse huurverhoging voor vrijesectorwoningen maximaal 4,4%. Dit geldt ook voor ligplaatsen voor woonboten. De huurverhoging moet wel als afspraak in uw huurcontract staan.

--jeroen

Posted in LifeHacker, Missed Schedule, Power User, SocialMedia, WordPress | Leave a Comment »

SocialGrep – Social Media Analytics for Reddit

Posted by jpluimers on 2026/05/15

Though I have no Reddit account, it has much useful content, so I wish I had known his query site like 15 years ago [Wayback/Archive] SocialGrep – Social Media Analytics for Reddit

It looks like very few people mentioned me on Reddit too. Is that a good thing?

Read the rest of this entry »

Posted in Power User, SocialMedia | Leave a Comment »

Beeper — All your chats in one app

Posted by jpluimers on 2026/05/13

[Wayback/Archive] Beeper — All your chats in one app

Via a friend that mentioned Beeper to me.

On the list to try out somewhere during the year.

It is open source; some more links:

Read the rest of this entry »

Posted in Chat, Development, Discord, DVCS - Distributed Version Control, Facebook, git, GoogleChat, IRC, LinkedIn, Power User, Signal messenger, SocialMedia, Software Development, Source Code Management, Telegram, Twitter, WhatsApp | Leave a Comment »

Dit artikel werd mede mogelijk gemaakt door Google, Apple en Amazon. Die afhankelijkheid gaan we nu afbouwen – De Correspondent

Posted by jpluimers on 2026/05/01

Vooruitgang: [Wayback/Archive] Dit artikel werd mede mogelijk gemaakt door Google, Apple en Amazon. Die afhankelijkheid gaan we nu afbouwen – De Correspondent

--jeroen

PS: te laat gepubliceerd, want “Missed Schedule” omdat WordPress.com een beperking van 100 geplande artikelen in de wachtrij heeft. Een probleem dat ze al sinds 2012 niet opgelost hebben.

Posted in Amazon S3, Amazon.com/.de/.fr/.uk/..., Apple, AWS Amazon Web Services, Cloud, Cloud Apps, GCP Google Cloud Platform, Infrastructure, Internet, Missed Schedule, Power User, SocialMedia, WordPress | Leave a Comment »

LR: “warming myself on this post li…” – Gamedev Mastodon

Posted by jpluimers on 2026/04/22

(This post too suffered from the WordPress.com missed schedule bug which has been unfixed since 2012)


[Wayback/Archive] LR: “warming myself on this post like a space heater…” – Gamedev Mastodon

[Wayback/Archive] Post by @jensfoell.de — Bluesky

Dr. Jens Foell ‪@jensfoell.de‬

OpenAI: We’re burning money like the Joker. A miracle needs to happen for us to turn a profit

Microsoft: Please please use our AI systems, we’re teetering on the edge here

Anthropic: I wonder what’ll kill us first: lawsuits, regulations or model collapse

Media and universities: AI is here to stay

In other news today, in addition to the earlier leaked Anthropic AI model, Mythos got leaked as well – [Wayback/Archive] Dany :verified_gay:: “Ah yes, the almighty Mythos, …” – HSNL Social:

Read the rest of this entry »

Posted in AI and ML; Artificial Intelligence & Machine Learning, Development, Generative AI, LLM, Missed Schedule, Power User, Software Development, WordPress | Leave a Comment »

Steven Murdoch on Twitter: “However, the new “more secure” Universal Windows Platform (UWP) sandboxes the file picker in a separate process, allowing neat features like capability-based access control. It returns a file handle which, if the selected file exists, will not overwrite the existing content! 3/9”

Posted by jpluimers on 2026/04/07

Windows had its own aCropalypse in the Snipping tool, but other UWP based applications are vulnerable of that too because of this:

[Wayback/Archive] Steven Murdoch on Twitter: “However, the new “more secure” Universal Windows Platform (UWP) sandboxes the file picker in a separate process, allowing neat features like capability-based access control. It returns a file handle which, if the selected file exists, will not overwrite the existing content! 3/9”

It is part of this interesting [Wayback/Archive] Thread by @sjmurdoch on Thread Reader App with these two parts just after the above Tweet:

The old Win32 API for saving a file was (roughly) to show a file picker, get the filename the user selected, and then open the file. To open a file, the programmer must specify whether to overwrite the file or not, and example code usually does overwrite the file.
However, the new “more secure” Universal Windows Platform (UWP) sandboxes the file picker in a separate process, allowing neat features like capability-based access control. It returns a file handle which, if the selected file exists, will not overwrite the existing content!

The tread continued supporting this statement, that in the new situation you need to manually truncated the file, and referenced these links:

Read the rest of this entry »

Posted in .NET, Conference Topics, Conferences, Development, Event, SocialMedia, Software Development, Twitter, UWP (Universal Windows Platform), Windows Development | Leave a Comment »

“Your YouTube Comments” is part of “Google – My Activity”

Posted by jpluimers on 2026/04/06

It took me a while to find, but the canonical URL is Source: [Wayback/Archive] Google – My Activity – Your YouTube Comments

It was a relatively short queste:

Read the rest of this entry »

Posted in Google, Power User, SocialMedia, YouTube | Leave a Comment »