Skip to content

gunnard.org Posts

ViViD Art Pack Videos

Streaming videos from the art group Vivid on my twitch page https://www.twitch.tv/gunnard More info at 16colo.rs ViViD (vivid) first/last release: 1995/08 – 1998/12years active: 1995…

Why is .gitignore not ignoring my files?

.gitignore only ignores files that are not part of the repository yet. If you already git added some files, their changes will still be tracked. To remove…

Create a Discord Bot Using Asynchronous PHP in 4 steps

Intro The landscape right now for Discord bots is filled with python and javascript. These work well but what about our beloved PHP? There is…

Create your own Discord bot with Python

What is the best way to develop a Discord bot? You’ve always wondered about this, and we’re here to walk you through the process of…

Bootstrap breakpoint show / hide cheatsheet

I have been working on a project for a little while now and I have kept a tab open to this list the ENTIRE time. This has helped with every situation I have come across when it involves Bootstrap 5 breakpoints and how to show or hide elements easily. This list shows how to hide elements at a certain point “and down” i.e. show at large but hide at anything medium and down. Also the reverse is listed — show from extra small to medium and then hide.