Live data from Hacker News

Ask HN: What do you want to learn in 2017?

news.ycombinator.com

501–510 of 513 posts

Re: Ask HN: What do you want to learn in 2017?

#501
I've already started this just a few weeks ago... but i'm working on my video production and editing skills as i learn to vlog on YouTube.

http://john.show/

Some other things that I'm excited to learn is how community is created, managed, and sustained in this type of medium.

It's a creative challenge that has been really hard in the past few weeks, but, I've already learned a ton.

Re: Ask HN: What do you want to learn in 2017?

#502

Earlier quoted context omitted.

Assuming you know the basics of calculus: learn lots of linear algebra, lots of probability theory, mathematical statistics, and optimization. But you don't have to wait to learn all the math to get going

I am just starting with Calculus. Currently I am only comfortable with linear algebra - rest all I am just starting to learn. Do you recommend any good books or resources?

I've been using https://www.amazon.co.uk/gp/product/1137031204 to relearn some maths I'd forgotten. Pretty good so far.

Re: Ask HN: What do you want to learn in 2017?

#503
post #18

I want to learn how to even start a side-project. I've been out of university since 2012 and have done basically nothing in my free time CS-related. Every time I start to even think about doing something, that "why are you working while on your free time" feeling comes up and I immediately do something else. Not sure if it means I really don't love programming and Computer Science after all (entirely possible) or if…

I think the trick is to find something you're truly excited about. It's not work if you're enjoying the thing you're doing. Perhaps the problem is you're wanting a side-project for the wrong reasons.

The thing about excitement is that it dies off. What motivated you a few days/weeks ago now is just not worth the effort or time that you'd rather invest doing something more worthwhile.

Re: Ask HN: What do you want to learn in 2017?

#504

How to effectively market my consulting skills. I've been a web developer for over a decade now and I'm still not confident in my ability to bring in consistent work. The work comes, but I'd like to have more potential clients knocking. From what I can tell, the best way to achieve that is by consistently offering to help others with my skills. So I'm making it a point in the coming year to make blogging a part of my…

Here are two pieces of advice from someone who works in sales and marketing:

1. If you're going to blog (which I think is a good idea) make sure you have an opinion that is strongly held and/or differs from conventional opinion. If you only write vanilla stuff, you'll only attract vanilla prospects, which usually end up being a poor fit or boring to work with/for.

2. Take every opportunity to teach what you know. This can be through blogging, commenting on other blog/forums, podcasting, screen recordings...whatever it takes to teach something for free. This establishes you as an expert, provides no-risk value to prospects and has no barrier to entry, so it's a great first step to building a relationship with possible customers.

Re: Ask HN: What do you want to learn in 2017?

#507
post #463

Earlier quoted context omitted.

1 thing that helps a lot is immersion. I couldn't justify learning a language till I lived in the country where it was spoken. I am doing this in japan now (moved here recently)

I lived in a country town where my wife was the only person I knew who spoke English. She got sick of talking to me pretty quickly. Total immersion.

It forces you in to a corner :D. It's kinda frustrating in a way. I'm not quite going to that extreme though, tokyo will allow me to "ease in to it".

Re: Ask HN: What do you want to learn in 2017?

#508

Growth hacking. I'd like to learn how to sell a SaaS product[1] to businesses. I'd also like to explore content strategy and marketing. As a software developer joining a new 2-person startup, this is uncharted territory for me. Looking forward to the experience. [1] https://www.metriculator.com

I've grown up on the marketing side of the house, so if you want to exchange ideas and feedback feel free to reach out via james@craft.cx.

Re: Ask HN: What do you want to learn in 2017?

#509

Earlier quoted context omitted.

I learned AngularJS in 2016. Everyone wants to hire a React developer. I don't know if functionally one is better than the other however the small devs shops what React developers. Otherwise, people are looking for web developers strong with Rails, Django, React ecosystem, JavaScript on server, Postgres, and Redis.

Great, React, Postgres, Redis, I got it, thanks for your sharing!

Since I wrote that comment I have found a job using React. They are confident I can pick it up looking at my code portfolio which makes me lucky. The point is that people are looking for React developers or in this case someone who they think can pick it up quickly.

Re: Ask HN: What do you want to learn in 2017?

#510

Earlier quoted context omitted.

Assuming you know the basics of calculus: learn lots of linear algebra, lots of probability theory, mathematical statistics, and optimization. But you don't have to wait to learn all the math to get going

He wants to get into the practical application of machine learning, not machine learning theory. This is a common mistake people new to the field make. You can be very successful by learning how to use machine learning frameworks, and that doesn't require lots of probability theory, mathematical statistics, and optimization. Not that it hurts. vayarajesh, start using Tensorflow, you'll reach the ability to reason abo…

++ this. The branches of maths that are relevant to ML are all pretty extensive, and you can do a huge amount of applied ML and understand the underlying theory while understanding only a fairly small subset of (for e.g.) probability theory.

Starting by learning the maths will mean you learn a lot of stuff which isn't directly relevant. Not the worst thing that could happen, but you'll be a hell of a lot more directed (even if you want to learn the theory - and I would recommend learning at least some) if you pick a decent ML course and learn the maths you bump into as you go.

http://cs231n.github.io/ is one of the best general hands-on introductions I've found. The TF tutorials are pretty good too if you just want to try some things out, but I predict that once you've worked your way through the TF tuts you'll still not really understand what's going on and will feel a bit like you just learned the magic words that made the black box dance some particular dances.

As for notation - https://en.wikipedia.org/wiki/List_of_mathematical_symbols is really good for when you stumble on something unfamiliar.

Good luck.

Post reply on HN