A blog that is a single executable binary

Multi-GPU Programming with Standard Parallel C++, Part 1

Practising Programming

Issue #206

4/20/2022

{{PreviewText}} 

Privit
So I recently read an article about how we're still currently implementing software techniques presented in research papers published in the 70s, 80s, 90s, etc. The author also went on to say something along the lines of "if you want to know what programming is going to look like in 20 years, read research papers from now". I would kind of want to know what programming is going to look like in 20 years, and maybe some of you do too, so I was thinking about including some research papers in issues, separate from the three articles. What do you guys think? Would that be too much? I don't know if I'll do it for every issue, or every other issue, or once a week. Any opinions? I don't get feedback from unsubscribers anymore (since switching from MailChimp), but one of the biggest reasons was that there were too many emails and too much content, which makes me hesitant about adding more. Also I really need to add back some sort of unsubscribe feedback form...
Anyway, here's the issue.

====================================================================

A blog that is a single executable binary

Published: 10 April 2022
Tags: c, web


C and web aren't two tags you normally see together. Andrei Ciobanu presents a blog platform he wrote in C that compiles his blog to a single executable binary.


====================================================================

Multi-GPU Programming with Standard Parallel C++, Part 1

Published: 18 April 2022
Tags: c++, gpu


Jonas Latt, Christophe Guy Coreixas, Gonzalo Brito, and Jeff Larkin discuss parallelizing applications for GPUs using C++.


====================================================================

Practising Programming

Published: 20 April 2022
Tags: philosophy


This article kind of resonated with me, because it's kind of how I do things. Laurence Tratt discusses his approach to practicing programming by implementing real life applications in different languages or using different tools.


Want to help and get cool stuff?

Thank you for reading! If you enjoy the newsletter, I would really appreciate you helping me spread the word by forwarding this to your friends and colleagues or sharing it on social media! Get cool stuff for your referrals using your link https://abyteofcoding.com or the buttons below.

Your referrals:


If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding. You can also subscribe there if you're new!

Have comments or feedback? Just reply to this email or hit me up on Twitter @AByteOfCoding.

Email landed in your promotions tab? Please move it over to primary so you don't miss the latest issues in the future.
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, Joe Hill, Astrid Sapphire, Gregory Mazzola, moki scott, Michael, Matt Braun, Tim Nash, Christoffer, and Mike Rhodes this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.


Stats (updated daily)

Sent: 2736

Opens: 1332

Clicks: 500

Link Clicks Clicks % Unique Clicks Unique Clicks %
A blog that is a single executable binary 123 29.36% 131 29.50
Multi-GPU Programming with Standard Parallel C++, Part 1 67 15.99% 73 16.44
Practising Programming 229 54.65% 240 54.05

Previous

Back to Issues

Next