• Status Update

    Hi everyone,

    Here’s a quick update. My studies take priority, and my personal projects are on hold until I’m finished.

    See you soon.

  • concept for goffin

    I’m developing a concept for a procrastination assistant that encourages users to procrastinate together, prompting reflection on their habits and potentially leading to task completion. The assistant would break down complex tasks into smaller, manageable chunks, addressing the prioritization of needs and the balance between short-term enjoyment and long-term goals. My experience suggests that even when under time pressure, engaging in enjoyable activities can lead to better quality results, highlighting the importance of clear action instructions to combat procrastination effectively.

  • work in progress

    I am currently working on an application that is somewhat experimental. I don’t want to create something that already exists a thousand times – but something unique.

  • Coding in the morning

    If you’re wondering what I’m doing at 5 o’clock in the morning, I’m lying in bed and coding. πŸ‘©β€πŸ’»

    And if you’re wondering why I’ll be tired today, it’s because I’ve been drinking coffee again, even though I shouldn’t. 🫠 β˜•

    They say, do what you’re best at. I’m a pro at procrastinating, so I’m developing an application for procrastination. 🫣 πŸ¦₯ Here’s the link to my repo.

    Note: This project is currently in the initial development phase and is not yet complete. The features and functionality may change as the project progresses.

  • Coding Project

    Hi everyone.

    I have many ideas for projects. Right now, I think it makes the most sense to focus on the idea of ‘Goffin.’

    However, before I start, I should plan it out and create some drafts of the interface and possible actions so that I can get a clear idea of what I actually want to implement. I would love to start coding right away, but I think it’s worth taking the time to plan everything out first. I will make it open source, which means that theoretically, someone else could continue developing it – and these drafts could be helpful. But it will probably just be a practice project for me.

    My studies are starting again soon, which takes higher priority, so I probably won’t have as much time for it.

  • caffeine

    …Do we have more caffeine? No more caffeine? πŸ§‰ πŸ₯€

    Well, then I’ll just have a cup of green tea. 🍡

  • no errors

    β€”

    by

    in

    No Errors? 🀨 This makes me suspicious.

    How did it work? Why?

    Anyway. Before I make any further adjustments, I will create a repo on GitHub. And push the code.

    Here’s the result of Crab.

    The gray window to the right. πŸ˜€

    CRABBEDDY CRAB!!!!!!!!!!!!!!!!! πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€πŸ¦€

  • Pulsar

    If you’re looking for an alternative to VS Code, I recommend Pulsar

    It is the predecessor of Atom Editor, in case anyone still knows it.

  • frust …table drop

    One of those moments when I think to myself: I hate my life. Fuck off. Fuck me. Fuck you all. I hate you all. table drop (β•―Β°β–‘Β°)β•―οΈ΅ ┻━┻

    …These are the emotions I feel when building takes too long and when there are too many errors and nothing works.

    I would suggest renaming the programming language to ‘frust.’

    There are so many things I could have done instead of wasting my time waiting for the build process, which doesn’t even work anyway.

  • Let’s crab πŸ¦€ – Part 1

    β€”

    by

    in

    How to write an application on Linux with Rust and GTK.

    Step 1: Install Rust

    If you haven’t installed Rust yet, open your terminal and run:

    
    
    
    
    
    bash

    Step 2: Install GTK and Dependencies

    You need to install the GTK development libraries. You can do this with the following command:

    
    
    
    
    
    bash

    Step 3: Create a New Rust Project

    Create a new Rust project using Cargo:

    
    
    
    
    
    bash

    Step 4: Add GTK Dependency

    Open the Cargo.toml file in your project directory and add the gtk dependency. It should look like this:

    
    
    
    
    
    toml