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
chennor
New user here thanks to Molly Rocket ;) Very glad RemedyBG exists, I'm impressed by the speed and …
»
davidc
Yea I mean specifically an application launched inside RemedyBG, it does not break when said appli…
»
Simon Anciaux
If you're speaking of launching the debugger when any application crashes you need to set a regist…
»
davidc
I noticed that remedy does not break when the debugged application crashes, which is quite a usefu…
»
Macoy Madson
This post is mirrored on my blog. It has been a while since I talked about my dynamic environment …
»
Macoy Madson
Hi! I just wrote up a post to update where I left off.
»
Mohammed Fajer
That is awesome, thanks for sharing.
»
Jason
Has there been any forward progress with the tiny c compiler modifications since you last posted t…
»
Christoffer Lernö
In this blog post we'll review four standard ways to handle the case when you need a list with a s…
»
Terans
I watched all the episodes and I can't even begin to describe how awesome of a journey it has been…
»
longtran2904
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
»
Mārtiņš Možeiko
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
»
longtran2904
When you use "go to definition" in a C# project in Visual Studio, it will generate a temporary cs …
»
Hipno
Yeah I was mainly replying to the idea of strictly coding what Casey does, which I know is what so…
»
Mohammed Fajer
Yea treating the series as a resource or reference is not a bad idea also, but sometimes you don't…
»
Baradine
Managed to get it working using those instructions. Thanks for the help. Funnily enough, it only…
»
Christoffer Lernö
Despite being a general concept, modules are often very different from language to language. One …
»
Hipno
I respectfully disagree. I felt that it was pretty difficult for me to follow along with the serie…
»
x13pixels
You can try using Mingw-w64 GCC with cv2pdb to convert the DWARF to a PDB. You can get cv2pdb here…
»
Mohammed Fajer
Sounds like a good plan, thanks
»
Simon Anciaux
I followed and coded along until episode 100 (I had already been programming for several years bef…
»
Mohammed Fajer
Hi, I have a question regarding Handmade hero series. Has anyone watched/went through all the vide…
»
Mārtiņš Možeiko
That's pretty accurate estimate. Exact length of regular "handmade day xyz" videos is almost 1262 …
»
Baradine
Are there any plans to allow RemedyBG to work with the symbol files that GCC generates? I'm aware…
»
longtran2904
Besides Simon's points, the actual "programming" on Handmade Hero is not that long. Most videos, o…
»
Simon Anciaux
Casey only streams Handmade hero once a week now, and not every week as he's working on other proje…
»
CLQ
First of all let me say that my questions are not meant as attacks on Casey or the community. I di…
»
grave
For Raylib 4.2.0 examples Makefile comment with '#' the line: LDFLAGS += $(RAYLIB_PATH)/src/raylib…
»
sqdrck
In addition, I want to note that this also happens in cases when you use QMK Firmware (or ZMK) for…
»
Mārtiņš Možeiko
LookAt matrix does two steps in this order:translate to originrotate to match your orientation. If…
»