- Joined
- Dec 16, 2025
Hey, everyone.
I feel as though something has changed. I no longer indulge in overly hateful or violent content, such as videos of murders, suicides, and whatnot. The war on Iran, actually, has made me feel rather hopeless.
I'm not particularly religious and I refuse to get into it because it always feel like I'm talking to a wall, but damn, nothing seems to make sense when one's sleep-deprived and purposeless. Being in your twenties feels especially confusing due to the fact that I'm nowhere near close to marrying someone and having kids, but I also am not a kid in any sense of the word. Hell, I haven't even graduated yet.
About more "hopeful" stuff—I am back to coding! Of course, I "vibe-code" instead of doing the real thing, because I can't realistically expect myself to go over stale ass Python documentation with no Subway Surfers playing in the background. But hey, my project is getting better over time.
I will admit, though, I've been indulging in language-learning coding projects for years now. This might very well be my third year using AI to give a few ideas a try. Funnily enough there's been thirty-something "attempts" in the past three-ish years, some bigger or more complex than others. I'm trying to make everything fit together.
I'm not really a programmer although I kinda get the gist of things. You tell your computer what to do, and it does it. But there are a few technicalities:
I feel as though something has changed. I no longer indulge in overly hateful or violent content, such as videos of murders, suicides, and whatnot. The war on Iran, actually, has made me feel rather hopeless.
I'm not particularly religious and I refuse to get into it because it always feel like I'm talking to a wall, but damn, nothing seems to make sense when one's sleep-deprived and purposeless. Being in your twenties feels especially confusing due to the fact that I'm nowhere near close to marrying someone and having kids, but I also am not a kid in any sense of the word. Hell, I haven't even graduated yet.
About more "hopeful" stuff—I am back to coding! Of course, I "vibe-code" instead of doing the real thing, because I can't realistically expect myself to go over stale ass Python documentation with no Subway Surfers playing in the background. But hey, my project is getting better over time.
I will admit, though, I've been indulging in language-learning coding projects for years now. This might very well be my third year using AI to give a few ideas a try. Funnily enough there's been thirty-something "attempts" in the past three-ish years, some bigger or more complex than others. I'm trying to make everything fit together.
I'm not really a programmer although I kinda get the gist of things. You tell your computer what to do, and it does it. But there are a few technicalities:
- If files bloat up a bit much, they'll work just fine but it becomes increasingly harder to understand how all something-thousand lines fit together. So you must separate them according to, say, more granular purposes.
- If you have a lot of files, it starts to become a nightmare to remember which file does what, regardless of how descriptive the file name might be.