Live data from Hacker News

Ask HN: What are you learning right now?

news.ycombinator.com

71–74 of 74 posts

Re: Ask HN: What are you learning right now?

#72
- OpenGL programming in C++

- 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?

#73
post #53

Earlier quoted context omitted.

That's not how you sell! Give me a link I can click easy :)

https://breachinsider.com - Feedback welcomed :)

I somewhat agree with what jtchang said, and it may be difficult to reach profitability with obstacles such as those. However, it certainly is a unique idea and I'm sure some businesses will find value in it. On to more marketing, I suppose.

Re: Ask HN: What are you learning right now?

#74
post #40

Earlier 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…

Cool thanks!
Post reply on HN