✕ Clear all filters
26 articles
▶ Videos →

📰 Dev.to · vast cow

26 articles · Updated every 3 hours · View all reads

All Articles 118,229Blog Posts 125,766Tech Tutorials 30,246Research Papers 23,714News 17,293 ⚡ AI Lessons
Using Raspberry Pi 4, Raspberry Pi OS, and Docker to Connect Home Assistant with a Eufy IndoorCam 2K Pan & Tilt and Save Images When a Pet Is Detected
Dev.to · vast cow 🛠️ AI Tools & Apps ⚡ AI Lesson 2mo ago
Using Raspberry Pi 4, Raspberry Pi OS, and Docker to Connect Home Assistant with a Eufy IndoorCam 2K Pan & Tilt and Save Images When a Pet Is Detected
I wanted to connect an Anker Eufy IndoorCam 2K Pan & Tilt to Home Assistant and automatically...
Toggle Windows Light and Dark Mode with Python
Dev.to · vast cow ⚡ AI Lesson 2mo ago
Toggle Windows Light and Dark Mode with Python
Switching between light and dark mode on Windows usually requires going through the Settings app....
Using Tinyproxy as a Simple Proxy
Dev.to · vast cow 📣 Digital Marketing & Growth ⚡ AI Lesson 3mo ago
Using Tinyproxy as a Simple Proxy
This article focuses strictly on setting up and using Tinyproxy—a lightweight HTTP/HTTPS proxy—on...
Running X11 apps inside a rootless Docker container (by passing xauth cookies)
Dev.to · vast cow ⚡ AI Lesson 4mo ago
Running X11 apps inside a rootless Docker container (by passing xauth cookies)
Rootless Docker is great for reducing host privileges, but GUI apps can be a bit tricky—especially...
Audio Segmentation with YAMNet: Detecting Speech, Music, and Silence
Dev.to · vast cow 📐 ML Fundamentals ⚡ AI Lesson 4mo ago
Audio Segmentation with YAMNet: Detecting Speech, Music, and Silence
This article explains a Python program that analyzes an audio file and automatically segments it into...
Using pip with Windows Python Embeddable
Dev.to · vast cow ⚡ AI Lesson 4mo ago
Using pip with Windows Python Embeddable
The Windows Python embeddable distribution (python-3.x.x-embed-amd64.zip) is a lightweight,...
Tailwind CSS v4.1.18 Beginner Guide (Static HTML + JavaScript)
Dev.to · vast cow 🖌️ UI/UX Design ⚡ AI Lesson 5mo ago
Tailwind CSS v4.1.18 Beginner Guide (Static HTML + JavaScript)
A practical setup that builds only the CSS you actually use — with a polished Light/Dark toggle...
Archiving ChatGPT Conversations with a Bookmarklet
Dev.to · vast cow 🛠️ AI Tools & Apps ⚡ AI Lesson 5mo ago
Archiving ChatGPT Conversations with a Bookmarklet
This script is a JavaScript bookmarklet designed to help users archive multiple ChatGPT conversations...
How to Think About `.gitignore` for Android Studio and a Standard Practical Setup
Dev.to · vast cow 5mo ago
How to Think About `.gitignore` for Android Studio and a Standard Practical Setup
When developing Android apps in Android Studio (Gradle / Kotlin-based), many developers struggle at...
A Bookmarklet to Copy Codex Assistant Replies and PR Messages to Your Clipboard
Dev.to · vast cow 🖊️ Copywriting & Content Strategy 5mo ago
A Bookmarklet to Copy Codex Assistant Replies and PR Messages to Your Clipboard
Overview The content describes a JavaScript bookmarklet designed for the Codex web UI. Its...
Rewriting a Specific String in a Specific File with git-filter-repo While Minimizing Changed Commits
Dev.to · vast cow 5mo ago
Rewriting a Specific String in a Specific File with git-filter-repo While Minimizing Changed Commits
This note explains a practical way to rewrite Git history using git-filter-repo to replace a...
Building llama.cpp with CUDA in an NVIDIA HPC SDK Environment
Dev.to · vast cow 🧠 Large Language Models 5mo ago
Building llama.cpp with CUDA in an NVIDIA HPC SDK Environment
If you are working in an NVIDIA HPC SDK environment and want to build llama.cpp with CUDA support,...
Building llama.cpp in an Environment Without curl Headers
Dev.to · vast cow 🧠 Large Language Models 5mo ago
Building llama.cpp in an Environment Without curl Headers
When you try to build llama.cpp on a system where the curl development headers are not installed, the...
A Simple Tool for Downloading Files from Hugging Face
Dev.to · vast cow 📐 ML Fundamentals 5mo ago
A Simple Tool for Downloading Files from Hugging Face
Developers who work with machine learning models often need to download files from Hugging Face...
Building a “Software HSM” Workflow with SoftHSM2, OpenSC, and Python (Private Key Never Exported)
Dev.to · vast cow 🛠️ AI Tools & Apps 5mo ago
Building a “Software HSM” Workflow with SoftHSM2, OpenSC, and Python (Private Key Never Exported)
This article explains a practical, end-to-end workflow for using SoftHSM2 as a software-backed HSM...
A Simple Python Tool for Controlled PDF Text Extraction (PyPDF)
Dev.to · vast cow 5mo ago
A Simple Python Tool for Controlled PDF Text Extraction (PyPDF)
This script is a compact, command-line Python program designed to extract text from PDF files in a...
A Bookmarklet for Jumping Between ChatGPT Conversation Articles
Dev.to · vast cow 🧠 Large Language Models 5mo ago
A Bookmarklet for Jumping Between ChatGPT Conversation Articles
Overview The content describes a JavaScript bookmarklet designed to help users jump...
A Simple Bookmarklet Selector UI
Dev.to · vast cow 🖌️ UI/UX Design 5mo ago
A Simple Bookmarklet Selector UI
This article explains a JavaScript bookmarklet that provides a user interface for selecting and...
Preventing `pip install` Outside of Virtual Environments (Enforcing venv Usage)
Dev.to · vast cow 5mo ago
Preventing `pip install` Outside of Virtual Environments (Enforcing venv Usage)
In Python development, one of the most common and costly mistakes is accidentally running pip install...
Listening for Windows Battery Percentage Changes in C++ with a Hidden Message Window
Dev.to · vast cow 📰 AI News & Updates 5mo ago
Listening for Windows Battery Percentage Changes in C++ with a Hidden Message Window
This program demonstrates a straightforward way to listen for battery percentage updates on Windows...