Mr. Potter I presume?
Supposedly This Might Work So I asked ChatGPT about .deb files and Chromebooks. It gave me a lenghty answer. To my surprise many Chromebooks have a kind of sub-system installed…
The Dale Post
Supposedly This Might Work So I asked ChatGPT about .deb files and Chromebooks. It gave me a lenghty answer. To my surprise many Chromebooks have a kind of sub-system installed…
My YouTube Downloader on a Chromebook
Will my Debian .deb installer for “YouTube-Downloader” run on a Chromebook? Short answer: Yes, ChromeOS can install and run Debian .deb packages — but only if the Chromebook has Linux…
Tips from Calude.ai
Looking at your Python script, I can see it’s a YouTube downloader GUI that depends on tkinter and calls external binaries. Relocation errors with tkinter applications are quite common with…
These .deb files work on Mint 20, 21, and 22
Super Simple GUI Download Simple GIU for yt-dlp .deb file Demo Video Works with mint 20, 21, & 22. Simple Light & Dark Theme Download GIU – Dark & K…
Some build notes from ChatGPT – August 28th (Charlie’s Birthday!)
📦 Build Recipe: YouTube Downloader Standalone on Linux Mint Install prerequisites (system-wide, once only) sudo apt-get update sudo apt-get install -y python3-venv python3-pip Set up a clean build environment python3…
Python – wildly random notes
get release info: lsb_release -a Note: The tips below (the tips for Mint 20) helped me rebuild a new binary when I had installed some conflicting python packages on my…
Kdenlive – Speed Up Rendering
This is weird: Using the same operating system (Mint 20, lately – even though it’s out of date) my rendering times for the same sized files will vary wildly from…
Built a GUI for Yt-dlp!
This was a fun project I did with ChatGPT. I really didn’t know what ChatGPT could do, frankly, given that I had never messed with anything of that kind before…