elsatch | Data and tech
Welcome
to elsatch’s Blog
Here I will share my insights about data and tech, focusing on Python, Data Engineering and personal productivity tools.
Featured Post
Creating fast presentations using orgmode and reveal
- elsatch
- July 29, 2022
Introduction In this brief post I’ll explain how to create fast presentations using emacs + orgmode + reveal. Requisites emacs orgmode ox-reveal Installing OX-Reveal OX-Reveal module creates a new entry in the export menu to convert your Org file to Reveal.

Error building my web when using Hugo Theme as a Hugo Module
- February 20, 2022
Recent Post
Transcribe videos using OpenAI Whisper for free
- elsatch
- November 14, 2022
Introduction OpenAI, the company behind GPT-3 and DALL-E 2 has just released a voice model called Whisper that can transcribe audio fragments to multiple languages and translate them to English.
Setting up doom emacs in Ubuntu 20.04
- elsatch
- August 5, 2022
Introduction In this post I will capture the steps required to install doom emacs in a fresh new install of Ubuntu 20.
Setting up an AI workstation
- elsatch
- August 5, 2022
Introduction In this document, I will share the steps required to get an AI workstation machine ready. I’ll be updating the content as my configuration evolves.
Creating fast presentations using orgmode and reveal
- elsatch
- July 29, 2022
Introduction In this brief post I’ll explain how to create fast presentations using emacs + orgmode + reveal. Requisites emacs orgmode ox-reveal Installing OX-Reveal OX-Reveal module creates a new entry in the export menu to convert your Org file to Reveal.
Creating a personal dashboard with Heimdall
- elsatch
- March 29, 2022
In the last months I have been building a personal infraestrucure to make my day to day faster. To make it also simpler, I have decided to give a try to a dashboard called Heimdall.
Fixing file coding for git
- elsatch
- March 29, 2022
Version controling org-files is one of the best ways to prevent any data loss in the future. Given that these files contain all kind of personal and non-public data, I decided to use Gitea, a git server that can be installed locally using docker.