I think I understand now. The memory address is the beginning of the data. Thanks.
Thanks for the comment/link, Abner! That's a fantastic article by Acton and parts of it very much …
Good stuff. With regards to your "house factory" comment, I think everyone should read Acton's . I…
nevermind, for every ctrl-w [key] vim binds ctrl-w ctrl-[key] which is why I can pull those comman…
I hope everyone is doing well! I'm writing this post to inform those interested that I'll be I'…
Damn, Mio, I'm sorry you had all that to deal with, but glad you've emerged in good health!
I'm implementing key combinations like vim, an example would be pressing Ctrl+w and then l to move…
Yeah I love youtube-dl. CaptainKraft, there are a couple of episodes where I think I laugh / inter…
For the month of January we did the following: For the month of February we did the following: J…
each byte has its own address, the byte at location 0040173D is 83 the byte at location 0040173E (…
Hello, I have just started following the Handmade Hero video series and Casey has covered quite a …
Works like a charm. I wouldn't mind a Handmade Dev Show podcast though. Let me subscribe on my pho…
Just a short update about the current state: The X11/GLX/POSIX/Linux implementation goes very well…
You can easily download only audio file from YouTube with youtube-dl. Find out YT url and then run…
Is there some way we could get ahold of audio files for listening to these interviews on the go? I…
Casey calls his method Compression Oriented Programming. He explains it in Working on The Witness,…
Totally NP, if you prefer a 3,000 page pdf to working tested code, that's your choice. I totally …
It's cool even if it's never more than a hobby. You've learned something I'd guess < 1% of people …
IBM VGA8 is the exact same font I'm using. It's unbeatable at 96 DPI. It's unbeatable at 140 DPI. …
I believe there is nothing to optimize with SIMD in general HH engine code. It probably will come …
I'm starting to transition away from an OOP mindset into a Data-Oriented Mindset. I've been follow…
I think your question is answered here:
Oh, sorry this is in Odin forum. I missed this part, I though we are talking about C :) ext_loader…