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.
Casey Muratori
Yes, keep in mind that the monorail connects downtown to the HandmadeCon location, so you can act…
»
Miguel Lechón
I stayed at the Green Tortoise Hostel and I regret it deeply. PRO: It was cheap, the staff were…
»
Mārtiņš Možeiko
If you are watching Handmade Hero stream you know what Casey does to keep builds fast - compile e…
»
Connor
Every 4coder build is like a little present of sunshine and rainbows.
»
Mike T
Codeslasher I am hoping to attend and am traveling from the United Kingdom. Can someone please s…
»
Mikkel
HOLY FUCK! YES!
»
Andreas Haferburg
What tools do you use (hardware and software)? What techniques/guidelines do you use to make and …
»
Allen Webster
Hey folks, Today I am announcing the first 4coder build to come out of the "Summer of 4coder". …
»
Joel Pérez
Hi there! I'm Joel. I started programming for fun at 12, and with the years I started noticing t…
»
Pete
Thank you for that very fast and clear answer.
»
Mārtiņš Možeiko
Steam uses WebKit to render its interface. Basically it produces html page for it's UI, probably …
»
»
Pete
Hi, I have been popping in and out of the handmadehero forums since the beginning but I though I …
»
Pete
Hi, I have been working with a few Win32 and MFC based applications at work and I am getting rath…
»
Allen Webster
The Buffer_Summary struct acts both as a handle to a buffer, as well as a chunk of memory contain…
»
theinternetftw
e.g. https://hero.handmade.network/forums/code-discussion/ 404s, but instead should redirect to h…
»
xel
I'd like to get the entire contents of a buffer. In the docs, I see the function app->buffer_…
»
James Hull
Codeslasher I am hoping to attend and am traveling from the United Kingdom. Can someone please s…
»
Andrew Kabakwu
I am hoping to attend and am traveling from the United Kingdom. Can someone please suggest some …
»
Casey Muratori
As far as I know, yes, you should be able to do a read of size 0. This is actually how IOCP norm…
»
Matt Hartley
Here's the dump of the console: http://giantjelly.net/handmade.network-1462843162252.log My inte…
»
Andrew Chronister
Not hard things to add, just require time. We'll be improving this as per your suggestions and ou…
»
Andrew Chronister
Huh... never encountered this in testing, and I sometimes left it open for a couple hours or more…
»
Matt Hartley
https://handmade.network/irc After I've been on the irc for a while, about 20 minutes or so, it …
»
Mārtiņš Možeiko
Well if you are using Peek, the just set boolean if WaitOnMultipleObjects got even for pipe, and …
»
Michael Chiaramonte
So do you basically have one producer for the pipe and multiple consumers?
»
Allen Webster
Yeah it's pretty hard to explain. The other location DOES already use Peek to see if there is an…
»
Mārtiņš Možeiko
You'll need to explain more. What is this other place? How does this other place decide when to r…
»
Allen Webster
Yes but the point is that the reading code is already written and cannot happen anywhere near whe…
»
Mārtiņš Možeiko
But you will need to read anyway, no? Then why not start reading, and then wait until its complet…
»