Sports

How to Add Your Favorite Sports Team’s Schedule to Microsoft Outlook Calendar

Do you love your team so much that you need to block off your schedule during the game? This guide w

In these interests: MicrosoftSports

Build Your Own Live NHL Scoreboard with Raspberry Pi and LEDs!

In this Howchoo guide, I’ll show you how to build your own NHL scoreboard that automatically d

In these interests: HockeyRaspberry PiSports

Fire TV Stick

Play Retro Games on the Fire TV Stick with RetroArch

If you want to emulate all your favorite retro gaming systems quickly and easily, this guide is for

In these interests: AmazonFire TV StickRetrogaming

Finder

How to Always Show File Extensions in MacOS

As a website designer, I work with a lot of files—and a lot of file types. Nothing’s worse t

In these interests: FinderMacMacOS

How to Set the Default View Options for All Finder Windows in macOS

If you’re using a Mac and you’ve found yourself in a place where every Finder window is

In these interests: FinderMac OS XMacOS

Facebook

How to Create a Custom URL for a Facebook Group

You can create a custom URL for your Facebook Group—similar to how you can change your Facebook p

In these interests: FacebookSocial Media

Ender 3

Ender 3 V2 – The Easiest Guide to Leveling and Test-Printing

If you’re like me and are just starting out on your 3D printing journey, there’s little doubt in

In these interests: 3D PrintingDIYEnder 3Technology

How to Upgrade Your Ender 3 Power Supply to a MeanWell PSU

Aside from upgrading your Ender 3 board, upgrading your stock PSU to a Mean Well PSU is one of

In these interests: 3D PrintingEnder 3

How to Set Up and Use OctoPrint on the Creality Ender 3

The Creality Ender 3 is amazing. The only thing that could make it more amazing is modding it so tha

In these interests: 3D PrintingEnder 3OctoPrint

How to Install BLTouch on the Creality Ender 3, Ender 3 V2, and Ender 3 Pro

Remember the days when you found yourself hunkered down over your Ender 3, Ender 3 V2, or Ender 3 Pr

In these interests: 3D PrintingEnder 3

Creality Ender 3 Silent Mainboard Upgrade: Better Prints with Less Noise!

If your 3D printer is located in your room, office, or some other area where you like to spend your

In these interests: 3D PrintingEnder 3

3D Printer Glass Beds: Why You Should Be Printing on Glass

There are a lot of different 3D printing surfaces out there — metal, BuildTak, painter’s

In these interests: 3D PrintingEnder 3

How to Set Up and Use OctoPrint on the Creality Ender 3 V2

With the release of the Creality Ender 3 V2, many of the Ender’s biggest fans who upgraded to

In these interests: 3D PrintingEnder 3OctoPrint

The Best Creality Ender 3 (and Pro) Upgrades and Mods (2022)

The Ender 3 is an amazing 3D printer. For the money, it’s hard to find one that will give

In these interests: 3D PrintingEnder 3

How to Add an OctoPrint Touchscreen to Your Ender 3

This guide will teach you how to add a touchscreen to your Creality Ender 3 or Ender 3 Pro for use w

In these interests: 3D PrintingEnder 3OctoPrint

Ender 3 V2 Bed Spring Upgrade: A Necessary Mod for the V2

When I first received Creality’s new Ender 3 V2, fellow Howchooer and author of the previous&n;

In these interests: 3D PrintingEnder 3

How to Level the Bed on Your Ender 3 V2

Ah…bed leveling. It’s the first thing you absolutely need to learn how to do with your E

In these interests: 3D PrintingEnder 3

Ender 3: How to Install a Bootloader and Update Marlin Firmware

This guide will show you how to install a bootloader and update the Marlin firmware on your Ender 3

In these interests: 3D PrintingArduinoEnder 3

Electronics

Build a Simple Raspberry Pi LED Power/Status Indicator

This short guide will show you how to add an LED power indicator/status light to your Raspberry Pi,

In these interests: ElectronicsRaspberry PiSoldering

How to Use a Relay with a Raspberry Pi

A relay is an electrically-operated switch. These switches can be extremely useful for a variety of

In these interests: ElectronicsRaspberry Pi

How to Add a Power Button to Your Raspberry Pi

To keep the price down, the Raspberry Pi doesn’t ship with a power button, yet it’s easy

In these interests: ElectronicsPythonRaspberry Pi

E-ink

Ratta Supernote A6X and A5X: A Comprehensive E-ink Device Overview

⭐⭐⭐⭐⭐OUR RATING: 5/5 In the 1970s, Nick Sheridon made a breakthrough while working at Xer

In these interests: E-inkSupernoteTechnologyWriting

4 Best E-Ink Digital Paper Tablets of 2023

Introduction Tablets that use electronic ink (or “e-ink”) displays win big over the sort of scre

In these interests: E-inkTechnology

The Supernote A5X and A6X are “Super” for Kindle, PDFs, and Ebooks

It’s no secret that I love my Supernote devices and use it constantly. There are a bunch

In these interests: E-inkSupernoteTechnologyWriting

Supernote A6X and A5X PDF Features

I’ve written about the Supernote X series of e-ink devices plenty, and they even earned my five-s

In these interests: E-inkSupernoteTechnologyWriting

10 Reasons to Pick Supernote A6X over reMarkable 2

The world of e-ink devices is vast and confusing, with dozens of models from dozens of manufacturers

In these interests: E-inkSupernoteTechnology

Drones

Jaw-dropping Drone Footage of Sharks With Swimmers

More and more beaches have implemented the use of drones to keep swimmers and surfers safe 

In these interests: DronesTravel

Docker

How to Run a Raspberry Pi Cluster with Docker Swarm

A cluster is a group of computers performing the same task, operating as a single system. Although R

In these interests: DockerRaspberry Pi

How to Add a Health Check to Your Docker Container

This guide will cover Docker health checks. First, we’ll talk about what health checks are and

In these interests: DevOpsDocker

How to Remove Orphaned Volumes in Docker

When using Docker sometimes it’s necessary to do some cleanup in order to free up space. I ran

In these interests: Docker

How to Show All Layers of a Docker Image

Docker images are made up of layers, and many times you’ll want to see details on each layer o

In these interests: Docker

Django

Getting Started with Django Testing

I have been programming for a while and have only recently begun to implement testing into my develo

In these interests: DjangoPython

Combine Two Querysets in Django (With Different Models)

Today, I stumbled upon a use case where I needed to have a querysets that had objects from different

In these interests: DjangoPython

How to Rerun a Django Migration

By default, Django migrations are run only once. But sometimes we need to rerun a Django migration,

In these interests: DjangoPython