4 days ago

Battle-tested, Mom-approved

by eva 3 days ago saved 4 times

5 days ago

21 Nov 25

A great 2-hour rant on how C++ is the worst programming language ever made. Thank god somebody else made this video so I didn’t have to.

I’m not fond of the AI generated images but whatever, video’s good.

by thezipcreator 1 month ago

11 Jul 25

A C++ library to create interactive terminal UI, with a functional API inspired by React.

by sebastien 5 months ago

10 Jul 25

State machines should be used more than they are, and this is a good example of a high level API

by sebastien 5 months ago

05 Jun 25

This is a really interesting look in how much of a pain in the ass adding features to C and C++ is.

This reminds me quite a lot of similarly felt issues in the Linux kernel.

by linkraven 6 months ago

27 Apr 25

S2 is a library for spherical geometry written primarily by Eric Veach:

  • Designed to have good performance on large geographic datasets.
  • Organized as a toolkit with various layers, that gives clients as much control as possible.
  • Works exclusively with spherical projections.
  • API available in C++, Go, Java and Python.
  • Supports Linux and MacOSX.
by agnieszka 8 months ago

30 Mar 25

Excellent absolutely ancient blog post by the creater of the Sokol library about using arrays and indexes instead of individual memory allocations and direct pointer handling.

by auguste 9 months ago saved 3 times