When you're talking about "function" that maps the addresses - the result does not need to be actu…
So, a computer has K bytes of physical memory. When a process starts, the OS loads the code into p…
Hello, I am trying to debug an exception handler. To trigger it I do something dumb like but when …
Hello, I wanted to suggest a new feature for the memory view context menu. I often need to see the…
Ignis —
I think the IRC bridge might be down. I'm getting Connection refused for irc.handmade.network:7666…
If you are using pre-built binaries the UE source may not be in the expected location. Check the O…
Which part? Port forwarding? That's is in your router's manual, not related to networking api's.
Allright, thanks! Do you know of any sources/tutorials that handle this part of networking? Does B…
Yes, router will make it more complicated. What you will need is called "port fowarding" - setting…
Hey! I've managed to create a basic LAN-program that sends and recv's data between my 2 home compu…
Hello, I tried to use it with Unreal. It kinda works, but the main issue I see is not being able t…
Sure! Increased the limit for the disasm formatter for the next release.
Hello, I am currently working on a compiler and the disasm view is very useful. Unfortunately, it …
If you look at triangle outlines in your first video you can see that you have some kind of issue …
Hello, I am making a Software renderer, and I noticed that there is a screen shaking like effect h…
CodePerfect is an IDE for Golang. It runs as fast as a video game, while providing the essential f…
That is cool. I have no experience with multi-threading, so at this stage thinking about something…
I want to clarify that I have very little experience with multi-threading. Also just in case it wa…
Well that Assert would have definitely caught my problem! My goodness...lol. Thank you. I did thin…
The assert in Linux_WorkQueueAddEntry isn't the same as in handmade hero. You're just asserting th…
I have tried with this option set to checked and unchecked. image.png And I am not able to step i…
Thank you for the links. I am not sure that was the issue that I was encountering. Then again I am…
I didn't look precisely at your code but I believe it's the issue discussed here : Question on / p…
Update: After playing around with a bit more, I think the problem only exists if we happen to push…
I am having problems with the queue wrapping. I watched Casey implement the queue a few times. He …
Absolutely, I don't know if needed to add that. General purpose languages should all be easy to ma…
It's calling JIT code there without source location, right? Remedy has an option to avoid stepping…
Hello, When I'm stepping through the code of v8 engine I cannot step through the assembly files be…
Not reloading the text file is a real pain when using dynamic recompilation (like Live++). Could w…