this post was submitted on 27 Jul 2023
212 points (94.9% liked)
Asklemmy
43781 readers
853 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Brainfog. Difficulty concentrating. No desire to do my own programming projects anymore. And without my anti-depressant I cant even muster the will to read a book, what used to be my favorite pastime. Or even take a walk. What annoy me the most is that these are symptoms of depression, but also what seemingly is the reason I'm depressed!
Oh, and stuck in a rented tiny apartment with a roommate who dont clean. And I no longer have the energy to clean for two. But that at least is solvable, I just need to save up money enough to get my own place.
Ah yes brainfog. As someone who writes a lot, I quickly learned brainfog is a writer's absolute arch nemesis, like the devil if writing itself was a religion. I'll be half-way through writing something, fall asleep, then wake up and be unable to piece a concept together. No wonder the first Lord of the Rings took twelve years to write.
I would recommend taking a walk. You may say you're too depressed to take a walk, but it's the other way around, taking a walk can help with feeling depressed. The other two most helpful things for feeling depressed and brain fog are water (as in showering and staying hydrated) and getting eight hours of sleep each day when possible. And then just cycle those three things.
So I've heard. The latest anti-depressants helped with my will to exercise. Right now I'm trying for at least 6k steps a day and one swimming session a week. It has reversed my weight-trend (and I've gone down two notches on my wrist watch as of yesterday). Small victory. Maybe it'll eventually work better against my brainfog too.
what kinds of programming projects are you into?
Anything I can learn something new from. Gamedev, web dev, frontend, backend, desktop. I have mostly stayed within the languages c# and typescript.
Nice. I'm not sure if programming helps or just makes you forget the world around you. But it sometimes helps clear the mind and/or distracts from other issues. I managed to pick up the book "The Rust Programming Language" today. Something I had planned to do for a long time. Take care.
Cool! I learned myself some basic Rust last year, I loved how they do memory management.
Hehe. I'm currently at chapter 3... ๐ But so far i like everything. It's really refreshing to create a new project and it's nearly without boilerplate code, lengthy project files to do set up generic stuff etc. They seem to use tools that make it easy and don't get in the way of more advanced people, they even suggest git, coding conventions and so on. I'm stoked. I can't wait to learn memory management and what legacy ballast they threw overbord. I often use C or C++ so this should be a nice 'upgrade'.