Riedl's Blog

Michael Riedl's Blog - Dabbling in all things.

Personal blog for documenting projects ranging from electronics, programming, data science, to machine/deep learning.

Tag: programming


image

Testing out the Logging for Lightning Fabric

Published on 11 Sep 2023
Testing how logging works with distributed training using Lightning Fabric.
Read more →
image

Installing llama-cpp-python with GPU Support

Published on 10 Sep 2023
Installing llama-cpp-python to work with GPU offloading of model.
Read more →
image

Installing NVIDIA Apex on Windows 11

Published on 26 May 2023
Installing NVIDIA Apex on Windows 11 for use with PyTorch 2.x.
Read more →
image

Installing SLURM on Jetson Nano

Published on 27 Apr 2023
Installing SLURM on a Jetson Nano in a Turing Pi 2 cluster.
Read more →
image

Implementing the A* Pathfinding Algorithm with ChatGPT

Published on 03 Apr 2023
Using ChatGPT to implement the A* pathfinding algorithm in Python.
Read more →
image

Copying a WSL Distribution

Published on 03 Mar 2023
Copying a Windows Subsystem for Linux distribution and fixing common issues.
Read more →
image

Speeding up your Transformer Model by Upgrading

Published on 08 Jan 2023
How upgrading your PyTorch version can speed up your Transformer model.
Read more →
image

Setting Up WSL on Windows 11 22H2

Published on 26 Dec 2022
Dealing with issues setting up WSL on Windows 11 with update 22H2.
Read more →
image

Sniffing WiFi APs with Flipper Zero and WiFi Dev Board

Published on 05 Dec 2022
Modifying the WiFi dev board to sniff access points with the Flipper Zero.
Read more →
image

Building an Object Detection Model with TFLite Model Maker

Published on 20 Aug 2022
Setup and issues training an object detection model with TFLite Model Maker.
Read more →
image

Setting Up a Python Virtual Environment on a RPi

Published on 06 Aug 2022
How to setup a Python virtual environment (virtualenv) on a Raspberry Pi.
Read more →
image

HUZZAH 8266 with the Adafruit FeatherWing OLED

Published on 27 Jul 2022
How to use the HUZZAH 8266 with the Adafruit FeatherWing OLED and MicroPython.
Read more →
image

WiFi Issues Dual Booting on Strix X570E

Published on 05 Apr 2022
WiFi issues with dual booting Ubuntu and Windows 10 on the ASUS Strix X570E Gaming II motherboard.
Read more →
image

Building a Raspberry Pi Cluster

Published on 26 Feb 2022
Building a RPi cluster with Slurm Workload Manager.
Read more →
image

Schedule Rsync Jobs with Crontab on MacOS

Published on 02 Jan 2022
Steps and settings to run crontab scheduled rsync jobs with macOS.
Read more →
image

Custom ML Docker Container for Jetson Nano

Published on 04 Sep 2021
Building a custom machine learning Docker container for the 2GB Jetson Nano.
Read more →
image

Testing Your GitHub Pages Site Locally with Jekyll

Published on 11 Jun 2021
Getting GitHub pages and Jekyll setup locally on macOS.
Read more →
image

Jekyll Loops and Collections

Published on 08 Jun 2021
Adding additional collections to your GitHub Pages.
Read more →
image

Masonry Alignment Issues

Published on 21 Feb 2021
How to fix Masonry alignment issues on screen rotation.
Read more →
image

Installing Streamlit on RPi4

Published on 29 Jan 2021
How to install Streamlit on RPi4 with Ubuntu 20.04.2 LTS 64-bit.
Read more →
image

Github.io Syntax Highlighting

Published on 16 Jan 2021
Getting syntax highlighting to work on your blog.
Read more →
image

PyQt5 Network Manager

Published on 03 Jan 2021
The correct way to use the network manager.
Read more →
image

RPi PyQt5

Published on 12 Dec 2020
Installing PyQt5 on Raspberry Pi.
Read more →
image

COVID-19 Visualization

Published on 29 Mar 2020
Visualization of COVID-19 nucleotide mutations.
Read more →
image

Pic2Paint

Published on 21 Mar 2020
Pic2Paint: A Streamlit app for neural style transfer.
Read more →