Blog

Featured Posts

  • Telid

    ,

    I’ve always wanted to make a programming language. I’ve known how they work for a while, but this is my first (completed) programming language. It has bugs and the design could definitely be improved by a lot, but it’s a starting point. Here’s a simple Fizzbuzz program in Telid: How It Works Telid has three…

    Read more


  • Astral Orbit

    Alongside OHS, I’ve been able to start taking two more classes at my local physical high school, where they have a rocketry club called Astral Orbit. I was able to go to the first launch of the school year. The rocket apparently did pretty well, better than usual; some people estimated it to be about…

    Read more


  • Minecraft Modding: Fabric + Kotlin – Strings and Refactoring

    , ,

    Minecraft Modding: Fabric + KotlinMinecraft Modding: Fabric + Kotlin – Introduction and Setup Minecraft Modding: Fabric + Kotlin – Items Minecraft Modding: Fabric + Kotlin – Strings and RefactoringTranslation/Strings You may have noticed that, in the inventory, the items and creative tabs don’t show a display name – rather, they show a name like *.modid.**.…

    Read more


  • Minecraft Modding: Fabric + Kotlin – Items

    , ,

    Minecraft Modding: Fabric + KotlinMinecraft Modding: Fabric + Kotlin – Introduction and Setup Minecraft Modding: Fabric + Kotlin – Items Minecraft Modding: Fabric + Kotlin – Strings and RefactoringLayout and Structure Now that we have the mod set up, it’s time to actually start adding items! You’ll see that in our src folder, we have…

    Read more


  • Minecraft Modding: Fabric + Kotlin – Introduction and Setup

    , ,

    Minecraft Modding: Fabric + KotlinMinecraft Modding: Fabric + Kotlin – Introduction and Setup Minecraft Modding: Fabric + Kotlin – Items Minecraft Modding: Fabric + Kotlin – Strings and RefactoringIntroduction I’ve been playing Minecraft for years, both vanilla and modded, but I’ve never attempted to create mods myself. I recently learnt that Fabric (a lightweight modding…

    Read more


  • Mac Tips

    ,

    This is just a random list of Mac/macOS tips and how-tos I’ll keep updating, both for myself and for others, and it’ll probably get longer and more useful as time passes

    Read more


  • Stages

    ,

    I’m taking MIT’s 16.00x course on edX, and it’s been amazing so far. Tsiolkovsky’s rocket equation is pretty simple, even for multiple stages. Still, I wanted to create a tool for calculating it anyway since it seemed like an excellent opportunity to combine two things I’m learning: Svelte and aerospace engineering. The site itself uses…

    Read more


  • Postgres.app

    ,

    Installing and using PostgreSQL manually using Homebrew is a pain, especially when migrating from Intel to Apple Silicon, as I had to do. Postgres.app is an easy way to solve this problem. It lives in your menu bar and comes out only when you need it. You don’t need to touch the CLI, but it…

    Read more


  • Terran 1 Poster

    ,

    This is a poster of Relativity Space’s Terran 1 launch vehicle that I created using Sketch. It’s around 85% 3D-printed and can’t lift too much (about 1,250 kg to Low Earth Orbit) and it uses the first-gen Aeon 1 engines (113,000 N in a vacuum). Its successor, the Terran R (100% 3D-printed and reusable) is…

    Read more


  • Hello, World!

    https://xkcd.com/378/

    Read more