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
Leo
Let's say I'm path tracing a fairly complex scene, which results in a low framerate, but I would a…
»
longtran2904
I pretty much use only VS debugger because other debuggers are lacking too many features I use. Ca…
»
Mārtiņš Možeiko
I pretty much use only VS debugger because other debuggers are lacking too many features I use. If…
»
longtran2904
F11 will step into ASAN internals, but you can disable that with /JMC compiler argument. It's beco…
»
Oliver Marsh
This is an additional idea that could be added to the new site. Instead of having specific educat…
»
Oliver Marsh
Just wanted to support mrmixer in what they were saying, I'm not a big fan of discord (mainly it j…
»
Mārtiņš Možeiko
When you run in VS, you get this: image.png Source code stops on line that triggers asan, but you …
»
longtran2904
So if you're using VS or Remedy, can you fix any of these things: When ASAN is triggered, does the…
»
Simon Anciaux
Glad you're back on BEdit. 10 seconds still seems like a long load time. Did you plan to have the …
»
Mārtiņš Možeiko
Oh, sorry I misread raddbg. In raddbg support for asan probably is in worse state. I think some th…
»
longtran2904
windows.h should not produce any warnings on /W4 and /analyze Yeah, it's not "Windows.h", it's win…
»
Jens
One of my wishlist-items for BEdit has been plotting, especially when dealing with wav-files. Is t…
»
Mārtiņš Možeiko
Yeah, it's pretty normal for it to take more time - as it is doing more things. Usually you don't …
»
Simon Anciaux
Nice to know I'm not alone.
»
Simon Anciaux
/analyse turns the static code analyzer On. The static code analyzer will check your code for erro…
»
longtran2904
Just finished watching Martin's Boston lecture about errors and compilers. Very useful lecture, bu…
»
Ben Visness
The new website design is indeed designed to make the site much more lively. There's so much good …
»
Abner Coimbre
You two are not as alone as you think. Over in Handmade Cities we have fans of the conferences and…
»
Colin Bellino
You are not the only one feeling like that, i'm also having similar thought about the main site an…
»
mrcorl
hi :) I am developing a neovim plugin that implements the named pipe api to drive remedybg from wi…
»
mrcorl
hi :) there currently doesn't seem to be support for coroutines () is this something that is plann…
»
Simon Anciaux
Hi. I'd like to express some concerns I had for years about handmade.network. They are not going t…
»
Ben Visness
Hello Handmade Network! 2024 has been great so far. Most notably, we held our first-ever Learning …
»
longtran2904
So is it safe to say that the 2 windows' width will be the same the only difference is the height …
»
Miguel Lechón
I don't know if this makes it slow, but it is slower than it used to be: I've tried several thing…
»
soldate
Great article! About error handling, i like the V approach "or {}". Nice to know that you research…
»
soldate
Good article!
»
soldate
Error: This looks like the beginning of a function declaration but it's missing the initial fn. Di…
»
Christoffer Lernö
Lexing, parsing and analysis is about 1-2% of the entire compile time when compiling C3 code with …
»
soldate
Hi, i realy like the c3 approach of being a better c. But 'fn' in front of function declarations I…
»