Rethinking Presentations: Beyond Static Slides

In the digital age, traditional PowerPoint presentations often fail to engage audiences due to their static nature.

Research suggests that audience attention dwindles after just 10 minutes without engagement. The proposed method in this article aims to revitalize presentations by

  • Incorporating live doodling with the assistance of tools like the reMarkable tablet for real-time interaction.
  • Using a script to create PDFs from images, blending the familiar structure of slides with spontaneous on-the-spot drawing.

The result is a more authentic, engaging, and impactful presentation experience, though it requires deeper preparation and understanding of the topic. The tools and methods highlighted aim to shift the focus from aesthetics to genuine content engagement.

Evolving the Game: A clientless streaming tool for reMarkable 2

In this article, I expose the new version of the streaming tool for my reMarkable tablet.

Originally crafted in 2021, this tool allowed me to stream sketches during video calls.

Aiming for more user-friendliness, I revamped the design to a clientless implementation. This articles describes the implementation with some code illustrations in Javascript and Go on how to

  • get the picture and to display it in a canvas
  • optimize the flow by playing with uint4 and RLE

ChatGPT, Wardley and Go

In this article, I explain: how to create a ChatGPT plugin with Go how to validate the configuration with CUE how to create a basic API usable with ChatGPT how to display SVG images within chatGPT (more a do and don’t) Introduction I use ChatGPT on a daily basis as an assistant, not as a dictionary or an encyclopedia. I seek solutions to problems and am aware that I will find them myself.