Viewing profile — aowen
aowen
HN member- Joined
- Tue, Aug 31, 2021, 8:49 PM UTC
- HN karma
- 22
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About aowen
No profile information was provided.
Recent public activity
-
comment
Comment #34509272
> Do you mind me asking how you got into server software engineering for a video game? Honestly, it was just chance. My first job out of university was at a smaller studio, and the…
-
comment
Comment #34499957
I do! I'm a server software engineer at a video game company. Here are some highlights: - I get to work on a game that I enjoy playing. I've worked on some games that I didn't care…
- story
-
comment
Comment #31198741
Ugh, I was not happy reading the email this morning. At least you can say they're being transparent with the FAQ, 'yeah, this will increase your bill'. We already had logging disab…
-
comment
Comment #30773560
Agree, I figure this is a significant factor. An anecdote from my studio: My studio is work for hire with mostly Unity devs. The "big ticket" contracts are in Unreal, so the studio…
-
story
Ask HN: How vulnerable are edge servers wrt security
I'm working on a project that uses Java microservices. The project has an "edge server", except it does more than that. The ES will forward requests to downstream servers, as well …
-
comment
Comment #28858915
Yikes! That'd drive me crazy. I'm reminded of the YAGNI ("you aren't gonna need it") principle. Sounds like your coworker could apply it more.
-
comment
Comment #28644913
I used C#'s async/await on a project in 2017, and I took to it. I appreciated being able to follow the "relevant" parts of a method, without having to jump around to different call…