Category: Short

  • AI

    I think AI makes people stupid. They get dependent. I’m going to use it the least possible. I’ll never get dependent on companies OpenAI! But overall, I think it’s a very important step in progress of humanity and I like using it for mundane tasks (like transforming one data format to the other).

  • Dev blog #1: Watched

    I cancelled “Watchlist” and started over with “Watched”.

    I hate how I’ve set the documentation system to look like. I use headers, they’re great, but function/struct documentation… it’s awful. So I’m thinking of some different style for these. I’d like to use “$” so that my documentation software would pick it up. We’ll see!

  • Updated file headers

    -- ================================================================
    --
    --	Project: Jumper
    --
    --	Module: Gamemode
    --	Component: HUD
    --	File: cl_init.lua
    --
    --	Purpose:
    --	Controls client HUD.
    --
    --	Notes:
    --	Handles font creation and scaling based on resolution, draws
    --	custom crosshair, coin count, and time remaining.
    --
    --	Author(s): The Kumor
    --
    -- ================================================================

    This is what I came up with. Project is self-explanatory, Module would come from architecture, same for component (which is a sub-module, essentially). Purpose is the most important block, Notes is additional information for it. Author(s) is my ego trip.

    A Garry’s Mod gamemode “Jumper” would have two modules: Gamemode and Entities. As of right now, there are components such as: Coin, Trampoline, Pickup, Resource, HUD.

    I like this header. I made snippets for this πŸ₯ΊπŸ’ž

  • April

    I think that all that stuff I’ve been doing for a while now gives it’s fruits. I feel like I’m on a fresh start right now.

    In the end, what it means is I’ll be very productive.

  • Discord logo

    I updated colors a bit.

  • Discord server

    Logo

    This is a logo I came up with (this was like my 4th attempt at doing something that looks good enough). This server is now called “Project Cloud” and I use it for hosting finished projects along with links to them. Technically speaking, I wish that once this server goes public people would use it for their projects, but for now I’m happy with it being my private little thing. Join the server.

  • Random code from 2023

    I remember back in the old days of 2023, when I was living in my apartment alone and was kinda bored, I would write some code that didn’t really do anything, but that would outline some general techniques for writing games. I wouldn’t do much, because the laptop I was using was an extreme potato. But you gotta admit taskbar is clean.

  • Headers

    // ==================================================
    //
    //	Project: Timetables
    //
    //	Module: Application
    //	Component: Main
    //	File: timetables.cpp
    //
    //	Purpose:
    //	Implements the main command-line interface
    //	for the Timetables application.
    //
    //	Notes:
    //	Provides an interactive command interpreter
    //	that allows users to define, modify, and
    //	manage scheduled tasks. Integrates the File
    //	and Command systems to generate timetable
    //	content and compile the resulting LaTeX 
    //	document into a PDF.
    //
    //	Author(s): The Kumor
    //
    // ==================================================

    I came up with this type of header at the beginning of each file. I no longer have “Modified” and “Created” sections because they’re pretty much a hassle (but sometimes helped me).

  • Flowers

    I bought these for my mom for Women’s day. Couldn’t give them to my sister, since she lives too far away.

  • Dev blog #3: Garden

    Finally made WinAPI display a bitmap.

  • Foggy forest

    Check out this clip I made back on 31/12/2020 11:01 AM

    I had to compress it from 8MB to ~1.5MB