Live data from Hacker News

Ask HN: What is your learning plan for 2020?

news.ycombinator.com

21–30 of 40 posts

Re: Ask HN: What is your learning plan for 2020?

#21

Assuming you mean Phoenix Project , I highly recommend reading Goldratt's books: The Goal , It's Not Luck , and Critical Chain . They're the inspiration for Phoenix Project and cover a good bit more material. I can't say they're great novels, they're no worse than Phoenix Project with regard to their prose, but they aren't stellar either. But if you really want to see where Theory of Constraints and Critical Chain Ma…

Oops that was what I meant! Thanks for the recommendations.

Do you know if there are any books that are inspired by (or squeals of a sort) to Phoenix Project?

Re: Ask HN: What is your learning plan for 2020?

#22

For me it's the following: I want to improve my APL(Dyalog/co-dfns), Rust, and Coq skills to passible levels, i.e. being able to comfortably use them and writing code in an idiomatic style. I also want to improve my skill with SystemVerilog and VHDL. I'm decent with HDLs but I need a lot of work with regard to my testbench writing, translating specs to a TB, and using the random constraints based testing(similar to p…

> getting stuck on an idea and overlooking better alternatives

Care to elaborate on this at all?

Re: Ask HN: What is your learning plan for 2020?

#23
post #21

Assuming you mean Phoenix Project , I highly recommend reading Goldratt's books: The Goal , It's Not Luck , and Critical Chain . They're the inspiration for Phoenix Project and cover a good bit more material. I can't say they're great novels, they're no worse than Phoenix Project with regard to their prose, but they aren't stellar either. But if you really want to see where Theory of Constraints and Critical Chain Ma…

Oops that was what I meant! Thanks for the recommendations. Do you know if there are any books that are inspired by (or squeals of a sort) to Phoenix Project ?

I am not aware of anything that is a sequel to The Phoenix Project itself. In many ways, it seems to be almost the conclusion of the idea of agile/lean software development borrowing from the classical ideas of ToC, Lean, Toyota Production System, etc.

If you want more readings that are not novels, but cover translating the ideas from manufacturing/production to IT and software development I'd suggest any books by Mary and Tom Poppendieck [0] and to explore their "bookshelf" [1]. The bookshelf is in reverse chronological order, so don't take the order to be an indication of anything positive or negative.

[0] http://www.poppendieck.com/people.htm

[1] http://www.poppendieck.com/reference.htm

Re: Ask HN: What is your learning plan for 2020?

#24
post #21

Earlier quoted context omitted.

Oops that was what I meant! Thanks for the recommendations. Do you know if there are any books that are inspired by (or squeals of a sort) to Phoenix Project ?

I am not aware of anything that is a sequel to The Phoenix Project itself. In many ways, it seems to be almost the conclusion of the idea of agile/lean software development borrowing from the classical ideas of ToC, Lean, Toyota Production System, etc. If you want more readings that are not novels, but cover translating the ideas from manufacturing/production to IT and software development I'd suggest any books by Ma…

Funny you mentioned Mary and Tom Poppendieck as I just saw them for the first recently at the O'Reilly Software Architecture Conf. Are they quite well known in the field or is this just coincidence?

Re: Ask HN: What is your learning plan for 2020?

#25
post #24

Earlier quoted context omitted.

I am not aware of anything that is a sequel to The Phoenix Project itself. In many ways, it seems to be almost the conclusion of the idea of agile/lean software development borrowing from the classical ideas of ToC, Lean, Toyota Production System, etc. If you want more readings that are not novels, but cover translating the ideas from manufacturing/production to IT and software development I'd suggest any books by Ma…

Funny you mentioned Mary and Tom Poppendieck as I just saw them for the first recently at the O'Reilly Software Architecture Conf. Are they quite well known in the field or is this just coincidence?

I think they're pretty well-known, but my part of industry likes to pretend that nothing has changed since 1985. So I'm busy reading what I can and dragging us into the modern era. I came across them via references from some other book or site. I don't recall where, now.

Re: Ask HN: What is your learning plan for 2020?

#27
Last year I learned the basics of Elixir and wrote some toy projects with it. This year I'm starting to delve into the more advanced aspects of Elixir and I'm hoping to get into Elixir web development with Phoenix before the end of the year.

As part of the Elixir learning process, I've been writing a series called Learn With Me: Elixir at https://inquisitivedeveloper.com/, so that other people can learn Elixir along with me.

At first the idea was just to help other people out in learning the language by explaining it from my perspective as I learned it, since there aren't large numbers of Elixir learning resources out there, but I found out that writing about Elixir and explaining it has been enormously useful in helping me learn. It helps me to think about the topic in more detail and I feel motivated to answer questions that pop up in my head while I'm writing, leading me to understand Elixir better.

So for anyone wanting to learn something, I recommend writing about it as well. Attempting to explain it to others has a learning value all on its own.

Re: Ask HN: What is your learning plan for 2020?

#29
I'm trying to get more comfortable with ML (I have an okay theoretical understanding of quite a few things, but very little experience writing actual code).

My plan is to expose myself to new concepts or go more in depth on things I already know about (planning to go through a few books I have been meaning to, for example), and then whenever my memory fails me about something I already understood, go back to the best resources on that subject that I have saved from the first time I explored it.

This sort of spaced repetition works wonders for me.

I'll then complete a couple of courses to familiarize myself with syntax of at least one commonly used framework (thinking fastai which uses pytorch, give me suggestions if you got a better one).

I've also started reading the SRE book from Google after developing an appreciation for my coworkers who do that sort of thing.

I also want to study music (guitar specifically) but I don't know if I can find a good resource that includes material to study on a weekly basis for example or if I will have to get a tutor.

Re: Ask HN: What is your learning plan for 2020?

#30
post #21

Assuming you mean Phoenix Project , I highly recommend reading Goldratt's books: The Goal , It's Not Luck , and Critical Chain . They're the inspiration for Phoenix Project and cover a good bit more material. I can't say they're great novels, they're no worse than Phoenix Project with regard to their prose, but they aren't stellar either. But if you really want to see where Theory of Constraints and Critical Chain Ma…

Oops that was what I meant! Thanks for the recommendations. Do you know if there are any books that are inspired by (or squeals of a sort) to Phoenix Project ?

There is the Unicorn Project by Gene Kim that was just released earlier this year. I believe it is a sequel to the Phoenix Project.
Post reply on HN