Live data from Hacker News

Ask HN: What are you learning in 2019?

news.ycombinator.com

191–200 of 222 posts

Re: Ask HN: What are you learning in 2019?

#191

Zero Knowledge Proofs and related cryptography. These will probably be impactful as they mature in the coming years and decades.

Do you mind sharing how you got started with ZK Proofs? And in what way do you apply your knowledge?

I tried getting deeper into it using ZoKrates[1] (zkSNARKs) but back then the docker image was broken. [1] https://github.com/Zokrates/ZoKrates

Re: Ask HN: What are you learning in 2019?

#192
Tech:

- how to write a dashboard with React & Redux and a Python backend

- fast.ai

- solving various (beginner level) CTF challenges

Non-tech:

- Sounds lame but it's rather interesting: Risk Assessments and Risk Management

- nutrition

- improving my guitar skills

- meditation

Re: Ask HN: What are you learning in 2019?

#194

Probably an isolated point of view, but I stopped learning "new tech" a long time ago. I have a systems programming job and C/C++ is my bread and butter. The only new thing that I might spend some time on this year is C++14, because our build tools will enable it some time soon. On the non-tech side, I started learning Tabla (a musical instrument) this year. This is far enough out of my daily activities that I am get…

I wish I was doing systems stuff. The churn involved in web applications is mostly a waste of time and effort.

Re: Ask HN: What are you learning in 2019?

#195
post #13

I've been slowly working through the exercises in Christian Robert's book The Bayesian Choice. I'm a statistician and my job to help people make educated decisions, so I ought to know a thing or two about decision theory

That's a classic. If you want something to follow that up with, take a look at Berger's "Statistical Decision Theory and Bayesian Analysis".

Re: Ask HN: What are you learning in 2019?

#196
post #128

Earlier quoted context omitted.

Seconding TypeScript. If you are a js dev looking to pick up something new, just rename a .js file to .ts, open it in vscode, watch the magic. It will, I think, make you a better js dev.

Java dev you mean ;) I dont see how types make you a better dev, its like saying automated dictionary in input text fields make you a better speller. It just makes you a lazy speller.

it makes you think about your code in a more structural way where composability and low coupling start playing a fundamental role

Re: Ask HN: What are you learning in 2019?

#199

Trying to learn 'Everything'. And that's a problem. So learning how to manage learning (Not from the famous course) ..Any resources to help me?

This article made me think a lot about the habit of trying new things: https://www.raptitude.com/2017/12/go-deeper-not-wider/
Post reply on HN