A proposal for a free newsletter subscription service which doesn’t require email or any personal information being collected.
How Trexel Bot Worked

Trexel bot was a project I made in February of 2021. It was code which took lines by from the transcripts of the podcast Stellar Firma, specifically Trexel Geistman’s lines. It would process these lines as to randomly generate lines similar to what Trexel said in the podcast. In this blog I’ll explain why I […]
Using JavaScript to redirect to a relative URL

When using services like GitHub pages, you won’t have access to tools that allow you to redirect using HTTP status codes. This means you need to improvise. A good solution for this is a client side redirect done in JavaScript. Combined with some additional GET parameters, you can redirect to a choice of pages. I’ve […]
How discord displays images and website previews

Have you ever wondered how discord displays images and links when you post them in the channel? Discord has a media proxy which will make the request and return the item to the user. This helps reduce the amount of requests to the web server and keeps users safe. When you post a link of […]
How to make a discord bot: Everything in between

A guide written to plug in the gaps that exist in most discord bot making tutorials today, mostly focused on growing and managing your bot.
2 ways to easily create a shields.io JSON endpoint

2 ways to easily make a custom endpoint for shield.io badges using the shields.io json endpoint, with or without code.
Using cloud technology for advanced rickrolling

How you can use advanced cloud technology to trick your friends into watching the internet’s favourite video.