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 v…
I'm pretty sure doing -I/usr/src/{headers} will make <asm/bug.h> include too look in /usr/s…
Hi guys. I've been following Handmade Hero, and I started playing with OpenGL off to the side. I …
Ryan —
On Ubuntu 20.04, sudo apt install linux-headers-generic will install relevent kernel headers to /…
Hello,
Since the last post we have been performing tons of experiments with various improvements…
I tried 0.9.7.1 with w64devkit, winlibs and msys2 and now it works*, even with the new 11.1.0 fro…
Ryan —
I emailed the author of alsa-ioctl-test about buffer underun issues with ALSA. They were very ki…
poe —
This is awesome! :)
This really does seem like a best of both worlds solution, where you get the…
spx —
0.9.7.1 is now available.
This includes the build for AArch64 on macOS. There may be a few issue…
The majority of the development up until about a month ago was about figuring out the basic featu…
Thank you for such a detailed comment. It is definitely possible to carefully craft a syntax opti…
spx —
I believe this will already be fixed with 0.9.7.1. While adding the recently release clang 12 to …
Ahh so you do. I guess they're less similar than they seem on the surface :)
wow nice, you have lots of knowladge
Another thing. In the view menu there is a “keep source view X lines ahead” option. I am not sure…
Thanks for your comment! I compare Cakelisp to Scopes here.
Ryan —
@mmozeiko
Those repositories are very helpful. Thank you
@Dawoodoz
That is definitely something …
Not V-syncing usually make games feel less lagging by responding faster with partial frames, so y…
This is a very cool project! I love seeing all the low-level language ideas being explored in th…
If calling the operating system directly isn't enough to satisfy your thirst for knowledge, you c…
asoundlib source code is fully available here: https://github.com/alsa-project/alsa-lib
So you ca…
Using multiple CPU cores is very different depending on architecture you want to use.
On x86 thi…
Ryan —
Low-level audio programming in linux seems to be done exclusively using ALSA (asoundlib).
As asou…
Lochie —
In my research I have found that if you want to use more than one cpu core, you have to interface…
Yes, you need to pay for 4.1. But it will become free in a few month.
I payed for 4coder a long time ago, but did not manage to make the switch. I would like to try ag…
Hi there,
I wrote in 2011 an application called (Fluid Sandbox 1.7) that simulates fluids and ri…