📢 ADSP Episode 256 is out! 📢 In this episode, Bryce and I record live from the streets of Copenhagen 🇩🇰! We talk about the algorithms replicate, scatter, gather and run length decode while navigating bugs 🐛, clubs 🍾 and rain 🌧️! adspthepodcast.com/2025/10/17/E...
17.10.2025 12:13 — 👍 0 🔁 0 💬 0 📌 0
📢 ADSP Episode 255 is out! 📢 In this episode, Bryce and I record live from the streets of Copenhagen 🇩🇰! We recap the C++ Copenhagen Meetup hosted by Symbion, the replicate algorithm and much more! adspthepodcast.com/2025/10/10/E...
10.10.2025 11:51 — 👍 0 🔁 0 💬 0 📌 0
📢 ADSP Episode 254 is out! 📢 Bryce and I record live from 🇩🇰 Denmark! We recap the Roku Engineering Symposium as well as many random topics including 🚗 Polestar vs Tesla vs Prius, the city of Aarhus and much more! 🥳 adspthepodcast.com/2025/10/03/E...
03.10.2025 13:52 — 👍 1 🔁 1 💬 0 📌 0
Tried out Co-dfns APL compiler for the first time today. For a simple softmax calculation, it generated 3.7M CUDA kernels... that is... pathologically bad 😳
03.10.2025 00:35 — 👍 1 🔁 0 💬 0 📌 0
📢 ADSP Episode 253 is out! 📢 In this episode, Bryce and I finish our chat with @seanparent.bsky.social and chat about AI, @cursor_ai and experiences using AI assisted tools 🥳 adspthepodcast.com/2025/09/26/E...
26.09.2025 10:00 — 👍 2 🔁 1 💬 0 📌 0
The ADSP crew are in Denmark atm. It turns out, per capital - Denmark is the #2 country when it comes to listenership 🎉 codereport.github.io/vibing/adsp_...
19.09.2025 21:45 — 👍 2 🔁 0 💬 0 📌 0
📢 ADSP Episode 252 is out! 📢 In this episode, Bryce and I chat with @seanparent.bsky.social about Rust, AI and more! adspthepodcast.com/2025/09/19/E...
19.09.2025 12:51 — 👍 0 🔁 0 💬 0 📌 1
Just got back from some very exciting talks by Bryce and Connor at Roku Aarhus.
I was particularly excited by the stuff Connor has been up to - I'm looking forward to getting to play with it myself. @codereport.bsky.social
18.09.2025 19:24 — 👍 3 🔁 1 💬 0 📌 0
📢 ADSP Episode 251 is out! 📢 In this episode, Bryce and I interview @seanparent.bsky.social about his upcoming keynote at C++ Under the Sea and more! 🥳 adspthepodcast.com/2025/09/12/E...
12.09.2025 12:23 — 👍 1 🔁 0 💬 0 📌 0
YouTube video by CppNow
Are We There Yet? - The Future of C++ Software Development - Sean Parent - C++Now 2025
I'll be seeing this live in a month at C++ Under the Sea but I couldn't help myself - 20 minutes in and it is great 🥳 (Are We There Yet? - @seanparent.bsky.social) www.youtube.com/watch?v=RK3C...
11.09.2025 15:57 — 👍 6 🔁 2 💬 0 📌 0
📢 ADSP Episode 250 is out! 📢 In this episode, Bryce and I interview @seanparent.bsky.social about his thoughts on AI, its impact on the software industry and society, and more! 🥳 adspthepodcast.com/2025/09/05/E...
05.09.2025 12:09 — 👍 1 🔁 2 💬 0 📌 0
📢 ADSP Episode 249 is out! 📢 In this episode, Bryce and I chat about AI, some open source projects, podcast recommendations, our upcoming trip to Europe 🇩🇰🇳🇴, the upcoming @seanparent.bsky.social trilogy and much more! adspthepodcast.com/2025/08/29/E...
29.08.2025 12:31 — 👍 4 🔁 2 💬 0 📌 0
YouTube video by CultRepo (formerly Honeypot)
Python: The Documentary | An origin story
Python: The Documentary, for those interested www.youtube.com/watch?v=GfH4...
29.08.2025 04:13 — 👍 3 🔁 1 💬 0 📌 0
📢 ADSP Episode 248 is out! 📢 In this episode, @elbeno.com and I continue our chat about good software design, as well as lessons to be learned from Love Island and Ted Lasso! adspthepodcast.com/2025/08/22/E...
22.08.2025 16:37 — 👍 1 🔁 0 💬 0 📌 0
📢 ADSP Episode 247 is out! 📢 In this episode, @elbeno.com and I talk about the philosophy of good software design, learning languages and more! 🥳 adspthepodcast.com/2025/08/15/E...
15.08.2025 14:03 — 👍 0 🔁 0 💬 0 📌 0
YouTube video by code_report
BQN: Explicit to Tacit #2
New video out! 🥳 www.youtube.com/watch?v=oKxZ...
14.08.2025 21:31 — 👍 3 🔁 0 💬 0 📌 0
YouTube video by NHR@FAU
C++ is (nearly) all you need for HPC
Source: www.youtube.com/watch?v=DjMc...
14.08.2025 12:28 — 👍 1 🔁 0 💬 0 📌 0
Interesting chart, but for CUDA I take issue with:
1) Reduction being red. Thrust/CUB give you:
* thrust::reduce
* thrust::transform_reduce
* cub::(Device/Block/Warp/Thread)Reduce
2) Traversal requiring kernels. Thrust/CUB give you:
* thrust::transform
* cub::DeviceTransform
14.08.2025 12:27 — 👍 0 🔁 0 💬 1 📌 0
YouTube video by NVIDIA Developer
Getting Started with CUDA and Parallel Programming | NVIDIA GTC 2025 Session
An amazing NVIDIA GTC 2025 talk by Stephen Jones in case you missed it www.youtube.com/watch?v=GmNk...
12.08.2025 11:04 — 👍 0 🔁 0 💬 0 📌 0
Claude 4 > GPT5
---
I've been testing Claude 4 Sonnet vs GPT5 and GPT5-Fast in Cursor. GPT5 is too slow (and still failed at the task). GPT5-Fast was better but my anecdotal experience is that it isn't as good as Claude 4.
11.08.2025 19:04 — 👍 3 🔁 0 💬 0 📌 0
📢 ADSP Episode 246 is out! 📢 In this episode, I ask Ben Deane about his thoughts on AI and AI-assisted coding tools! adspthepodcast.com/2025/08/08/E...
08.08.2025 12:30 — 👍 1 🔁 0 💬 0 📌 0
Main take away from programming language rankings in the 2025 Stack Overflow Survey is that Shell languages are on the rise? plrank.com
07.08.2025 13:00 — 👍 4 🔁 0 💬 0 📌 0
YouTube video by Stripe
A Cheeky Pint with Anthropic CEO Dario Amodei
Two recent @darioamodei.bsky.social podcasts (CEO of @anthropicai.bsky.social, creator or Claude models):
* A Cheeky Pint: www.youtube.com/watch?v=GcqQ...
* Big Technology Podcast: www.youtube.com/watch?v=mYDS...
06.08.2025 15:51 — 👍 0 🔁 0 💬 0 📌 0
📢 ADSP Episode 245 is out! 📢 In this episode, Bryce and I continue part 2 of our 2-part chat about AI and how it is change the way we work! 🥳 adspthepodcast.com/2025/08/01/E...
01.08.2025 12:16 — 👍 2 🔁 0 💬 0 📌 0
My Claude-4 Sonnet usage has already subsumed all of my previous usage of Claude 3.7 & Gemini 2.5 Pro combined.
31.07.2025 20:20 — 👍 0 🔁 0 💬 0 📌 0
📢 Episode 244 is out! 📢 In this episode, Bryce and I share our thoughts on AI, how it’s changing the way we work and more! 🥳 adspthepodcast.com/2025/07/25/E...
25.07.2025 12:22 — 👍 1 🔁 0 💬 0 📌 0
📢 Episode 243 is out! 📢 In today's episode, Bryce and I chat about language learning apps, recent C++/Python/CUDA meetups and more! 🥳 adspthepodcast.com/2025/07/18/E...
18.07.2025 12:31 — 👍 3 🔁 1 💬 0 📌 0
📢 ADSP Episode 242 is out! 📢 In this episode, Bryce and I chat with Jared Hoberock in this final part of our conversation! We continue our chat about Thrust, parallel algorithms and more! adspthepodcast.com/2025/07/11/E...
11.07.2025 14:24 — 👍 1 🔁 1 💬 0 📌 0
Julia REPL stan | Rust Software Performance Engineering
https://miguelraz.github.io
www.linkedin.com/in/miguel-raz-guzmán-macedo-64895a127
Technical Lead for Rust Program @ Microsoft • C++ ↔️ Rust Tooling (DevDiv), ex Visual C++ team, ex @caphyon, ex @advinst lead, @ClangPowerTools creator, he/him
computers can be understood • she/her, ⚢ • Chicago
#GOTO Presents the Brightest Minds in Tech.
Check out GOTO Conferences.
https://gotopia.tech
https://www.youtube.com/@GOTO-
The Canadian C++ Conference
- July 20-23, 2025
CppNorth is a production of Cpp Toronto which provides an open and collaborative place where software developers can meet and discuss C++.
Your favourite Functional Programming conference is here 🥳
Mark your calendars for 2026: 11-12 June
2 days of full immersion in languages like #Haskell #Scala #Elm #Gleam #Elixir and #Clojure 🔥
I organize @gpvm.bsky.social
lesleylai.info/
mastodon.gamedev.place/@lesley
Next:
#YOW25 Dec: MEL 4-5 | BNE 8-9 | SYD 11-12
https://yowcon.com/
Asia's Premier Functional Programming Conference.
24-25 January 2025
https://functionalconf.com
I make videos about computer programming at https://youtube.com/@contextfree - he/him - God is good. Black lives matter.
Lifelong Programmer, Host of the Developer Voices podcast.
Array language dabbler: https://xpqz.github.io/learnapl
Functional programming / Making a browser game NuAshworld / Programming language design (cara-lang.com) / Property based testing / Music making. He/him.
Orthodox Jew working full time as APL programmer and Head of Language Design at Dyalog Ltd.
programmer, mathematician, 21yo girl. https://iczelia.net/.
C++ Developer, Trainer, Speaker, YouTuber
https://www.youtube.com/@cppweekly
Software, performance, optimization, programming languages, security, open source, #CarbonLang lead, #LLVM, #Clang, C++. 🏳️🌈 http://pronoun.is/he or http://pronoun.is/they
The sky is blue in my profile pic.
Dismantling difficulty in concurrent programming.