Handmade Network»Feed
Casey Muratori
Yeah basically if the state of your debugging could be saved, and if the fails-to-load-symbols bu…
»
»
Mārtiņš Možeiko
"float a[4][4]" and "float b[16]" has the same layout in memory, as long as you are accessing b a…
»
Mike
Not really sure which would be easier to work with. I think creating math functions would be a li…
»
Mārtiņš Možeiko
You can write scripts for windbg (or even C/C++ plugins). Not sure of how much is possible with i…
»
Andrey Zaichinsky
Hello, I'm a long time lurker on Hand Made Hero from January 2015. I was inspired by Casey and Ph…
»
Ginger Bill
I am trialling it out now. It's workflow is a little annoying; I can already see the benefits but…
»
x13pixels
Note that WinDBG can be integrated into Visual Studio (since VS2012). See http://blogs.msdn.com/b…
»
Philip Ludington
den_v I highly recommend "C Programming: A Modern Approach". As someone pointed out, it is used …
»
Stephen A
Thanks, it's working on my machine. It's when i posted the screenshot that the image got cut, not…
»
ratchetfreak
clear the depth buffer as well
»
Stephen A
I figured it out. My first problem was casting the z of the world coordinates to an int. My secon…
»
rizoma
I miss this too: TestSecondsElapsedForFrame 0.0334998928 float TargetSecondsPerFrame 0.0…
»
Stephen A
I'm following this 3d course how OpenGL works and had a problem with gouraud shading. My render i…
»
rizoma
Hi there I found this problem in vs2015 so I will post here maybe can help someone or someone can…
»
Carsten Holtkamp
Here is a presentation from Carsten Haitzler hold at fosdem 2016. Some insights on X and Wayland…
»
Piotr Madalinski
Casey, I know what you are trying to do, it's just that I'm surprised that it had worked for you …
»
jeringa
Just realised that my last post made it sound like I don't like vi ... In fact I do & it's st…
»
jeringa
*hehe* vi the is best god-awful editor you will ever use The only reason I went through the pai…
»
Dan
I actually was able to get Alsa to work in a single-threaded way. The issue I was having is that…
»
Den V
I highly recommend "C Programming: A Modern Approach". As someone pointed out, it is used in sch…
»
Casey Muratori
At the moment, it's less about misconstruing the meaning of modal editing and more just me trying…
»
jeringa
Was going to add a topic to cover this, but you guys beat me to it... My two cents was going to b…
»
ratchetfreak
It also has a good hint that you should have a key that will always take you to command mode. Ca…
»
Mārtiņš Možeiko
This is excellent post about how to use vim! One of the best I have read.
»
ratchetfreak
tl;dr: you shouldn't be thinking of modal editor like having separate modes but instead of a comm…
»
Piotr Madalinski
I think Casey is misconstruing the notion of 'modal editor', and sadly, nobody pointed it out to …
»
Robert Toth
Thank you both for some great comments. That part about producing the leas work to get the job do…
»
Philip Ludington
mmisu @MrPhil You can buy C Programming a modern approach by King at half a price from abebooks.…
»
Joel Davis
Don't think about the structure of the program. Think about what you want to get done. You want t…
»