Category: Project

  • KumTube

    I was thinking of making some video upload utility. Reasoning: I am an admin on a Garry’s Mod server. Once I run out of nitro, I’ll have to rely on third-party video sites to show evidence, in case it’s needed.

    The name is a bit funny. I thought of UploadTool. That would run a subdomain or some subdirectory/service called KumorTube on my website. I thought of shortening the name to KumTube. I know what you’re thinking, but it’s really not THAT. I just happen to have a funny second name.

    But I’d have to go through all these procedures I have when starting a new project and it’s tiring. I’ll think about this idea later.

  • Dev blog #1: Timetables

    I released it to https://github.com/thekumor/Timetables/

    Available commands are:

    • echo [text]
    • time [hour] [hourEnd]
    • gen [file=data/output.tex]
    • exit
    • add [task] [weekday] [hour] [hourEnd=hour]
    • rem [weekday] [hour] [hourEnd=hour]
    • date [day] [month] [year]
    • desc [text]
    • erase [task]
    • clear

    A good way to generate such table is shown in the image gallery.

  • Dev blog #3: Tasked

    I changed colors a bit.

    I’m going with PHP approach though.
    Changes are saved to https://github.com/thekumor/tasked/tree/dev

  • Dev blog #2: Tasked

    I made some progress.

    Tasks are displayed in a nice, fancy way. I plan on making them even fancier, with animations, but that’s the furthest I can push right now. I think I’ll add a subpage where you’ll see all the days you’ve saved.

    Now, saving will be done in a filesystem. I plan on not integrating MySQL of any form into this project, mostly because I got mad when trying to work with Apache. Every single web browser just caches .js files and you can’t develop anything. And Apache is needed for PHP to work, which is required to access a database (since it’s serverside).

    Also having progress saved in a filesystem could make this portable. And by filesystem I’m talking about just files in a folder. I don’t think a tree is required, but if there’s to be thousands of entries, I may have to divide folders up (NTFS hates folders with 11k+ files or so).

    In general, this is a fun little project to work on and distract myself from things I should be doing.

  • Dev blog #1: Tasked

    I’m working on an improvement to https://github.com/thekumor/task-calc

    A new version of it, which I creatively called ‘Tasked’ is going to also save points to a database and then calculate the average, median and standard deviation, along with average range to see if a particular day is below or above average in productiveness.

    Of course, that’s as long as you can measure productivity in task completion and numbers, which you can’t. But it at least makes it easier and more visual.

    This version will also contain subtasks.

    I’m thinking of making something else than a table, maybe button/card-like sections?

    This project is under https://github.com/thekumor/Tasked and fresh changes are pushed to ‘dev’ branch.