I think I have a similar problem but I cant find the episode you are talking about where you start…
You can disable address randomization with MSVC. Set /DYNAMICBASE:NO - And set /FIXED to create f…
If you will configure audio API to use 96kHz, but will load and play back 48kHz audio then it will…
Hello friends! In Week 7 we chose a sample rate of 48khz, because apparently that's what most audi…
paked —
Sorry for the bump, AGAIN. Here's the sign-up sheet: Heads up, I'm probably not going to maintain…
paked —
This is a good idea. If people are actually interested in participating, I'll make sure this happ…
paked —
OK everyone! We've now got a channel in the Handmade discord: #one-thing-a-month. If you want to p…
Sorry I was not enough clear at my first post. My thoughts went mostly for markdown syntax highlig…
Jason —
Ya it seems there are some function pointers the library sets to some of its own functions, in thi…
thinking about the lower stake projects, it would be cool if there was a library/collection of sma…
where does the vtable field point to? and where is the function it points to located? If they are …
Jason —
Hello, I'm currently creating my own 2d fighting game and I've implemented things to mostly match …
Peter —
Alright! So, partly from some late night stupidity, and partly from having a static variable in my…
thumbs up for the project learning as well. i think having some sort of list of projects that an e…
Sounds interesting, but I already have a project to work on. Though if it becomes a regular thing …
If a struct survives a code reload (it's stored in of the persistent memory) don't change it. The …
(Re: Education) There's a time-constraint problem, too, among experts and influential people willi…
Ding ding. That's a useful way to conceptualize it. I want to reiterate what I said in the stream…
As you said - you cannot use global variables in DLL across reloads. You cannot use static variabl…
Peter —
Casey, thanks for all your hard work. Cant believe Ive only just now found your guides. Keep up th…
Sounds cool! I'm definitely interested
I wanted to try it out, but I only have a Debian 32bit machine and an Arch linux 64bit VM. I try t…
Miles —
I like the idea of forming teams. It'd be a nice opportunity to maybe work together on something w…
That would be fun. I was just thinking of trying to do something similar, make something each week…
I don't plan to make a full previewer type thing, although in theory it will be possible in the cu…
Miles —
When you said "sometimes it helps optimizer to do better decisions", I assumed you meant with resp…
Yeah, this my point - "inline" and "static" is not really about performance of generated code, bu…
Miles —
At least in principle, -O0 through -O3 should provide a continuum of optimization (with -Os admitt…
I presume he means seeing a rendered preview