Live data from Hacker News

Ask HN: What Are You Learning?

news.ycombinator.com

161–170 of 362 posts

Re: Ask HN: What Are You Learning?

#162
post #5

Piano. I've decided that more programming languages or web stacks are a complete waste of time. Piano is for life and I wished I had started doing this in earnest long ago.

Mind sharing resources you’re using to learn? Also do you have background in music theory or is this from scratch?

Not OP but I'm going through "Alfred's Basic Adult All in One Course" book series. It assumes no prior piano/theory knowledge and is one of the most recommended books on r/piano.

Re: Ask HN: What Are You Learning?

#163
TCP/IP and the very basics of computing - Basically I want to understand deep down how everything functions. I also want to learn about blockchain just so I can improve my arguements and identify flaw's with more precision.

Re: Ask HN: What Are You Learning?

#164
post #80

Earlier quoted context omitted.

I have been "learning" French for 5+ years... what resources are you using that you would recommend?

For first timers - Duolingo(don't do it for more than a few months) For beginners - https://www.languagetransfer.org/free-courses-1#french For all others , some sort of immersion approach is the only way if you don't live in the country. Figure out the general approach below and adapt for your target language. - AJATT http://www.alljapaneseallthetime.com/blog/all-japanese-all-t... - TMW https://learnjapanese.moe/ - R…

I'd also recommend glossika

Re: Ask HN: What Are You Learning?

#165

I am looking for ways to improve communication (and hence also negotiations). Far too many times I have been too very direct - I really envy typical HR's soft-spoken language, even if it is to deliver something horrific. I don't know if this is just how I am build mentally or not. The only way to find is to learn and try to adapt. So, not sure if this fits the question - spent a lot of time learning new tech, focusin…

I've been working on this, too (admittedly... for years)! I similarly have a 'very direct' style of communication. I've received formal feedback on more than one occasion calling me 'abrasive'.

fwiw, two books helped me massively in this area:

1. The Field Guide to Human Error. This book I read on a whim just because I thought it would be useful for software development. The first few chapter's ended up being kind of life altering. It felt like along personal attack on my character. In short, it was about perspectives we take when dealing with other people, and how viewing from our vantage point is not only frequently wrong, but it's lazy.

Even with things like CR comments. I now ask myself "_why_ do they think that's the right approach?"

2. Never Split the Difference. While it's about negotiations, it deals a lot with how humans think, and despite what we tell ourselves or want to believe about we being rational creatures, emotion dominates almost all interactions. It gives all kinds of useful advice for framing conversations and using language which avoids being confrontational or accusatory.

This was another huge one for me, as it shifted just about all of my conversations from starting with "you're dumb and here's why" to "let's make sure we agree on what the problem is" and then making finding the solution a collaborative effort, rather than a top down directive.

Re: Ask HN: What Are You Learning?

#169
Event streaming/multiple views into your data based on whatever the listeners care about. It sounds nice, but it's a lot different than the usual CRUD apps I'm used to. Still wrapping my head around when it's best used, how to generate the event (do you just generate the event, or do you save to a db and then use CDC to emit the event) etc.

Think of Facebook. You create a post and see it on your wall right away. The rest of the world doesn't need to see it right away, but you should or else you think the post wasn't saved. Does that post get saved in some db/cache specific for you, and _then_ an event is emitted?

But yes, I'm learning things like that.

Re: Ask HN: What Are You Learning?

#170
Micromasters in Statistics and Data Science - MITx. I didn't realize that it involve this much maths when I started. It is really pushing my boundaries by a huge margin.

Machine learning - how it works behind the scenes was really insightful.

(Currently working as a PHP backend developer, Drupal.)

Post reply on HN