

Starting a project which you actually find interesting and will really use, will also help with following through. There will be boring parts to it but the excitement of having something usable will overshadow any negative feelings.


Starting a project which you actually find interesting and will really use, will also help with following through. There will be boring parts to it but the excitement of having something usable will overshadow any negative feelings.


I got annoyed when they sent me to the swamps to turn off some psy antennas. Felt like too much distance between each antenna, psy storms would happen very often and there wasn’t anything to hide in to wait out the storm. Managed to get that last antenna off and now the objective is another long walk across the map, right through an area crawling with bloodsuckers. I’m fine with the long walks, I know fast travel is available for certain points on the map and I use it when I can. But man, I just can’t comprehend why bloodsuckers are everywhere in this game and why they take so much ammo to take down. Dropped the game and have been playing the mass effect trilogy
Graduated and am working as a junior engineer and I basically feel like I have a mountain of stuff I need to learn, I can see I’ve grown since I started a year ago but man is there still so much for me to learn
I had a course in uni that taught us assembler on z/os. My advisor told me most students fail the course on the first try because it was so tough and my Prof for that course said if any of us managed to get at least a B in the course, he’d write us a rec letter for graduate school. That course was the most difficult and most fun I’ve ever had. I learned how to properly use registers to store my values for calculations, I learned how to use subroutines. Earned myself that B and went on to take the follow up course which was COBOL. You’re not crazy, I yearn to go back to doing low level programming, I’m mostly doing ruby for my job but I think my heart never left assembler hahaha


This is great for when you type in your root password incorrectly!
If you aren’t already, you could get familiar with the vim motions within VSCode via a plugin. Moving over to a vim setup can be overwhelming, setting up your lsp,linters, other packages. Adding on the need to still learn key bindings makes it extra difficult. I started with VSCode using vim motions, went to doom emacs and used evil mode and then my mentor got me hooked on vim. Do it in steps and you’ll get to a config that lets you code without much fussing, good luck!


I want to stop being a perfectionist. I tend to overthink very simple tasks, trying to make sure I do things in the most efficient manner. Agonize over mistakes. I find it funny that I’m so critical of myself but I would never think to apply that to other people. I’m working on it, it’s just very difficult
I didn’t know about registers, thank you for this!
If it makes you feel even better, I’m a software engineer and I had lots of trouble learning to use GitHub and git, it’s embarrassing to admit it but I’m super glad I learned!
NGL I tried swiping more than once lol


BMW I have has the same thing going on. I was working on the car and thought to unplug the battery before continuing to work, unplugged it, closed the trunk, with my tools inside, closed the other doors and went inside for a snack. That was a rough day. I figured out that jumping the car would let me pop the trunk real quick and that saved me. Horrifying few hours before finding that out though
I haven’t been in the field for too long but my very first job had extensive ci/cd pipelines setup. At first I was kind of annoyed by having to write tests and having my code auto refused by lint checks. Now that I experienced a job that didn’t have any automated testing, I realized how much I love TDD. Nearly all my personal projects have ci with at the very least lint checks.