Pages
Blog Posts
- A LibreOffice Macro to Split Long TablesA few weeks ago, a coworker had the task of splitting a long spreadsheet table of people into several smaller files, one for each country. Doing it manually is tedious work: sort the rows by country, create a new file for each country, copy the headers into each target file, copy the appropriate row range.… A LibreOffice Macro to Split Long Tables weiterlesen
- Using Local AI for Summarizing Long TextsIn this post, I’ll describe how you can use GPT4All, an AI tool running locally on your computer, to create a reasonable first draft of meeting notes from a transcript. This tool is capable of processing text versions of meetings that have been created by tools like Whisper from audio recordings. By using GPT4All, the… Using Local AI for Summarizing Long Texts weiterlesen
- How to Include a Mermaid Diagram into a WordPress Blog PostWhy Mermaid? You can describe a diagram in simple text form, much easier (to me) than drawing it using a drawing program. You enter the relationships and let the program do the layout. I’m thinking of Mermaid as a diagramming tool in a way similar to what Markdown is for text authoring.
- Improve Your English Communication with AI-Powered Grammar Correction – A Guide for Non-Native SpeakersInstall GPT4All and let it rewrite your text by choosing a suitable model and prompt, as demonstrated in this article. GPT4All runs localy on your computer, so you can use this method for confidential data. (Updated on 2025-02-25 for GPT4All version 3.10, original version) Issue You speak and write some English, but not near native… Improve Your English Communication with AI-Powered Grammar Correction – A Guide for Non-Native Speakers weiterlesen
- How to archive a CMS powered website to static HTMLWhen switching the content management system of my website from ProcessWire to WordPress, I want to archive the previous website, because it contains some content that I want to keep and stay accessible. In this post I’ll describe how to do it. Essentially, it is one single wget command with optional post-processing by sed .
Older posts are in https://www.stut-it.net