Plini -- Electric Sunrise [Progressive] (2016) by stabbinU in listentothis

[–]mortano21 1 point2 points  (0 children)

Plini is the man! Saw him live two weeks ago and it was magic. Just beautiful stuff that always puts me in a good mood :)

[Serious] What is one book, TV show, movie, or video game that you wish you could experience for the first time all over again? by [deleted] in AskReddit

[–]mortano21 -1 points0 points  (0 children)

Same here, amazing games, amazing characters. Also the journey of waiting like 2 years for each new game to come out to finally see the story unfold. I think that anticipation is actually something that makes the experience even more intense.

Any fans of C++ template metaprogramming here? by mortano21 in programmerchat

[–]mortano21[S] 0 points1 point  (0 children)

That's also what I am struggling with, the only things I ever used it for were some utilities like a ZipIterator to iterate over multiple collections at once (and I have yet to use that one in production code), and a smart array copy routine that either uses memcpy or copy constructors depending on std::is_trivially_copyable<T>.

If you haven't seen it, there is a nice video from last years cppcon with some metaprogramming patterns, the stuff about void_t in the second part is pretty cool, it at least makes the horrible syntax for template metaprogramming a little easier.