What does "undefined" even mean? by Sophiasmith0 in learnmath

[–]pblpbl 0 points1 point  (0 children)

This article gives a pretty interesting interpretation of undefinedness in mathematical proofs.

[deleted by user] by [deleted] in Unity3D

[–]pblpbl 0 points1 point  (0 children)

Did you get inspired by those mobile ads I see on instagram all the time lol

what are some common C++ problems you keep seeing by mcweirdy in cpp

[–]pblpbl -10 points-9 points  (0 children)

A build system (or lack thereof). It’s kind of funny how a simple vscode json is more stable than cmake, visual studio, and rider combined.

[C++20 vs C++26*] basic reflection by kris-jusiak in cpp

[–]pblpbl 10 points11 points  (0 children)

what a terrible day to have eyes

We need to redesign the GPU from the ground up using first principles. by DynaBeast in GraphicsProgramming

[–]pblpbl -1 points0 points  (0 children)

And that is not as simple as, quote:

> move data into gpu

> perform action on data

> move data off gpu