

91·
20 days agoIn this case they’re referring to essentially a market niche in a new “category” of news.


In this case they’re referring to essentially a market niche in a new “category” of news.


I know this is a matter of personal preference but I absolutely cannot stand John Oliver. Every joke feels so tangential and contrived that it’s nearly a non sequitur à la Family Guy cutaway gags, and almost none of them ever seem to land for me. Then again, I think the target demographic is moreso Gen X than younger generations so maybe that’s why.
I don’t disagree that the language is a great way to build an understanding of object lifecycles, but in my experience C++ ctors and dtors are also the biggest source of confusing footguns I’ve ever encountered in any programming language.
Separately, template metaprogramming is a whole different beast. It’s an extremely powerful tool, but to me it also feels like finding the correct incantation to get it to do exactly what you need for more complex scenarios. It can be really fun if you know what you’re doing, but it also tends to make me very upset at the compiler when my incantations are a bit off.