How To Archives

The main subject of this site: how to get something done, further divided by tags.

Managing large files on Github with Git LFS

Github have made some changes to their policies and no longer allow files larger than 100MB in your repositories, or rather “not as BLOBS”. If I understand it correctly, larger files can have an adverse effect on thier infrastructure as all binary data is stored in a database server. Larger files with content that doesn’t … Read more

How to find your CPU details via the Command Line in Windows, macOS and Linux

I work across so many systems that I frequently forget what types of CPUs I’m dealing with. I keep forgetting the commands necessary to retrieve this information, so here’s a quick cheat sheet with commands. Windows We can use the wmic command in a regular Windows Terminal (cmd). It’s slated to be retired in the … Read more

How to disable Discord Audio Notifications

Have you disabled every possible notification setting and the Discord Desktop App still beeps every 3 seconds? Yeah, it does that. There’s a setting for that, but they keep it secret just to annoy us all, buried in the other 90 trillion options they thought would be a hoot to feature creep into the Settings. … Read more

Running Stable Diffusion on Windows with Web Server

I’ve successfully installed Stable Diffusion on my local Windows rig! It’s been a little painful, and the process is likely to change over time, but here’s what worked for me. I’ll also share the start/stop commands below (because I’m likely going to forget by tomorrow). Installation Steps install Git install Conda (it’s a package manager … Read more

Discord Announcement Channels and how to make them work

A bunch of us wanted to make these fabled Discord Announcement channels work. It’s a feature available on Community Servers that lets you follow a channel from another server, so that that server’s announcements appear in your own server (and vice versa). In essence a way of subscribing to another server’s notifications. You may have … Read more