Tag: technology

  • Convert Text to Audio on Linux – Coqui TTS

    Convert Text to Audio on Linux – Coqui TTS

    In a separate post on my blog, I documented a simple way to convert text to audio using Google’s Text-To-Speech service. This works for small projects. But, during a recent conversion, I ran into an error where my requests were getting blocked by Google for using the service too much. I didn’t realize they capped…

  • Best 3D Printed Sunglasses Clip for Car Visor

    Best 3D Printed Sunglasses Clip for Car Visor

    I’ve needed a place to put sunglasses in my car for years. My sunglasses have typically ended up in one of the cup holders. Recently, it dawned on me that I could print a clip or holder that would attach to my sun visor to hold my sunglasses. I looked at the various 3D design…

  • Redacting PDFs on Linux

    Redacting PDFs on Linux

    I had an odd situation pop up where I needed to redact a PDF. It wasn’t anything nefarious or super exciting, but it did involve a complicated PDF that included images and tables in addition to text. In figuring out how to redact the PDF, I ended up learning a few things and thought it…

  • Fixing Zotero Corrupt Database Issue on Linux

    Fixing Zotero Corrupt Database Issue on Linux

    I use Zotero to manage my references and have for decades since it was first developed. I’m a huge fan and teach all my students how to use it. But I also don’t follow one of the programmers’ recommendations on where to store my Zotero database. As soon as I install Zotero, I change the…

  • LibreOffice Calc – Search for Specific Text Across Columns

    LibreOffice Calc – Search for Specific Text Across Columns

    I have a task I am asked to do fairly regularly that involves searching through a large spreadsheet (around 4,000 rows with about a dozen columns) looking for very specific text. There are, of course, various ways I could accomplish this. But I finally found a solution that speeds this up and want to document…

  • Batch Convert MP4 to MKV

    Batch Convert MP4 to MKV

    I ran into an issue where a number of my MP4 files on my fileserver were stuttering when I tried to play them back using Plex on my TV. After a lot of googling, I found out that this was due to some header information in the MP4 files and that the simple solution was…

  • FreeCAD Import STL

    FreeCAD Import STL

    I’m not a FreeCAD expert. I bought a 3D printer and am constantly coming up with new ideas for 3D prints to solve issues around my house and office. That required me to begin learning how to use CAD software and, as an open-source advocate, FreeCAD was the obvious choice for CAD. I design most…

  • Bambu A1 Mini – 0.2 extruder doesn’t work!

    I bought a Bambu A1 Mini with the AMS in December 2023. It was supposed to be a present for my son so he could print some things. Well, he never really printed much on it, but I’ve been using it a lot. After nearly 8 months of printing dozens of projects on it, I…

  • Airtable Forms for Third-Party to Submit Updated Information

    Airtable Forms for Third-Party to Submit Updated Information

    I have a use case that is probably more common than I realize. I am a faculty member at a university and our department wants to keep track of our alumni. To do that, we built an Airtable base that contains basic contact information for them. We can obviously update the base by hand, but…

  • Getting Ollama and Open WebUI Working on Kubuntu 23.10

    Getting Ollama and Open WebUI Working on Kubuntu 23.10

    I have two specific use cases for setting up AI locally instead of using ChatGPT (for which I have a subscription as I use it for a variety of tasks, as does my wife). I needed to analyze interviews but couldn’t upload them to the web for security reasons. I also wanted to work on…