1. Rate limiting in ASP.NET: FracturedThrottle

    I have been making steady progress for a site update. Today I released a package, FracturedThrottle, based on some rate limiting functionality I created mainly to prevent abuse of some new features.

    FracturedCode -


  2. Firefox Hardening: Quick Arkenfox guide

    I read the wiki so you don't have to. Distilled into 4 simple steps, make sure you read the override recipes that I linked.

    FracturedCode -


  3. Minecraft Modding: A Fabric Demonstration

    This is an article I wrote in 2020 about the basics of getting into fabric modding. I decided to post it here because I think it still applies today.

    FracturedCode -


  4. SSP 3: A Productive Month

    Blast Chamber, Raid Farm, Enderman Farm, Creeper Farm, Gold and XP Farm

    FracturedCode -


  5. Setting up Red Discord Bot

    Looking for a Rythm Bot replacement or an RSS feed poster for your Discord server? Read on...

    FracturedCode -


  6. Setting Up a Self Hosted Email Server

    A quick article about how I set up a VPS to run mailcow.

    FracturedCode -


  7. RSS Feed for Memes in C#

    Automatically posting memes to Discord servers with a bot that reads an RSS feed.

    FracturedCode -


  8. Small CSS Updates, the Future of this Site/Upload Schedule

    Hello, it's been a few weeks; I took a break from writing before school started. I want to start uploading here again, and I want this site to be better if I'm going to do that.

    FracturedCode -


  9. AutoRun Alternative, a Fork with Alternate Sprint key

    f you followed the last article about AutoRun, you know that I added a feature to AutoRun that allowed multiple keybinds for sprinting, and I created a pull request so that the feature could be merged.

    FracturedCode -


  10. Finishing Touches on XpBeacons

    At the end of last week when I put out an update for Experience Beacons, I only had a small list of improvements left for the project. I managed to pull off all of them and release an update.

    FracturedCode -


  11. Creating Gitea Instance and Maven Repository with Reposilite for my Self-Hosted Projects

    Setting up Gitea and Maven in Docker for self-hosted programming projects.

    FracturedCode -


  12. I Didn't Update the AutoRun Minecraft Mod to 1.17 but I Did Add a Feature

    I sought out auto run functionality. Then, I sought out alternate keybind functionality, so I modded it myself.

    FracturedCode -


  13. Updating Minecraft Mod XpBeacons for 1.17 and new "xp drain" feature

    Updating Experience Beacons was going to be my way of getting familiar with updating a carpet extension — or any mod — to 1.17, because it is a small mod.

    FracturedCode -


  14. Minecraft Survival: Part Two - New 1.17 World

    In which I manage to find a streak of bad luck in my new 1.17 survival world while trying to build an iron farm.

    FracturedCode -


  15. Updating fracturedcode.net With Some UI Improvements and Image Captions

    I've been posting on this site, but it has some issues. There's lots of CSS problems and other minor things that should be fixed. I also found a way to implement image captions in markdown.

    FracturedCode -


  16. Creating a Blog in Blazor Pt 2

    Focusing on the frontend of my new blazor website using style-dictionary...and then abandoning blazor for MVC.

    FracturedCode -


  17. Migrating urlsl.me and its Database to a New Server with docker

    I have neglected to move my url shortening site urlsl.me or urlshortlink.me to my new server so I'm still paying for the old server, so I'll be detailing the process of migrating that service here.

    FracturedCode -


  18. Creating a Blog With Blazor Pt 1

    I decided to start work on this blog about a month from the time of writing this. I decided to use Blazor. I created some initial goals for the project:

    FracturedCode -


  19. Minecraft Singleplayer Survival: Part One - Planning

    Planning out my new Minecraft survival world for upcoming update 1.17

    FracturedCode -


  20. VPS Docker Configuration with Load Balancing SSH Tunnels

    How to organize services into containers, secure remote interservice communication with SSH tunnels, and expose all public endpoints with nginx.

    FracturedCode -