We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
If you will configure audio API to use 96kHz, but will load and play back 48kHz audio then it will…
»
CrajunMinter
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…
»
Xavier Belanche
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…
»
Oliver Marsh
thinking about the lower stake projects, it would be cool if there was a library/collection of sma…
»
ratchetfreak
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…
»
Oliver Marsh
thumbs up for the project learning as well. i think having some sort of list of projects that an e…
»
LaresYamoir
Sounds interesting, but I already have a project to work on. Though if it becomes a regular thing …
»
ratchetfreak
If a struct survives a code reload (it's stored in of the persistent memory) don't change it. The …
»
Abner Coimbre
(Re: Education) There's a time-constraint problem, too, among experts and influential people willi…
»
Abner Coimbre
Ding ding. That's a useful way to conceptualize it. I want to reiterate what I said in the stream…
»
Mārtiņš Možeiko
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…
»
Luis Reyes
Sounds cool! I'm definitely interested
»
Simon Anciaux
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…
»
Oliver Marsh
That would be fun. I was just thinking of trying to do something similar, make something each week…
»
Allen Webster
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…
»
Mārtiņš Možeiko
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…
»
ratchetfreak
I presume he means seeing a rendered preview
»
»
Mārtiņš Možeiko
I'm not sure it is useful to graph O0/1/2/3/s levels as line-chart. It should be bar chart, becaus…
»
Miles
Out of curiosity, I recently spent some time (maybe too much time) taking measurements of my softw…
»