Conor Hoekstra retweeted
Conor's (@code_report ) talk will be at C++ Under the Sea next month on October 9 - 10 in Breda, the Netherlands. Two days of talks where you can also meet several sponsors on the exhibition floor, including @ASMLcompany and @jetbrains Register: store.ticketing.cm.com/cppun… #cpp
4
19
Conor Hoekstra retweeted
📢 Episode 251 is out! 📢 In this episode, @blelbach and @code_report interview @SeanParent about his upcoming keynote at @cppunderthesea and more! 🥳 adspthepodcast.com/2025/09/1…
2
4
0
Conor Hoekstra retweeted
There's still a few spaces in our CUDA Python and C++ workshops at NDC! If you want to master the skills needed to build DL and HPC software, sign up today. The instructors will be @code_report, Ashwin Srinath, and myself.
Want to learn CUDA? We're teaching tutorials at NDC TechTown in Norway this September: CUDA C++ (Sep 22): nvda.ws/45EITdZ CUDA Python (Sep 23): nvda.ws/45C5uId Through hands-on exercises, we'll teach you how to write, benchmark, profile, and optimize GPU code!
2
13
145
Conor Hoekstra retweeted
📢 Episode 250 is out! 📢 In this episode, @code_report and @blelbach interview @SeanParent about his thoughts on AI, its impact on the software industry and society, and more! 🥳 adspthepodcast.com/2025/09/0…
1
4
11
0
This is a great talk by @mattgodbolt ... but his conclusion on C++20 modules: "Build times went from 10 sec to 40 sec... I was expecting segfaulting compilers ... [but] I got it to work pretty quickly... I think that is a great place" 🤔🤦‍♂️🤔 piped.video/watch?v=jlt_fScV…
4
19
Are you &#$(*&-ing kidding my @cursor_ai? Why in the living hell would you "unfocus" from the agent window to the code any time I run a command? Now every time I have to approve something I have to Ctrl + L and then Ctrl + Enter or Enter. WHY??? Honestly, this decision is insane.
3
3
6
Conor Hoekstra retweeted
📢 Episode 249 is out! 📢 In this episode, @blelbach and @code_report chat about AI, some open source projects, podcast recommendations, their upcoming trip to Europe 🇩🇰🇳🇴, the upcoming @SeanParent trilogy and much more! adspthepodcast.com/2025/08/2…
Maybe other array folks can do better. The funny part is the initial C++ / Rust code is my code from a YouTube video I made 2 years ago. And the C code is cheating - it is using a constant time formula. piped.video/watch?v=wGCWlI4A…
@code_report crush this with an array language.
3
2
24
Conor Hoekstra retweeted
📢 Episode 248 is out! 📢 In this episode, @ben_deane and @code_report continue their chat about good software design, as well as lessons to be learned from Love Island and Ted Lasso! adspthepodcast.com/2025/08/2…
Conor Hoekstra retweeted
Our CEO, Ashok Reddy, sat down with @code_report to discuss KX’s new KDB-X Community Edition and how it’s empowering developers to build, share, and scale advanced data applications on the latest episode of The #ArrayCast.​ 🎙️Listen here: arraycast.com/episodes/episo…#KX #CapMarkets #AIReady
1
8
Plugged into the AI matrix, fixing @Github search 🤩 (this is just the mth iteration of the nth iteration)
1
2
6
Honestly, @OpenAI's gpt-5 / gpt-5-fast work so terribly with Cursor. @AnthropicAI's Claude 4 Sonnet it vastly superior. The gpt models are always doing odd things and trying to use tools that aren't installed and it floods the tracing and makes it useless.
1
2
11
Conor Hoekstra retweeted
📢 Episode 247 is out! 📢 In this episode, @ben_deane and @code_report talk about the philosophy of good software design, learning languages and more! 🥳 adspthepodcast.com/2025/08/1…
3
17
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
2
20