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.
Maxwell Perlman
Hey there people, I'm Max (or Maxwell, whatever your preference), a long time lurker of the hand…
»
Ginger Bill
Hello zangent, I want Linux and OS X support Soon™ however, it does mean I will need to make sur…
»
Jack Mott
While watching some of the JBlow streams this past week he mentioned how he had set up hot swappa…
»
Abner Coimbre
mmozeiko Simplified view on how I do it is - you just go line by line and pretend to be CPU. This…
»
Zachary Pierson
I know that the compiler right now only supports Windows, but I was wondering when you expect cro…
»
Timothy Wright
Most of the handmade devs I follow write everything themselves. So it seems like a fun idea to ha…
»
Mārtiņš Možeiko
Hah. I don't really know everything. I'm just really good with figuring out technical stuff. Espe…
»
Mārtiņš Možeiko
Afaik WebGL spec only has extensions from ANGLE project. ANGLE is just one implementation used to…
»
Shazan
Does all browsers use ANGLE because HTML spec api has angle functions.
»
Jeremiah Goerdt
How is it that Martins seems to know *everything*
»
Jackson
Thanks Casey. What was confusing me was that I wasn't doing anything special with the samples. H…
»
Jeremiah Goerdt
Kelimion ...So if I don't find anything objectionable there, I'll make it work here too. \o/ Th…
»
Jeroen van Rijn
ratchetfreak Kelimion I'm not sure there would be any security implications if we did do just th…
»
ratchetfreak
Kelimion I'm not sure there would be any security implications if we did do just this, because e…
»
Simon Anciaux
The "Login to reply" at the bottom of a thread is still invisible on the light theme (as pointed …
»
Jeroen van Rijn
mrmixer When clicking the "Mark all posts on site as read" link on the /feed page, it goes back t…
»
Jeroen van Rijn
mrmixer For the moment, when you login you go back the the site home page. It would be great to g…
»
Simon Anciaux
When clicking the "Mark all posts on site as read" link on the /feed page, it goes back to the ho…
»
Simon Anciaux
For the moment, when you login you go back the the site home page. It would be great to go back t…
»
Simon Anciaux
Could also have a notification (once that's in place) when you're mention in a post. mmozeiko (of…
»
Jeroen van Rijn
mmozeiko How about if I type @mmozeiko this gets converted to <a href="https://handmade.networ…
»
@Mattias_G
I'm using Visual Studio 2003 :P But point taken :)
»
Mārtiņš Možeiko
How about if I type @mmozeiko this gets converted to <a href="https://handmade.network/m/mmoze…
»
Mārtiņš Možeiko
Sure, there is a lot of pre-C++03 code base out there. And there is nothing wrong with it. But i…
»
@Mattias_G
I tried your code in Visual Studio 2015, debug build, and I get absolutely no difference if I use…
»
Scott Hunt
EDIT: Also reviewed the snippet you posted, I'll will definitely be taking your advice on logging…
»
Mārtiņš Možeiko
Then this is that "lucky" situation I was talking. Object got placed in memory location that alre…
»
Shazan
I found this Sunvox. Is it good.
»
Den V
This is the data structure that I swap between "class" and "struct": 1 2 3 4 5 6 7 8 9 1…
»
Mārtiņš Možeiko
Please check GL_LINK_STATUS (and glGetProgramInfoLog if its GL_FALSE) after linking program. Simi…
»