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.
Handmade Network»Feed
»
»
Nikita Smith
Thanks for trying it out! I already fixed bug with x86 executable and pdb locking.
»
»
»
Simon Anciaux
A thing that would be great in my opinion, is to have a way to add plugin (dlls like in the custo…
»
ratchetfreak
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph …
»
Chen
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB …
»
Chen
Hey this CDbg is looking really nice! When I used it, there were a few things that made me uncomf…
»
Ryan Fleury
Thank you! That song is "Concerning the UFO sighting near Highland, Illinois" by Sufjan Stevens.
»
Ryan Fleury
Thank you! Usually they'll take roughly 2 days. Once I have all the film I need, though, I can g…
»
Raytio
Yeah some easy way to tell that I was not getting a valid result might have helped but im not bla…
»
novus1044
I actually use asserts in my C code as well to cover the cases where I may receive a null pointer…
»
Neo Ar
Before February we did the following: Unboxed the HiFive1 [RISCY 1] Got the HiFive1 Working [RIS…
»
Ginger Bill
Which is still a little redundant. `?int` is stored internally as `struct{int, bool}` not `^int`.…
»
Scott Hunt
Awesome, looks great. Just got this up and running in my engine as well on Monday. Very simple w…
»
novus1044
I will preface the following statements with the caveat that I am not a professional developer. …
»
Jack Mott
Floresy a pitfall to be aware of, for others attempting this: check if the new shader source comp…
»
Ginger Bill
Maybe or option types are pretty much the base type plus a bool. They do work however, I'm thinki…
»
novus1044
I noticed in the core branch that Maybe exists as a member of an enum defining the type in a type…
»
Mārtiņš Možeiko
<myrant>I have used LLVM before a lot, and I like it a lot :)</rant> But you need to…
»
novus1044
Okay, that makes sense. Without documentation I just wasn't sure how to go about getting a slice …
»
Jeremiah Goerdt
I know nothing about it, so I'm curious what others' thoughts are on Firm
»
Ginger Bill
No. To slice an array, it's really simple: 1 2 3 4 5a: [12]int; s: []int; // These too are equiv…
»
novus1044
Hey Bill, I recently began playing around with Odin and noticed that you have incorporated slice…
»
Allen Webster
In the default bindings, the key combo <alt E> is bound to send an application kill request.
»
Doeke
How can you quit 4coder from fullscreen? alt+f4 doesn't work
»
ratchetfreak
Floresy at least with opengl, if you're detaching your shader and shaderprogram objects asap, sho…
»
Tom
at least with opengl, if you're detaching your shader and shaderprogram objects asap, shouldn't t…
»
ratchetfreak
And if you are gong to be doing a lot of hot swapping, be aware of how to clean up old programs …
»