TiredRaven

@TiredRaven@kind.social
4 Followers
18 Following
17 Posts
#software_engineer with #ADHD and too many hobbies to remember them. I'm trying to write #fanfiction and play computer games (mainly #Factorio)

omg it's smiling! I guess it's because it knows how insane the process of landing is when you literally cannot see the runway (and if you can, you're about to crash).

#MSFS2020 #flightsim

I've just finished #expedition33

I've played for 45 hours, and the story's been hitting me like a truck. (No, I'm not crying, just sweating from my eyes.)

Amazing work, Sandfall, the story is really top tier. I guess I'll go listen to the soundtrack and get flashbacks.

#gaming

I needed to prototype stuff at work, decided to add a simple UI so that I can show things to colleagues without fumbling with CLI. It should’ve been easy, but~

1. It’s #MFC - an easy task becomes harder.
2. I need to integrate in into the main UI.

Mission impossible, arrrrgh

Note to self: implement actual things, then maybe think about UI, especially if the said UI will never make it to production.

#programming

There was a sound of ice crunching, then this happened. I didn’t even touch it. Nice drink I guess

I received a notification that keys for an app will expire soon and must be recreated. The task only requires a few mouse clicks. But nobody touched the app for a year. Boss brought in a DevOps guy who looked at everything and said that the keys are not used here.

Some time later, the chat involved 10 people, including a guy 8 time zones away and half of his team which established that the keys were used in THEIR part of the app.

Overall, nice Friday. At least it’s solved.

#programming #work

Implementing number to Roman converter like this made me feel like a moron. But, hey, this piece of code works...

#LeetCode #programming