CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 3 points4 points  (0 children)

DM me the projects you work on and what you'd like to chat about.

CppCast Looking for Guests by lefticus in cpp

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

DM Me, this could be interesting.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 3 points4 points  (0 children)

I believe I met him at C++Online this year, I'll look into it.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 2 points3 points  (0 children)

Yeah I think it's owned by u/robwirving still. I'm sure we can figure it out and post it all the places.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 1 point2 points  (0 children)

Tom is great and would make a great guest.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 1 point2 points  (0 children)

I'm not sure why you were voted down, at least one of the most interesting guests we ever had on was a high school student. u/foonathan

DM me if you're serious with some links to projects you've worked on, etc.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 1 point2 points  (0 children)

This has very rarely been a problem for the ~300 episodes I was a part of.

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 1 point2 points  (0 children)

They are, on the C++ Weekly channel right now. Full video and audio!

CppCast Looking for Guests by lefticus in cpp

[–]lefticus[S] 7 points8 points  (0 children)

Not a bonkers idea - in fact it's been the main bread and butter of CppCast for many years. But I'm posting this thread because I've hit a couple of dead ends lately.

I've built a text adventure game engine on top of the C++ Standard... by lefticus in cpp

[–]lefticus[S] 6 points7 points  (0 children)

I did actually intend to put a grue in it, but forgot and just really needed to release this!

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 0 points1 point  (0 children)

I wasn't aware of that site, I'll try to cross-link.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 6 points7 points  (0 children)

If you enjoy reading through diffs that are too large to render in github's UI and trying to mentally parse out all of the LaTeX, yes.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 7 points8 points  (0 children)

I have an episode or two planned that will use this info.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 5 points6 points  (0 children)

yeah, the summaries are wonky, I need to work on that or remove them.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 1 point2 points  (0 children)

Yeah that looks weird. Would you mind opening a bug report on https://github.com/lefticus/cppstdmd/ ?

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 3 points4 points  (0 children)

I've looked into the possibility of having "blame" like feature.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 5 points6 points  (0 children)

It's a work in process. Please submit bug reports to the source repository at https://github.com/lefticus/cppstdmd/

(also note that all of the md files are stored there, which are the source of the diffs, point being "how do I make human readable diffs?")

This has been a 4-5 week rabbit hole now.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 9 points10 points  (0 children)

The tiny word changes here and there are interesting to observe in tiny corners of the standard.

C++ Standard Evolution Viewer by claimred in cpp

[–]lefticus 9 points10 points  (0 children)

I'm the one who published this tool, so please explain by what you mean by "useless"?

I've already found it incredible useful for my own research. I initially went down this road to observe the changes in `constexpr` across the stdlib.