Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ favicon = "favicon.ico"

[params.social]
twitter = "cppcast"
facebook = "CppCast"
youtube = "channel/UCuCjADS4u3uJDTqUaG0H9dA"

[params.authors]
Expand All @@ -66,20 +65,17 @@ favicon = "favicon.ico"
twitter = "lefticus"

[params.sponsors]
[params.sponsors.pvs-studio]
name = "PVS-Studio"
url = "http://bit.ly/2KBeGnC"
ad = "img/sponsors/PVS-Studio_banner.png"
[params.sponsors.sonar]
name = "Sonar"
url = "https://sonarsource.com"
ad = "img/sponsors/sonar-light-bg.png"

[params.sponsors.jetbrains]
name = "JetBrains"
url = "https://jb.gg/cppcast"
ad = "img/sponsors/jetbrains_600x500.png"

[params.links]
[params.links.patreon]
name = "Patreon"
url = "https://www.patreon.com/CppCast"
[params.links.gear]
name = "Gear"
url = "https://shop.spreadshirt.com/CppCast/"
Expand Down
36 changes: 36 additions & 0 deletions content/episode/2022/12/holiday-special.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
+++
Description = "Rob and Jason are back, at least for the holidays, and are joined by Timur Doumler and Phil Nash to talk about some of their recent news, and a super secret new project they are working on together."
Date = "2022-12-23"
hosts = ["irvingr","turnerj"]
guests = ["tdoumler", "pnash"]
episode = "350"
episode_image = "img/episode/2022/12/phil_and_timur.jpg"
podcast_duration = "01:05:43"
podcast_file = "cppcast-350.mp3"
title = "Holiday Special with Phil Nash and Timur Doumler"
+++

### News ###

- [Boost 1.81.0 released](https://www.boost.org/users/history/version_1_81_0.html)
- [CLion 2022.3 released, with CMake debug and new (opt-in) UI](https://www.jetbrains.com/clion/whatsnew/)
- [C++ support in JetBrains' Fleet](https://twitter.com/JetBrains_Fleet/status/1603771443464097792)
- [C++ passes Java on the TIOBE index](https://www.tiobe.com/tiobe-index/)
- ["If we must, let's talk about safety" (Corentin Jabot)](https://cor3ntin.github.io/posts/safety/)
- [P2723R0 "Zero-initialize objects of automatic storage duration" (JF Bastien)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2723r0.html)
- [NDC TechTown - Call for Speakers (ends May 19th)](https://ndctechtown.com/call-for-papers)
- [C++ on Sea - Call for Speakers (ends Jan 8th)](https://cpponsea.uk/news/the-2023-call-for-speakers-opens.html)
- ACCU - speakers selected, schedule soon

### Links ###

- [P1774R8 "Portable Assumption" ([[assume]])](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1774r8.pdf)
- [P2590R2 "Explicit lifetime managerment" (std::start_lifetime_as)](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2590r2.pdf)
- ["Type punning in modern C++" (video)](https://www.youtube.com/watch?v=_qzMpk-22cc)
- ["The Rules of Three, Five and Zero" (article)](https://www.sonarsource.com/blog/the-rules-of-three-five-and-zero/)
- ["Beyond the Rules of Three, Five and Zero" (article)](https://www.sonarsource.com/blog/beyond-the-rules-of-three-five-and-zero/)
- ["The Power of Clean C++" (webinar)](https://www.youtube.com/watch?v=c4BGTEfw0Go)
- [Jason's C++ eBooks](https://leanpub.com/u/jason_turner)
- [Jason's C++ print books](https://amzn.to/3vckEC6)
- [Jason's "C++ Weekly" Youtube channel](https://www.youtube.com/@cppweekly)
- ["Making C++ Fun, Safe, and Accessible" - Jason's C++ on Sea keynote](https://www.youtube.com/watch?v=HlaoxhmThmk)
3 changes: 3 additions & 0 deletions data/sponsors/sonar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: Sonar
url: "https://sonarsource.com"
ad: "img/sponsors/sonar-light-bg.png"
Binary file added static/img/episode/2022/12/phil_and_timur.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/sponsors/sonar-light-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.