Ask HN: What are you learning right now?
71–74 of 74 posts
Re: Ask HN: What are you learning right now?
#72- Unity development
- General game development (with... a dozen or so VS subprojects converging vaguely towards an MVP at some point)
- Webassembly, maybe. I have the portable SDK and finished a Hello World but that's already a lot of BS on my plate.
And in more abstract, non-tech terms, how to deal with being 40 and officially "old."
Re: Ask HN: What are you learning right now?
#73Earlier quoted context omitted.
That's not how you sell! Give me a link I can click easy :)
https://breachinsider.com - Feedback welcomed :)
Re: Ask HN: What are you learning right now?
#74Earlier quoted context omitted.
What is OTP?
OTP comes from Erlang (which Elixir is built on) and it is a framework that is used for creating distributed applications (it originally stood for Open Telecom Platform). It has databases, a test framework, and debugging tools to help. Down in Elixir land you mainly see it in the form of GenServer (generic servers that are essentially actors) and Supervisors for supervising those GenServer workers and other tasks/pro…