@dominoc925

0 Followers
45 Following
77 Posts
A geographer at a small technology company
I have many music files in flac format and I wanted to convert them to a more compressed mp3 format with ffmpeg on Ubuntu. To ease the conversion task, I decided to write this simple shell script to do the job https://bit.ly/3NOi8dH #Linux #Ubuntu #MP3
Shell script to batch bulk convert *.flac files to *.mp3

I have many music files in flac format and I wanted to convert them to a more compressed mp3 format with ffmpeg on Ubuntu so I can upload...

Simple C++ example to send serial AT commands to and receive data from a modem: https://bit.ly/3NkUIfE #Linux #Ubuntu #CPP
Simple C++ example to send serial AT commands to and receive data from a modem

I tried using many C/C++ libraries trying to coax a 5G modem to respond to my input AT commands for a long time but I was not successful. Th...

A workaround to QGIS unable to edit SpatiaLite database layer https://bit.ly/3srPJQK #QGIS #SpatiaLite
QGIS unable to edit SpatiaLite database layer workaround

Recently I upgraded to QGIS 3.26 on Ubuntu 22.04 and found that I was unable to edit my existing SpatiaLite database layers, i.e. the Toggl...

How to auto mount an SD card upon insertion on #Ubuntu Server https://bit.ly/3geG25g #Linux
Auto mount an SD card upon insert on Ubuntu Server

I have a headless Raspberry Pi board running Ubuntu 20.04.x server with a USB SD card reader. I wanted the system to automatically mount an...

Run Quectel's Connection Manager as a systemd service on Ubuntu https://bit.ly/3DAi9yX #Linux #Ubuntu #Quectel #systemd
Run Quectel's Connection Manager as a systemd service on Ubuntu

I found myself in possession of a modem by Quectel ( https://www.quectel.com ) to hook up to a Raspberry Pi running Ubuntu 20.04. I wanted ...

Blender: how to make an edge flush with another edge by snapping and scaling https://bit.ly/3AGGOAv #Blender3d
Blender: how to make an edge flush with another edge by snapping and scaling

Making an plane edge geometry flush with another plane geometry is a typical CAD task. In Blender 3D , it is possible to do the same using s...

My second Flutter WebApp: Singapore Weather forecasts. https://bit.ly/3NoBlAZ #flutter #Singapore #WeatherForecast
WebApp for Singapore Weather forecasts rewritten using Flutter

I thought the old Singapore Weather Nowcast WebApp at this site https://dominoc925-pages.appspot.com/webapp/weather_sg/default.html writte...

byn2gtx - Convert Geoid .byn to .gtx file

This WebApp can convert Geoid files in .byn format to .gtx format.

Did my first #Flutter web app - Time Converter App. More details at https://bit.ly/3MMPFTI #GPS #WebApp #Time #Julian #Unix #UTC
Time Converter App for time conversion in the browser developed with Flutter

I recently learned Flutter ( https://flutter.dev/ ) - a cross platform SDK for building native Android, IOS, Windows, Linux, Web, and MacOS...

Unable to use #gphoto2 to trigger a Sony camera after a system restart? Here's a workaround at https://bit.ly/3wNjqPF #Linux #Ubuntu #Sony
Workaround for gphoto2 with certain Sony camera models problem on system restart

For some Sony camera models e.g. the Sony Alpha-A7R III , gphoto2 will not be able to connect and/or trigger an image capture after a Linu...