Live data from Hacker News

Destroy All Software screencasts free this week

destroyallsoftware.com

11–20 of 27 posts

Re: Destroy All Software screencasts free this week

#11
post #9

Oh boy, what a great source of content. Is there a curated list of the best/most popular ones? edit: ok the sales page has recommendations from the author: https://www.destroyallsoftware.com/sale

Yep the recommendations are very good. Functional Core, Imperative Shell stands out for me, as well as the Computation series which gave me a very good understanding of lambda calculus stuff, coming from a nearly zero base knowledge.

Re: Destroy All Software screencasts free this week

#12
post #9

Oh boy, what a great source of content. Is there a curated list of the best/most popular ones? edit: ok the sales page has recommendations from the author: https://www.destroyallsoftware.com/sale

Personal list of favorites:

Functional Core, Imperative Shell/Boundaries are two versions of the same talk. One of the best talks I have ever seen on software development, articulates some really great concepts about software design. Applicable in so many places.

Sucks/Rocks series: this one is specific to Rails, but if you write Rails, is quite good. Gary doesn't write things the same way that most people write things, and for good reasons. This explains the details. See also "Fast tests with and without Rails", which you can probably generalize to other frameworks fairly easily.

The "stubs and mocks" sections, together, are really good: Gary is a fan of mocking, and many people aren't. He talks a lot about why, and how to properly mock things.

I just watched "malloc from scratch" yesterday and really enjoyed it.

The conference talks are already free, but while you're digging into DAS...

I very much recommend "The Birth and Death of JavaScript". It basically predicted WebAssembly before WebAssembly existed, and is just a really excellent talk regardless of the subject. You'll see why when you watch it.

"Ideology" is also a fantastic talk about things programmers believe and why.

Re: Destroy All Software screencasts free this week

#13
post #9

Oh boy, what a great source of content. Is there a curated list of the best/most popular ones? edit: ok the sales page has recommendations from the author: https://www.destroyallsoftware.com/sale

Personal list of favorites: Functional Core, Imperative Shell/Boundaries are two versions of the same talk. One of the best talks I have ever seen on software development, articulates some really great concepts about software design. Applicable in so many places. Sucks/Rocks series: this one is specific to Rails, but if you write Rails, is quite good. Gary doesn't write things the same way that most people write thin…

yes I just stumbled on the boundaries talk and started sucks/rocks. Watched like, 2-3 hours of video this morning already, will be paying for it - its VERY good :)

Thanks for the list

Re: Destroy All Software screencasts free this week

#15
post #9

Oh boy, what a great source of content. Is there a curated list of the best/most popular ones? edit: ok the sales page has recommendations from the author: https://www.destroyallsoftware.com/sale

Personal list of favorites: Functional Core, Imperative Shell/Boundaries are two versions of the same talk. One of the best talks I have ever seen on software development, articulates some really great concepts about software design. Applicable in so many places. Sucks/Rocks series: this one is specific to Rails, but if you write Rails, is quite good. Gary doesn't write things the same way that most people write thin…

> It basically predicted WebAssembly before WebAssembly existed

I really love that talk, but this is a bit of a stretch considering that it could apply to asm.js as well, which was available the year before the talk was recorded. Remember the unreal engine demo on Firefox?

Re: Destroy All Software screencasts free this week

#16
post #6

Dunno what's up with the name (being silly I think) but anyway these are well done! Just watched the Malloc From Scratch one: https://www.destroyallsoftware.com/screencasts/catalog/mallo...

Thanks for linking that. It was great! It was fun to race to follow along as well.

"Now let's run that, aaaaand I've made a mistake."

Re: Destroy All Software screencasts free this week

#17
post #15

Earlier quoted context omitted.

Personal list of favorites: Functional Core, Imperative Shell/Boundaries are two versions of the same talk. One of the best talks I have ever seen on software development, articulates some really great concepts about software design. Applicable in so many places. Sucks/Rocks series: this one is specific to Rails, but if you write Rails, is quite good. Gary doesn't write things the same way that most people write thin…

> It basically predicted WebAssembly before WebAssembly existed I really love that talk, but this is a bit of a stretch considering that it could apply to asm.js as well, which was available the year before the talk was recorded. Remember the unreal engine demo on Firefox?

Yeah, that might be fair. I feel like Wasm is a pretty significant step over asm, and is much closer to the world presented in the talk, but it would also be 100% reasonable to just be talking about asm. Good point.

(I was lucky enough to see the talk live, so the timeline of events gets a little messed up in my head sometimes...)

Re: Destroy All Software screencasts free this week

#19
Nice quality content, I'll definitely take advantage of the free period. The cost to sign up seems very high for what this is though. I expected a one time cost, or maybe $5 or so a month. $290 annually seems expensive for a single format of lessons from a single teacher. Even the current promotion seems onerous. As a point of comparison, Safari Books Online does sales for $199 annually just about every year and has content from countless instructors in many formats, including live training. Perhaps I'm missing some information, as I only read the sale page before viewing content.

Not posting this to complain. I'd really like to see quality content like this reach more eyes, and I hate to see the author shoot themselves in the foot by putting up such a high barrier to access it. It's entirely possible I'm just not aware of the costs that go into creating this content.

Re: Destroy All Software screencasts free this week

#20

Nice quality content, I'll definitely take advantage of the free period. The cost to sign up seems very high for what this is though. I expected a one time cost, or maybe $5 or so a month. $290 annually seems expensive for a single format of lessons from a single teacher. Even the current promotion seems onerous. As a point of comparison, Safari Books Online does sales for $199 annually just about every year and has…

It is hard to find good CS teachers, because they can make more in industry than they do teaching. It makes sense that a good quality CS teacher with a solid course should cost more than another subject.
Post reply on HN