• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: December 24th, 2023

help-circle

  • I’m not sure if you are in the same boat, but I bought ARMA 2 and Operation Arrowhead many years back directly from the dev’s website. I logged into their site about a year ago, copied the registration keys, pasted them into Steam, and was able to redeem it through Steam directly. If your games have CD keys, Steam can oftentimes accept those directly like you are entering a Steam product key. I think you put it into the field where you enter Steam gift cards and product keys.


  • “The Terror” by Dan Simmons. I already watched the show and enjoyed it, so I picked up the book and am only a few chapters in, but I’m liking it a good bit. There seems to be a good bit of historical facts thrown in, which I personally enjoy.

    For those unfamiliar, it is based on the real life Franklin Expedition that disappeared while searching for a way to traverse the Northwest Passage in the Canadian arctic. The story follows the known facts regarding the fates of the expedition crew members, but it tells a paranormal horror story to fill in the blanks.


  • I’m from the US as well, and I can verify that very few average people use those types of messengers primarily. It is almost exclusively iMessage and SMS/MMS/RCS texts as the main form of messaging. I will admit that quite a few people will use the messaging features that are built into social media apps (like messaging in Snapchat, Facebook Messenger, etc). At least to me, it seems like those are moreso used for sending memes or messaging people you don’t interact with regularly and are still secondary to the other forms of messaging.



  • I had an issue where a client reported a crash on login. The exception and stack trace reported were very generic and lent no clues to the cause. I tried debugging but could not reproduce. I eventually figured out that the crash only happened for release (non-debug) builds that were obfuscated. I couldn’t find the troublesome code, so I figured out which release introduced the issue, then which commit, then went change by change until I was able to find the cause. It turned out to be a log message in a location that was completely unrelated to login. That exact log message was fine a few lines up. Other code worked fine in that location. For some unknown reason, having that log message in that specific location caused a crash in a completely different area of code.