Caddy is literally the best webserver
Image source: Caddy After switching from NGINX to Caddy on all of my websites, I have come to the conclusion that Caddy is the best webserver in existence. With automatic HTTPS, a simple configuration file, and more, Caddy is just the best webserver overall for general use.
Copilot
Did you know that Copilot is a command line interface for Copilot? It’s a tool for creating and managing Copilot projects.
Using Github Copilot to write a blog post
GitHub Copilot helps me write a blog post. I found out that GitHub Copilot can write in Markdown, so I decided to get it to write a blog post for me. Here’s how I did it.
GitHub Copilot experiments
GitHub Copilot tends to repeat stuff. I decided to play around with GitHub Copilot. Here’s some of the code that I got as a result.
Youtube URL structures you should know
YouTube URL Knowing the basic structure and parameters in a YouTube URL can come in handy on the occasion you need it. Here’s how to find the video ID, link to a specific timestamp, and more.
The redesign of my website
Homepage on bbaovanc.com, using bobatheme. For the past three weeks I’ve been designing and perfecting a new theme for my website with the goal of keeping it simple but not ugly.
Allow non root processes to bind to privileged ports in Linux
In Linux, processes cannot bind to privileged ports (<=1024) unless they are running as root. Here’s how to allow any process to bind to privileged ports.
Checkra1n GUI on other Linux distros
Checkra1n GUI running on Arch Linux You can run the GUI version of checkra1n on non Debian-based distributions.
How to put
(edited)
in the middle of a message in DiscordExample image You might have seen a trick on Discord where the little
(edited)
caption appears in the middle of a message instead of at the end. With a small hack involving the right-to-left embedding character (U+202B), the(edited)
text can be moved to any location inside the message.Text substitution in Discord using
sed
Example Video Discord has (very primitive) support for text replacement using
sed
syntax.