spx —
I just checked on windows 7 and the problem happens for me as well. From what I have gathered so f…
Koen —
Getting told to shut down a process is kind of like getting told to chop down a tree. Making a sin…
An operating system can just remap memory pages to extend a continuous space of virtual memory add…
lets take a worst case scenario: A big RAM hungry process that has been up for most of the day and…
Kidzor —
In the above article by Raymond Chen, he mentions how when a process exits, it is better to let t…
Ryan —
Thank you for sharing that. Viewing it like that demystified the complexities of linking (disregar…
No, he doesn't. You can take a look at Episode 88: Push Buffer Rendering and 89: Renderer Push Buf…
C_Worm —
Hi! Im wondering if casey, when he implements OpenGL core (3.3 and greater) stores vertex informat…
If you want to dynamically load your own .so files without depending on system .so files then you …
Ryan —
Ah I see. Informative as always Mārtiņš. Sorry to bother you with something unrelated: How woul…
Including other files in anonymous namespace is OK as long as you understand that you cannot put s…
poe —
I too was not really digging the clutter of having "static" (or internal) in front of literally e…
Hello everyone! It's been a busy couple months around the network and we've got lots of exciting n…
Could you share your code (and build script) so we could have a look ? What OS and what graphics c…
If one uses exclusive full-screen to lower the screen resolution, the GPU drivers might add an add…
That only lists usable memory that is not taken by any other device. Not total memory of system. M…
Ryan —
Thanks for the information regarding the use-cases for linux headers. Follow up questions regardin…
Haven't looked in detail, but that probably also includes there count of currently running kernel …
Ryan —
You're right about the include paths. My mistake. I'm not building a kernel module. I'm making var…
I'm pretty sure doing will make include too look in location first, and only then in other stan…
Hi guys. I've been following Handmade Hero, and I started playing with OpenGL off to the side. I h…
Ryan —
On Ubuntu 20.04, will install relevent kernel headers to To use with gcc, do a and inside of a …
Hello, Since the last post we have been performing tons of experiments with various improvements t…
I tried 0.9.7.1 with w64devkit, winlibs and msys2 and now it works*, even with the new 11.1.0 from…
Ryan —
I emailed the author of about buffer underun issues with ALSA. They were very kind and actually …
poe —
This is awesome! :) This really does seem like a best of both worlds solution, where you get the g…
spx —
0.9.7.1 is now available. This includes the build for AArch64 on macOS. There may be a few issues …
Jens —
Sorry for the late response. There is now, - any messages sent there will be treated as confident…
The majority of the development up until about a month ago was about figuring out the basic featur…
Thank you for such a detailed comment. It is definitely possible to carefully craft a syntax optim…