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

SignalR and Design Patterns for .NET developers

Posted by jpluimers on 2023/08/22

https://leanpub.com/b/signalr-and-designpatterns-for-dotnet-developers/c/Ap5p8r8xJwd9

Via

Posted in .NET, Design Patterns, Development, R (statistics/graphics), Software Development | Leave a Comment »

HTGWA: Create a ZFS RAIDZ1 zpool on a Raspberry Pi | Jeff Geerling

Posted by jpluimers on 2023/08/21

For my link archive: [Wayback/Archive] HTGWA: Create a ZFS RAIDZ1 zpool on a Raspberry Pi | Jeff Geerling

–jeroen

Posted in *nix, Power User, ZFS | Leave a Comment »

Voor het nageslacht – Marc Van Ranst: “Wie een tribunaal graaft voor een ander, valt er zelf in.”

Posted by jpluimers on 2023/08/20

[Wayback/Archive] Marc Van Ranst on X: “@NDikkeboom Wie een tribunaal graaft voor een ander, valt er zelf in.” / X

Image

Afbeelding van [Wayback/Archive] De Geert on Twitter: “@Doc_Box Ach. Een wijs man zei ooit”

–jeroen

Posted in About, Fun, Opinions, Personal | Leave a Comment »

Burninator Sec: Twitter Removed the Blocked Account Export – Let’s Put it Back!

Posted by jpluimers on 2023/08/18

Hoping I can still use the Twitter API to perform thousands of requests: [Wayback/Archive] Burninator Sec: Twitter Removed the Blocked Account Export – Let’s Put it Back!

I dug around in the Data Archive and eventually found block.js, which is a JSON object of all the blocked accounts in their ideas. From there you can write a quick Python script to use the Twitter API to resolve all of those IDs to usernames.

Related: [Wayback/Archive] How to download your Twitter archive and Tweets | Twitter Help.

Via [Wayback/Archive] twitter export blocklist – Google Search and

Read the rest of this entry »

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

WhatsApp Help Center – How to use broadcast lists

Posted by jpluimers on 2023/08/18

Cool, did not know this and used readonly groups (with one writer) for this before: [Wayback/Archive] WhatsApp Help Center – How to use broadcast lists

Via: [Archive] Sylvia on Twitter: “Ik wist nooit van t bestaan van verzendlijsten op whapp. Zusje kwam er gisteravond mee. Ging wereld voor mij open. Ideaal in deze situatie. Gewoon 1 bericht er uit en hele familie en vriendenkring is op de hoogte.”

–jeroen

 

Posted in Android Devices, Power User, SocialMedia, WhatsApp, WhatsApp for Android | Leave a Comment »

Figuring out the threads for processes ran by python

Posted by jpluimers on 2023/08/17

A while ago I wrote about Figuring out the open network connections for processes ran by python, which explained the TL;DR:

pidof python | tr " " "\n" | xargs -r -n 1 lsof -i -a -e /run/user/1001/gvfs -p 

Now I needed thread information as well, so below two examples using ps and pstree. I won’t explain the pidof and xargs stuff here as that was already covered in the above blog-post and I found out that ps already has a built-in way to filter on process name.

The ps solution uses the H, -L or -T argument to show the threads:

Read the rest of this entry »

Posted in *nix, *nix-tools, bash, Development, lsof, Power User, ps, Scripting, Software Development | Leave a Comment »

Youtube – Extract Meta Data – Amnesty International

Posted by jpluimers on 2023/08/16

Cool that Amnesty International can do a YouTube [Wayback/Archive] Extract Meta Data (Amnesty International).

Via:

I wonder if I can write a Bookmarklet for this (it will likely require an HTTP POST request).

–jeroen

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

Bookmarklet for Archive.is to navigate to the canonical link

Posted by jpluimers on 2023/08/15

This is a follow-up to Bookmarklets for Archive.is and the WayBack Machine to go to the original page.

Archive.is has two kinds of URLs:

  1. The encoded version is the short form without any meta-information,
  2. The canonical version is a long form and has metadata about Archive date and time, and the Archived URL,

You get the first URL both after archiving and when browsing from an archived page to another archived page (if it is not archived you will go the unarchived full page URL).

Read the rest of this entry »

Posted in archive.is / archive.today, Development, Internet, InternetArchive, JavaScript/ECMAScript, Power User, Scripting, Software Development, WayBack machine | Leave a Comment »

Zonnepanelen op plat dak

Posted by jpluimers on 2023/08/14

For my link archive:

–jeroen

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

All printers hate us

Posted by jpluimers on 2023/08/11

I’m not alone in feeling hated by printers and multifunctionals.

I had already seen this 2019 comic [Archive.is] System32Comics on Twitter: “Printers nowadays… “ quite a while ago:

  1. User: Hey printer, can you please print this document?
  2. Printer: Low on Cyan
  3. User: Don’t worry, it’s just a black and white text
  4. Printer: No fuck you, low on Cyan

Printers and the drivers shipped by manufacturers hate me so much, that I now have the habit of using older printers which are better supported out-of-the-box by modern operating systems, hence this tweet:

[Archive.is] Jeroen Wiert Pluimers on Twitter: “I try to avoid using the software provided by the printer manufacturer. Usually stock PCL or PostScript drivers work fine.… “

Thanks to [Archive.is] Matt Schultz 😷 on Twitter: “Seems about right… … “, I found out that early 2021 Stevie Martin came along with this hilarious video [Archive.is] “when you’re trying to print something”:

https://twitter.com/5teviem/status/1367868899681832965

And of course the System32Comics version was commented immediately: [Archive.is] Mr. Dubi and Dr. Kan on Twitter: “… “ (:

But also a few other nice comments were made that I had not known of before:

I got at that thread because of [Archive.is] Troy Hunt on Twitter: “No? Yes? The UX in this @Epson printer is undoubtedly one of the worst I’ve ever seen. Just insane. (Near new ET-16600 FWIW.)… :

Title: Confirmation
Text: The wired LAN connection is disabled when using a Wi-Fi connection.
Buttons: Close, No, Yes

–jeroen

Read the rest of this entry »

Posted in About, Hardware, Personal, Power User, Printers | Leave a Comment »