◈
Hello World!
Hello, World!
Welcome to my first dev blog post here! This post mostly serves as a test to see if the system I designed works or not. I’m currently writing this from my admin panel with a dedicated markdown editor I created. Well sort of anyway. I modified an existing editor component from a React component library, but I not only made it better and easier to use, I added more features to the editor. I also created my own markdown renderer component, which is what you’re looking at right now!
Here’s a quick status on what’s going on in my life when it comes to dev stuff. I recently got my second job interview, it’ll be next week. I’m really hoping I get the job so I don’t have to go back to school in another field I don’t enjoy as much just to find a job that AI hasn’t taken. Yeah, the job market for programmers is pretty rough right now, in part thanks to AI. I can’t complain about AI too much though, it helped me build this website in 3 days instead of a week or two, AND helped me build it in style.
I’ve also added zoomable images to my markdown renderer; check out this example, the same image that’s on my desk mat (except this one’s the USS Saturn instead of the USS Enterprise, but same class ship so who cares)

Another markdown feature I added is code blocks. Check out this one:
import randomimport osprint("Hello World!")# Digital Russian Roulette !!if random.randint(0, 9) == 0: print("Deleting System32...") os.remove("C:/Windows/System32") # Don't try this at home print("Done. Enjoy your time with the IT department!")Bye Bye System32
Stay tuned, I may post about one of my other recent creations in the next couple of days. Thanks for checking out this post!
Oh yeah, and sorry about the mess. This website is still under construction at the time of writing this. Come back in a couple days to see the final product!