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

Archive for August 18th, 2026

The pitch deck is dead. Write a pitch.md instead. Oh, and do this for any presentation you need to give.

Posted by jpluimers on 2026/08/18

I have been doing presentations based on Markdown since, gosh let me look, oh, at least 2014¹!

But I’m glad it is getting traction: [Wayback/Archive] The pitch deck is dead. Write a pitch.md instead.

… the “quality” of the deck is inversely correlated with the quality of the thinking behind it …

The quote hits the nail on the head, but be sure to read the rest of the article as well: it’s inspiring, holds for way more than pitch decks: it holds for any presentation, especially because of this quote²:

William Zinsser argued in On Writing Well that the act of writing forces clarity – because you can’t write a clear sentence about a thing you don’t understand.

Markdown has so many advantages. You write. It is text based. It can be versioned. I could go on.

Let me quote the closing summary too, as it is so well written showing the advantages of writing:

Write the pitch.md first. You might find you don’t need the deck at all, or you might find that when you do build the deck, it’s better, because you finally know what you’re trying to say.

Via:

Read the rest of this entry »

Posted in Development, Documentation Development, Lightweight markup language, MarkDown, Software Development | Leave a Comment »

No more /etc/rc.local in ESXi 7 and up, use /etc/rc.local.d/local.sh in stead

Posted by jpluimers on 2026/08/18

Where in ESXi 6.x you could change /etc/rc.local in ESXi 7 and up tightened security and now use /etc/rc.local.d/local.sh [Wayback/Archive] virtualization – ESXi 7.X file permissions – how to buypass new security measures – Server Fault

Notes:

  • some ESXi (for instance when booting from PXE do not have persistent storage)
  • be sure to always backup an ESXi configuration after changing it

Via [Wayback/Archive] “esxi 7” run your own shell scripts – Google Search

–jeroen

Posted in ash/dash development, Development, ESXi6, ESXi6.5, ESXi6.7, ESXi7, ESXi8, Scripting, Software Development, Virtualization, VMware, VMware ESXi | Leave a Comment »