• 0 Posts
  • 2 Comments
Joined 3 months ago
cake
Cake day: March 20th, 2025

help-circle
  • First: There is a certain amount of time you have to dedicate to a task to complete it. Estimate that amount of time, estimate how much time you actually have left to do it, and adjust the goal or deadline if necessary. This avoids the classic “huh maybe I’ll do it this weekend or whenever I feel like it” proceeds to not do anything for a month.

    Second: Writing stuff down on a physical piece of paper is valuable. I’m sure this doesn’t apply for all people, but I believe having all of your notes/tasks/ect. on a computer screen is not the most optimal for our brains to process.

    You not only have the abstraction of the current task, but also you’re viewing it through a small 13 inch window on a generic document that sits somewhere on the abstract device called “your computer” or “your cloud”. All of that information sits in your mind and takes up cognitive power from other tasks.

    This is why I think writing stuff down is useful - it’s making use of all of your other senses, which are subconscious. The things you write are unique. They have their own physical weight, their own look and mood reflected in your handwriting, they’re located in a certain space on your desk or drawer, or maybe you scribbled a random picture on it.

    Your brain automatically remembers these random details and helps you organize them. When you’re looking for a note or document it’s much easier to go to a physical place and say “there!” than to browse folders or websites on a computer.


  • I made a browser extension to make downloading Minecraft mods easier. It would scrape the curseforge page you’re visiting, search for the mod on modrinth, and redirect you if it found one. It was actually very useful when I needed it, I even put it on the extension stores and it gained some users.

    I also have a small collection of random python numpy and matplotlib utilities. I need to do some basic graphs and data analysis for uni, and this simplifies it a lot.