Programming

0 readers
1 users here now

A magazine created for the discussion of computer programming-related topics.

Rules

Please keep submissions on topic and of high quality. No image posts, no memes, no politics. Keep the magazine focused on programming topics not general computing topics. Direct links to app demos (unrelated to programming) will be removed. No surveys.

founded 1 year ago
26
 
 

Advanced Usage of the C++23 Stacktrace Library – James Pascoe – ACCU 2024

https://www.youtube.com/watch?v=rynny8wP3M4

#coding #cplusplus #cpp #programming #stacktrace

27
 
 

It's easy for one generation of workers to take for granted stuff that previous generations of workers fought so hard for. Many junior devs now just get to use git and deploy on Linux in a container via a test driven CI change system with their IDE of choice without having to spend months to years to decades justifying each piece of that architecture to various skeptical managers who have a passionate lingering affinity for Windows XP.

#programming #Linux #DevOps

28
 
 

Modern C++ Addons for Node.js – Dvir Yitzchaki – ACCU 2024

https://www.youtube.com/watch?v=bogYQr096h4

#cplusplus #cpp #Nodejs #programming

29
 
 

Immutable Data Structures in C++ – Alistair Fisher – ACCU 2024

https://youtu.be/v6djyBvfmJM

#coding #cplusplus #cpp #programming #softwareengineering

30
 
 

Enhancing Safety in C++ Code With Modern C++ Quantities and Units Library – Mateusz Pusz – ACCU 2024

https://www.youtube.com/watch?v=_tV_cXtIpWE

#coding #cplusplus #cpp #programming

31
 
 

Modern C++ Addons for Node.js – Dvir Yitzchaki – ACCU 2024

https://www.youtube.com/watch?v=bogYQr096h4

#cplusplus #cpp #Nodejs #programming

32
 
 

Testing C++ Templates: Investigating Tests for C++ Templates using Adversarial Methods – Peter Hrenka

https://www.youtube.com/watch?v=U-nwq_f_koo

#coding #cplusplus #cpp #programming #testing

33
 
 

Rewiring Your Brain – Boost Productivity with Test Driven Thinking in C++ – by @[email protected] – ACCU 2024

https://www.youtube.com/watch?v=Zsjktq-pUXE

#cplusplus #cpp #programming #testing

34
 
 

Advanced Usage of the C++23 Stacktrace Library – James Pascoe – ACCU 2024

https://www.youtube.com/watch?v=rynny8wP3M4

#coding #cplusplus #cpp #programming #stacktrace

35
 
 

Learn some Godot Engine thanks to this latest bundle: https://www.humblebundle.com/software/learn-godot-43-complete-course-bundle-software?partner=gamingonlinux (partner)

#Godot #Programming #GameDev

36
 
 

Jeroen Koekkoek, one of our lead developers, has collaborated with @[email protected] to create a blazingly #DNS fast zone file parser that is now part of our authoritative nameserver NSD.

They have now published a paper outlining how they enhanced parsing throughput using data parallelism, specifically Single Instruction Multiple Data (#SIMD) instructions available on commodity processors. #programming https://www.authorea.com/1222979

37
 
 

Learn some Godot Engine thanks to this latest bundle: https://www.humblebundle.com/software/learn-godot-43-complete-course-bundle-software?partner=gamingonlinux (partner)

#Godot #Programming #GameDev

38
 
 

QR Code generator library (Java, TypeScript, Python, Rust, C++, and C)

https://www.nayuki.io/page/qr-code-generator-library

Discussions: https://discu.eu/q/https://www.nayuki.io/page/qr-code-generator-library

#java #programming #python #rustlang #typescript #webdev

39
 
 

I'm somewhat of an old school guy. My first programming languages were BASIC and C, if they counts. While I'm not personally particularly fond of Rust, I do respect it and think it should live in the #Linux kernel where it's the right tool for the job. While it is relatively new compared to C, it isn't actually new at all by #programming standards. I remember going through a #Rust tutorial with a Mozilla dev at OSCON a little shy of a decade ago.

40
 
 

Versatility, Speed.

Pick Two.

October 23 and 24th, come see the magic. And,

the crime we use to get it. https://www.p99conf.io/

#p99conf #ScyllaDB #DevTalk #programming

video/mp4

41
 
 

Two things are driving me mad about Python...

  1. Repeatedly getting "TabError: inconsistent use of tabs and spaces in indentation" which may have something to do with my editor...

  2. Consistently having issues installing modules. It seems to fail most of the time. I don't know if it's a homebrew thing or something else stupid I am doing.

#python #programming

42
 
 

I'm really enjoying learning more Python. I'm in that stage where I need to do something and have to look up how to do it in Python (as compared to other languages) and it mostly makes sense and it works.

#python #programming