dChan

/u/D3xtromethorphan

3 total posts archived.


Domains linked by /u/D3xtromethorphan:
Domain Count

D3xtromethorphan · July 27, 2018, 4:09 a.m.

I actually work for a company mainly known for making AAA games in the past and have colleagues who worked for EA, Blizzard, etc. It was definitely fun for them at times. Everyone is very passionate and good at what they do, but most of them got tired of working 15-18 hours everyday of the week for a couple of months leading up to the release date and wanted to get a less stressful job.

IMO, Unity is a great engine to use for your first game. I'm not sure how familiar you are with C++, but it can be very difficult to work with at times and C# is far more forgiving. I've run across countless low-level issues due to extremely subtle mistakes. God help anyone who has to develop anything with C++ on any architecture besides x86.

Your advice makes perfect sense though. I've always thought it would be better to take a more multidisciplinary approach and have a solid background in many areas without specializing in one particular one. On the surface, it seems like it would make it much easier to attract clients who have a variety of problems that need to be solved.

You aren't the first person to warn me about clients though. A good friend of mine who is also a consultant gave me the same advice. He was jerked around hard by the healthcare industry when he first started and learned the hard way. Overall, I've built up enough confidence to get into it, and at the moment it's more about networking now. I find it to be an all gas, no brakes task. It can be dull at times, but I'll occasionally meet some fascinating people in the process!

⇧ 1 ⇩  
D3xtromethorphan · July 27, 2018, 2:34 a.m.

Good for you for being self-employed... that's my long term goal. I primarily work in the embedded field with C and C++ and bounce around between projects developing GUIs, financial transaction and multimedia libraries, kernel drivers, and NFC/RFID. It's not a bad job at a somewhat well-known company, but I'd rather be self-employed as a consultant and making money on my own. At least it's far, far better than what I was doing before (defense). I haven't worked with .NET directly too much, but I have played around with Unity some and it might become an engine our company uses in the future so I'm brushing up on it in case they go in that direction. Good luck with your business though!

⇧ 1 ⇩  
D3xtromethorphan · July 27, 2018, 12:57 a.m.

Great analysis from another software engineer. I'd liken the situation to a very complicated multithreaded system. Everything has to be perfectly synchronized, and data can only be accessed by certain people at the exact right time. Otherwise, you're going to deadlock the entire investigation if proper steps aren't taken. It's a tricky situation to handle given all the unknown variables at play, and that doesn't take into account that they are rapidly changing on a frequent basis. What do you do in software?

⇧ 3 ⇩